Roots of a Cubic Polynomial: Proving Coefficient Inequalities

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 14K views
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement


In the equation [tex]x^3+ax^2+bx+c=0[/tex]
the coefficients a,b and c are all real. It is given that all the roots are real and greater than 1.
(i) Prove that [tex]a<-3[/tex]
(ii)By considering the sum of the squares of the roots,prove that [tex]a^2>2b+3[/tex]
(iii)By considering the sum of the cubes of the roots,prove that [tex]a^3<-9b-3c-3[/tex]


Homework Equations



If the roots are A,B and C then A+B+C = a/1=a
ABC= -c/a
AB+AC+BC= b/a

The Attempt at a Solution



I do not know if there are any other formula for the squares/cubes of roots other than the ones i stated above; If there are any simpler ones please tell me.
I got out parts (ii) by taking (A+B+C)=a and appropriately squaring it, but I was unable to get out parts (i) and (iii), could someone please help me prove it..thanks
 
Last edited:
Physics news on Phys.org
Since the roots are real we know the polynomial factors into [itex](x-r_1)(x-r_2)(x-r_3)[/itex]. Look at how [itex](x-r_1)(x-r_2)(x-r_3)[/itex] multiplies out and look at a b and c in terms of the roots. For example, we know that c must be negative as [itex]-r_1r_2r_3=c<0[/itex]. We actually know [itex]c<-1[/itex] as each of these roots are greater than 1.
 
Last edited:
The point iii) is really tricky.

[tex](A+B+C)^3 = A^3 +B^3 +C^3 -3ABC +3(A+B+C)(AB+AC+BC)[/tex]

which means

[tex]-a^3 =A^3 +B^3 +C^3 +3c -3ab > 3+3c+9b[/tex] ,

where i used the fact that the sum of the cubes is larger than 3 and the fact that a is smaller than -3.

Multiply by -1 and you're done.