Calculus 2 Help: How to Integrate 2/((x^2)-1)

  • Thread starter Thread starter ashleyk
  • Start date Start date
  • Tags Tags
    Drawing
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
ashleyk
Messages
22
Reaction score
0
Hi, I have calculus 2 in college right now and am drawing a complete blank and need to get my homework done. If I wanted to take the integral of 2/((x^2)-1)...what would I do or where would I start? Thanks!
 
Physics news on Phys.org
Use partial fractions.
 
First, that 2 in front shouldn't bother you. Just do the integral without the 2, then multiply by 2.
[tex]\frac{1}{x^2- 1}= \frac{1}{(x-1)(x+1)}[/tex]
and that can be expanded by "partial fractions":
[tex]\frac{1}{x^2-1}= \frac{A}{x-1}+ \frac{B}{x+1}[/tex]
To find A and B, multiply both sides of that by x2-1 then let x= 1 and -1 in turn.

To integrate the resulting fractions, look up the integral of [itex]\frac{1}{x}[/itex].