Let f ( x ) = 2 x 3 + 5 x 2 − 7 x + 1 and g ( x ) = f ( x 2 + 5 x + 1 ) .
If { s i } are the roots of g ( x ) , find the value of the below expression.
i ∑ s i 2
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.
My approach to calculate i ∑ s i 2 was to use Newton's sums and for doing that we have to calculate first three coefficients of g ( x ) , i.e., coefficients of x 6 , x 5 and x 4 .
Coefficients of x 6 , x 5 and x 4 in 2 ( x 2 + 5 x + 1 ) 3 are 2 , 3 0 and 1 5 6 .
Coefficients of x 6 , x 5 and x 4 in ( x 2 + 5 x + 1 ) 2 are 0 , 0 and 5 .
Therefore,
g ( x ) = 2 x 6 + 3 0 x 5 + 1 6 1 x 4 + p ( x )
Where p ( x ) is the remaining part of g ( x ) .
Let P n = i ∑ s i n , so we need to find P 2 .
By Newton's sums,
( 2 ) P 1 + 3 0 = 0 ⇒ P 1 = − 1 5 ( 2 ) P 2 + ( 3 0 ) P 1 + 3 2 2 = 0 ⇒ P 2 = 6 4 .
did same...
there is an easier alternative, see my solution
f ( x ) can be factored as follows:
f ( x ) = 2 ( x − r 1 ) ( x − r 2 ) ( x − r 3 )
hence,
g ( x ) = 2 ( x 2 + 5 x + 1 − r 1 ) ( x 2 + 5 x + 1 − r 2 ) ( x 2 + 5 x + 1 − r 3 )
Hence a solution s i to g(x) = 0 , satisfies
s i 2 + 5 s i + 1 − r j = 0 .. .. .. .. .. Equation (1)
for i = 1 , 2 , . . . , 6 where s 1 and s 2 are associated with r 1 , etc.
Now, since this is a quadratic equation in s i , the sum of the two solutions is − b , i.e.
s 1 + s 2 = s 3 + s 4 = s 5 + s 6 = − 5
Adding the entries of Equation (1) over i=1,2,...6, we obtain
i ∑ s i 2 + 5 i ∑ s i + i ∑ 1 − i ∑ r j ( i ) = 0
where j ( 1 ) = j ( 2 ) = 1 , j ( 3 ) = j ( 4 ) = 2 , j ( 5 ) = j ( 6 ) = 3 .
Now
i ∑ s i = 3 ( − 5 ) = − 1 5
i ∑ 1 = 6
i ∑ r j ( i ) = 2 ( r 1 + r 2 + r 3 ) = 2 ( − 5 / 2 ) = − 5
Therefore,
i ∑ s i 2 = − 5 ( − 1 5 ) − 6 + ( − 5 ) = 7 5 − 1 1 = 6 4
Problem Loading...
Note Loading...
Set Loading...
f ( x ) = 2 ( x − x 1 ) ( x − x 2 ) ( x − x 3 ) then g ( x ) = 2 ( x 2 + 5 x + 1 − x 1 ) ( x 2 + 5 x + 1 − x 2 ) ( x 2 + 5 x + 1 − x 3 ) we want the sum of the squares of roots of each factor, i.e 5 2 − 2 ( 1 − x 1 ) + 5 2 − 2 ( 1 − x 2 ) + 5 2 − 2 ( 1 − x 3 ) = 6 9 + 2 ( x 1 + x 2 + x 3 ) by vietas formula, the sum is 2 − 5 . so = 6 9 + 2 ( 2 − 5 ) = 6 9 − 5 = 6 4