Find the $n^{th}$ derivative of $$f(x) = e^x\cdot x^m$$
If i am not wrong i have following
$1^{st}$ Derivative: $e^x\cdot m \cdot x^{m-1} + x^m\cdot e^x$
$2^\text{nd}$ Derivative: $e^x\cdot m \cdot (m-1)\cdot x^{m-2} + 2 \cdot e^x\cdot m \cdot x^{m-1} + x^m\cdot e^x$
$3^\text{rd}$ Derivative: $e^x\cdot m \cdot (m-1) \cdot (m-2)\cdot x^{m-3} + 3 \cdot e^x \cdot m \cdot (m-1) \cdot x^{m-2} + 3 \cdot e^x \cdot m \cdot x^{m-1} + \cdot x^m \cdot e^x$
From here how do I calculate the $n^{th}$ derivative?
Thanks. :)