Can anyone help with this question?
How to find the nth derivative of $$ e^x(2x+3)^3? $$
Can anyone help with this question?
How to find the nth derivative of $$ e^x(2x+3)^3? $$
I hope this answer can help you.
Let $g : x \mapsto (2x+3)^3$ and $h: x \mapsto e^x$. Hence $f = gh$.
You know that for all $n \in \mathbb{N}$ you have $h^{(n)} = h$. Moreover, $g^{(k)} =0 $ for $k \geq 4$.
So using Leibniz rule,
$$f^{(n)} = \left(g+ng'+\binom{n}{2}g''+\binom{n}{3} g^{(3)}\right)h$$
$$f^{(n)}(x)=\left((2x+3)^3+6\binom{n}{1}(2x+3)^2+24\binom{n}{2}(2x+3)+48\binom{n}{3}\right)e^x$$
Hence,
$$f^{(n)}(x)=((2x+3)^3+6n(2x+3)^2+12n(n-1)(2x+3)+8n(n-1)(n-2))e^x$$
If you are not convinced, you can try to prove this by induction.
$\exp(x)$and$e^x$will be displayed as $\exp(x)$ and $e^x$. – Axel Jun 21 '21 at 08:20