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
The discussion revolves around the equation x² + y² = 2x, specifically focusing on the process of completing the square to transform it into a different form, such as (x-1)² + y² = 1 or (x-1)² + y² = 0.
The discussion includes various attempts to complete the square, with some participants expressing satisfaction with their findings. However, there are also indications of confusion or missteps, as noted by one participant who acknowledges a potential sign mistake. Multiple interpretations of the problem are being explored, and while some guidance has been offered, there is no explicit consensus on the best approach.
Participants are working within the constraints of a homework problem, which may limit the information available or the methods they can employ. There is also a mention of the need for visual aids to better understand the completion of the square process.
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