Solving Equations of Circles: Finding Center and Radius | Homework Help

  • Thread starter Thread starter morrowcosom
  • Start date Start date
  • Tags Tags
    Circles
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
morrowcosom
Messages
52
Reaction score
0

Homework Statement


Here is the equation of a circle:
x^2 + y^2 - 3x + 7y - 6 = 0


It is your job to find the center and the radius of the circle.

--------------------------------------------------------------------------------

Enter the coordinates of the center and the radius (as numbers):


Homework Equations



(x-a)^2+(y-b)^2=r^2
(a,b)=center


The Attempt at a Solution


The problem: x^2 + y^2 - 3x + 7y - 6 = 0
(x-3/2)^2+(y-(-7/2)^2

(x-3/2) (x-3/2)= x^2 -3/2x -3/2x +9/4= x^2-3x+9/4
(y+7/2) (y+7/2)= y^2 +7/2y +7/2y +49/4= y^2+7y+49/4

So, x^2+y^2-3x+7y-29/2= -sqrt(17/2)

I am doing independent study on a computer program. I have the values for the x and y coordinates right, but my value for the radius (sqrt(17/2)) is not right. I do not understand this because when I square this radius and move it over to the other side I get -6 just like the original equation of x^2 + y^2 - 3x + 7y - 6 = 0. What am I doing wrong?
 
Physics news on Phys.org
Try arranging your work like this:

x2 - 3x + y2 + 7y = 6

Now add to both sides:

x2 - 3x + 9/4 + y2 + 7y + 49/4= 6 + 9/4 + 49/4

(x - 3/2)2 + (y + 7/2)2 = 82/4 = 41/2

Now you can read off the center and radius.