Thread Closed

Solving modulus functions

 
Share Thread Thread Tools
Mar6-06, 07:00 AM   #1
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Solving modulus functions


I need to solve:
[tex]\left| 2x-3 \right| = 5 - x^2[/tex]
I started by squaring the equation because modulus functions can only be positive and obtained:
[tex]x^4 -14x^2 +12x +1 = 0[/tex]
I haven't olved any quadnomial equations before, so I don't know where to start. Any help would be much appreciated.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Mar6-06, 07:28 AM   #2
 
Recognitions:
Homework Helper Homework Help
Quote by Hootenanny
I need to solve:
[tex]\left| 2x-3 \right| = 5 - x^2[/tex]
I started by squaring the equation because modulus functions can only be positive and obtained:
[tex]x^4 -14x^2 +12x +1 = 0[/tex]
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:
[tex]\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.[/tex]
Can you get it? :)
Mar6-06, 08:02 AM   #3
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
I get:
[tex]x\leq\sqrt{5}[/tex]
Then for the first equation [itex]x=2[/itex] and [itex]x=-4[/itex].
And for the second; [itex]2\pm 2\sqrt{3}[/itex] but we must ignore the [itex]2 + 2\sqrt{3}[/itex] because it lies outside the inequality.
Ive got three answers what have I done wrong?
Mar6-06, 08:08 AM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Solving modulus functions


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.
Mar6-06, 08:12 AM   #5
 
Recognitions:
Homework Helper Homework Help
Quote by Hootenanny
I get:
[tex]x\leq\sqrt{5}[/tex]
This is wrong: What if x = -7, -7 < sqrt(5), but 5 - (-7)2 = 5 - 49 = -44 < 0!
What you should get is:
[tex]-\sqrt{5} \leq x \leq \sqrt{5}[/tex]
Then for the first equation [itex]x=2[/itex] and [itex]x=-4[/itex].
This is correct. :)
However, -4 is not a valid solution, it's outside the range.
And for the second; [itex]2\pm 2\sqrt{3}[/itex] but we must ignore the [itex]2 + 2\sqrt{3}[/itex] 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 devide 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? :)
Mar6-06, 08:17 AM   #6
 
Recognitions:
Homework Helper Homework Help
Quote by shmoe
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.
Mar6-06, 08:17 AM   #7
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Ahh yes, I remember the critical values now. It's along time since I've practised solving inequalities.

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

Does that look ok?
Mar6-06, 08:20 AM   #8
 
Recognitions:
Homework Helper Homework Help
Quote by Hootenanny
Ahh yes, I remember the critical values now. It's along time since I've practised solving inequalities.

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

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? :)
Mar6-06, 08:28 AM   #9
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
O dear, does the lack of sleep show?

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

Thank's very much for your help.
Mar6-06, 08:32 AM   #10
 
Recognitions:
Homework Helper Homework Help
Quote by Hootenanny
O dear, does the lack of sleep show?
Pretty much.
So the only valid solutions are:
[tex]x=2[/tex]
[tex]x=1-\sqrt{3}[/tex]
Yes, this is correct.
Congratulations, :)
Thank's very much for your help.
It's my pleasure.
May20-10, 12:35 PM   #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))
Thread Closed
Thread Tools


Similar Threads for: Solving modulus functions
Thread Forum Replies
Solving Modulus inequalities Calculus & Beyond Homework 3
Solving functions algebraically (cube roots) Precalculus Mathematics Homework 3
Solving a System of Congruences with A Changing Modulus Linear & Abstract Algebra 3
Solving inverse trig functions Calculus 2
Youngs Modulus and Elastic Modulus Introductory Physics Homework 6