How can I find the n-th derivative of $\frac{1}{x(x+1)}$ ? I tried expressing it as such, but I'm not sure about it.
$\frac{1}{x(x+1)} = \frac{1}{x}-\frac{1}{x+1}$
edit: I think I found it, can anyone confirm?
Let $f_n$ be the n-th derivative of $f$
$f_1\left(x\right)=-\frac{1}{x^2}+\frac{1}{\left(x+1\right)^2}$
$f_2\left(x\right)=\frac{2}{x^{\text{3}}}-\frac{2}{\left(x+1\right)^3}$
$f_3\left(x\right)=-\frac{6}{x^4}+\frac{6}{\left(x+1\right)^4}$
$f_4\left(x\right)=\frac{24}{x^5}-\frac{24}{\left(x+1\right)^5}$
We can then guess that the n-th derivative would be:
$f_n\left(x\right)=\left(-1\right)^n\left(-\frac{n!}{x^{n+1}}+\frac{n!}{\left(x+1\right)^{n+1}}\right)$
However is this enough to "proof" the result? Like is it acceptable if I was in, say, an exam? $f_n$ is simply based on an assumption?...
Also, how can I find x such as $f_n(x) = 0$ ?