If f ( x ) is the polynomial of degree ≤ 1 0 0 with f ( n ) = 2 n for all integers 0 ≤ n ≤ 1 0 1 except n = 2 , find f ( 2 ) − 4 1 .
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 we prove the first assertion? I've seen you use it many times though!
Edit: Just found an inductive proof, but, otherwise, how to prove it?
Log in to reply
There are several short proofs; my favourite is from combinatorics. Look at @Alan Yan 's solution here .
Please point out the mistake Let g(x) = 2f(x) - f(x+1) = K(x-1)(x-3)....(x-100) So degree of f(x) = 100 Now putting x=1 gives f(2)=4 , which is not possible. But why is it coming 4 then?
Done beautifully :D
The polynomial u ( x ) = m = 0 ∑ 9 8 ( m x ) has degree 9 8 and is such that u ( m ) = 2 m for 0 ≤ m ≤ 9 8 . Thus g ( x ) = 8 u ( x − 3 ) has degree 9 8 and is such that g ( m ) = 2 m for 3 ≤ m ≤ 1 0 1 . Thus the polynomial we want is of the form f ( x ) = ( A x + B ) j = 3 ∏ 1 0 1 ( j − x ) + g ( x ) , where A and B are constants chosen so that 1 = f ( 0 ) = 2 1 0 1 ! B + g ( 0 ) 2 = f ( 1 ) = ( A + B ) 1 0 0 ! + g ( 1 ) . Thus f ( 2 ) = ( 2 A + B ) 9 9 ! + g ( 2 ) = 1 0 1 0 0 4 0 2 − 2 0 2 g ( 1 ) + 2 g ( 0 ) + g ( 2 ) , With g ( 0 ) = 2 0 0 0 0 , g ( 1 ) = 4 0 0 and g ( 2 ) = 8 , we obtain f ( 2 ) = 5 0 5 0 2 0 2 0 1 , and hence the answer is f ( 2 ) − 4 1 = 5 0 5 0 .
How do we see that g(x) must be 8u(x-3)?
Log in to reply
The polynomial u ( x ) takes values 1 , 2 , … , 2 9 8 at 0 , 1 , … , 9 8 . The polynomial u ( x − 3 ) is a translate of u , and so takes the values 1 , 2 , … , 2 9 8 at 3 , 4 , … , 1 0 1 . Scaling by 8 gives us g , which takes the desired values of 8 , 1 6 , … , 2 1 0 1 at 3 , 4 , … , 1 0 1 .
How to obtain the value of g ( 0 ) , g ( 1 ) , g ( 2 ) ? I thought g ( 0 ) = g ( 1 ) = g ( 2 ) = 0 .
Log in to reply
No. For example, g ( 2 ) = 8 u ( − 1 ) = 8 m = 0 ∑ 9 8 ( m − 1 ) = 8 m = 0 ∑ 9 8 ( − 1 ) m = 8 and g ( 1 ) = 8 u ( − 2 ) = 8 m = 0 ∑ 9 8 ( m − 2 ) = m = 0 ∑ 9 8 ( − 1 ) m ( m + 1 ) = 4 0 0 By putting a variable like x in the top argument, we need to generalize the binomial coefficient, so that ( m x ) = m ! x ( x − 1 ) ⋯ ( x − m + 1 ) is a polynomial in x .
Problem Loading...
Note Loading...
Set Loading...
We know that ∑ k = 0 1 0 1 ( − 1 ) k ( k 1 0 1 ) f ( k ) = 0 when de g ( f ) < 1 0 1 and ∑ k = 0 1 0 1 ( − 1 ) k ( k 1 0 1 ) 2 k = − ( 2 − 1 ) 1 0 1 = − 1 . Since all the summands are the same except for k = 2 , it follows that ( 2 1 0 1 ) f ( 2 ) = ( 2 1 0 1 ) 4 + 1 and f ( 2 ) = 4 + 5 0 5 0 1 . The answer is 5 0 5 0 .