How to do the indefinite integral

cloudage
Messages
14
Reaction score
0

Homework Statement


I hope someone can help me with this integral. It is really an improper integral, but I cannot figure out how to do the indefinite integral on it:

integral[e1/x/x3].

Any help would be appreciated, thanks.



Homework Equations


?


The Attempt at a Solution



I tried integration by parts, substitution and using the table of integrals. I couldn't get any of them to work.
 
Physics news on Phys.org


I would be included to split it up as (1/x) *[ (1/x^2)*e^(1/x)] and try integration by parts on that. IOW, u = 1/x, and dv = (1/x^2)*e^(1/x)dx.

I don't know that this would work, but that's what I would start with.
 


This is definately a U substitution problem, when things are kinda odd inside an exponential, its the best method to try.

pick u=1/x,
that means du= (-1/x^2) dx.

so
\int \frac{e^{1/x}}{x^{3}} dx = \int \frac{-1}{x} e^{1/x}(\frac{-1}{x^{2}}dx)
 


Thank you so much! The substitution did the trick!
 


perfect. Now if only I could get help with my cray cray math.
 
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