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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top