Is Squaring the Best Method to Solve Absolute Value Quadratic Equations?

  • Thread starter Thread starter Hootenanny
  • Start date Start date
  • Tags Tags
    Functions Modulus
AI Thread Summary
The discussion revolves around solving the absolute value quadratic equation |2x - 3| = 5 - x^2. Initial attempts to square the equation led to a complex quartic equation, which confused the solver. Participants emphasized the importance of considering the non-negativity of the right side of the equation and correctly splitting it into cases based on the absolute value. After clarifying the restrictions from the absolute value, valid solutions were identified as x = 2 and x = 1 - √3, while ensuring all solutions satisfied the original inequality. The conversation highlights the necessity of careful handling of inequalities in absolute value equations.
Hootenanny
Staff Emeritus
Science Advisor
Gold Member
Messages
9,621
Reaction score
9
I need to solve:
\left| 2x-3 \right| = 5 - x^2
I started by squaring the equation because modulus functions can only be positive and obtained:
x^4 -14x^2 +12x +1 = 0
I haven't olved any quadnomial equations before, so I don't know where to start. Any help would be much appreciated.
 
Physics news on Phys.org
Hootenanny said:
I need to solve:
\left| 2x-3 \right| = 5 - x^2
I started by squaring the equation because modulus functions can only be positive and obtained:
x^4 -14x^2 +12x +1 = 0
I haven't olved any quadnomial equations before, so I don't know where to start. Any help would be much appreciated.
Nah squaring both sides just turns your little problem into a monster...
It'll help if you note that:
|A| >= 0.
So if you are saying that |A| = B, then is it obvious that B should be non-negative, too?
Now if B is non-negative, and we have |A| = B, so that means:
A = B, if A >= 0
A = -B, if A < 0, right?
So all you have to do is to solve the system of equations:
\left\{ \begin{array}{l} 5 - x ^ 2 \geq 0 \\ \left[ \begin{array}{l} 2x - 3 = 5 - x ^ 2 \\ 2x - 3 = x ^ 2 - 5 \end{array} \right. \end{array} \right.
Can you get it? :)
 
I get:
x\leq\sqrt{5}
Then for the first equation x=2 and x=-4.
And for the second; 2\pm 2\sqrt{3} but we must ignore the 2 + 2\sqrt{3} because it lies outside the inequality.
Ive got three answers what have I done wrong?
 
The split to the cases 2x-3=5-x^2 and 2x-3=x^2-5 had additional restrictions on x that came from the absolute value sign, you haven't taken this into account yet.
 
Hootenanny said:
I get:
x\leq\sqrt{5}
This is wrong: What if x = -7, -7 < sqrt(5), but 5 - (-7)2 = 5 - 49 = -44 < 0!
What you should get is:
-\sqrt{5} \leq x \leq \sqrt{5}
Then for the first equation x=2 and x=-4.
This is correct. :)
However, -4 is not a valid solution, it's outside the range.
And for the second; 2\pm 2\sqrt{3} but we must ignore the 2 + 2\sqrt{3} because it lies outside the inequality.
Ive got three answers what have I done wrong?
Nope, you've solved the second equation incorrectly. You forget to divide it by 2a (i.e: 2).
Can you go from here? :)
------------
By the way, one can always check their answer by plugging the solution back to the equation. For example: x = 2 is one of the solution. So:
|2x - 3| = |2 . 2 - 3| = 1
5 - x2 = 5 - 22 = 1.
And hurray! 1 = 1.
Can you get this? :)
 
Last edited:
shmoe said:
The split to the cases 2x-3=5-x^2 and 2x-3=x^2-5 had additional restrictions on x that came from the absolute value sign, you haven't taken this into account yet.
Nah, we just need the "restriction" 5 - x2 >= 0. If: 2x - 3 = 5 - x2, then it's obvious that 2x - 3 >= 0.
And if: 2x - 3 = -(5 - x2) = x2 - 5, then it's obvious that 2x - 3 <= 0. No?
So one is enough, I think. :wink:
 
Ahh yes, I remember the critical values now. It's along time since I've practised solving inequalities.

So
x = \frac{2\pm 2\sqrt{3}}{2} \Rightarrow x = \pm\sqrt{3}
Both solutions lie with the inequality so the solutions are x=-4, x=-\sqrt{3},x = \sqrt{3}, x=2

Does that look ok?
 
Hootenanny said:
Ahh yes, I remember the critical values now. It's along time since I've practised solving inequalities.

So
x = \frac{2\pm 2\sqrt{3}}{2} \Rightarrow x = \pm\sqrt{3}
Nah, this is again wrong... :-p
It should read:
x = 1 \pm \sqrt{3} :)
Both solutions lie with the inequality so the solutions are x=-4, x=-\sqrt{3},x = \sqrt{3}, x=2

Does that look ok?
No, that does not, you may want to re-check that, there are up to 2 solutions that do not satisfy the inequality 5 - x2 >= 0.
You'll have only 2 valid solutions left.
Can you go from here? :)
 
O dear, does the lack of sleep show?

So the only valid solutions are:
x=2
x=1-\sqrt{3}

Thank's very much for your help.
 
  • #10
Hootenanny said:
O dear, does the lack of sleep show?
Pretty much. :approve:
So the only valid solutions are:
x=2
x=1-\sqrt{3}
Yes, this is correct.
Congratulations, :)
Thank's very much for your help.
It's my pleasure. :smile:
 
  • #11
can i have solution of the Question if f(x) = 1-x/1+x,x>0 then f(f(x)) +f(f(1/x))
 
Back
Top