Let p ( x ) be a polynomial of degree 8 , such that P ( k ) = k 1 , k belongs to 1 , 2 , 3 , . . , 9 . Then find the value of P ( 1 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.
That's that standard approach to dealing with this question, by using the Remainder Factor Theorem to figure out what the polynomial is. The "trick" here is that we also know the value of x p ( x ) − 1 when x = 0 , so we actually know 10 values.
Log in to reply
There are more than 1 solutions to this question, one of which is this:
p ( x ) = k = 1 ∏ 9 ( x 9 8 − k 9 8 ) + x 1
Which makes p ( 1 0 ) = 1 7 7 9 4 . 4 1 5 0 . . .
You should specify more details on the polynomial.
Log in to reply
That is not a polynomial . A polynomial must have non-negative integer powers.
Your p ( x ) has terms of the form x 8 / 9 and x − 1 .
Log in to reply
@Calvin Lin – Oh... I thought a polynomial's definition was much more loose. Thanksfor clarifying anyway!
Problem Loading...
Note Loading...
Set Loading...
Given that P(k) = 1/k, rewriting we get: k.p(k) = 1 Let replace k by x. Then, x. p(x) = C(x-1)(x-2)(x-3).....(x-9) + 1 where C is the leading coefficient. Put x =0 : 0. p(0) = C.-9! + 1 0 = C. -9! + 1 -1 = C.-9! C = 1/ 9! , now the polynomial p(x) becomes x.p(x) = (1/9!)(x-1)(x-2)(x-3)...(x-9) + 1 Now put x =10
p(10) = 1/9! . 9! + 1 10.p(10) = 1 + 1 10.p(10) = 2 p(10) = 2/10 = 1/5. Hence the result.
LONG SOLUTION BUT NICE ONE. OTHER SOLUTIONS ARE ALSO WELCOMED!