Let a , b , c be the roots of the cubic x 3 + 3 x 2 + 5 x + 7 . Given that P is a cubic polynomial such that P ( a ) = b + c , P ( b ) = c + a , P ( c ) = a + b , and P ( a + b + c ) = − 1 6 , find P ( 0 ) .
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.
what i did is exactly the same.
Note that a + b + c = − 3 by Vieta's. Let Q ( x ) be the polynomial such that Q ( x ) = P ( x ) + x + 3 . Note that Q ( x ) is cubic and has roots a , b , c . So, Q ( x ) = C ( x 3 + 3 x 2 + 5 x + 7 ) for some constant C . By the last condition, we have C = 2 , so we have P ( 0 ) = Q ( 0 ) − 3 = 1 1 .
Since a , b and c are roots of x 3 + 3 x 2 + 5 x + 7 , by Vieta's formula, we have a + b + c = − 3 . And since P ( x ) is a cubic polynomial and that :
\(\begin{array} {} P(a) = b+c = -a-3 \\ P(b) = c+a = -b-3 \\ P(c) = a+b = -c-3 \end{array} \)
We can conclude that: P ( x ) = A ( x 3 + 3 x 2 + 5 x + 7 ) − x − 3 , where A is a constant.
Now that:
P ( a + b + c ) = P ( − 3 ) = A ( − 2 7 + 2 7 − 1 5 + 7 ) + 3 − 3 = 8 A = − 1 6
⇒ A = 2
⇒ P ( x ) = 2 ( x 3 + 3 x 2 + 5 x + 7 ) − x − 3
⇒ P ( 0 ) = 2 ( 7 ) − 0 − 3 = 1 1
I will use Lagrange's Interpolation formula.
By the formula, P ( x ) = ∑ c y c l i c ( ( b + c ) − ( a − b ) ( a − c ) ( b + c ) ( x − b ) ( x − c ) ( x − ( a + b + c ) ) ) + ( − 1 6 ) ( a + b ) ( b + c ) ( c + a ) ( x − a ) ( x − b ) ( x − c )
Putting x = 0 and simplifying a bit,we get- P ( 0 ) = ( a + b + c ) ( a − b ) ( a − c ) ( c − a ) ∑ c y c l i c a b ( a − b ) + ( a + b ) ( b + c ) ( c + a ) 1 6 a b c = ( a + b + c ) ( 1 ) + ( a + b ) ( b + c ) ( c + a ) 1 6 a b c
We have, a + b + c = − 3 , a b + b c + c a = 5 , a b c = − 7 .
Hence, ( a + b ) ( b + c ) ( c + a ) = ( − 3 − a ) ( − 3 − b ) ( − 3 − c ) = ( − 3 ) 3 − ( − 3 ) 2 ( a + b + c ) + ( − 3 ) ( a b + b c + c a ) − a b c = ( − 3 ) 3 − ( − 3 ) 2 ( − 3 ) + ( − 3 ) ( 5 ) − ( − 7 ) = − 8
So, P ( 0 ) = − 3 + − 8 − 1 6 . 7 = 1 1
please tell me what is this lagrange interpolation formula.
Problem Loading...
Note Loading...
Set Loading...
Good question. We know that :
Sum of roots of a cubic = Co-efficient of x 3 -Co-efficient of x 2 = − 3 = a + b + c
Using that we have P ( a ) = b + c = ( a + b + c ) − a = − 3 − a
Similarly we have :
P ( b ) = − 3 − b
P ( c ) = − 3 − c
P ( a + b + c ) = P ( − 3 ) = − 1 6
We assume a polynomial P ( x ) + x + 3 = G ( x )
Hence we have :
G ( a ) = G ( b ) = G ( c ) = 0
Which implies that G ( x ) is a cubic polynomial which has roots namely a , b , c
We have G ( x ) = a ( x 3 + 3 x 2 + 5 x + 7 )
Now G ( − 3 ) = − 1 6 , Putting the value we get :
− 1 6 = a ( − 8 )
⇒ a = 2
G ( x ) = P ( x ) + x + 3 = 2 x 3 + 6 x 2 + 1 0 x + 1 4
P ( x ) = 2 x 3 + 6 x 2 + 9 x + 1 1
⇒ P ( 0 ) = 1 1
Sorry for the lengthy solution