How do I solve a quadratic equation with absolute value?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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 positive 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 [itex]x\ge 0[/itex] then |x|= x so the equation becomes [itex]x= (x^2+ 144)/25[/itex] or [itex]25x= x^2+ 144[/itex]. Solve that quadratic equation. Remember that only [itex]x\ge 0[/itex] are valid solutions.

If x< 0, then |x|= -x so the equation becomes [itex]-x= (x^2+ 144)/25[/itex] or [itex]-25x= x^2+ 144[/itex]. 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.