Fiveable

📚SAT (Digital) Unit 4 Review

QR code for SAT (Digital) practice questions

Circles

Circles

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025

Circles show up across multiple question types on the Digital SAT, covering everything from arc length and sector area to circle equations in the coordinate plane. You can expect roughly 2–4 questions on circles per test, spanning both the easier and harder modules. This topic rewards you for knowing a handful of formulas cold and for being comfortable with algebraic techniques like completing the square. Since a calculator is available on every math question, the computational side is manageable, but you still need to set problems up correctly.

Circle Basics: Radii, Diameter, and Key Properties

Every circle is defined by its center and its radius. The radius is the distance from the center to any point on the circle. The diameter is twice the radius and passes through the center, connecting two points on the circle. All radii of a given circle are equal in length.

A tangent line touches a circle at exactly one point. The critical property: a tangent is always perpendicular to the radius drawn to the point of tangency. This 90° angle frequently creates right triangles in SAT problems, which you can then solve with the Pythagorean theorem.

Example: A circle has center OO and radius 5. A tangent line from external point PP touches the circle at point TT. If OP=13OP = 13, what is the length of PTPT?

Since OTPTOT \perp PT, triangle OTPOTP is a right triangle with hypotenuse OP=13OP = 13 and leg OT=5OT = 5.

PT=OP2OT2=16925=144=12PT = \sqrt{OP^2 - OT^2} = \sqrt{169 - 25} = \sqrt{144} = 12

Pep mascot
more resources to help you study

Arc Length and Sector Area

An arc is a portion of a circle's circumference. A sector is the "pie slice" region between two radii and the arc they intercept. Both depend on what fraction of the full circle the central angle represents.

Using degrees:

arc length=θ360×2πr\text{arc length} = \frac{\theta}{360} \times 2\pi r

sector area=θ360×πr2\text{sector area} = \frac{\theta}{360} \times \pi r^2

Using radians:

arc length=rθ\text{arc length} = r\theta

sector area=12r2θ\text{sector area} = \frac{1}{2}r^2\theta

The radian formulas are cleaner, which is why radians matter.

Example 1: A circle has radius 9. An arc subtends a central angle of 60°. What is the arc length?

arc length=60360×2π(9)=16×18π=3π\text{arc length} = \frac{60}{360} \times 2\pi(9) = \frac{1}{6} \times 18\pi = 3\pi

Example 2: A circle has radius 10. A sector has a central angle of 3π5\frac{3\pi}{5} radians. What is the sector area?

sector area=12(10)2(3π5)=12(100)(3π5)=30π\text{sector area} = \frac{1}{2}(10)^2\left(\frac{3\pi}{5}\right) = \frac{1}{2}(100)\left(\frac{3\pi}{5}\right) = 30\pi

Converting Between Degrees and Radians

The SAT expects you to move fluently between degrees and radians. The key relationship:

180°=π radians180° = \pi \text{ radians}

To convert degrees to radians, multiply by π180\frac{\pi}{180}.

To convert radians to degrees, multiply by 180π\frac{180}{\pi}.

Example: Convert 135° to radians.

135×π180=135π180=3π4135 \times \frac{\pi}{180} = \frac{135\pi}{180} = \frac{3\pi}{4}

Example: Convert 5π6\frac{5\pi}{6} radians to degrees.

5π6×180π=5×1806=150°\frac{5\pi}{6} \times \frac{180}{\pi} = \frac{5 \times 180}{6} = 150°

Common conversions worth memorizing: 30° = π6\frac{\pi}{6}, 45° = π4\frac{\pi}{4}, 60° = π3\frac{\pi}{3}, 90° = π2\frac{\pi}{2}, 180° = π\pi, 360° = 2π2\pi.

The Unit Circle and Trigonometric Ratios

The unit circle is a circle centered at the origin with radius 1. Any point on the unit circle can be written as (cosθ,sinθ)(\cos\theta, \sin\theta), where θ\theta is the angle measured counterclockwise from the positive xx-axis.

This means that for standard angles on the unit circle:

DegreesRadianscosθ\cos\thetasinθ\sin\theta
010
30°π6\frac{\pi}{6}32\frac{\sqrt{3}}{2}12\frac{1}{2}
45°π4\frac{\pi}{4}22\frac{\sqrt{2}}{2}22\frac{\sqrt{2}}{2}
60°π3\frac{\pi}{3}12\frac{1}{2}32\frac{\sqrt{3}}{2}
90°π2\frac{\pi}{2}01

The SAT may ask you to evaluate trig functions at these angles or identify which angle produces a given sine or cosine value. Knowing the unit circle also helps you reason about angles in other quadrants, where the signs of sine and cosine change based on the signs of xx and yy.

Example: In the unit circle, what is the value of sin(5π6)\sin\left(\frac{5\pi}{6}\right)?

The angle 5π6\frac{5\pi}{6} is in the second quadrant (between π2\frac{\pi}{2} and π\pi). Its reference angle is π5π6=π6\pi - \frac{5\pi}{6} = \frac{\pi}{6}. Sine is positive in the second quadrant, so:

sin(5π6)=sin(π6)=12\sin\left(\frac{5\pi}{6}\right) = \sin\left(\frac{\pi}{6}\right) = \frac{1}{2}

Circle Equations in the Coordinate Plane

The standard form equation of a circle with center (h,k)(h, k) and radius rr is:

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

Every ordered pair (x,y)(x, y) that satisfies this equation lies on the circle. The equation works because it's really the distance formula in disguise: the distance from any point (x,y)(x, y) on the circle to the center (h,k)(h, k) equals rr.

Reading the Equation

Watch the signs carefully. The standard form uses subtraction, so:

  • (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25 has center (3,2)(3, -2) and radius 25=5\sqrt{25} = 5
  • (x+1)2+(y4)2=7(x + 1)^2 + (y - 4)^2 = 7 has center (1,4)(-1, 4) and radius 7\sqrt{7}

A very common trap: confusing the signs of hh and kk. If you see (y+2)2(y + 2)^2, that means k=2k = -2, not +2+2.

How Changes Affect the Graph

  • Replacing hh with a larger value shifts the circle right. Replacing hh with a smaller value shifts it left.
  • Replacing kk with a larger value shifts the circle up. Replacing kk with a smaller value shifts it down.
  • Increasing r2r^2 on the right side makes the circle larger. Decreasing it makes the circle smaller.

Example: A circle has equation (x2)2+(y+5)2=16(x - 2)^2 + (y + 5)^2 = 16. If the circle is shifted 3 units to the left and 1 unit up, what is the new equation?

The original center is (2,5)(2, -5). Shifting left 3: 23=12 - 3 = -1. Shifting up 1: 5+1=4-5 + 1 = -4. The radius doesn't change.

(x+1)2+(y+4)2=16(x + 1)^2 + (y + 4)^2 = 16

Completing the Square for Circle Equations

Many SAT circle equations appear in expanded (general) form:

x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0

To find the center and radius, you need to rewrite this in standard form by completing the square.

Step-by-step process:

  1. Group xx-terms and yy-terms together. Move the constant to the other side.
  2. For each group, take half the linear coefficient, square it, and add it to both sides.
  3. Factor each group into a perfect square binomial.
  4. Read off center and radius.

Example: The equation x2+y2+8x6y=0x^2 + y^2 + 8x - 6y = 0 represents a circle. What is the radius?

Group and move the constant (already 0 on the right):

(x2+8x)+(y26y)=0(x^2 + 8x) + (y^2 - 6y) = 0

Complete the square for xx: half of 8 is 4, and 42=164^2 = 16. Add 16 to both sides.

Complete the square for yy: half of 6-6 is 3-3, and (3)2=9(-3)^2 = 9. Add 9 to both sides.

(x2+8x+16)+(y26y+9)=0+16+9(x^2 + 8x + 16) + (y^2 - 6y + 9) = 0 + 16 + 9

(x+4)2+(y3)2=25(x + 4)^2 + (y - 3)^2 = 25

The center is (4,3)(-4, 3) and the radius is 25=5\sqrt{25} = 5.

Example 2: Find the center and radius of x2+y210x+2y+17=0x^2 + y^2 - 10x + 2y + 17 = 0.

(x210x)+(y2+2y)=17(x^2 - 10x) + (y^2 + 2y) = -17

Half of 10-10 is 5-5, squared is 25. Half of 2 is 1, squared is 1.

(x210x+25)+(y2+2y+1)=17+25+1(x^2 - 10x + 25) + (y^2 + 2y + 1) = -17 + 25 + 1

(x5)2+(y+1)2=9(x - 5)^2 + (y + 1)^2 = 9

Center: (5,1)(5, -1), radius: 33.

Using the Distance Formula with Circles

Since a circle is the set of all points at distance rr from the center, the distance formula connects directly to circles. If you're given two endpoints of a diameter, you can find the center (the midpoint) and the radius (half the distance between the endpoints), then write the equation.

Example: A diameter of a circle has endpoints (1,2)(1, 2) and (7,10)(7, 10). Write the equation of the circle.

Center (midpoint): (1+72,2+102)=(4,6)\left(\frac{1+7}{2}, \frac{2+10}{2}\right) = (4, 6)

Diameter length: (71)2+(102)2=36+64=100=10\sqrt{(7-1)^2 + (10-2)^2} = \sqrt{36 + 64} = \sqrt{100} = 10

Radius: 102=5\frac{10}{2} = 5

Equation: (x4)2+(y6)2=25(x - 4)^2 + (y - 6)^2 = 25

What to Watch For on Test Day

  1. Sign errors in circle equations. When you see (x+3)2(x + 3)^2, the center's xx-coordinate is 3-3, not +3+3. This is the single most common mistake on these questions.

  2. rr vs. r2r^2. The right side of the standard equation is r2r^2. If the equation says =49= 49, the radius is 7, not 49. Conversely, if a problem gives you radius 5, you write =25= 25.

  3. Completing the square: add to BOTH sides. When you add a number to complete the square on the left, you must add the same number to the right. Forgetting this gives you the wrong radius every time.

  4. Arc and sector formulas: match your angle units. If the angle is in degrees, use the fraction θ360\frac{\theta}{360}. If it's in radians, use rθr\theta for arc length or 12r2θ\frac{1}{2}r^2\theta for sector area. Mixing these up produces wrong answers that often match trap choices.

  5. Tangent lines create right angles. Whenever a tangent meets a radius, you have a 90° angle. Look for right triangles you can solve with the Pythagorean theorem or trig ratios. This setup appears frequently and is easy points once you spot it.