M HYPE SPLASH
// news

Why is the "inside function" the exponent itself when differentiating e^x, but not for other expressions raised to some power?

By Michael Henderson
$\begingroup$

Using the chain rule for functions raised to some power, like (2x+4)^2, the "inside function" is considered the base of the power. But for exponential functions like e^(2x+4) the inside function is the exponent itself.

Why is that? How do you determine which function is the inside/outside when using the chain rule?

$\endgroup$ 2

1 Answer

$\begingroup$

The chain rule states that the derivative of $f(g(x))$ is equal to $f'(g(x)) \cdot g'(x)$. Here, $g$ is the inner function, and $f$ is the outer function.

If you want to write your examples in this way, then in the first case we have (for example) $f(x) = x^2$ and $g(x) = 2x+4$, as then $f(g(x)) = f(2x+4) = (2x+4)^2$. Hence $2x+4$ is the inner function.

In the second case, we have (for example) $f(x) = e^x$ and $g(x) = 2x + 4$, as then $f(g(x)) = f(2x+4) = e^{2x+4}$. Hence $2x+4$ is the inner function.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy