One might at first glance think that the derivative of a product of two functions should be the product of the derivatives. Especially because the derivative of a sum is the sum of the derivatives (sum rule). Unfortunately, this is not true. In other words,
\begin{equation*}
\frac{d}{dx} \brac{f(x) g(x)} \neq f'(x) \cdot g'(x)
\end{equation*}
\begin{align*}
\frac{d}{dx} \brac{f(x) g(x)} \amp= \frac{d}{dx} \brac{x^2 \cdot x^3}\\
\amp= \frac{d}{dx} x^5\\
\amp= 5x^4
\end{align*}
However, \(f'(x) = 2x\) and \(g'(x) = 3x^2\text{,}\) so \(f'(x) \cdot g'(x) = 6x^3\text{,}\) which is not the same as \(5x^4\text{.}\)
