Processing math: 100%

Monday, August 24, 2015

Prove that x72x5+10x21 has no root greater than 1 (Heuristic Method)

Prove that x72x5+10x21 has no root greater than 1.

Heuristic method:

The trick is to substitute y+1 for x in the given function:

If f(x)=x72x5+10x21, then after the substitution we see that we have:

f(y+1)

=(y+1)72(y+1)5+10(y+1)21

=(y7+7y6+21y5+35y4+35y3+21y2+7y+1)2(y5+5y4+10y3+10y2+5y+1)+10(62+2y+1)1

=y7+7y6+19y5+25y4+15y3+11y2+17y+8

One thing that we could notice is how there is no sign changes in the expression y7+7y6+19y5+25y4+15y3+11y2+17y+8.

According to the Descartes' Rule of Signs(A method of determining the maximum number of positive and negative real roots of a polynomial), it says:

For positive roots, start with the sign of the coefficient of the lowest (or highest) power. Count the number of sign changes n as you proceed from the lowest to the highest power (ignoring powers which do not appear). Then n is the maximum number of positive roots.

In our case, n=0, so there is no positive roots for x>1 and we're done!

This method is quicker and neater than the previous two, of course! :D

No comments:

Post a Comment