need help with another equation of a circle

abel muroi

Junior Member
Joined
Jan 13, 2015
Messages
210
I just did a problem that gave me a equation and asked me to find the center and radius of the equation.

here is the equation...

3x2 + 3y2 + 6x - y = 0

and here is the work i did...

3x2 + 3y2 + 6x - y = 0
x2 + y2 + 2x - y = 0
(x2 + 2x) + (y2 - y) = 0
(x2 + 1) + (y2 - y) = 1
(x - 1)2 + (y2 - 0)2 = 1

center = (1,0)
radius = 1

I feel that i made a mistake somewhere since i wasn't too sure what i was supposed to do with the -y in the equation. can someone tell me what was my mistake here?
 
I just did a problem that gave me a equation and asked me to find the center and radius of the equation.

here is the equation...

3x2 + 3y2 + 6x - y = 0

and here is the work i did...

3x2 + 3y2 + 6x - y = 0
x2 + y2 + 2x - y = 0 you did not divide the y by 3
(x2 + 2x) + (y2 - y) = 0
(x2 + 1) + (y2 - y) = 1 what happened to the 2x from the line above??
(x - 1)2 + (y2 - 0)2 = 1 (x - 1)2 is not (x2 + 1). (y2 - 0)2 = (y2 )2 =y4 is not (y2 - y)

center = (1,0)
radius = 1

I feel that i made a mistake somewhere since i wasn't too sure what i was supposed to do with the -y in the equation. can someone tell me what was my mistake here? -y = -1y. So you compute 1/2 of -1 and then you square it . This number is added to both sides of the equation
You need to follow the steps. After getting a 1 in front of the x^2 and y^2 terms you take half of the coefficient of the x and y term and then square it and....
 
Last edited:
I just did a problem that gave me a equation and asked me to find the center and radius of the equation.

here is the equation...

3x2 + 3y2 + 6x - y = 0

and here is the work i did...

3x2 + 3y2 + 6x - y = 0
x2 + y2 + 2x - y / 3 = 0 <======= you also need to divide -y by 3
(x2 + 2x) + (y2 - y) = 0
(x2 + 1) + (y2 - y) = 1
(x - 1)2 + (y2 - 0)2 = 1

center = (1,0)
radius = 1

I feel that i made a mistake somewhere since i wasn't too sure what i was supposed to do with the -y in the equation. can someone tell me what was my mistake here?

You need to learn how to complete the square. If you remember from the other thread with the same kind of problem,
http://www.freemathhelp.com/forum/threads/90014-finding-radius-and-center-of-an-equation
I told you that the equation of a circle was
(xx0)2+(yy0)2=r2\displaystyle (x-x_0)^2 + (y-y_0)^2 = r^2
where (x0, y0) was the center of the circle and r was the radius. Jomo walked you through a couple of examples. I'll present it a little different way and maybe that will help.

First expand the equation for the circle and write it as
(a) x22x0x+x02+y22y0y+y02=r2\displaystyle x^2 - 2 x_0 x + x_0^2 + y^2 - 2 y_0 y + y_0^2 = r^2
Let's compare a quadratic equation with this. Rather than use yours which would be, rewriting it slightly,
x2 + 2 x + y2 - (1/3) y = 0
we will use
2 x2 - 16 x + 2 y2 - 4 y + 2 = 0
or, dividing it through by 2 as you did yours to get the standalone x2 and y2,
(b) x2 - 8 x + y2 - 2 y + 1 = 0

Compare the x's for both equations (a) and (b):
(1) The coefficients of x2 are the same; both are equal to one
(2) The coefficients of x are the same so -8 = -2 x0 or x0 = 4
(3) add and subtract x02 = 16 (add zero to the equation)
We now have
x2 - 8 x + 16 + y2 - 2 y + 1 - 16 = 0
or
(x - 4)2 + y2 - 2 y + 1 - 16 = 0

Compare the y's for both equations (a) and (b):
(1) The coefficients of y2 are the same; both are equal to one
(2) The coefficients of y are the same so -2 = -2 y0 or y0 = 1
(3) y02 (= 1) is there in the equation
We now have
(x - 4)2 + y2 - 2 y + 1 - 16 = 0
or
(x - 4)2 + (y - 1)2 - 16 = 0
Moving the 16 to the other side and noting that 42 = 16, i.e. the square root of 16 is 4, we have
(x - 4)2 + (y - 1)2 = 42
That is, a circle with center at (4, 1) and radius 4.

Now do the same with your equation.
 
You need to follow the steps. After getting a 1 in front of the x^2 and y^2 terms you take half of the coefficient of the x and y term and then square it and....

Sorry I am still having some trouble with this:???:

ok i re-did the problem again and this time i divided ALL sides

3x2 +3y2 + 6x - y = 0
x2 + y2 + 2x - 1/3y = 0 ((divided all sides by 3))
(x2 +2x + 1) + (y2 - 1/3y + 1/36) = 0 + 1 + 1/36 ((i multiplied 2x by 1/2 which got me 1 and also multiplied -1/3y with 1/2 which got me 1/36))
(x2 + 1) + (y2 + 1/36) = 37/36
(x + 1)2 + (y + 1/6)2 = 37/36

center = (1, 1/6) ((im not sure if these points have to be negative))
radius = 37/36

did i do the problem correctly this time?
 
Sorry I am still having some trouble with this:???:

ok i re-did the problem again and this time i divided ALL sides

3x2 +3y2 + 6x - y = 0
x2 + y2 + 2x - 1/3y = 0 ((divided all sides by 3))
(x2 +2x + 1) + (y2 - 1/3y + 1/36) = 0 + 1 + 1/36 ((i multiplied 2x by 1/2 which got me 1 and also multiplied -1/3y with 1/2 which got me 1/36))
(x2 + 1) + (y2 + 1/36) = 37/36
(x + 1)2 + (y + 1/6)2 = 37/36

center = (1, 1/6) ((im not sure if these points have to be negative))
radius = 37/36

did i do the problem correctly this time?
Almost: Note that the equation is
(xx0)2+(yy0)2=r2\displaystyle (x - x_0)^2 + (y - y_0)^2 = r^2
Thus
-x0 = + 1
-y0 = 1/6
r2 = (37/36)
 
Almost: Note that the equation is
(xx0)2+(yy0)2=r2\displaystyle (x - x_0)^2 + (y - y_0)^2 = r^2
Thus
-x0 = + 1
-y0 = 1/6
r2 = (37/36)

ohhhh i understand!

so since the equation has a negative inside the parenthesis, do i have to multiply THAT negative with 1 and 1/6? ((edit sorry i meant 1 and 1/16)

so the center becomes (-1, -1/6) ?
 
Last edited:
ohhhh i understand!

so since the equation has a negative inside the parenthesis, do i have to multiply THAT negative with 1 and 1/6? ((edit sorry i meant 1 and 1/16)

so the center becomes (-1, -1/6) ?
Yes
EDIT: For the equation as stated
(x + 1)2 + (y + 1/6)2 = 37/36
However, as Jomo points out below, that is not the proper solution for the original question.
 
Last edited:
Sorry I am still having some trouble with this:???:

ok i re-did the problem again and this time i divided ALL sides

3x2 +3y2 + 6x - y = 0
x2 + y2 + 2x - 1/3y = 0 ((divided all sides by 3))
(x2 +2x + 1) + (y2 - 1/3y + 1/36) = 0 + 1 + 1/36 ((i multiplied 2x by 1/2 which got me 1 and also multiplied -1/3y with 1/2 which got me 1/36))
(x2 + 1) + (y2 + 1/36) = 37/36 What is this? Why does it follow from the line above and why does the next line follow from this? All, not some, not most but all equals signs must be valid
(x + 1)2 + (y + 1/6)2 = 37/36

center = (1, 1/6) ((im not sure if these points have to be negative)) To get the x-value of the center you solve x+1 =0. For the y value of the center you solve y+1/60
radius = 37/36 As you were told before the equation (x-x0)^2 + (y-y0)^2 = r^2. So 37/16 =r^2, not r

did i do the problem correctly this time?
my comments are above
 
my comments are above

wait.. I thought the radius was 37/6. or was it 37/16?

(x2 + 1) + (y2 + 1/36) = 37/36 What is this? Why does it follow from the line above and why does the next line follow from this? All, not some, not most but all equals signs must be valid

I added 1 and 1/36 which got me 37/36, then i square rooted 1/36 which got me 1/6
 
Last edited:
Huh? I was commenting on Abel's solution...what's you have to do with this? 8-)
Well Denis, by now you should know that I'm always involved. I just might not make a point of it. [I had made a post earlier where I had said Yes in answer to the question "so the center becomes (-1, -1/6) ?" which was correct if the equation for the circle had actually been as incorrectly given but was wrong in the context of the proper solution to the original problem. So, although I was right (again) I was actually wrong when I though I was right. This just shows to go that I am not always right (sometimes I'm left).
 
Are you a politician or a lawyer?
One could answer that question in the affirmative but then the correct answer would, of course, depend on the definition of lawyer and/or politician used {one could be both as well as just one of the choices and, of course, one could also be neither [not all at the same time though if one were an ordinary human (depending, of course, on one's definition of human)]}. How so some ever, I have never passed a bar (I've always gone in if it open and don't go to places where there are bars after they are closed) nor been elected to a public office {although, come to think of it, I have been elected to a private office after I became sufficiently senior [I am, BTW, quite a bit older than the average age of the population if quite a bit is described as at most 20 (and maybe even 25) years]}.
 
Top