can someone please help me with this rule:
$$ f(x) \cdot g(x)^{(n)} = \sum_{k=0}^{n}(-1)^k \cdot {n \choose k}\cdot (f(x)^{(k)}\cdot g(x))^{(n-k)} $$
or you can write:
$$ f(x) \cdot \frac{d^n g(x)}{dx^n} = \sum_{k=0}^{n}(-1)^k \cdot {n \choose k}\frac{d^{n-k}}{dx^{n-k}}(f(x)^{(k)}\cdot g(x)) $$
Where the powers with $()$ are derivations of the function.
Where does it come from and how can I proof it? I tried mathematical induction without success.
Thank You!
$$fg''=(fg)''-(f'g)'+(f''g)=\left(f'g+fg'\right)'-f''g-f'g'+f''g=$$
$$=f''g+\color{red}{f'g'}+f'g'+{fg''}-\color{green}{f''g}-\color{red}{f'g'}+ \color{green}{f''g} =$$$$=f''g+f'g'+fg''$$
which is false in general, of course...
– DonAntonio Jan 14 '14 at 17:30