christian0710
- 407
- 8
Hi, how do you complete this square x2+y2=2x
To get this result (x-1)2+y2=1
To get this result (x-1)2+y2=1
christian0710 said:Hi, how do you complete this square x2+y2=2x
To get this result (x-1)2+y2=0
christian0710 said:Hi, how do you complete this square x2+y2=2x
To get this result (x-1)2+y2=1
LCKurtz said:Write it as ##(x^2 - 2x\quad\quad)+y^2 = 0## Then figure out what number you can add to both sides to fill in the blank and make the quantity in parentheses a perfect square.
christian0710 said:By the way, i always feel like i get competent understandable explanations in this forum. Are some of you teachers? Or just very devoted in helping others understand?
[tex](x-2)^2=x^2-4x+4[/tex]Bonaparte said:As said also, x^2-2x = x(x-2), now were looking for a perfect square, you can do any number, but easy ones will be (x-2)^2. Now we calculate (x-2)^2 = x^2-2x+4.
These steps aren't needed because the problem was to complete the square, not to solve for x.Bonaparte said:So we need to add 4 to both sides, that is x^2-2x+4 = 4-y^2. Taking the square root (this is what we planned everything for, we made sure the left side will be a nice root):
(x-2)^2 = (2+y)(2-y), taking the square root yields:
x-2 = sqrt((2+y)(2-y)
so x = 2+ sqrt((2+y)(2-y)
Bonaparte