#finding derivative with fundamental theorem of calculus chain rule
17 messages · Page 1 of 1 (latest)
It’s just the plug and chug formula $d/dx [f(g(x)) = f’(g(x))*g(x)$
CJ_:)
Oh, thanks
Here's how to memorize it
First write clearly the function $g$ inside the function $f$:
$ h(x) = f(g(x))$
We want to find the derivative of $h$.
Let's take an example where we want the derivative of $h(x) = (x^2+1)^3$
So we write
$h(x) = f(g(x))$ with
$g(x) = x^2+1$ and $f(x)=x^3$
Daddy_314
Now, the formula says
" the derivative of h is the derivative of g (the inside function) times the derivative of f taken at g(x) "
In other words, we take the derivative of $g$
$g'(x) = 2x$
The derivative of $f$ is
$f'(x) = 3x^2$
Daddy_314
And then we evaluate f'(x) at g(x)
Stitching all together we get:
$h'(x) = g'(x) \times f'[g(x)]$
Daddy_314
$h'(x) = 2x \times 3(x^2+1)^2$
Daddy_314
Therefore $h'(x) = 6x(x^2+1)^2$
Daddy_314