Given
$f: \Bbb R \setminus \{-1\} \rightarrow \Bbb R$,
$f(t)$ $=$ $1 \over {1 + t}$,
I would like to calculate the derivative of degree $k$.
Approach
First, we try to examine if there is a certain pattern that can be observed.
Applying the quotient rule a few times, we receive:
$f'(t)$ $=$ $-1 \over {(1 + t)^2}$,
$f''(t)$ $=$ $2 \over {(1 + t)^3}$,
$f'''(t)$ $=$ $-6 \over {(1 + t)^4}$,
...
The structure of the derivatives becomes quite obvious. Therefore, we claim:
$f^k$ $=$ $(-1)^k$ $k! \over (1 + t)^{k+1}$
Proof by induction
For $k = 0$ we get
$(-1)^0$ $0! \over (1 + t)^{0 + 1}$ $=$ $1 \over (1 + t)$
Now, assume the statement has already been proven for $k = n.$ We have to show that it also holds for $k = n+1.$
$f^{(n+1)}$ $=$ $(-1)^{n+1}$ $(n+1)! \over (1 + t)^{n+2}$ $=$ $(-1)^n$ $n! \over (1 + t)^{n+1}$ $(-1)$ $n+1 \over (1 + t)$ $= f^n$ $(-1)$ $n+1 \over (1 + t)$ $=$ ...,
and this is where I'm stuck. I just have to show that the expression on the right side is the first derivative of the function, right? But this doesn't work out, I guess.
Assume the statement has been already proven for $k = n.$
That is $$f^{n}=(-1)^n\frac{n!}{(1+t)^{n+1}}$$
Now differentiate $f^n$ , then you will get
$$\frac{df^{n}}{dt}=(-1)^n \cdot n!\cdot \frac{d}{dt}\frac{1}{(1+t)^{n+1}}$$
$$\frac{df^{n}}{dt}=(-1)^n \cdot n!\cdot \frac{(-1)(n+1)}{(1+t)^{n+2}}$$
Thus $$f^{n+1}=(-1)^{n+1} \cdot (n+1)!\cdot \frac{1}{(1+t)^{n+2}}$$