I just want to check a particular step I am trying out. Normally I would prove an nth derivative formula via induction, but I am wondering if there is an easier way to potentially make this work. Is it true for some possible manipulation of this formula for analytic functions f(x) and g(x) for $ x \in {\Bbb R}$ that:
$$ \frac{d^n}{dx^n}f(x)g(x)= \frac{d^{n}f(x)}{x^n}g(x)+f(x)\frac{d^{n}g(x)}{x^n}?$$
The generalisation you are seeking is Leibniz' formula: $$\frac{d^n}{dx^n}(f(x)g(x)) =\sum_{k=0}^n\frac{n!}{k!(n-k)!}\frac{d^k f(x)}{dx^k}\frac{d^{n-k} g(x)}{dx^{n-k}}.$$