SOLUTION: find the center (h,k) and radius, r, of the cirlce. x^2+y^2+6x+8y+9=0
Algebra
->
Quadratic-relations-and-conic-sections
-> SOLUTION: find the center (h,k) and radius, r, of the cirlce. x^2+y^2+6x+8y+9=0
Log On
Algebra: Conic sections - ellipse, parabola, hyperbola
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Quadratic-relations-and-conic-sections
Question 619433
:
find the center (h,k) and radius, r, of the cirlce. x^2+y^2+6x+8y+9=0
Found 2 solutions by
ewatrrr, jim_thompson5910
:
Answer by
ewatrrr(24785)
(
Show Source
):
You can
put this solution on YOUR website!
Hi,
x^2+y^2+6x+8y+9=0
(x+3)^2 - 9 + (y+4)^2 - 16 + 9
C(-3,-4) and r = 4
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
x^2+y^2+6x+8y+9=0
(x^2+6x)+(y^2+8y)+9=0
(x^2+6x+9-9)+(y^2+8y+16-16)+9=0
(x^2+6x+9)-9+(y^2+8y+16)-16+9=0
(x+3)^2-9+(y+4)^2-16+9=0
(x+3)^2+(y+4)^2-16=0
(x+3)^2+(y+4)^2=16
(x-(-3))^2+(y-(-4))^2=16
(x-(-3))^2+(y-(-4))^2 = 4^2
The equation is now in (x-h)^2+(y-k)^2=r^2 form where h = -3, k = -4 and r = 4. Note: this conic section is a circle.
So the center of this circle is (-3,-4) and it has a radius of 4.