Given $$f : \left(\frac{-1}{2}, \frac{1}{2}\right) \to \mathbb{R} \ \ \ \ \ \ \ \ \ \ f(x) = \frac{1}{1-x-x^2}$$
I am trying to find an expression for $f^{n}(x)$ and prove it by induction afterwards.
I tried first splitting into partial fractions but it got messy, not sure if that's the right approach.
Using partial fractions you should get $$f(x)=A(x-a)^{-1}+B(x-b)^{-1}$$
Then $n$th derivative of $(x-c)^{-1}$ is easy to calculate.
Note: $$\frac{1}{1-x-x^2}=\left(\frac{1}{\sqrt{5}}\right)\left(\frac{1}{x+\frac{\sqrt{5}+1}{2}}\right)-\left(\frac{1}{\sqrt{5}}\right)\left(\frac{1}{x-\frac{\sqrt{5}-1}{2}}\right)$$