2.3.13Coordinate Geometry

Circle equation — standard form (x−h)² + (y−k)² = r²

2,252 words10 min readdifficulty · medium1 backlinks
Figure — Circle equation — standard form (x−h)² + (y−k)² = r²

Derivation from First Principles

Start with the definition: A circle with center (h,k)(h, k) and radius rr is the set of all points (x,y)(x, y) whose distance from the center equals rr.

Step 1 — Write the distance formula: The distance between any point (x,y)(x, y) and the center (h,k)(h, k) is: d=(xh)2+(yk)2d = \sqrt{(x - h)^2 + (y - k)^2}

WHY? The distance formula comes from the Pythagorean theorem: the horizontal separation is (xh)(x - h), vertical is (yk)(y - k), and d2=(horizontal)2+(vertical)2d^2 = (\text{horizontal})^2 + (\text{vertical})^2.

Step 2 — Apply the circle condition: For a point to be on the circle, its distance must equal rr: (xh)2+(yk)2=r\sqrt{(x - h)^2 + (y - k)^2} = r

Step 3 — Square both sides: ((xh)2+(yk)2)2=r2(\sqrt{(x - h)^2 + (y - k)^2})^2 = r^2 (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

WHY square? To eliminate the square root and get a cleaner algebraic form. Squaring is valid because both sides are positive (distance and radius are always≥ 0).

Special Case: Circle at Origin

When the center is at the origin (0,0)(0, 0): (x0)2+(y0)2=r2(x - 0)^2 + (y - 0)^2 = r^2 x2+y2=r2\boxed{x^2 + y^2 = r^2}

WHY this simplifies: Subtracting zero does nothing, so h=k=0h = k = 0 disappears from the formula.

Reading Information from Standard Form

  1. Center: Look at what's being subtracted from xx and yy

    • (x3)2(x - 3)^2h=3h = 3
    • (x+5)2=(x(5))2(x + 5)^2 = (x - (-5))^2h=5h = -5
    • SIGN FLIP: If you see minus in the equation, the center coordinate is positive
  2. Radius: Take the square root of right side

    • If RHS = 25, then r=25=5r = \sqrt{25} = 5
    • MUST be positive: r>0r > 0 always

Worked Examples

Solution: Use the standard form directly: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

Substitute h=3h = 3, k=2k = -2, r=4r = 4: (x3)2+(y(2))2=42(x - 3)^2 + (y - (-2))^2 = 4^2 (x3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16

Why this step?

  • y(2)=y+2y - (-2) = y + 2 (subtracting a negative makes it addition)
  • r2=16r^2 = 16 (we square the radius, not use it directly)

Answer: (x3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16


Solution:

Step 1 — Rewrite in standard form: (x(1))2+(y5)2=49(x - (-1))^2 + (y - 5)^2 = 49

Step 2 — Read off hh, kk, rr:

  • Center: (h,k)=(1,5)(h, k) = (-1, 5)
  • Radius: r=49=7r = \sqrt{49} = 7

Why the sign flip? The equation shows (x+1)2(x + 1)^2, which means (x(1))2(x - (-1))^2, so h=1h = -1, not +1+1. The standard form has minus signs, so a plus in the equation means the center coordinate is negative.

Answer: Center (1,5)(-1, 5), radius 77


Solution:

Substitute x=5x = 5, y=1y = 1 into the left side: (52)2+(1+3)2=32+42=9+16=25(5 - 2)^2 + (1 + 3)^2 = 3^2 + 4^2 = 9 + 16 = 25

Does it equal the right side? Yes, 25=2525 = 25

Why this works? If the point is on the circle, its distance from the center must equal rr. When we substitute and get equality, the distance condition is satisfied.

Answer: Yes, (5,1)(5, 1) lies on the circle.


Solution:

Step 1 — Find the radius: The radius is the distance from center (1,1)(1, -1) to the point (4,3)(4, 3): r=(41)2+(3(1))2=32+42=9+16=25=5r = \sqrt{(4-1)^2 + (3-(-1))^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Why this step? Since the point (4,3)(4, 3) is on the circle, its distance from the center is the radius.

Step 2 — Write the equation: (x1)2+(y(1))2=52(x - 1)^2 + (y - (-1))^2 = 5^2 (x1)2+(y+1)2=25(x - 1)^2 + (y + 1)^2 = 25

Answer: (x1)2+(y+1)2=25(x - 1)^2 + (y + 1)^2 = 25

Common Mistakes

Why it feels right: You see the numbers3 and 2, so you just list them.

The fix: The standard form has minus signs: (xh)(x - h) and (yk)(y - k).

  • (x3)(x - 3)h=+3h = +3
  • (y+2)=(y(2))(y + 2) = (y - (-2))k=2k = -2
  • Center is (3,2)(3, -2), not (3,2)(3, 2)

Steel-man: The confusion happens because we mentally "extract" the numbers without tracking the sign structure. Always rewrite with explicit minus: (y+2)=(y(2))(y + 2) = (y - (-2)).


Why it feels right: The standard form has an rr on the right, and you have r=5r = 5.

The fix: The standard form is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, not rr. You must square the radius.

  • If r=5r = 5, then r2=25r^2 = 25
  • Equation: (xh)2+(yk)2=25(x - h)^2 + (y - k)^2 = 25

Steel-man: The formula looks symmetric with squares on both sides of the equation, so it's natural to think "rr" completes it. But the derivation shows we squared the distance formula: ()2=r2(\sqrt{\ldots})^2 = r^2.


Why it feels right: You're used to "simplifying" expressions, and factored form looks unsimplified.

The fix: Standard form IS the simplified form reading center and radius. Expanding makes it harder to see the circle's properties. Only expand if the problem specifically asks for general form.

Steel-man: In algebra class, "simplified" usually means "no parentheses." But in coordinate geometry, factored form is more informative.

Active Recall Practice

Recall Feynman Explanation (explain to a 12-year-old)

Imagine you're standing at a spot on a field — that's the center of your circle. You have a rope that's exactly rr meters long. You tie one end to a stick at the center, hold the other end, and walk around keeping the rope tight. Where you walk traces a circle!

Now, how do we write this as a math equation? Well, if you're at any point (x,y)(x, y) on your path, the distance from you to the center must equal the rope length rr. Distance is measured by: "how far right/left" squared, plus "how far up/down" squared, then square root. That's (xh)2+(yk)2(x - h)^2 + (y - k)^2 under a square root.

Set that distance equal to rr, square both sides to remove the root, and boom: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. Every point satisfying this equation is on your circle. The equation is just the distance formula saying "stay exactly rr away from (h,k)(h, k)!"

(x3)(x - 3) → center has +3+3 (y+2)(y + 2) → center has 2-2

Think: "The equation subtracts the center, so to find the center, flip the sign."

Alternative: "What makes the expression zero?"

  • (x3)2=0(x - 3)^2= 0 when x=3x = 3 → center x-coordinate is 3
  • (y+2)2=0(y + 2)^2 = 0 when y=2y = -2 → center y-coordinate is -2

Connections

  • Distance Formula — the foundation of the circle equation
  • Pythagorean Theorem — why distance formula works
  • General Form of Circle — expanded version: x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0
  • Completing the Square — converts general form back to standard form
  • Conic Sections — circles are special ellipses with a=ba = b
  • Equation of Tangent to Circle — uses the circle equation to find tangent lines
  • Parametric Equations of Circle — alternative form using cos\cos and sin\sin

#flashcards/maths

What is the standard form equation of a circle with center (h, k) and radius r? :: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

For the circle equation (x5)2+(y+3)2=16(x - 5)^2 + (y + 3)^2 = 16, what is the center?
(5,3)(5, -3) — note the sign flip: (y+3)=(y(3))(y + 3) = (y - (-3)) means k=3k = -3
For the circle equation (x+2)2+(y7)2=49(x + 2)^2 + (y - 7)^2 = 49, what is the radius?
r=49=7r = \sqrt{49} = 7
What is the equation of a circle centered at the origin with radius rr?
x2+y2=r2x^2 + y^2 = r^2
How do you find the radius if you know the center (h,k)(h, k) and a point (x1,y1)(x_1, y_1) on the circle?
Calculate the distance: r=(x1h)2+(y1k)2r = \sqrt{(x_1 - h)^2 + (y_1 - k)^2}
Why does the standard form have r2r^2 instead of rr on the right side?
Because we squared both sides of the distance equation (xh)2+(yk)2=r\sqrt{(x-h)^2 + (y-k)^2} = r to eliminate the square root
To check if point (a,b)(a, b) is on the circle (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, what do you do?
Substitute x=ax = a and y=by = b into the left side. If it equals r2r^2, the point is on the circle.
For (x3)2+(y+1)2=25(x - 3)^2 + (y + 1)^2 = 25, what is the center and radius?
Center: (3,1)(3, -1), Radius: 55

If a circle has center (4,6)(-4, 6) and radius 33, what is its equation? :: (x+4)2+(y6)2=9(x + 4)^2 + (y - 6)^2 = 9

What geometric definition of a circle leads to the standard form equation?
A circle is the set of all points equidistant (distance rr) from a fixed center point (h,k)(h, k)

Concept Map

leads to

derives

apply

remove root

yields

gives

gives

when h=k=0

inverse task

extract

extract

Circle definition: points at fixed distance from center

Pythagorean theorem

Distance formula

Set distance equal to r

Square both sides

Standard form x-h squared + y-k squared = r squared

Center h,k

Radius r

Origin case x squared + y squared = r squared

Read parameters from equation

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Circle ka equation samajhna bahut simple hai agar tum yeh socho ki circle hai kya — ek center point seab points ko same distance par rakhna. Suppose tumhara center hai (h,k)(h, k) aur radius hai rr. Toh agar koi point (x,y)(x, y) circle par hai, toh uski distance center se exactly rr honi chahiye.

Distance formula yad hai? (xh)2+(yk)2(x-h)^2 + (y-k)^2 square root ke andar — yeh tumhe horizontal aur vertical separation ka Pythagorean distance deta hai. Abagar yeh distance rr ke barabar ho, matlab (xh)2+(yk)2=r\sqrt{(x-h)^2 + (y-k)^2} = r, toh point circle par hai. Square root hata do by squaring both sides — mil gaya standard form: (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2.

Yeh formula powerful hai kyunki tum seedha dekh sakte ho center kahan hai (sign flip dhyan se: minus ka matlab plus center mein) aur radius kya hai (right side ka square root). Coordinate geometry mein bahut jagah yeh form use hoga — tangents, intersections, distance problems — sab mein. Iska derivation yad rakho because yeh sirf formula nahi hai, yeh circle ki definition ko algebraic language mein translate karna hai.

Go deeper — visual, from zero

Test yourself — Coordinate Geometry

Connections