Let g ( x ) denote a quintic ( 5 th -degree ) polynomial such that g ( n ) = 2 n for n = 1 , 2 , 3 , 4 , 5 and g ( x ) has a constant term of 5 ! .
Find g ( 6 ) .
Bonus: Generalize this.
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.
Great explanation for how to easily determine the polynomial that approximates an exponential function on several initial values.
Otto, I believe your solution uses quite some tricks, which are not trivial. For example:
∑ k = 1 n ( − 1 ) k + 1 ( k n + 1 ) 2 k = 2 n + 1 ( − 1 ) n + 1 + 1 + ( − 1 ) n
or: ∑ k = 0 n ( − 1 ) k ( k n ) g ( k ) = 0 for any polynomial g ( x ) of degree < n , at least not for me, it took me a bit to actually prove this myself. Bringing first equation into a binomial form - it's inviting one to do so - works in fact quite cumbersomely.
Log in to reply
You are right that one of the equations is non-trivial; it was discussed here . Look at @Alan Yan 's elegant solution!
The other equation is just playing around with the binomial expansion of ( 2 − 1 ) n .
I think you meant to link this problem instead...
Log in to reply
Either works... the link I provided discusses the case n = 2 0 1 6 , but the two excellent proofs by @Aareyan Manzoor and @Alan Yan cover the general case.
I will post a similar problem that pushes this interesting problem a bit further.
The generalization works here as f ( x ) = 2 x [ ( 1 + x ) ; a t x = 1 ] but how does it hold true for any general polynomial of degree < n ?
And how is first statement is arrived at is by taking the derivative of a < n degree polynomial n times, What does it mean to substitute x = 6 in the equation ?
This problem can be tackled by The Method of Differences since the " n "s are consecutive. Here is the difference table for this question.
n | g ( n ) | D 1 ( n ) | D 2 ( n ) | D 3 ( n ) | D 4 ( n ) | D 5 ( n ) |
0 | 1 2 0 | − 1 1 8 | 1 2 0 | − 1 1 8 | 1 2 0 | − 1 1 8 |
1 | 2 | 2 | 2 | 2 | 2 | − 1 1 8 |
2 | 4 | 4 | 4 | 4 | − 1 1 6 | |
3 | 8 | 8 | 8 | − 1 1 2 | ||
4 | 1 6 | 1 6 | − 1 0 4 | |||
5 | 3 2 | − 8 8 | ||||
6 | − 5 6 |
Did the same way.
Consider a function f ( x ) such that f ( x ) = g ( x ) + 2 x where g ( x ) = a ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) where a is a real number. First note that the constant term of g ( x ) is -5! on multiplying but we are given that the constant term was 5! so a must be equal to -1. So g ( x ) = − ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) , now plugging x = 6 in f ( x ) we get − 5 ! + 3 2 = − 5 6 .
Thanks to Otto sir:
@Pi Han Goh, Nice question!, @Otto Bretscher Sorry, if the solution is same as yours.
This is wrong. it is given that f(x) is a polynomial, but f(x) = g(x) + 2^x is not a polynomial
Log in to reply
Actually I wrote f(x) is a function
Log in to reply
But adding 2^x to a polynomial doesn't give you a polynomial.
Log in to reply
@Amish Naidu – Yes you are right as g(x) is a polynomial but when we add 2^x it becomes a function which is f(x). @Otto Bretscher is the solution right?
Log in to reply
@Department 8 – Your f is actually the question's g, which is given to be a polynomial.
@Department 8 – I must confess that I don't understand your solution. As @Pi Han Goh and @Amish Naidu observe, you are finding f ( 6 ) , but f ( x ) is not a polynomial.
Log in to reply
@Otto Bretscher – I thought of changing the question so I just created a polynomial that is g(x). Now consider a function which satisfies the property as mentioned in the question that is f(x) then I think you understand what I mean the solution
Log in to reply
@Department 8 – The key point is that the function you evaluate at 6 (whatever you name it) is not a polynomial as required in the problem. Also, its value at 0 isn't 5! as required in the problem.
Log in to reply
@Otto Bretscher – Oh now I understand what you mean to say thank you
Log in to reply
@Department 8 – Here is a way to fix it: With your notation, make f ( x ) = g ( x ) + ∑ k = 0 5 ( k x ) = a ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) , and choose a so that f ( 0 ) = 5 ! as required.
Refresh your memory about the definition of a Polynomial .
Can you please explain the third and fourth line again. You have taken the constant term − 5 ! , but it is given as 5 !
Problem Loading...
Note Loading...
Set Loading...
We know that ∑ k = 0 n ( − 1 ) k ( k n ) g ( k ) = 0 for any polynomial g ( x ) of degree < n . For n = 6 this gives g ( 6 ) = − g ( 0 ) + ∑ k = 1 5 ( − 1 ) k + 1 ( k 6 ) 2 k = − 5 ! + 2 6 = − 5 6