how can i demonstrate this ? :
$$\ \frac{d^n[x^{n-1}]}{dx^n} =0 \quad, \forall n\in\mathbb N*$$
i started like this :
$$\ f(x)=x^{n-1} $$
$$\ f'(x)=(n-1)x^{n-2} $$
$$\ f''(x)=(n-2)(n-1)x^{n-3} $$
$$\ f^n(x)= \, ? \, $$
maybe something like $$\ (n-1)!x^{(n-1)-n} $$ but $$\ (n-1) < n $$
Thanks a lot.
The following is a proof by induction.
Proof:
The base case is $k=0$, for which the function is $x^n$.
Suppose that we are given that $\dfrac{d^m}{dx^m} (x^n) = \frac{n!}{(n-m)!}x^{n-m}$. Then, $$ \dfrac{d^{m+1}}{dx^{m+1}} (x^n) =\dfrac{d}{dx}\dfrac{d^{m}}{dx^{m}} (x^n) =\frac{n!}{(n-m)!}(n-m)x^{n-m-1} =\frac{n!}{(n-m-1)!}x^{n-m-1} $$
Hence, the induction is complete.
Now, put $k=n$, and you get $\dfrac{d^n}{dx^n} (x^n) = n!$, which is a constant. Hence, $\dfrac{d^{n+1}}{dx^{n+1}} (x^n) = 0$. Finally, you can replace $n$ with $n-1$ everywhere to complete the proof.