College Algebra

Circles

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

Real-world applications
πŸ“
Carpentry

Measurements, material estimation, cutting calculations

A circle is the set of all points in a plane that are equidistant from a fixed point called the center. That constant distance is the radius. Circles are the simplest conic section and the starting point for understanding ellipses, hyperbolas, and parabolas. In this lesson you will learn to write the equation of a circle in standard form, convert from general form by completing the square, graph circles, and find equations from geometric information.

Standard Form of a Circle

The standard form of a circle with center (h,k)(h, k) and radius rr is:

(xβˆ’h)2+(yβˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2

This equation says: any point (x,y)(x, y) on the circle is exactly rr units from the center (h,k)(h, k). It follows directly from the distance formula.

Special case: When the center is at the origin (0,0)(0, 0):

x2+y2=r2x^2 + y^2 = r^2

Reading Center and Radius from Standard Form

Given (xβˆ’3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25:

  • Center: (3,βˆ’2)(3, -2) β€” notice the signs flip: (xβˆ’3)(x - 3) means h=3h = 3, and (y+2)=(yβˆ’(βˆ’2))(y + 2) = (y - (-2)) means k=βˆ’2k = -2
  • Radius: r=25=5r = \sqrt{25} = 5

Circle with Center (3, -2) and Radius 5

-553-25-5(3, -2)r = 5

General Form of a Circle

Expanding the standard form gives the general form:

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

This form is less immediately useful because the center and radius are hidden. You need to complete the square to convert back to standard form.

Converting General Form to Standard Form

This is the most important skill in this lesson. The process uses completing the square on both the xx and yy terms.

Worked Example 1: Convert to Standard Form

Convert x2+y2βˆ’6x+4yβˆ’12=0x^2 + y^2 - 6x + 4y - 12 = 0 to standard form and find the center and radius.

Step 1 β€” Group xx terms and yy terms, and move the constant:

x2βˆ’6x+y2+4y=12x^2 - 6x + y^2 + 4y = 12

Step 2 β€” Complete the square for xx:

Half of βˆ’6-6 is βˆ’3-3. Square it: (βˆ’3)2=9(-3)^2 = 9. Add 9 to both sides.

x2βˆ’6x+9+y2+4y=12+9x^2 - 6x + 9 + y^2 + 4y = 12 + 9

Step 3 β€” Complete the square for yy:

Half of 44 is 22. Square it: 22=42^2 = 4. Add 4 to both sides.

x2βˆ’6x+9+y2+4y+4=12+9+4x^2 - 6x + 9 + y^2 + 4y + 4 = 12 + 9 + 4

Step 4 β€” Factor the perfect square trinomials:

(xβˆ’3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25

Result: Center (3,βˆ’2)(3, -2), radius r=25=5r = \sqrt{25} = 5.

Worked Example 2: A Circle with Fractional Coefficients

Convert x2+y2+3xβˆ’5y+2=0x^2 + y^2 + 3x - 5y + 2 = 0 to standard form.

Step 1: x2+3x+y2βˆ’5y=βˆ’2x^2 + 3x + y^2 - 5y = -2

Step 2 (complete xx): Half of 33 is 32\frac{3}{2}. Square: 94\frac{9}{4}.

x2+3x+94+y2βˆ’5y=βˆ’2+94x^2 + 3x + \frac{9}{4} + y^2 - 5y = -2 + \frac{9}{4}

Step 3 (complete yy): Half of βˆ’5-5 is βˆ’52-\frac{5}{2}. Square: 254\frac{25}{4}.

x2+3x+94+y2βˆ’5y+254=βˆ’2+94+254x^2 + 3x + \frac{9}{4} + y^2 - 5y + \frac{25}{4} = -2 + \frac{9}{4} + \frac{25}{4}

Step 4 β€” Simplify the right side and factor:

(x+32)2+(yβˆ’52)2=βˆ’2+344=βˆ’84+344=264=132\left(x + \frac{3}{2}\right)^2 + \left(y - \frac{5}{2}\right)^2 = -2 + \frac{34}{4} = -\frac{8}{4} + \frac{34}{4} = \frac{26}{4} = \frac{13}{2}

Result: Center (βˆ’32,52)\left(-\frac{3}{2}, \frac{5}{2}\right), radius r=132=262β‰ˆ2.55r = \sqrt{\frac{13}{2}} = \frac{\sqrt{26}}{2} \approx 2.55.

Writing the Equation from Geometric Information

From Center and Radius

If the center is (βˆ’1,4)(-1, 4) and the radius is 3:

(x+1)2+(yβˆ’4)2=9(x + 1)^2 + (y - 4)^2 = 9

From Endpoints of a Diameter

If the endpoints of a diameter are A=(2,βˆ’1)A = (2, -1) and B=(8,5)B = (8, 5), then:

Center = midpoint of ABAB:

h=2+82=5,k=βˆ’1+52=2h = \frac{2 + 8}{2} = 5, \quad k = \frac{-1 + 5}{2} = 2

Center: (5,2)(5, 2).

Radius = half the diameter length:

d=(8βˆ’2)2+(5βˆ’(βˆ’1))2=36+36=72=62d = \sqrt{(8-2)^2 + (5-(-1))^2} = \sqrt{36 + 36} = \sqrt{72} = 6\sqrt{2}

r=622=32r = \frac{6\sqrt{2}}{2} = 3\sqrt{2}

Equation:

(xβˆ’5)2+(yβˆ’2)2=(32)2=18(x - 5)^2 + (y - 2)^2 = (3\sqrt{2})^2 = 18

From Center and a Point on the Circle

If the center is (1,βˆ’3)(1, -3) and the circle passes through (4,1)(4, 1):

r=(4βˆ’1)2+(1βˆ’(βˆ’3))2=9+16=25=5r = \sqrt{(4-1)^2 + (1-(-3))^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Equation: (xβˆ’1)2+(y+3)2=25(x - 1)^2 + (y + 3)^2 = 25

Graphing a Circle

To graph a circle from its equation:

  1. Get standard form (complete the square if needed)
  2. Plot the center (h,k)(h, k)
  3. From the center, count rr units up, down, left, and right to find four points on the circle
  4. Sketch the curve through those four points

For the circle (xβˆ’3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25: plot center (3,βˆ’2)(3, -2), then mark (8,βˆ’2)(8, -2), (βˆ’2,βˆ’2)(-2, -2), (3,3)(3, 3), and (3,βˆ’7)(3, -7). Connect with a smooth curve.

Real-World Application: Carpentry

A carpenter is designing a circular tabletop. The table must fit inside a rectangular alcove that is 6 feet wide. The center of the table will be placed at coordinates (3,3)(3, 3) relative to the corner of the alcove.

The maximum radius is 3 feet (half of 6 feet). To verify the table fits, the carpenter writes the equation:

(xβˆ’3)2+(yβˆ’3)2=9(x - 3)^2 + (y - 3)^2 = 9

Checking the leftmost point: x=3βˆ’3=0x = 3 - 3 = 0 (touches the left wall). Rightmost: x=3+3=6x = 3 + 3 = 6 (touches the right wall). The table fits exactly.

If the carpenter wants 1 foot of clearance on each side, the usable radius is 3βˆ’1=23 - 1 = 2 feet, and the equation becomes:

(xβˆ’3)2+(yβˆ’3)2=4(x - 3)^2 + (y - 3)^2 = 4

When the Equation Does Not Represent a Circle

After completing the square, if the right side is zero, you get a single point (a β€œdegenerate circle”). If the right side is negative, there is no graph β€” no real solutions exist.

Example: x2+y2βˆ’2x+4y+5=0x^2 + y^2 - 2x + 4y + 5 = 0

(xβˆ’1)2+(y+2)2=βˆ’5+1+4=0(x - 1)^2 + (y + 2)^2 = -5 + 1 + 4 = 0

This is the single point (1,βˆ’2)(1, -2).

Example: x2+y2βˆ’2x+4y+8=0x^2 + y^2 - 2x + 4y + 8 = 0

(xβˆ’1)2+(y+2)2=βˆ’8+1+4=βˆ’3(x - 1)^2 + (y + 2)^2 = -8 + 1 + 4 = -3

No real graph exists β€” this equation has no solution.

Common Mistakes

  1. Forgetting to add the completed-square constant to both sides. If you add 99 to the left, you must add 99 to the right.
  2. Sign errors when reading center from standard form. (x+3)2(x + 3)^2 means h=βˆ’3h = -3, not +3+3.
  3. Confusing r2r^2 with rr. If the equation says =16= 16, the radius is 44, not 1616.
  4. Leaving a leading coefficient on x2x^2 or y2y^2. If the equation is 2x2+2y2+…=02x^2 + 2y^2 + \ldots = 0, divide everything by 2 first.

Practice Problems

Problem 1: Find the center and radius of (x+4)2+(yβˆ’1)2=36(x + 4)^2 + (y - 1)^2 = 36.

Rewrite as (xβˆ’(βˆ’4))2+(yβˆ’1)2=36(x - (-4))^2 + (y - 1)^2 = 36.

Center: (βˆ’4,1)(-4, 1), Radius: r=36=6r = \sqrt{36} = 6.

Problem 2: Convert x2+y2+8xβˆ’10y+16=0x^2 + y^2 + 8x - 10y + 16 = 0 to standard form and find the center and radius.

Group and move constant: x2+8x+y2βˆ’10y=βˆ’16x^2 + 8x + y^2 - 10y = -16

Complete the square for xx: half of 88 is 44, squared is 1616. Add 1616 to both sides.

Complete the square for yy: half of βˆ’10-10 is βˆ’5-5, squared is 2525. Add 2525 to both sides.

(x+4)2+(yβˆ’5)2=βˆ’16+16+25=25(x + 4)^2 + (y - 5)^2 = -16 + 16 + 25 = 25

Center: (βˆ’4,5)(-4, 5), Radius: r=5r = 5.

Problem 3: Write the equation of the circle with diameter endpoints (1,3)(1, 3) and (7,βˆ’1)(7, -1).

Center = midpoint: (1+72,3+(βˆ’1)2)=(4,1)\left(\frac{1+7}{2}, \frac{3+(-1)}{2}\right) = (4, 1)

Diameter length: d=(7βˆ’1)2+(βˆ’1βˆ’3)2=36+16=52=213d = \sqrt{(7-1)^2 + (-1-3)^2} = \sqrt{36 + 16} = \sqrt{52} = 2\sqrt{13}

Radius: r=13r = \sqrt{13}, so r2=13r^2 = 13.

Equation: (xβˆ’4)2+(yβˆ’1)2=13(x - 4)^2 + (y - 1)^2 = 13

Problem 4: A circle has center (0,0)(0, 0) and passes through (βˆ’3,4)(-3, 4). Write its equation.

r=(βˆ’3)2+42=9+16=25=5r = \sqrt{(-3)^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Equation: x2+y2=25x^2 + y^2 = 25

Problem 5: Determine whether x2+y2βˆ’6x+2y+12=0x^2 + y^2 - 6x + 2y + 12 = 0 represents a circle, a point, or no graph.

Complete the square:

x2βˆ’6x+9+y2+2y+1=βˆ’12+9+1x^2 - 6x + 9 + y^2 + 2y + 1 = -12 + 9 + 1

(xβˆ’3)2+(y+1)2=βˆ’2(x - 3)^2 + (y + 1)^2 = -2

The right side is negative, so no graph exists (no real points satisfy this equation).

Key Takeaways

  • The standard form of a circle is (xβˆ’h)2+(yβˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2 with center (h,k)(h, k) and radius rr
  • Complete the square on both xx and yy terms to convert from general form to standard form
  • The center coordinates have opposite signs from what appears in the equation: (x+3)2(x + 3)^2 gives h=βˆ’3h = -3
  • To find the equation from diameter endpoints, use the midpoint for center and half the distance for radius
  • If the right side of standard form is zero, the β€œcircle” is a single point; if negative, no graph exists
  • Circles are a special case of ellipses where a=ba = b (equal semi-axes)

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026