Evalutate the integral using integration by substitution or parts

60 Views Asked by At

$$\int \frac{e^\sqrt{x}}{\sqrt{x}}dx$$

How do I calculate this using substitution or parts integration?

3

There are 3 best solutions below

0
On BEST ANSWER

Just substitute $u = \sqrt x \implies du = \frac{1}{2\sqrt x} dx$, giving us: $$I = \int \frac{e^{\sqrt x}}{\sqrt x}\, dx = 2\int \frac{e^{\sqrt x}}{2\sqrt x}\, dx = 2\int e^u \, du = 2e^u + c = 2e^{\sqrt x} + c$$

0
On

Hint -

Put $\sqrt x = t$

$\frac 1{2\sqrt x} dx = dt$

$\frac{dx}{\sqrt x}= 2 dt$

Put above values and then,

I = $2 \int e^t dt$

Now integrate.

0
On

$$\int\frac{e^{\sqrt{x}}}{\sqrt{x}}dx=2\int d\left(e^{\sqrt{x}}\right)=2e^{\sqrt{x}}+C.$$