Let p ( x ) be a polynomial of degree 4 with real coefficients satisfying p ( 0 ) = 0 , p ( 1 ) = 2 1 , p ( 2 ) = 3 2 , p ( 3 ) = 4 3 and p ( 4 ) = 5 4 . Evaluate the value of p ( 5 ) . Enter your answer with 3 significant figures.
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.
There's a typo in line 5. It should be "q(x) = (x+1)p(x)-x".
Done in same way...🖒🖒upvoted.
A standard way of solving this type of problem is as follows:
\begin{aligned} p(x) & = \sum_{k=0}^4 a_k \prod_{\substack{j=0 \\ j \ne k}}^4 (x-j) & \small \color{#3D99F6} \text{where }a_k \text{ is a coefficient.} \end{aligned} = No ( x − 0 ) a 0 ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) + No ( x − 1 ) a 1 x ( x − 2 ) ( x − 3 ) ( x − 4 ) + No ( x − 2 ) a 2 x ( x − 1 ) ( x − 3 ) ( x − 4 ) + No ( x − 3 ) a 3 x ( x − 1 ) ( x − 2 ) ( x − 4 ) + No ( x − 4 ) a 4 x ( x − 1 ) ( x − 2 ) ( x − 3 ) p ( 0 ) p ( 1 ) p ( 2 ) p ( 3 ) p ( 4 ) = a 0 ( − 1 ) ( − 2 ) ( − 3 ) ( − 4 ) = 0 = a 1 ( 1 ) ( − 1 ) ( − 2 ) ( − 3 ) = 2 1 = a 2 ( 2 ) ( 1 ) ( − 1 ) ( − 2 ) = 3 2 = a 3 ( 3 ) ( 2 ) ( 1 ) ( − 1 ) = 4 3 = a 4 ( 4 ) ( 3 ) ( 2 ) ( 1 ) = 5 4 ⟹ a 0 = 0 ⟹ a 1 = − 1 2 1 ⟹ a 2 = 6 1 ⟹ a 2 = − 8 1 ⟹ a 2 = − 3 0 1
Therefore, we have:
p ( x ) ⟹ p ( 5 ) = − 1 2 x ( x − 2 ) ( x − 3 ) ( x − 4 ) + 6 x ( x − 1 ) ( x − 3 ) ( x − 4 ) − 8 x ( x − 1 ) ( x − 2 ) ( x − 4 ) + 3 0 x ( x − 1 ) ( x − 2 ) ( x − 3 ) = − 1 2 5 ( 3 ) ( 2 ) ( 1 ) + 6 5 ( 4 ) ( 2 ) ( 1 ) − 8 5 ( 4 ) ( 3 ) ( 1 ) + 3 0 5 ( 4 ) ( 3 ) ( 2 ) = − 2 5 + 3 2 0 − 2 1 5 + 4 = 3 2 ≈ 0 . 6 6 7
That is a little bashy .but a general strategy...will work most of times
A polynomial of degree 4 with real coefficients has the equation y = a x 4 + b x 3 + c x 2 + d x + e .
When p ( 0 ) = 0 , 0 = a ( 0 ) 4 + b ( 0 ) 3 + c ( 0 ) 2 + d ( 0 ) + e , so e = 0 , and y = a x 4 + b x 3 + c x 2 + d x .
When p ( 1 ) = 2 1 , 2 1 = a ( 1 ) 4 + b ( 1 ) 3 + c ( 1 ) 2 + d ( 1 ) or 2 a + 2 b + 2 c + 2 d = 1 .
When p ( 2 ) = 3 2 , 3 2 = a ( 2 ) 4 + b ( 2 ) 3 + c ( 2 ) 2 + d ( 2 ) or 2 4 a + 1 2 b + 6 c + 3 d = 1 .
When p ( 3 ) = 4 3 , 4 3 = a ( 3 ) 4 + b ( 3 ) 3 + c ( 3 ) 2 + d ( 3 ) or 1 0 8 a + 3 6 b + 1 2 c + 4 d = 1 .
When p ( 4 ) = 5 4 , 5 4 = a ( 4 ) 4 + b ( 4 ) 3 + c ( 4 ) 2 + d ( 4 ) or 3 2 0 a + 8 0 b + 2 0 c + 5 d = 1 .
Solving this system of equations gives a = − 1 2 0 1 , b = 1 2 0 1 1 , c = − 6 0 2 3 , and d = 5 4 .
So p ( x ) = − 1 2 0 1 x 4 + 1 2 0 1 1 x 3 − 6 0 2 3 x 2 + 5 4 x , which means p ( 5 ) = − 1 2 0 1 ( 5 ) 4 + 1 2 0 1 1 ( 5 ) 3 − 6 0 2 3 ( 5 ) 2 + 5 4 ( 5 ) = 3 2 ≈ 0 . 6 6 7 .
What is d1 d2 or d3??
Problem Loading...
Note Loading...
Set Loading...
Define q ( x ) = ( x + 1 ) p ( x ) − x
Note that for all n=0, 1, 2, 3, 4,
p ( n ) = n + 1 n
Therefore, q ( n ) = ( n + 1 ) n + 1 n − n = n − n = 0
So, the polynomial q(x) has roots 0, 1, 2, 3, 4
As a result, we can rewrite q(x) into the form K x ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 )
where K is a real constant.
Recall, by definition, that q ( x ) = ( x + 1 ) p ( x ) − x
Therefore, ( x + 1 ) p ( x ) − x = K x ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 )
To solve for K, simply put x=-1 to the identity.
Now we have ( − 1 + 1 ) p ( − 1 ) − ( − 1 ) = K ( − 1 ) ( − 1 − 1 ) ( − 1 − 2 ) ( − 1 − 3 ) ( − 1 − 4 )
Simplify, we have 1 = − 1 2 0 K
K = 1 2 0 − 1
Thus, we have q ( x ) = 1 2 0 − 1 x ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 )
Put x=5 into the expression, we have q ( 5 ) = 1 2 0 − 1 ( 5 ) ( 5 − 1 ) ( 5 − 2 ) ( 5 − 3 ) ( 5 − 4 ) = − 1
By the definition of q(x), q ( 5 ) = 6 p ( 5 ) − 5
Therefore, p ( 5 ) = 6 q ( 5 ) + 5 = 6 − 1 + 5 = 3 2 = 0 . 6 6 7
For those of you who say the answer is 6 5 , you are wrong because p(x) is a polynomial, not a sequence!
The question is come from Hong Kong Advanced Level Examination 2006 Pure Mathematics Paper 1 question 3
My friend in Hong Kong did't know how to solve this and sent the picture to me. It is pretty cool so I cancel out some part of the question and post it here.