Facebook Pixel
Mathos AI logo

Equations of Circles

Equations of Circles

In coordinate geometry, a circle is defined as the set of all points in a plane that are at a fixed distance (the radius) from a fixed point (the center). There are two main ways to write the equation of a circle: Standard Form and General Form.

The Standard Form

The standard equation of a circle makes it very easy to identify the circle's center and radius. The formula is:

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

Where:

  • (h,k)(h, k) is the center of the circle.
  • rr is the radius of the circle.
  • (x,y)(x, y) represents any point on the circle.

Example 1: Writing the Equation

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

Solution:

  1. Identify the given values: h=3h = 3, k=2k = -2, and r=5r = 5.
  2. Substitute these into the standard form equation: (x3)2+(y(2))2=52(x - 3)^2 + (y - (-2))^2 = 5^2
  3. Simplify the equation: (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25

The General Form

If you expand the standard form equation, you get the general form of a circle:

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

Where DD, EE, and FF are constants.

To find the center and radius from the general form, you need to convert it back to standard form. This is done using an algebraic technique called completing the square.

Example 2: Converting to Standard Form

Problem: Convert x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0 to standard form and find the center and radius.

Solution:

  1. Group the xx terms and yy terms together, and move the constant to the other side of the equation: (x26x)+(y2+4y)=12(x^2 - 6x) + (y^2 + 4y) = 12

  2. Complete the square for both xx and yy:

    • For xx: Take half of 6-6 (which is 3-3) and square it to get 99.
    • For yy: Take half of 44 (which is 22) and square it to get 44.
    • Add these numbers inside the parentheses, and add them to the right side of the equation as well to keep it balanced: (x26x+9)+(y2+4y+4)=12+9+4(x^2 - 6x + 9) + (y^2 + 4y + 4) = 12 + 9 + 4
  3. Factor the perfect square trinomials and simplify the right side: (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25

  4. Identify the center and radius: Comparing this to (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, we can see:

    • Center (h,k)=(3,2)(h, k) = (3, -2)
    • Radius r=25=5r = \sqrt{25} = 5