← Back to SAT Math Prep

Circle Equations

SAT Math Prep · Additional TopicsPreview

1. Introduction

The equation of a circle in the xyxy-plane is one of the most reliably tested "Additional Topics" on the SAT, and it is one of the most learnable — the entire topic reduces to a single equation and one algebraic technique (completing the square). Once you can read a center and radius off the standard form, and convert a messy general form into that standard form, you can solve essentially every SAT circle problem.

What trips students up is never the concept; it's the bookkeeping. The sign of the center coordinates flips inside the parentheses, the right-hand side is r2r^2 rather than rr, and completing the square requires adding the same number to both sides. The SAT designs its trap answers precisely around these slips, so accuracy with signs and squares is everything.

The SAT also asks you to connect circle equations to distance, midpoint, and area/circumference questions, and occasionally to determine whether a line is tangent to a circle or whether two circles overlap. None of these require calculus — just the standard form and the distance formula. This article develops the geometry behind the equation (it's just the distance formula in disguise), then drills the standard procedures and the SAT-specific traps, with worked problems of increasing difficulty.

What the SAT actually tests. Circle equations appear roughly once per test, sometimes twice. The most common question types are: read center and radius from standard form, complete the square on general form, write the equation from center and a point, and determine whether a point is inside or outside. Area and circumference follow-ups are frequent once you extract rr. The entire topic is algebraic — no geometry beyond the distance formula.

Study priority. Nail the sign rule for the center and the square-root rule for the radius first — those two traps account for most wrong answers. Then practice completing the square until it is automatic. Writing equations from diameter endpoints is a useful but less common skill.

Diagnostic checklist. Before submitting: Did I flip the signs to read hh and kk? Did I take the square root of the right-hand side for rr? When completing the square, did I add the same value to both sides? Did I divide out any leading coefficient first? For area/circumference, am I using rr, not r2r^2?

2. Core Concepts

2.1 The Standard Form and Where It Comes From

A circle is the set of all points at a fixed distance rr (the radius) from a fixed point (h,k)(h, k) (the center). Take any point (x,y)(x, y) on the circle. By the distance formula, its distance to the center is

(xh)2+(yk)2=r.\sqrt{(x - h)^2 + (y - k)^2} = r.

Squaring both sides removes the root and gives the standard form:

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

So the equation is nothing more than the distance formula stating "every point is rr away from the center." Understanding this makes the formula impossible to forget.

2.2 Reading Center and Radius — Watch the Signs

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

  • The center is (h,k)(h, k), where hh and kk are the values that make each parenthesis zero. Because of the minus signs, (x+3)2(x + 3)^2 means h=3h = -3, and (y5)2(y - 5)^2 means k=5k = 5.
  • The radius is r=right-hand sider = \sqrt{\text{right-hand side}}. The right side equals r2r^2, not rr.

A quick check: a center at (1,2)(1, -2) with radius 55 produces (x1)2+(y+2)2=25(x - 1)^2 + (y + 2)^2 = 25.

2.3 The General (Expanded) Form

Expanding the standard form and collecting terms yields the general form:

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

Here the center and radius are hidden. The presence of both x2x^2 and y2y^2 with equal coefficients (here, 11) signals a circle. To recover the center and radius, you complete the square on the xx-terms and the yy-terms separately.

2.4 Completing the Square — The Core Maneuver

To complete the square on x2+bxx^2 + bx, take half of bb, square it, and add it:

x2+bx=(x+b2)2(b2)2.x^2 + bx = \left(x + \tfrac{b}{2}\right)^2 - \left(\tfrac{b}{2}\right)^2.

The subtracted term keeps the expression equal. When applied inside an equation, whatever you add to complete a square on one side must be added to the other side (or compensated for) to keep the equation balanced.

2.5 What the Equation Tells You Geometrically

From the equation you can immediately answer SAT staples: the center coordinates, the radius, the diameter (2r2r), the area (πr2\pi r^2), the circumference (2πr2\pi r), and whether a given point lies inside (<r2< r^2), on (=r2= r^2), or outside (>r2> r^2) the circle by plugging it into the left side.

2.6 Circles and the Coordinate Plane

The SAT may ask whether a point lies on a circle, whether a line intersects a circle, or how translating a circle shifts its equation. A translation of aa units right and bb units up replaces (h,k)(h, k) with (h+a,k+b)(h + a, k + b). The radius stays the same under translation.

2.7 Distinguishing Circles from Other Conics

On the SAT, if you see x2x^2 and y2y^2 with equal coefficients, it is a circle. If the coefficients differ (e.g. 4x2+y2=164x^2 + y^2 = 16), it is an ellipse — beyond standard SAT scope. If only one variable is squared, it is a parabola. Recognizing the circle pattern (x2x^2 and y2y^2 with matching coefficients) lets you immediately reach for completing the square.

2.8 Shifting and Reflecting Circles

Replacing xx with xax - a shifts the circle aa units right; replacing yy with yby - b shifts it bb units up. The SAT may describe a shift in words ("the circle is moved 33 units left") rather than showing the equation. Moving left 33 means replace xx with x+3x + 3 in the standard form, which changes the center from (h,k)(h, k) to (h3,k)(h - 3, k).

2.9 Systems Involving a Circle and a Line

A line can intersect a circle at 00, 11, or 22 points. The SAT rarely requires solving these systems fully, but may ask whether a given point lies on both a line and a circle (substitute into both equations). If (x0,y0)(x_0, y_0) satisfies both, it is an intersection point. This is a quick substitution check, not a full system solve.

2.10 Why the Right Side Must Be Positive

The standard form (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2 requires r20r^2 \ge 0. A sum of two squares equals a negative number only in the complex plane — not on the SAT. If completing the square yields a negative right-hand side, the equation has no real circle as its graph. Conversely, if r2=0r^2 = 0, the "circle" degenerates to a single point at the center.

2.11 Relating the Equation to Geometry Questions

Once you have the standard form, geometry questions become arithmetic:

  • Area: πr2\pi r^2 — use the radius, not r2r^2 from the equation directly (unless r2r^2 is already the right side).
  • Circumference: 2πr2\pi r.
  • Diameter: 2r2r.
  • Distance from center to a point: substitute into the left side and compare to r2r^2.

The SAT often chains these: complete the square \to find rr \to compute area or circumference. Know which step the question targets before starting.

Continue reading with Premium

Upgrade to read the full article and unlock all Premium features.

Free

  • Unlimited practice — all difficulties
  • 3 hints / day
  • Community solutions
  • 2 timed mocks / month

Premium

  • Full article + all 57+ theory guides
  • Unlimited hints on practice problems
  • Unlimited timed mock exams & PDF worksheets
Log in