How to Use Trig Substitution for Integrals Involving (x²-a²)

  • Thread starter Thread starter maff is tuff
  • Start date Start date
  • Tags Tags
    Fractions Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
maff is tuff
Messages
65
Reaction score
1

Homework Statement



∫ dx/(x² -a² )

Homework Equations



When (x² -a² ) appears in an integrand, you can use the trig sub: x=asecθ right?

The Attempt at a Solution



I know I could solve this using partial fractions but why doesn't trip sub work here? Or does it? I have attached my attempt below. Ignore the bottom half of the page. Thanks all for your help. :)

 

Attachments

Physics news on Phys.org
Trig sub works. [tex]\int \csc\thetad\theta = -\ln|\csc\theta+\cot\theta|[/tex]
 
How would I derive that? I would need to show how to get there to get any credit. Or what would be my first step in deriving that because I have no idea. And thanks for replying to one of my questions again; I recognize you from a couple nights ago.
 
Change csc to (csc^2 + csccot)/(csc + cot). Then use u-substitution.
 
A common way to do this integration is to expand 1/(x2 - a2) using partial fractions.

(x2 - a2) = (x - a)(x + a), therefore:

[tex]\frac{1}{x^2-a^2}=\frac{B}{x-a}\,+\,\frac{C}{x+a}[/tex]

Multiply both sides by (x - a)(x + a). Find B & C.

Your integral then becomes: [tex]\int\,\left(\frac{B}{x-a}\,+\,\frac{C}{x+a}\right)\,dx[/tex]
 
Thank you all for your replies. I will try your suggestions.