Hey so I was wondering how to differentiate $(e^2)^x$ without using the chain rule.
I tried but I always end up using the chain rule in this case.
Would appreciate some help! (No hints please).
Hey so I was wondering how to differentiate $(e^2)^x$ without using the chain rule.
I tried but I always end up using the chain rule in this case.
Would appreciate some help! (No hints please).
Indeed, using the chain rule is certainly the easiest: $$f(x)=e^{2x}\to f'(x)=2e^{2x}$$
You could however, use the product rule: $$f(x)=(e^2)^x=e^xe^x$$ Then $p=q=e^x$, and $p'=q'=e^x$
Product rule is $f'(x)=p'q+q'p\to e^xe^x+e^xe^x=2e^{2x}$
Or the quotient rule can also be used: $$f(x)=(e^2)^x=\frac{e^x}{e^{-x}}$$ Then $p=p'=e^x$, $q=e^{-x}\to q'=-e^{-x}$
Quotient rule is $f'(x)=\frac{p'q-q'p}{q^2}\to\frac{e^xe^{-x}-e^x(-e^{-x})}{e^{-2x}}=\frac{2}{e^{-2x}}=2e^{2x}$