SOLUTION: Find the partial fraction expansion of the rational function F(x)=X/x^2-1

Algebra ->  Rational-functions -> SOLUTION: Find the partial fraction expansion of the rational function F(x)=X/x^2-1      Log On


   



Question 983639: Find the partial fraction expansion of the rational function F(x)=X/x^2-1
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the partial fraction expansion of the rational function F(x)=X/x^2-1
-------
x/(x^2-1) = a/(x-1) + b/(x+1)
-------
[a(x+1) + b(x-1)]/(x^2-1)
-------
Equate the numerators::
-------------------------
x = (a+b)x+(a-b)
------
Equations:
a+b = 1
a-b = 0
------
2a = 1
a = 1/2
----
b = 1/2
------
Ans:: x/(x^2-1) = (1/2)/(x+1)+(1/2)/(x-1)
-----
= 1/(2x+2) + 1/(2x-2)
=====================
Cheers,
Stan H.
--------------------