Having trouble with a fairly simple integration

  • Thread starter Thread starter Pandabasher
  • Start date Start date
  • Tags Tags
    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
8 replies · 2K views
Pandabasher
Messages
10
Reaction score
0

Homework Statement


I'm in the middle of solving a D.E using integration factors, and I've ended up with an integral on the R.H.S which is as follows: [tex]\displaystyle \int \frac {e^ \frac {-1}{x}}{x^4} dx[/tex]


I've tried to use integration by parts to do it, but I keep having to use it again and again. I've checked that my integrating factor is correct, and it is. I'm just having a hard time doing it. Any help is greatly appreciated. Thanks, Matt.
 
Physics news on Phys.org
Try splitting it this way:
u = x^(-2), dv = x^(-2)e^(-1/x)dx

I haven't worked it through, so can't guarantee this will work, but this is what I would try.
 
Mark44 said:
Try splitting it this way:
u = x^(-2), dv = x^(-2)e^(-1/x)dx

I haven't worked it through, so can't guarantee this will work, but this is what I would try.

Okay, thanks. I'll give it a go.
 
Dick said:
I would start by substituting u=(-1/x). The integration by parts should be straightforward. You only need to do it twice. Can you show where you are having problems?

Using [tex]\displaystyle u= \frac {-1}{x}[/tex] I get [tex]\displaystyle \int e^{u} u^{2} du[/tex]

Then I used integration by parts to get that equal to [tex]\displaystyle u^{2}e^{u} - \int 2u e^{u} du[/tex]

Then using integration by parts again I get that equal to [tex]\displaystyle 2u e^{u} - \int 2e^{u}[/tex] which is just [tex]\displaystyle 2u e^{u} - 2e^{u}[/tex]

Then subbing back in and taking out a factor of [tex]\displaystyle e^u[/tex] I get the answer to the first integral as [tex]\displaystyle e^{u}(u^{2}-2u+2)[/tex]

And subbing u back in I get [tex]\displaystyle e^{ \frac {-1}{x}}( { \frac {1}{x^{2}}} + { \frac {2}{x}} + 2)[/tex]

Does that look right?
 
Mark44 said:
You can check yourself - differentiate what you ended with and you should get the integrand of your integral.

Yeah I checked it with wolfram, its correct. Thanks for the tip, I'm not that good with integrals so I probably wouldn't have spotted that.