U-substitution $\int \left (1+e^{at} \right )^{\frac{3}{2}}e^{-at}dt$

79 Views Asked by At

How can I solve this integral only with u-substitution? Is this possible?

$$\int \left (1+e^{at} \right )^{\frac{3}{2}}e^{-at}dt$$

I know how to evaluate this integral, my question is how can I obtain this primitive without partial fractions, just substitution. Thank you.

2

There are 2 best solutions below

0
On

Let $$ u = e^{at}, \qquad du = a e^{at} dt $$ Therefore $$ dt = \frac{1}{a u} du $$


$$ \int \left( 1 + e^{at} \right)^{\frac{3}{2}} e^{-at} dt \quad \Rightarrow \quad \int \frac{\left( 1 + e^{at} \right)^{\frac{3}{2}}}{a u^{2}} du $$

0
On

$$\int \left(e^{a t}+1\right)^{3/2} e^{-a t} \, dt$$ substitute $ e^{-a t} =u$ so that $-ae^{-a t} dt=du\rightarrow dt=\dfrac{du}{-au}$

The integral becomes $$-\frac{1}{a}\int \left(\frac{1}{u}+1\right)^{3/2} \, du$$