CIR - Equations of Circles Lesson

Equations of Circles

image stating "equation of a circle" with many circlesYou have been seeing circles your whole life, and have even studied them in previous courses. However, we are going to go further with the study of circles - what do they look like in the coordinate plane? What is the equation of a circle? Where did it come from? Let's start there... what is the equation of a circle and where did it come from.

The standard equation of a circle is  LaTeX: \left(x-h\right)^2+\left(y-k\right)^2=r^2(xh)2+(yk)2=r2, where (h, k) is the center of the circle and r  is the radius.

For example, a circle with center (3, 2) and radius 5 would have the following equation: 

LaTeX: \left(x-3\right)^2+\left(y-2\right)^2=5^2(x3)2+(y2)2=52

LaTeX: \left(x-3\right)^2+\left(y-2\right)^2=25(x3)2+(y2)2=25 

What would be the equation of a circle with center (-4, 1) and radius 3?

Solution:

LaTeX: \left(x+4\right)^2+\left(y-1\right)^2=3^2(x+4)2+(y1)2=32

LaTeX: \left(x+4\right)^2+\left(y-1\right)^2=9(x+4)2+(y1)2=9

But where does this equation come from? circle plotted on graph with point (x, y), triangle labelled rba, angle C in the center being plotted at (h, k)

Consider the circle to the right. We have the center labeled as (h, k), the radius labeled "r," and we have a point on the circle labeled (x, y). We call the shorter leg of the right triangle formed "a," and the longer leg "b".

By the Pythagorean Theorem, we know  LaTeX: a^2+b^2=r^2a2+b2=r2.

The length of "a" is the distance from the x-coordinate of the point (x, y) to the x-coordinate of the center (h, k). This is represented by |x - h|. Likewise, the length of "b" is the distance from the y-coordinate of the point (x, y) to the y-coordinate of the center (h, k). This is represented by |y - k|. Plug these in for a and b in the original formula, and you'll see the equation of a circle: LaTeX: \left(x-h\right)^2+\left(y-k\right)^2=r^2(xh)2+(yk)2=r2

Notice that we dropped the absolute value signs when we plugged them into the equation. Why do you think this is? 

  • Solution: The absolute value signs were there initially because distance is always positive we can't have a negative distance. However, since we are squaring these values in the equation, they will automatically become positive anyways, so the absolute value signs are no longer needed!

Try the practice problems below to see how much you know!

1. What is the equation of a circle with center (-2, -1) and radius 5?

  • Solution: LaTeX: \left(x+2\right)^2+\left(y+1\right)^2=25(x+2)2+(y+1)2=25

2. What is the equation of a circle with center (4, -6) and radius 1? 

  • Solution: LaTeX: \left(x-4\right)^2+\left(y+6\right)^2=1(x4)2+(y+6)2=1

3. What is the equation of this circle? 

circle plotted at graph
center at (0,0)

  • Solution: 
    • center = (0,0)
    • radius = 2
    • LaTeX: x^2+y^2=4x2+y2=4

4. Name the center and radius of the circle with equation LaTeX: \left(x-2\right)^2+\left(y+1\right)^2=36(x2)2+(y+1)2=36  

  • Solution: 
    • center = (2, -1)
    • radius = 6

5. What is the equation of this circle? 

circle plotted on graph
center at (0, 3)
diameter = 8

  • Solution: 
    • center = (0, 3)
    • radius = 4
    • LaTeX: x^2+\left(y-3\right)^2=16x2+(y3)2=16

Unfortunately, circle equations are not always in this nice, easy-to-use standard form. Sometimes, the equation is given to you when it is all multiplied out in an expanded form, called the general form. This form can be created by expanding out the standard form.  When we do so, we get an equation of the form LaTeX: ax^2+by^2+cx+dy+e=0ax2+by2+cx+dy+e=0. Since we cannot find the center and radius directly from this form, we can convert it back to standard form by completing the square! Before we get started, watch the video below for a refresher on completing the square.

Let's try an example.

Example

Let's convert the circle equation LaTeX: x^2+y^2-2x-4y-4=0x2+y22x4y4=0 to standard form to find the center and radius. To do this, we must complete the square.

Step by Steps instructions Image
Step 1: Be sure the coefficients of both the x2 and y2 terms are 1.  If not, divide the whole equations by whatever the coefficient is. Both the x2 and y2 terms have a coefficient of 1 already, so we can move forward.

Step 2: Gather the x's together and the y's together and move the constant to the right side of the equation
(x2-2x) + (y2-4y) =4

Step 3: Complete the square for the x's and for the y's.  Remember, this means that for both the x's and the y's, you need to add (b/2)2 inside the parentheses, as well to the other side of the equation to cancel it out.
(x2-2x+0) +(y2-4y+4) = 4+1+1
For the x's, (b/2)2 = (-2/2)2 = (-1)2 =1
For the y's, (b/2)2 = (-4/2)2 = (-2)2 = 4
Then you factor the "x" expression and the "y" expression and simplify the right side of the equation.  Remember, each expression is now a difference of squares, and they factor to (x+b/2)2 & (y + b/2)2
(x-1)2+(y-2)2=9
r2=9--> radius =3, center, (1,2)

Now it's time to test yourself! Before checking the answers on each step, try it on your own to see how you do!

Find the center and radius of the circle defined by the following equation:

 LaTeX: 4x^2+4y^2-16x-24y+51=04x2+4y216x24y+51=0

Step 1 : Be sure the coefficients of both the x2  and y2  terms are 1. If not, divide the whole equation by whatever the coefficient is. After trying this step on your own, check your answer with the solution shown below.

  • Solution: Since LaTeX: x^2x2 and LaTeX: y^2y2 terms both have coefficient of 4, we must divide the whole equation by 4 to get:
    • LaTeX: x^2+y^2-4x-6y+\frac{51}{4}=0x2+y24x6y+514=0

Step 2 : Gather the x's together and the y's together and move the constant to the right side of the equation. After trying this step on your own, check your answer with the solution shown below.

  • Solution:  LaTeX: \left(x^2-4x\right)+\left(y^2-6y\right)=-\frac{51}{4}(x24x)+(y26y)=514

Step 3 : Complete the square for the x's and for the y's. Remember, this means that for both the x's and the y's, you need to add LaTeX: \left(\frac{b}{2}\right)^2(b2)2 inside the parentheses, as well as to the other side of the equation to cancel it out. After trying this step on your own, check your answer with the solution shown below.

  • Solution:  LaTeX: \left(x^2-4x+4\right)+\left(y^2-6y+9\right)=-\frac{51}{4}+4+9(x24x+4)+(y26y+9)=514+4+9
    • for the x's, LaTeX: \left(\frac{b}{2}\right)^2=\left(\frac{-4}{2}\right)^2=\left(-2\right)^2=4(b2)2=(42)2=(2)2=4
    • for the y's, LaTeX: \left(\frac{b}{2}\right)^2=\left(\frac{-6}{2}\right)^2=\left(-3\right)^2=9(b2)2=(62)2=(3)2=9

Then you factor the "x" expression and the "y" expression and simplify the right side of the equation. Remember, each expression is now a difference of squares, and they factor to LaTeX: \left(x+\frac{b}{2}\right)^2\:and\:\left(y+\frac{\:b}{2}\right)^2(x+b2)2and(y+b2)2 . After trying this step on your own, check your answer with the solution shown below.

  • Solution: LaTeX: \left(x-2\right)^2+\left(y-3\right)^2=\frac{1}{4}(x2)2+(y3)2=14

Now that our circle equation is in standard form, we can find the center and radius! After trying this step on your own, check your answer with the solution shown below.

  • Solution: LaTeX: \left(x-2\right)^2+\left(y-3\right)^2=\frac{1}{4}(x2)2+(y3)2=14
    • LaTeX: r^2=\frac{1}{4}\longrightarrow radius=\frac{1}{2};\:center=\left(2,\:3\right)r2=14radius=12;center=(2,3)

The last thing we want to look at with circles and their equations is how to tell if a given point lies on a particular circle.

For example, does the point (2, -1) lie on the circle with center (2, -5) and radius 6? Let's check...

Remember the equation of a circle is LaTeX: \left(x-h\right)^2+\left(y-k\right)^2=r^2(xh)2+(yk)2=r2.

Now plug in the given center and radius. LaTeX: \left(x-2\right)^2+\left(y+5\right)^2=6^2(x2)2+(y+5)2=62.

Now, plug in the given point for x and y to see if we get a true statement. If we do, the point lies on the circle. If not, it doesn't.

LaTeX: \left(2-2\right)^2+\left(-1+5\right)^2=6^2(22)2+(1+5)2=62

LaTeX: 0^2+4^2=6^202+42=62

LaTeX: 16<3616<36

This is false. Therefore the point (2, -1) lies inside the circle since 16 < 36!

Let's try one more.

Does the point (0, -8) lie on the circle LaTeX: x^2+y^2=64x2+y2=64 ?

This one is even simpler, since the equation is given to us. Just plug in the point for x and y into the equation and see if you get a true statement:

LaTeX: 0^2+\left(-8\right)^2=6402+(8)2=64

LaTeX: 0+64=640+64=64

LaTeX: 64=6464=64

So the point (0, -8) does lie on the circle.

What about the point (2, -7)? Does it lie on the circle LaTeX: x^2+y^2=64x2+y2=64 ?

Let's check.

Plug in 2 for the x and -7 for the y.

LaTeX: 2^2+\left(-7\right)^2=6422+(7)2=64

LaTeX: 4+49=644+49=64

LaTeX: 53\ne645364

So (2, -7) does NOT lie on the circle.

Practice your knowledge of this concept below:

IMAGES CREATED BY GAVS