How do I solve a quadratic equation with absolute value?

AI Thread Summary
To solve the quadratic equation 25|x| = x^2 + 144, first isolate |x|, leading to |x| = (x^2 + 144)/25. Break the equation into two cases: for x ≥ 0, use |x| = x, resulting in the quadratic equation 25x = x^2 + 144; for x < 0, use |x| = -x, leading to -25x = x^2 + 144. Solve both quadratic equations separately, ensuring to validate solutions based on the conditions for x. The final solutions are x = ±16 and x = ±9, with checks confirming the validity of the positive solutions.
Quinn Morris
Messages
14
Reaction score
0

Homework Statement



25|x| = x^2 + 144



Homework Equations



none

The Attempt at a Solution



okay well, I'm not quite sure what to do, do i try to isolate the |x|? and then break it up into a postive and negative?

|x| = (x^2 + 144)/25 ?

but from here i become lost...
 
Physics news on Phys.org
Why not do what you just said? You have "isolated" |x|, now break it into positive and negative parts.

If x\ge 0 then |x|= x so the equation becomes x= (x^2+ 144)/25 or 25x= x^2+ 144. Solve that quadratic equation. Remember that only x\ge 0 are valid solutions.

If x< 0, then |x|= -x so the equation becomes -x= (x^2+ 144)/25 or -25x= x^2+ 144. Solve that quadratic equation. Remember that only x< 0 are valid solutions.

You might notice that it is easier to first break into two cases and then solve for x.
 
okay so should my answer be x = +/- 16, +/- 9?
 
Quinn Morris said:
okay so should my answer be x = +/- 16, +/- 9?

It's quite easy to check yourself =P Especially when checking one of the positive solutions gets rid of the negative counterpart as well.
 
k thx
 
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...

Similar threads

Back
Top