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

  • Thread starter Thread starter BlackMamba
  • Start date Start date
  • Tags Tags
    Beginning Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
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:

[itex]\int_{0}^{4} {e^\sqrt{x}} dx[/itex]

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 [itex]u = x^{1/2}[/itex]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
Thank you

I understand how you got that.

[itex]u=\sqrt{x}[/itex] then,
[itex]u^2 = x[/itex]

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 [itex]d(u^2) = 2udu[/itex]

This is as far as I'm getting:

[itex]\int_{0}^{4} {e^\sqrt{u^2}} du[/itex]

[itex]\int_{0}^{4} e^u du[/itex]

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

I understand how you got that.

[itex]u=\sqrt{x}[/itex] then,
[itex]u^2 = x[/itex]

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 [itex]d(u^2) = 2udu[/itex]

This is as far as I'm getting:

[itex]\int_{0}^{4} {e^\sqrt{u^2}} du[/itex]

[itex]\int_{0}^{4} e^u du[/itex]

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

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

The help was greatly appreciated!