Proving that a nth degree polynomial is > (or < etc.) some constant.

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
3 replies · 2K views
QuarkCharmer
Messages
1,049
Reaction score
3

Homework Statement


Let [itex]x\in[/itex]R,
Prove that if x>2 then [itex]x^4 - 8x^3+24x^2-32x+16[/itex]

Homework Equations

The Attempt at a Solution


So far I have only learned proofs involving even and odd numbers, that sort of thing. I'm not really sure how to approach this one. I was thinking that a proof by cases would suffice, so:

Proof:
Case I: Assume that x>2, and let S = (0,[itex]\infty[/itex]). If follows that,
x = (m+2) for some m[itex]\in[/itex]S.

And so,
[itex]x^4 - 8x^3+24x^2-32x+16 = (m+2)^4 - 8(m+2)^3+24(m+2)^2-32(m+2)+16[/itex]

but now I see the problem becoming too difficult. We haven't learned about epsilon-delta et al. yet. I can see that the conclusion is ALWAYS true, so really the proof is trivial, but I am not sure how to say that.
 
Physics news on Phys.org
QuarkCharmer said:

Homework Statement


Let [itex]x\in[/itex]R,
Prove that if x>2 then [itex]x^4 - 8x^3+24x^2-32x+16[/itex].

Your question looks incomplete. Is that supposed to be [itex]x^4 - 8x^3+24x^2-32x+16 > 0[/itex]?

What's ##(x-2)^4##? How does that help in your question?
 
Thank you for the reply,

Sorry, yes the whole equation should be greater than zero, or equal to/less than something, I just made the question up as an example.

I see that (x-2)^4 is in fact equal to that polynomial. Therefor, for it is always going to be greater than zero because it is to an even power (and there is the case where x is 2, and then it IS equal to zero). I don't know how I am supposed to write this though? I'm aware that the conclusion is true for all x, but how would I even prove that:

[itex](x-2)^4 > 0[/itex], for some x[itex]\in[/itex]R

Edit:

Oh wait, I think I see what you are getting at...
 
Last edited:
QuarkCharmer said:
Thank you for the reply,

Sorry, yes the whole equation should be greater than zero, or equal to/less than something, I just made the question up as an example.

I see that (x-2)^4 is in fact equal to that polynomial. Therefor, for it is always going to be greater than zero because it is to an even power (and there is the case where x is 2, and then it IS equal to zero). I don't know how I am supposed to write this though? I'm aware that the conclusion is true for all x, but how would I even prove that:

[itex](x-2)^4 > 0[/itex], for some x[itex]\in[/itex]R

That should be ##(x-2)^4 \geq 0## for some ##x \in \mathbb{R}##. Equality occurs at x = 2. These little details are important.

You don't even need to bother with the case ##x \leq 2## since the question didn't ask for it.

Sketch the curve, and just make the appropriate arguments.

To prove the function is always increasing beyond x = 2, what can you say about the derivative for any x greater than 2?