Currently taking Calc $2$ and I find that I get exponential or trig integrals intuitively, except integrals of powers. What am I missing? For example:
$$\int\ 3^x{\rm d}x =\frac{3^x}{\ln(3)} + C$$
*Explain like I'm $5$
Currently taking Calc $2$ and I find that I get exponential or trig integrals intuitively, except integrals of powers. What am I missing? For example:
$$\int\ 3^x{\rm d}x =\frac{3^x}{\ln(3)} + C$$
*Explain like I'm $5$
On
First, what is the derivative of an exponential function?
Now substitute $a=3$.
On
Try a substitution: $$3^x=e^{ x\ln 3 }$$ $$\implies u=x\ln 3 \implies \frac {du}{dx}= \ln 3$$ $$\implies dx =\frac {du} {\ln 3}$$ So that $$I=\int 3^xdx=\int e^{ x\ln 3 }dx$$ $$\implies I=\frac 1 {\ln 3}\int e^udu$$ $$ I=\frac 1 {\ln 3}e^u+C$$ Unsubstitute u $(=x \ln 3)$: $$ I=\frac {3^x} {\ln 3}+C$$
Basically you need to know two things
Now, combine the first one with the second and therefore notice $$(a^x)'=(e^{x\cdot\ln a})'=e^{x\cdot\ln a}\cdot(x\cdot\ln a)'=e^{x\cdot\ln a}(\ln a)=a^x\ln a$$ Then, by the Fundamental Theorem of Calculus, it follows immediately
Now, set $a=3$ and your result follows.