Can Mathematical Induction Prove the Finite Difference Formula for Polynomials?

  • Thread starter Thread starter relinquished™
  • Start date Start date
  • Tags Tags
    Finite
relinquished™
Messages
79
Reaction score
0
I am to prove by mathematical induction that for a polynomial of degree n p(x) with leading coefiicient a_0,

<br /> \Delta^n p(x) = a_o n!<br />

My proof: By mathematical induction

<br /> \Delta^1 p(x) = [a_0(x+1) + a_1] - [a_0x + a_1]<br />
<br /> \Delta^1 p(x) = [a_0x + a_0 + a_1] - [a_0x + a_1]<br />
<br /> \Delta^1 p(x) = a_0<br />
<br /> \Delta^1 p(x) = a_0 \cdot 1!<br />

hence, S(1) is true

This is where I have a problem. I assume that \Delta^n p(x) = a_o n! is true... how do i show that S(n+1) is also true? The degree of the polynomial becomes n+1 and my S(n) becomes inapplicable already...
 
Physics news on Phys.org
What is the first difference of a polynomial of degree n+1? Isn't it a polynomial of degree n? What is its leading coefficient?
 
First show that n=1,2,...
\Delta x^{n}=n x^{n-1} +P_{n-2}
where P_{n} means some polynomial of degree at most n
and thus P_0=0
and
\Delta P_{0}=0
then show by induction that for k=0,...,n
\Delta^k x^n=\frac{n!}{(n-k)!}x^{n-k}+P_{n-1-k}
Take your result as a special case
 
Back
Top