2.3.13 · D2Coordinate Geometry

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

1,837 words8 min readBack to topic

Before we begin, three plain words we will use constantly:

  • Coordinate — a pair of numbers that names a spot on the flat grid: tells you how far right, tells you how far up.
  • Center — the one fixed spot the circle is drawn around. We will call it , where is its right-position and is its up-position.
  • Radius — the fixed distance every point of the circle keeps from the center. We call it .

Step 1 — Plant the center and one wandering point

WHAT. We drop two dots on the grid: a fixed dot (the center) and a free dot that is allowed to be anywhere.

WHY. Every geometry problem needs a reference. The center is our anchor; the wandering point is the "any point" we will eventually force onto the circle. Nothing is a circle yet — can roam the whole plane.

PICTURE. The yellow dot is the anchor . The blue dot floats freely; the dotted blue line is the straight gap between them that we are about to measure.

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

Step 2 — Build the right triangle between them

WHAT. From we walk purely sideways until we are directly above or below , then purely up-or-down to reach . Those two walks form the two short sides of a right-angled triangle; the direct gap is the long side.

WHY. We cannot measure a slanted distance directly with a ruler laid on the grid — the grid only measures horizontal and vertical steps. A right triangle is the tool that converts two grid-aligned steps into one slanted length. That is exactly the question we have: "how long is the slanted gap?"

PICTURE. The horizontal red leg is the sideways walk, the vertical green leg is the up-down walk, and the blue slanted line (the hypotenuse) is the true distance. The small square marks the corner.

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

Reading the leg lengths straight off the grid:

  • : my right-position minus the center's right-position = how far right I am of the center.
  • : my up-position minus the center's up-position = how far above I am of the center.

Step 3 — Turn the two legs into one length with Pythagoras

WHAT. We use the Pythagorean Theorem: in a right triangle, (long side)² = (leg)² + (leg)².

WHY. This is the only elementary rule that relates the slanted hypotenuse to the two grid-aligned legs. It answers "how long is blue?" using lengths we can read off the grid.

PICTURE. Squares are literally built on each side. The blue square's area equals the red square's area plus the green square's area — that equality is Pythagoras.

Figure — Circle equation — standard form (x−h)² + (y−k)² = r²
  • : the length of the blue hypotenuse — the true distance from to .
  • : red leg squared; squaring makes it a positive area and kills any leftward minus sign.
  • : green leg squared; same story vertically.

Taking a square root to isolate gives the Distance Formula:

The ("square root") simply undoes the squaring so we recover an actual length, not an area.


Step 4 — Impose the circle's promise

WHAT. So far was free. Now we demand the circle's condition: the distance must equal the fixed radius .

WHY. A circle is defined as "all points a fixed distance from the center." Setting is us writing that definition down. This one equation is what pins the free point onto the circle.

PICTURE. The blue slanted line is forced to have the same length as the yellow radius. As we swing around keeping that length, its path traces the circle (dotted outline).

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

  • Left side: the measured distance from wherever sits to the center.
  • : the fixed radius — the length of the rope, if you like.
  • The sign is the whole promise: "measured distance must equal the rope."

Step 5 — Square both sides to get the clean equation

WHAT. Square each side to remove the square root.

WHY. Roots are awkward to work with — you cannot easily plug numbers in or expand them. Squaring gives a tidy polynomial. It is legal here because both sides are already non-negative: a distance is never negative and a radius is always , so squaring cannot introduce a fake solution.

PICTURE. The root melts away; what remains is the standard form, with each squared leg still visible as its coloured square.

Figure — Circle equation — standard form (x−h)² + (y−k)² = r²
  • : how far right/left of centre, squared.
  • : how far up/down of centre, squared.
  • : the radius squared — note it is , not , because we squared the whole equation.

Step 6 — The degenerate & special cases (never skipped)

WHAT. We check what the equation does at its edges: center at the origin, radius zero, and "radius²" negative.

WHY. A formula you trust must survive its extreme inputs. If it broke at , you would not know it until an exam did it to you.

PICTURE. Three panels: a circle at the origin, a circle that has shrunk to a single point, and an empty grid where no point can possibly satisfy the equation.

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

Case A — center at the origin . Then : Subtracting zero changes nothing, so the anchor terms vanish.

Case B — radius zero, . The equation becomes A sum of two squares is zero only when each square is zero, so and . The "circle" collapses to the single point — a point circle.

Case C — right side negative. Something like . The left side is a sum of squares, which can never be negative, so no real point works. There is no circle at all — an important warning when you later meet the General Form of Circle and use Completing the Square: if you land on a negative right side, you have an empty graph, not a circle.


The one-picture summary

Everything above, compressed: the anchor , the wandering , the red/green legs, the blue hypotenuse forced equal to the yellow radius — and the boxed equation that captures it all.

Figure — Circle equation — standard form (x−h)² + (y−k)² = r²
Recall Feynman retelling (say it to a friend)

I put a pin in the ground — that's my center . I hold a pencil somewhere — that's my point . To find how far the pencil is from the pin, I don't measure the slanted gap directly; I count how far right I am, , and how far up I am, , and I make a right triangle out of those two counts. Pythagoras turns the two counts into the true slanted distance: . A circle just says "keep that distance fixed at ," so I write the slanted distance . Roots are ugly, so I square both sides — allowed, because distances and radii are never negative — and the mess becomes . If is zero the whole thing shrinks to the single pin-point; if the right side ever comes out negative, no pencil position can ever satisfy it, so there's no circle at all.

Recall

Why can we legally square both sides in the derivation? ::: Because both sides are non-negative — distance and radius — so squaring introduces no false solutions. What geometric object does represent? ::: A single point , since a sum of two squares is zero only when each is zero. What does represent? ::: Nothing — the empty set. A sum of squares can never be negative.

Connections

  • Distance Formula — the length we built in Steps 2–3.
  • Pythagorean Theorem — the engine that converts two legs into one hypotenuse.
  • General Form of Circle — the expanded cousin; watch for negative there.
  • Completing the Square — the route back from general to this standard form.
  • Conic Sections — the circle is the special conic with equal axes.
  • Equation of Tangent to Circle — built on top of this equation.
  • Parametric Equations of Circle — the same circle written with and .

#flashcards/maths