New Reply

When the Rational Root Theorem Fails

 
Share Thread Thread Tools
Sep10-12, 06:45 PM   #1
 

When the Rational Root Theorem Fails


On a math test, one of the questions was to solve [itex]-\sqrt{7-x}=-\frac{x^2}{2}+12x-10[/itex]. I solved graphically with a calculator, but later tried to solve algebraically, when I had more time. The equation is equivalent (with extraneous solutions) to [itex]x^4 + 48x^3 +536x^2 -956x + 372=0[/itex]. This quartic has no rational roots (the rational roots theorem gives ±1, ±2, ±3, ±4, ±6, ±12, ±31, ±62, ±93, ±124, ±186, ±372, but none of these are zeros. I have shown that all real zeros lie in (-62, 2), but this is as far as I have gotten. What is the next step after the Rational Roots Theorem (RRT) has failed to find a root?

Thanks!
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Sep10-12, 08:21 PM   #2
 
The quartic formula! Didn't you learn it in school? :p
Sep11-12, 04:55 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
For many purposes, the best way to represent a root in this situation is something of the form:
r is the root of [itex]x^4 + 48x^3 +536x^2 -956x + 372=0[/itex] between 0.6 and 0.7
Incidentally, I plugged your original equation and your quartic equation into wolframalpha and the solutions don't agree -- you've made an error in arithmetic or in transcription. (although correcting your arithmetic won't make things any easier)
Sep11-12, 02:34 PM   #4
 

When the Rational Root Theorem Fails


The original equation, [itex]-\sqrt{7-x} = -\frac{x^2}{2} + 12x - 10 [/itex] has two solutions, at x1≈0.996 and x2≈-25.242, but the quartic has two extra solutions: at x3≈0.607 and at x4≈-24.361. These last two are extraneous solutions, but x1 and x2 are also solutions of the quartic.
Sep11-12, 06:45 PM   #5
 
Recognitions:
Science Advisor Science Advisor
Quote by drewfstr314 View Post
The original equation, [itex]-\sqrt{7-x} = -\frac{x^2}{2} + 12x - 10 [/itex] has two solutions, at x1≈0.996 and x2≈-25.242, but the quartic has two extra solutions: at x3≈0.607 and at x4≈-24.361. These last two are extraneous solutions, but x1 and x2 are also solutions of the quartic.
I'm pretty sure that the original equation has just one real solution. Write it as:
[tex]\sqrt{7-x} = \frac{x^2}{2} - 12x + 10 [/tex]
and it's clear that the LHS is the upper half of a sideways parabola, with domain [itex]x \leq 7[/itex], while the RHS is a vertical parabola with axis of symmetry [itex]x=12[/itex]. Therefore, where the domains overlap both curves are monotonic. So there is only one real solution.

BTW. Fixed point iteration of [itex]x = \frac{1}{12} (0.5*x^2 + 10 - \sqrt{7-x} )[/itex] gives this solution at about 0.640259457069546.
Sep11-12, 07:12 PM   #6
 
Quote by uart View Post
I'm pretty sure that the original equation has just one real solution. Write it as:
[tex]\sqrt{7-x} = \frac{x^2}{2} - 12x + 10 [/tex]
and it's clear that the LHS is the upper half of a sideways parabola, with domain [itex]x \leq 7[/itex], while the RHS is a vertical parabola with axis of symmetry [itex]x=12[/itex]. Therefore, where the domains overlap both curves are monotonic. So there is only one real solution.

BTW. Fixed point iteration of [itex]x = \frac{1}{12} (0.5*x^2 + 10 - \sqrt{7-x} )[/itex] gives this solution at about 0.640259457069546.
Your comment about one solution threw me off. We had gone over the problem (graphically, of course) in class, and there were two solutions. I then noticed that I had typed the wrong equation, and simply copied it from my first post. I switched the signs:

[tex]\sqrt{7-x} = \frac{x^2}{2} + 12x - 10 [/tex]

should be correct. Wolfram Alpha confirms that there are two zeros here. Regardless of the signs, how would I find these solutions algebraically, without relying on the quartic formula?

Thanks!
Sep11-12, 07:43 PM   #7
 
Recognitions:
Science Advisor Science Advisor
Quote by drewfstr314 View Post
Your comment about one solution through me off. We had gone over the problem (graphically, of course) in class, and there were two solutions. I then noticed that I had typed the wrong equation, and simply copied it from my first post. I switched the signs:

[tex]\sqrt{7-x} = \frac{x^2}{2} + 12x - 10 [/tex]

should be correct. Wolfram Alpha confirms that there are two zeros here. Regardless of the signs, how would I find these solutions algebraically, without relying on the quartic formula?

Thanks!
Yes obviously that changes things. The axis of symmetry of that parabola is x = -12, so that it is now possible for the [itex]\sqrt{7-x}[/itex] curve to intersect with both "sides" of the parabola (I haven't checked that it actually does, but will take your word for it). With the previously given equation however, this was simply not possible.
New Reply

Tags
quartic functions
Thread Tools


Similar Threads for: When the Rational Root Theorem Fails
Thread Forum Replies
Rational zeros theorem fails? General Math 12
Simplest Way of finding zeros of cubic eq when rational roots test fails Calculus & Beyond Homework 14
show that the nested intervals property fails for the rational numbers Calculus & Beyond Homework 4
Proof of Rational Root Theorem General Math 6
rational root General Math 5