Overview
Circle problems on the SAT test two main skill sets: applying angle and arc relationships (central angles, inscribed angles, tangent lines) and working with the algebraic equation of a circle (standard form and converting from general form by completing the square). The SAT reference sheet provides C = 2πr and A = πr², but arc length and sector area require the proportional reasoning framework that students must know independently. Circles appear in both the multiple-choice and grid-in sections of the geometry domain.
Key Points
1. Core Circle Formulas
Circumference: C = 2πr
Area: A = πr²
Diameter: d = 2r
These are on the SAT reference sheet.
2. Arc Length and Sector Area (Degree Method)
The key insight: an arc or sector is a fraction of the full circle. That fraction equals the central angle divided by 360°.
Fraction of circle = θ / 360°
Arc length: L = (θ / 360°) × 2πr
Sector area: A_sector = (θ / 360°) × πr²
Strategy: Ask “what fraction of the full circle is this arc?” Then multiply the full circumference or area by that fraction.
Example: Central angle = 45°, radius = 4.
- Fraction = 45/360 = 1/8
- Arc length = (1/8) × 2π(4) = π
- Sector area = (1/8) × π(4²) = 2π
3. Angle Relationships in Circles
| Angle Type | Relationship to Arc |
|---|---|
| Central angle | Equals the intercepted arc (degree measure) |
| Inscribed angle | Equals half the intercepted arc |
| Tangent-chord angle | Equals half the intercepted arc |
Thales’ theorem: If one side of an inscribed triangle is a diameter, the angle opposite the diameter is exactly 90°.
Inscribed angles on the same arc: All inscribed angles that intercept the same arc are equal to each other.
4. Tangent Line Theorem
A tangent line to a circle is perpendicular to the radius at the point of tangency.
Tangent ⊥ Radius at point of tangency
This creates a right angle, allowing use of the Pythagorean theorem when a tangent length, radius, and distance from external point to center are involved.
5. Standard Form of a Circle Equation
(x − h)² + (y − k)² = r²
- Center: (h, k) — note the sign flip (subtracting h and k)
- Radius: r = √(right side)
Completing the square to convert from general form x² + y² + Dx + Ey + F = 0:
Step 1: Group x-terms and y-terms:
(x² + Dx) + (y² + Ey) = −F
Step 2: Complete the square for x: add (D/2)² to both sides
Complete the square for y: add (E/2)² to both sides
Step 3: Rewrite as perfect squares:
(x + D/2)² + (y + E/2)² = −F + (D/2)² + (E/2)²
Step 4: Read center and radius from standard form.
Example: x² + y² + 8x − 6y − 11 = 0
- Group: (x² + 8x) + (y² − 6y) = 11
- Complete: add (4)² = 16 and (−3)² = 9 to both sides
- Result: (x + 4)² + (y − 3)² = 36
- Center: (−4, 3), Radius: 6
Pitfalls and Common Mistakes
Pitfall 1: Wrong sign for the center coordinates
From (x + 4)² + (y − 2)² = 9, the center is (−4, 2), not (4, −2). Students read the numbers directly without applying the sign flip from the (x − h)² form.
Fix: Rewrite in the explicit form (x − (−4))² to remind yourself of the correct sign before reading the center.
Pitfall 2: Using r instead of r² on the right side The equation gives r² on the right. If the right side is 25, then r = 5, not r = 25. Fix: Always take the square root of the right side to find r. Write the step explicitly: r² = 25 → r = 5.
Pitfall 3: Confusing inscribed angle with central angle The central angle equals the arc in degrees. The inscribed angle equals half the arc. Setting an inscribed angle equal to the arc (instead of half the arc) is the most common circle theorem error. Fix: Draw a diagram and label the vertex. If the vertex is on the circle → inscribed → half the arc. If the vertex is at the center → central → equals the arc.
Pitfall 4: Forgetting to add the completing-the-square terms to the right side When completing the square, adding (D/2)² to the left side requires adding the same value to the right side to maintain equality. Fix: Write a “balance” line immediately after each completion step: ”+ (D/2)² on left, + (D/2)² on right.”
Related Entries
- Radians_Arc_Measure
- Coordinate_Geometry
- Similar_Triangles
- Trigonometric_Functions
- Volume_Surface_Area
Quick Reference Card
| Formula / Rule | Expression |
|---|---|
| Circumference | C = 2πr |
| Area | A = πr² |
| Arc length (degrees) | L = (θ/360°) × 2πr |
| Sector area (degrees) | A = (θ/360°) × πr² |
| Central angle | = intercepted arc (degrees) |
| Inscribed angle | = ½ × intercepted arc |
| Thales’ theorem | Diameter → opposite angle = 90° |
| Tangent | ⊥ radius at point of tangency |
| Standard form | (x−h)² + (y−k)² = r²; center (h,k), radius r |
| Complete square (x) | Add (D/2)² to both sides |
| Top trap | Wrong sign in center; using r not √(r²) |