Integrating sqrt(x^2+1)/x^2 using trig

  • Thread starter Thread starter dtl42
  • Start date Start date
  • Tags Tags
    Integrating Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
dtl42
Messages
118
Reaction score
0

Homework Statement



[tex]\int[/tex][tex]\frac{\sqrt{x^{2}+1}}{x^{2}} dx[/tex]

Homework Equations



The Attempt at a Solution


I tried a Trig Substitution with x=tan(u) and ended up with [tex]\int (csc(u))^{2} * sec(u) du[/tex]

From here I am kind of stuck. I tried a few different integration by parts methods, but they got very messy. I also couldn't find any sort of table for this.
 
Physics news on Phys.org
dtl42 said:
I tried a Trig Substitution with x=tan(u) and ended up with [tex]\int (csc(u))^{2} * sec(u) du[/tex]

Hi dtl42! :smile:

Yes, you're almost there …

Put cosec^2 = 1 + cot^2, and you have:
[tex]\int \left(sec(u)\,+\,cot(u)csc(u)\right) du\,.[/tex] :smile:

(though personally, I'd have used x = sinhv, giving ∫coth^2(v)dv)
 
Thanks very much, I can't believe I didn't see that. Its those variations of the Pythag. Identity that get me.