Let f ( x ) be a cubic polynomial such that
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ f ( 1 ) = 2 4 f ( 2 ) = 1 8 f ( 3 ) = 2 4 f ( 4 ) = 1 8
Determine f ( 5 ) .
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.
How do you know that there is only one such cubic polynomial? How did you construct this polynomial?
Log in to reply
I just edited my comment
Log in to reply
Ah, I find solving this via method of differences to be much easier.
Log in to reply
@Pi Han Goh – Oh , I don't know about it , I will see it today , thanks
Solving the system is not that simple To be honest.
For a cubic, f ( x ) , the second differences, g ( x ) = 2 f ( x ) − f ( x + 1 ) − f ( x − 1 ) , form a linear function. Now g ( 2 ) = 2 × 1 8 − 2 4 − 2 4 = − 1 2 and g ( 3 ) = 1 2 so g ( 4 ) = 3 6 − 2 4 − f ( 5 ) = 3 6 and f ( 5 ) = − 2 4
We note that the following cubic polynomial satisfies the system of equations.
f ( x ) = − 4 ( x − 2 ) ( x − 3 ) ( x − 4 ) + 9 ( x − 1 ) ( x − 3 ) ( x − 4 ) − 1 2 ( x − 1 ) ( x − 2 ) ( x − 4 ) + 3 ( x − 1 ) ( x − 2 ) ( x − 3 )
Note that the cubic sub-polynomial − 4 ( x − 2 ) ( x − 3 ) ( x − 4 ) = { 2 4 0 when x = 1 when x = 2 , 3 , 4 . Similarly for the other three cubic sub-polynomials, so that f ( x ) = { 2 4 1 8 when x = 1 , 3 when x = 2 , 4
Therefore,
f ( 5 ) = − 4 ( 3 ) ( 2 ) ( 1 ) + 9 ( 4 ) ( 2 ) ( 1 ) − 1 2 ( 4 ) ( 3 ) ( 1 ) + 3 ( 4 ) ( 3 ) ( 2 ) = − 2 4 + 7 2 − 1 4 4 + 7 2 = − 2 4
Problem Loading...
Note Loading...
Set Loading...
Let f ( x ) = a x 3 + b x 2 + c x + d
So f ( 1 ) = a + b + c + d = 2 4
f ( 2 ) = 8 a + 4 b + 2 c + d = 1 8
f ( 3 ) = 2 7 a + 9 b + 3 c + d = 2 4
f ( 4 ) = 6 4 a + 1 6 b + 4 c + d = 1 8
If you solve this system of equations above, you will get that the only possible values for a , b , c , d are
a = − 4 , b = 3 0 , c = − 6 8 , d = 6 6
So the only possible cubic polynomial is f ( x ) = − 4 x 3 + 3 0 x 2 − 6 8 x + 6 6
So f ( 5 ) = − 5 0 0 + 7 5 0 − 3 4 0 + 6 6 = − 2 4 .