Solve x^2 + (-1/2x + 5)^2 = 25

  • Thread starter Thread starter Spruance
  • Start date Start date
AI Thread Summary
To solve the equation x^2 + (-1/2x + 5)^2 = 25, first expand the squared term to obtain x^2 + (-x/2 + 5)^2 = 25. This simplifies to x^2 + (x^2/4 - 5x + 25) = 25. Further simplification leads to the equation 5x^2/4 - 5x = 0, which can be factored to x(x - 4) = 0. The solutions to the equation are x = 0 or x = 4.
Spruance
Messages
33
Reaction score
0
How do we solve this equation:


x^2 + (-1/2x + 5)^2 = 25

Thanks in advance
 
Physics news on Phys.org
Expand that squared term and you'll see that this quadratic equation simplifies nicely.
 
That's assuming that you mean ((-1/2)x + 5)^2 and not (-1/(2x)+ 5)^2.
 
Thanks, then

x^2 + (-x/2 + 5)^2 = 25

x2 + x2/4 - 5x + 25 = 25

5x2/4 - 5x = 0 (* 4/5)

x2 - 4x = 0

x(x - 4) = 0

x = 0 or x = 4.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top