A polynomial $P(x)$ of $n$ degree satisfies $P(k)=2^k$ for $k = 0,1,2,3......,n$. Find the value of $P(n+1)$.
How can I proceed in solving such problems.
A polynomial $P(x)$ of $n$ degree satisfies $P(k)=2^k$ for $k = 0,1,2,3......,n$. Find the value of $P(n+1)$.
How can I proceed in solving such problems.
$P_n(x+1) - P_n(x) = P_{n-1}(x)$
$G(n) = P_n(n+1)$
$G_n = P_n(n+1) - P_n(n) + P_n(n) = 2^n + G_{n-1}$
So, is the simple close formula