Solving Integration by Parts Problem from 1 to 4

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
10 replies · 3K views
aerogurl2
Messages
34
Reaction score
0

Homework Statement


Hi, I've been having trouble solving the following problem, please help me.

Question:
(integration from 1 to 4) e^(x^(1/2))dx


Homework Equations





The Attempt at a Solution



So far, i have done the following:

u = e^(x^(1/2))
du = (1/2)(x^(-1/2))e^(x^(1/2))dx

dv = dx
v = x

so after applying the integration by parts formula, I got...

xe^(x^(1/2)) - (integration sign)x(1/2)(x^(-1/2))e^(x^(1/2))
dx

The integration of the second part looks wrong because it seems that I missed a step somewhere and made it more complex. Thank you for helping me.
 
Physics news on Phys.org
Just to clarify, you're supposed to find [tex]\int_1^4{e^{\sqrt{x}}}dx[/tex] right?

Start by evaluating the indefinite integral. The first step is to make an obvious substitution like [tex]x = u^2[/tex]. After you simplify that and put everything in terms of u, you'll find an expression that can more easily be integrated by parts. :smile:
 
this isn't a by-parts questions.

try letting z = sqrt(x)
 
oh i see now. so after doing the subsitution for sqrt of x = y. I end up with integration of (e^y)(2ydy). which then do integration by parts through u=y and dv = e^y. thus i get x^(1/2)e^(x^(1/2))-e^(x^(1/2)). so after doing the limits it is 2e^2. is that how it is?
 
Last edited:
aerogurl2 said:
oh i see now. so after doing the subsitution for sqrt of x = y. I end up with integration of (e^y)(2ydy). which then do integration by parts through u=y and dv = e^y. thus i get x^(1/2)e^(x^(1/2))-e^(x^(1/2)). so after doing the limits it is e^2. is that how it is?

You forgot a factor of 2. EDITED : You changed your post now, the final answer is correct, but the symbolic expression is still missing a factor of two. I'd suggest factoring it and tidying it up to look nicer when you present your answer.
 
Last edited:
thanks for helping me!
 
1*log(x) is a product isn't it? :p