I went through induction proofs and they are nice. I'm just looking for an alternative.
To give some context, kindly consider the following example. To expand $(x+a)^n$ we think of it as a combinatorics problem : $$(x+a)(x+a)\cdots (x+a)$$ To get $x$ term we need to choose $x$ from any one product and $a$ from the rest. Thus the $x$ term would be $\binom{n}{1}xa^{n-1}$
To get the $x^2$ term we need to choose $x$ from any two products and $a$ from the rest: $\binom{n}{2}x^2a^{n-2}$
I'm wondering if the product rule can be seen using combinatorics $$\begin{align} (fg)^{'} &=f'g+fg'\\ (fg)^{''}&=(f'g+fg')^{'} = f''g+2f'g'+fg'' \end{align}$$ This looks almost same as the earlier problem of expanding $(x+a)^n$. I'm pretty sure these two problems are identical, but I'm not able to make the connection. Any help ?
it became clear what I had to choose and leave to get the coefficient of $x^k$. I'm wondering if we can flatten something similar in product rule.. @CameronBuie
– AgentS Jul 17 '18 at 23:36