ironfern @ docs ~/geometry/grade-9/coordinates/equation-figure $

Equation of a Figure

In coordinate geometry, any geometric figure — a line, circle, parabola, or more complex curve — can be described by an algebraic equation. This connection between geometry and algebra is the foundation of analytic geometry.

What is the Equation of a Figure?

📐Definition — Equation of a Figure

An equation F(x,y)=0F(x, y) = 0 is called the equation of a figure Φ\Phi if the following two conditions both hold:

  1. Completeness: Every point of Φ\Phi satisfies the equation, i.e., if (x0,y0)Φ(x_0, y_0) \in \Phi then F(x0,y0)=0F(x_0, y_0) = 0.
  2. Sufficiency: Every point whose coordinates satisfy the equation belongs to Φ\Phi, i.e., if F(x0,y0)=0F(x_0, y_0) = 0 then (x0,y0)Φ(x_0, y_0) \in \Phi.

In other words, the figure Φ\Phi is precisely the solution set of the equation F(x,y)=0F(x, y) = 0 in the coordinate plane.

Remark. A single equation F(x,y)=0F(x,y) = 0 typically defines a curve (a one-dimensional set of points). Two simultaneous equations generally define isolated points (intersections of two curves).

Locus of Points

A locus is the set of all points in the plane that satisfy a given geometric condition. The equation of a figure is the algebraic expression of the condition defining the locus.

Standard example: The locus of all points at distance rr from a fixed center OO is a circle of radius rr. We will now derive its equation.

Equation of a Circle

Theorem — Circle Equation (Theorem 10.1)

The equation of the circle with center (a,b)(a, b) and radius r>0r > 0 is:

(xa)2+(yb)2=r2\boxed{(x - a)^2 + (y - b)^2 = r^2}

Proof. A point P(x,y)P(x, y) lies on this circle if and only if its distance from the center (a,b)(a, b) equals rr:

CP=r    (xa)2+(yb)2=r    (xa)2+(yb)2=r2|CP| = r \iff \sqrt{(x - a)^2 + (y - b)^2} = r \iff (x-a)^2 + (y-b)^2 = r^2 \qquad \blacktriangleleft

Special cases:

  • Unit circle (center at origin, radius 1): x2+y2=1x^2 + y^2 = 1
  • Circle centered at origin with radius rr: x2+y2=r2x^2 + y^2 = r^2

Expanding the Circle Equation

The standard form (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2 can be expanded:

x22ax+a2+y22by+b2=r2x^2 - 2ax + a^2 + y^2 - 2by + b^2 = r^2

x2+y22ax2by+(a2+b2r2)=0x^2 + y^2 - 2ax - 2by + (a^2 + b^2 - r^2) = 0

Setting D=2aD = -2a, E=2bE = -2b, F=a2+b2r2F = a^2 + b^2 - r^2, this takes the form:

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

Conversely, any equation of this form (with D2+E24F>0D^2 + E^2 - 4F > 0) represents a circle. Completing the square recovers the center and radius.

Worked Examples

Example — Example 1 — Writing a Circle Equation

Write the equation of the circle with center K(2,3)K(-2, 3) and radius 55.

Solution. Substitute a=2a = -2, b=3b = 3, r=5r = 5 into the standard form:

(x(2))2+(y3)2=52(x - (-2))^2 + (y - 3)^2 = 5^2

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

Answer: (x+2)2+(y3)2=25(x + 2)^2 + (y - 3)^2 = 25. \blacktriangleleft

Example — Example 2 — Finding Center and Radius

Find the center and radius of the circle x2+y26x+4y3=0x^2 + y^2 - 6x + 4y - 3 = 0.

Solution. Complete the square in xx and yy separately:

(x26x+9)(x3)2+(y2+4y+4)(y+2)2=3+9+4=16\underbrace{(x^2 - 6x + 9)}_{(x-3)^2} + \underbrace{(y^2 + 4y + 4)}_{(y+2)^2} = 3 + 9 + 4 = 16

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

Comparing with (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2: center C(3,2)C(3, -2) and radius r=4r = 4.

Answer: Center (3,2)(3, -2), radius 44. \blacktriangleleft

Example — Example 3 — Locus Problem

Find the locus of points equidistant from the points A(0,0)A(0, 0) and B(4,0)B(4, 0).

Solution. Let P(x,y)P(x, y) be any point with PA=PB|PA| = |PB|. Then:

x2+y2=(x4)2+y2\sqrt{x^2 + y^2} = \sqrt{(x-4)^2 + y^2}

Squaring both sides:

x2+y2=(x4)2+y2=x28x+16+y2x^2 + y^2 = (x-4)^2 + y^2 = x^2 - 8x + 16 + y^2

0=8x+16    x=20 = -8x + 16 \implies x = 2

The locus is the vertical line x=2x = 2, which is the perpendicular bisector of segment ABAB. \blacktriangleleft

Exercises

Exercise

Write the equation of each circle.

  1. Center (0,0)(0, 0), radius 77
  2. Center (3,4)(3, -4), radius 5\sqrt{5}
  3. Center (1,6)(-1, 6), passing through the origin O(0,0)O(0,0)

Hint for (3): The radius equals the distance from the center to the origin.

Exercise

Find the center and radius of each circle.

  1. x2+y24x10y+20=0x^2 + y^2 - 4x - 10y + 20 = 0
  2. x2+y2+8x6y=0x^2 + y^2 + 8x - 6y = 0
  3. (x+1)2+y2=9(x + 1)^2 + y^2 = 9
Exercise

A circle passes through the three points A(1,0)A(1, 0), B(1,0)B(-1, 0), and C(0,2)C(0, 2). Write its equation.

Hint: Substitute each point into x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0 to obtain a system of three equations, then solve for DD, EE, FF.