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

  • Thread starter Thread starter Spruance
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
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.
 
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.