Consider a polynomial function P ( x ) = 4 x 7 9 − 4 x 7 8 + x 7 7 + 7 x 7 6
If M denotes the sum of the squares of its roots, and N denotes the sum of the cubes of its roots, what is M × N ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I did by the same method. The only thing that I did different was computing sum of cubes (N) .
N = (a+b+c)^3 - 3(a+b+c)(ab+bc+ac) + 3(abc)
= 1 - 3(1)(1/4) + 3(-7/4)
= 1 - (24 / 4)
= 1 - 6
= 5.
So , N =5 :)
I didn't knew the property you've used to reduce my inicial polynomial to an easier polynomial, with same coefficients but lower degrees... What is the name of this property?
Log in to reply
He didn't use any special kinda property. He simply factored the polynomial as,
P ( x ) = x 7 6 ( 4 x 3 − 4 x 2 + x + 7 ) = x 7 6 g ( x ) (say)
Now, x 7 6 = 0 results in 7 6 repeated zero roots and g ( x ) = 0 gives us the remaining 3 non-zero roots of P ( x ) .
Since the first 7 6 roots are 0 , only the three non-zero roots contribute to the root square sum ( M ) or root cube sum ( N ) . So, calculating M and N for g ( x ) is the same as calculating them for P ( x ) .
Those power sums can be evaluated simply by using Vieta's Formulas to find the elementary symmetric polynomials for g ( x ) and then using the Newton's Identities on g ( x ) .
Log in to reply
I've just realised how stupid my question was after I've typed it, hahaha
First of all, we must try to define the sum of the squares of the roots in a polynomial and remember of Vieta's formula:
1 ! 1 i = 1 ∑ n x i = a − b ,
2 ! 1 i = 1 , j = 1 , i = j ∑ n x i . x j = a c and
3 ! 1 i = 1 , j = 1 , k = 1 , i = j = k ∑ n x i . x j . x k = a − d
where n stands for the degree of the polynomial, a stands for the first coefficient, b stands for the second coefficient, c stands for the third coefficient and d stands for the fourth coefficient. The square of a sum can be expressed as follows:
( i = 1 ∑ n x i ) 2 = i = 1 ∑ n x i 2 + i = 1 , j = 1 , i = j ∑ n x i . x j
With some substitutions, we have:
( a − b ) 2 = M + a 2 c → M = ( a b ) 2 − a 2 c
By the same way, we try to set the sum of cubes, N :
( i = 1 ∑ n x i ) 3 = i = 1 ∑ n x i 3 + i = 1 , j = 1 , i = j ∑ n x i 2 . x j + i = 1 , j = 1 , k = 1 , i = j = k ∑ n x i . x j . x k
( a − b ) 3 = N + i = 1 , j = 1 , i = j ∑ n x i 2 . x j − a 6 d
Now, we need to define the sum left. As j varies from 1 to n , every root is "taken" but one, that is the one defined by i . Hence, the summation assumes the form below:
3 ! 2 ! i = 1 , j = 1 , i = j ∑ n x i 2 . x j = x 1 2 . ( x 2 + x 3 + . . . + x n ) + x 2 2 . ( x 1 + x 3 + . . . + x n ) + . . . + x n 2 . ( x 1 + x 2 + x 3 + . . . + x n − 1 ) =
= x 1 2 . ( a − b − x 1 ) + x 2 2 . ( a − b − x 2 ) + . . . + x n 2 . ( a − b − x n )
= a − b . ( x 1 2 + x 2 2 + . . . + x n 2 ) − ( x 1 3 + x 2 3 + . . . + x n 3 )
= a − b . M − N
And back to the sum of cubes, we'll have:
( a − b ) 3 = N + 3 . [ a − b . M − N ] − a 6 d → N = ( 2 − 1 ) . [ ( a − b ) 3 + a 3 b M + a 6 d ]
From now on, we've just got to compute M and N :
M = ( 4 − 4 ) 2 − 4 2 . 1 = 2 1
N = ( 2 − 1 ) . [ ( 4 − ( − 4 ) ) 3 + 4 3 . ( − 4 ) . 2 1 + 4 6 . 7 ] = − 5
Thus, M × N = − 2 . 5
Are you sure those Vieta's formulas are correctly stated?
Log in to reply
I've adapted them with some combinatorics coefficients so I wouldn't need demonstrate or use any common expansions, as Newton's sums...
Let P n be the sum of the power of n of its roots. By Newton's Sum, we provide:
4 P 1 − 4 = 0
4 P 2 − 4 P 1 + 2 = 0
4 P 3 − 4 P 2 + P 1 + 2 1 = 0
Solving each variable, we provide:
P 1 = x 1 + x 2 + . . . + x 7 9 = 1
P 2 = x 1 2 + x 2 2 + . . . + x 7 9 2 = 0 . 5
P 3 = x 1 3 + x 2 3 + . . . + x 7 9 3 = − 5
The solution of M is P 2 = 0 . 5 while the solution of N is P 3 = − 5 . Finally, M × N = 0 . 5 × − 5 = − 2 . 5
Problem Loading...
Note Loading...
Set Loading...
The non-zero roots of P ( x ) is given by: 4 x 3 − 4 x 2 + x + 7 = 0 . Let the roots be a , b and c . By Vieta formulas, we have:
a + b + c = 1 a b + b c + c a = 4 1 a b c = − 4 7
Using Newton Sums method, we have:
M = a 2 + b 2 + c 2 = ( a + b + c ) 2 − 2 ( a b + b c + c a ) = 1 2 − 4 2 = 2 1
N = a 3 + b 3 + c 3
= ( a + b + c ) ( a 2 + b 2 + c 2 ) − ( a + b + c ) ( a b + b c + c a ) + 3 a b c
= 1 ( 2 1 ) − 4 1 ( 1 ) + 3 ( − 4 7 ) = 4 2 − 1 − 2 1 = − 5
⇒ M × N = 2 1 × ( − 5 ) = − 2 . 5