Solve Partial Fractions: Step-by-Step Guide

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
LadiesMan
Messages
95
Reaction score
0
[SOLVED] Partial Fractions

1. Evaluate:

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



Attempt:

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

[tex]= \int \frac{dx}{(x+1)(x-1)}[/tex]

[tex]= \frac{A}{(x+1)} + \frac{B}{(x-1)}[/tex]

[tex]= \frac{Ax - A + Bx + B}{(x+1)(x-1)}[/tex]

Where do I got from here? Thanks
 
Physics news on Phys.org
so A = Ax + Bx + B -1
and B = -Ax + A - Bx -1??
 
LadiesMan said:
so A = Ax + Bx + B -1
and B = -Ax + A - Bx -1??

Ax-A+Bx+B=1 for all values of x

meaning for any value of x you put in there, it will always be equal to 1
Choose some suitable values for x to get A and B
 
You could do A(x-1) + B(x+1) = 1

Then to get rid of the A, substitute x = 1 and find B.

To get rid of the B, substitute x = -1 and find A.
 
That means:

(1/2)ln(x-1) - (1/2)ln(x+1) + C

Therefore Since: (1/2)ln(x-1) = ln(x-1)^1/2 and (1/2)ln(x +1)= (1/2)ln(x +1)^1/2

ln(x-1)^1/2 - (1/2)ln(x +1)^1/2 + C

Natural log rule ln a - ln b = ln (a/b)

Thank you =)
 
… never substitute …

rock.freak667 said:
Choose some suitable values for x to get A and B

No! :frown:

It's a polynomial, and you just put all the coefficients equal to 0.

It's (A+B)x + (B-A-1) = 0,

so both the brackets must be 0. :smile:

Never substitute - it makes it look as if you don't understand what a polynomial is!

(I agree that, technically, that's the same as substituting x = 0 and ∞; but that requires an extra line, and it doesn't work if you have x^2 or higher.)
 
Tiny Tim, since that equation is true for all x, you certainly could get substitute any two values of x to get 2 equations to solve for a and b. Of course, it is true that if a polynomial is 0 for all x, then its coefficients must all be 0- that's typically simpler than substituting specific values for x.

Ladies Man, a somewhat simpler method for partial fraction is this:
You want to find A, B such that
[tex]\frac{A}{x+1}+ \frac{B}{x-1}= \frac{1}{x^2- 1}[/tex]
Multiply both sides by x2-1 to eliminate the denominators:
[tex]A(x-1)+ B(x+ 1)= 1[/itex]<br /> Now substitute x= 1 and x= -1 to find A and B.[/tex]
 
Thanks everyone! =P