Solved: Proving x^4-3x^3+4x^2-3x+1 \geq 0 for all real x | Polynomial Inequality

AI Thread Summary
The polynomial inequality x^4-3x^3+4x^2-3x+1 is proven to be non-negative for all real x by factoring it into (x-1)^2(x^2-x+1). The root x=1 is identified, leading to further factorization and the completion of the square, which confirms the non-negativity of the expression. The discussion highlights the use of the Rational Root Theorem and polynomial division techniques to simplify the problem. Participants share insights on efficient methods for polynomial manipulation, emphasizing the importance of recognizing patterns in coefficients. Ultimately, the solution demonstrates that the polynomial does not take negative values across its domain.
Gib Z
Homework Helper
Messages
3,341
Reaction score
7
[SOLVED] Polynomial inequality

Homework Statement



Show x^4-3x^3+4x^2-3x+1 \geq 0 for all real x.

Homework Equations


a^2 \geq 0
Cant think of any more.


The Attempt at a Solution



I've tried to factor it relentlessly, because I would have sworn on my life there was a nice trick for factoring polynomials with symmetrical and alternating co efficients, but I can't remember...By observation i can see the inequality is trivial if x is less than 0 or greater than 3. But I can't fill the gap.
 
Physics news on Phys.org
Forget the tricks. If a is a root then (x-a) is a factor. Look for obvious roots. There's an easy way to list all possible rational roots as well, right?
 
Think about (x - 1)^3 = x^3 - 3x^2 + 3X -1

When you have A(x).B(x) >= 0, and you know A(x) >= 0 for all x then you prove B(x) >= 0 for all real x.
 
Gib Z said:
I've tried to factor it relentlessly, because I would have sworn on my life there was a nice trick for factoring polynomials with symmetrical and alternating co efficients

(x-1)^2 = x^2 - 2x + 1
(x-1)^3 = x^3 - 3x^2 + 3x - 1
(x-1)^4 = x^4 - 4x^3 + 6x^2 - 4x + 1
...
 
Gib Z said:
Show x^4-3x^3+4x^2-3x+1 \geq 0 for all real x.

Dick's suggestion is the most straightforward for this one. Have you had the Rational Zeroes Theorem? One of the candidates from that technique works rather easily. From there, you'll be able to get all the zeroes. Factorization of this polynomial plus what multiplicity of zeroes does to the x-intercepts will tell you most of what you need to know.
 
The question gets easier as you go along. I'll do this completely as I want to show a way of 'dividing' polynomials that is much quicker.

So it is clear that x=1 is a root by calculation. Hence (x-1)f(x) is our desired polynomial where the degree of f(x) is strictly less than 4. It is clear that the coefficient on the third power must be 1 as (x-1)f(x) must yield a 4th degree polynomial. Similarly the constant term must be -1, as (x-1)f(x) must yield a polynomial with constant term 1.

So what is the coefficient for the second power? Suppose it was a, then coefficient of the third power of (x-1)f(x) will be (1)a+(-1)1=-3. So a=-2. So the coefficient for the first power becomes 2 by similar arguments.

So we have (x-1)(x^3-2x^2+2x-1). We can break up the latter product again knowing it has a root of 1. By the same arguments we get (x^3-2x^2+2x-1)=(x-1)(x^2-x+1).

Combining our equation is (x-1)^2(x^2-x+1) and completing the square gives (x-1)^2((x-1/2)^2+3/4) which is clearly nonnegative.

This technique was never taught to me at school. I don't know how many people catch on to this; it was just one of the things I've always done for fast computations.
 
ZioX said:
This technique was never taught to me at school. I don't know how many people catch on to this; it was just one of the things I've always done for fast computations.

Your method is just dividing one polynomial into another (i.e. divide (x-1) into the original polynomial). Instead of writing it down in the long division type way, you've just written it down in words, but it's basically exactly the same method.
 
I realize this. But the point is you can do it all in your head. Anyways, that's why I called it 'division'.
 
ZioX said:
...
Combining our equation is (x-1)^2(x^2-x+1) and completing the square gives (x-1)^2((x-1/2)^2+3/4) which is clearly nonnegative.

The completion of the square is really what cinches the proof. (And spares one the nuisance of having to show that x^2 - x >= -1 .)

Once again, though, we've been terribly nice and solved the problem. I wonder if the OP has even seen any of this yet...
 
  • #10
The OP is a Homework Helper. I suspect he's just on vacation or something. I'm not worried about him.
 
  • #11
Dick said:
The OP is a Homework Helper.

Sorry, I missed that... (I've seen threads where the helpers got a bit too enthusiastic, so I've been making an effort to restrain myself from saying too much -- unlike one of my regular jobs where I pretty much walk students through problems.)
 
  • #12
You don't have to apologize. Jeez. I just thought it was funny.
 
  • #13
Hey guys I'm not on Vacation, I just couldn't get on the computer yesterday because my mother had some relatives over. I think you guys did in fact go a little over the top in helping =], Dick's first post jolted my brain awake :) And it also reminded me of the "trick" that I was thinking of, though I remember it only works when there is an even number of terms. When the coefficients are symmetrical and alternating in signs, 1 will be a root because the polynomial will be reduced to the sum of its coefficients, which will be zero. That works in this case only after the first division by (x-1).

Anyway, Yes I reduced it to the perfect square and irreducible quadratic, Thank you guys very much =]
 
Back
Top