QuarkCharmer
- 1,049
- 3
Homework Statement
Let x\inR,
Prove that if x>2 then x^4 - 8x^3+24x^2-32x+16
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,\infty). If follows that,
x = (m+2) for some m\inS.
And so,
x^4 - 8x^3+24x^2-32x+16 = (m+2)^4 - 8(m+2)^3+24(m+2)^2-32(m+2)+16
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.