Circles

Equations and graphs of circles

Circles

Standard Form

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

Where:

  • Center: (h,k)(h, k)
  • Radius: rr

Example

Circle with center (3,2)(3, -2) and radius 55: (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25

General Form

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

To convert to standard form:

  1. Group xx terms and yy terms
  2. Complete the square for both
  3. Identify center and radius

Finding Center and Radius

From: x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0

Step 1: Group and move constant (x26x)+(y2+4y)=12(x^2 - 6x) + (y^2 + 4y) = 12

Step 2: Complete the square (x26x+9)+(y2+4y+4)=12+9+4(x^2 - 6x + 9) + (y^2 + 4y + 4) = 12 + 9 + 4

Step 3: Factor (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25

Center: (3,2)(3, -2), Radius: 55

Graphing

  1. Plot the center point
  2. Count rr units in all directions
  3. Sketch the circle

📚 Practice Problems

1Problem 1easy

Question:

Write the equation of a circle with center (0,0)(0, 0) and radius 44.

💡 Show Solution

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

Center: (h,k)=(0,0)(h, k) = (0, 0) Radius: r=4r = 4

(x0)2+(y0)2=42(x - 0)^2 + (y - 0)^2 = 4^2

Simplify: x2+y2=16x^2 + y^2 = 16

Answer: x2+y2=16x^2 + y^2 = 16

2Problem 2medium

Question:

Find the center and radius of (x+1)2+(y4)2=36(x + 1)^2 + (y - 4)^2 = 36

💡 Show Solution

Compare to standard form: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

Rewrite as: (x(1))2+(y4)2=62(x - (-1))^2 + (y - 4)^2 = 6^2

Center: (1,4)(-1, 4)

Radius: r=36=6r = \sqrt{36} = 6

Answer: Center (1,4)(-1, 4), radius 66

3Problem 3hard

Question:

Convert to standard form and find the center and radius: x2+y2+8x2y+8=0x^2 + y^2 + 8x - 2y + 8 = 0

💡 Show Solution

Step 1: Group variables (x2+8x)+(y22y)=8(x^2 + 8x) + (y^2 - 2y) = -8

Step 2: Complete the square

  • For xx: (8/2)2=16(8/2)^2 = 16
  • For yy: (2/2)2=1(-2/2)^2 = 1

(x2+8x+16)+(y22y+1)=8+16+1(x^2 + 8x + 16) + (y^2 - 2y + 1) = -8 + 16 + 1

Step 3: Factor and simplify (x+4)2+(y1)2=9(x + 4)^2 + (y - 1)^2 = 9

Answer:

  • Standard form: (x+4)2+(y1)2=9(x + 4)^2 + (y - 1)^2 = 9
  • Center: (4,1)(-4, 1)
  • Radius: 33