Proving x^4 + 1 > x^9 + x with x <= 1

  • Thread starter Thread starter KeynesianDude
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
KeynesianDude
Messages
5
Reaction score
0

Homework Statement



Let x[tex]\in[/tex][tex]\textbf{R}[/tex]. Prove that if x4+1 > x9+x , then x[tex]\leq[/tex]1

Homework Equations



[above]

The Attempt at a Solution



Sort of clueless on this one. My intuition tells me I should algebraically rearrange the equation such that 1 is on one side of the inequality. I also considered factoring out an x.
 
Physics news on Phys.org
Maybe this will help you get started.
x4 + 1 > x9 + x
<==> x9 - x4 + x - 1 < 0
<==> (x - 1)(x8 + x7 + x6 +x5 + x4 + 1) < 0

I got this factorization by using synthetic division.

If x = 1, the product is zero, so the inequality doesn't hold. If x > 1, both factors are positive, so the inequality again doesn't hold.

Can you say anything about the product if 0 < x < 1?

The inequality holds if x = 0. Can you say something about the product if x < 0?