Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Partial Fractions?
Show step by step how:
[-1] / [(x + 1)(x^2 + 1)]
becomes:
(-1/2)[1/(x + 1)] + (1/2)[x/(x^2 + 1)] - (1/2)[1/(x^2 + 1)]
using partial fraction expansion
1 Answer
- cidyahLv 73 years ago
-1/((x+1)(x^2+1)) = A/(x+1) +(Bx+C)/(x^2+1)
multiply both sides by (x+1)(x^2+1)
-1 = A(x^2+1)+(Bx+C)(x+1)
Let x=-1
-1 = A(2) + (Bx+C)(0)
2A = -1
A=-1/2
Match the coefficients of x^2
0 = A+B
B = -A
B = 1/2
Match the coefficients of x
0 = B+C
C = -B = -1/2
A=-1/2; B=1/2 C=-1/2
-1/((x+1)(x^2+1)) = -1/(2(x+1)) + x/(2(x^2+1)) - 1/(2(x^2+1))
= -1/(2x+2) + x/(2x^2+2) - 1/(2x^2+2)