Proof by induction $D^n(x^n)=n!$

104 Views Asked by At

Prove $D^n(x^n)=n!$ for n=1,2,3...

*note $D^n(x^n)$ is the nth derivative of $x^n$

Ok so I am very familiar with proof by induction and all the preliminary context but I am stuck where i need to prove for k+1. I currently have: $$D^k(x^k)*D^{k+1}(x^{k+1})$$

$$=n!*D^{k+1}(x^{k+1})$$

I am not sure if I am suppose to have multiplication between the terms and I do not know how to handle the $D^{k+1}(x^{k+1})$

2

There are 2 best solutions below

0
On BEST ANSWER

Assuming $D$ is a linear operator:

$$D^{k+1}(x^{k+1})=D^k(D^1(x^{k+1}))$$$$=D^k((k+1)x^k)=(k+1)D^k(x^k)$$$$=(k+1)k!=(k+1)!$$

3
On

Hint: $D^{k+1}(x^{k+1}) = D(D^k(x^k \cdot x))$.

First apply the $k-$iterated product rule, then differentiate. What happens to the lone $x$ inside?