How do you find the derivative of #(e^x)^2#?

3 Answers
Mar 26, 2017

#2e^(2x)#

Explanation:

Use the exponent rule #(x^m)^n = x^(m*n)#

#y = (e^x)^2 = e^(2x)#

Use #(e^u)' = e^u * u' = u' * e^u#

Let #u = 2x, " " u' = 2#

#y ' = 2e^(2x)#

Mar 26, 2017

#2e^(2x)#

Explanation:

#color(blue)"Note that " (e^x)^2=e^(2x)#

differentiate using the #color(blue)"chain rule"#

#• d/dx(e^(f(x)))=e^(f(x))xxf'(x)#

#rArrd/dx(e^(2x))=e^(2x)xxd/dx(2x)#

#color(white)(xxxxxxxx)=2e^(2x)#

Mar 26, 2017

For the heck of it, we can also treat #(e^x)^2# as a function squared.

Generally, we see that the derivative of #(f(x))^2# is #2(f(x))^1*f'(x)#.

The previous relation comes from the chain rule. The derivative of #x^2# is #2x#, which comes through the power rule. The chain rule says to follow that same logic, but also to multiply by the derivative of the inner function.

Here, we see that the derivative of #(e^x)^2# will be #2(e^x)^1# then multiplied by the derivative of #e^x#.

The derivative of #e^x# is #e^x#, so we see that:

#d/dx(e^x)^2=2(e^x)^1(d/dxe^x)=2e^x(e^x)#

Which we can simplify using the rules of exponents:

#d/dx(e^x)^2=2e^(x+x)=color(blue)(2e^(2x)#