How Do You Start Solving the Integral of e^(sqrt(x))?

  • Thread starter Thread starter BlackMamba
  • Start date Start date
  • Tags Tags
    Beginning Integral
BlackMamba
Messages
187
Reaction score
0
Hello,

I have this integral that is stumping me. Once I get the basic start then I know I can finish the rest myself it's just getting started that's stumping me.

Here is the problem:

\int_{0}^{4} {e^\sqrt{x}} dx

First this doesn't appear to me to be an improper integral. So I should just go ahead and solve as normal. But I'm told to find if the integral converges or diverges and evaluate it if it converges. So even though this integral is not an improper integral, I assume I can still apply the same rules.

To begin however, is where I'm getting stuck.

Substitution doesn't appear to help. if I use u = x^{1/2}I think I'm making this harder than it needs to be...

Any and all input would be greatly appreciated!
 
Last edited:
Physics news on Phys.org
u^2 = x, then

d({u^2})\,=\,2u du
 
Thank you

I understand how you got that.

u=\sqrt{x} then,
u^2 = x

However, I'm getting lost as to how I'm supposed to substitute that into the original equation.

I think the part that is throwing me is the d(u^2) = 2udu

This is as far as I'm getting:

\int_{0}^{4} {e^\sqrt{u^2}} du

\int_{0}^{4} e^u du

Am I just adding the 2u and then do integration by parts?
 
Last edited:
BlackMamba said:
Thank you

I understand how you got that.

u=\sqrt{x} then,
u^2 = x

However, I'm getting lost as to how I'm supposed to substitute that into the original equation.

I think the part that is throwing me is the d(u^2) = 2udu

This is as far as I'm getting:

\int_{0}^{4} {e^\sqrt{u^2}} du

\int_{0}^{4} e^u du

Am I just adding the 2u and then do integration by parts?
Using the u-substitution that astronuc showed you, you then have:
\int e^{\sqrt{x}}dx = \int e^{\sqrt{u^2}}2u \,du

Your idea about 'adding' 2u and applying integration by parts is correct.
 
Thanks FrogPad and thanks again to Astronuc.

The help was greatly appreciated!
 
The new limits of integration will be 0 and 16.

Daniel.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top