Computing antiderivatives (integration)

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
2 replies · 2K views
Nitrate
Messages
75
Reaction score
0

Homework Statement


integrate 4e^(2x)^(1/2) - 1/7e^(-pix)
using a guess and check method (haven't learned many rules of integration)


Homework Equations





The Attempt at a Solution


i'm not really sure how to do this integral... i tried
4/(2x)^(1/2)[e^(2x)^(1/2)] using a table of antiderivatives for the first part
but when i differentiated it, it did not give me the original function
i haven't tried the second bit yet.
 
Physics news on Phys.org
For the second term, do you know how to differentiate exponential functions?

Can you answer these questions, differentiate with respect to x:

e^x
18e^x
4e^2x
e^(x^2)
e^(x^(1/3))
e^(8x^(-2/3))

For the first term you need to use a substitution, try substituting u=x^1/2
 
If you have [itex]\int f'(x)e^{f(x)}dx[/itex] you could make the substitution [tex]u= f(x)[/tex] so that [tex]du= f'(x)dx[/tex] and the integral becomes [tex]\int e^u du= e^u+ C= e^{f(x)}+ C[/tex]

HOWEVER, if that f'(x) is not in the integral originally (and is not a constant), you cannot put it in! Here, I don't believe that [tex]\int e^{(4x)^{1/2}}dx[/tex] can be integrated in terms of elementary functions.