Problems solving partial fraction

80 Views Asked by At

I have a problem with partial decomposition, I got the next function and should integrate the function so it would be easier to split it in two terms. But I have no idea to start this decomposition due to the unknown a.

$\frac{1}{(x+a)(x+1)}$ with $a>0$

3

There are 3 best solutions below

10
On BEST ANSWER

Using Partial Fraction Decomposition

$$\frac1{(x+a)(x+1)}=\frac A{x+a}+\frac B{x+1}$$

Multiplying eithersides by $(x+a)(x+1),$ we get $$1=A(x+1)+B(x+a)=x(A+B)+A+Ba$$

Now compare the constants & the coefficients of $x$


As $x+a-(x+1)=a-1$

by observation $$\frac1{(x+a)(x+1)}=\frac1{a-1}\left(\frac{(x+a)-(x+1)}{(x+a)(x+1)}\right)=\cdots$$

2
On

First Write $\frac{C}{x+a}+\frac{D}{x+1}$ and then solve

$(C+D)x+(C+Da)=1$

$ C+D=0$ and $ C+aD=1$

0
On

Hint $\ $ By Heaviside $\ \dfrac1{(\color{#c00}{x\!-\!a})(\color{#0a0}{x\!-\!b})}=\dfrac A{x-a}+\dfrac B{x-b}\ $ $\Rightarrow$ $\,\ A = \dfrac{1}{a\color{#0a0}{-b}},\ B =\dfrac{1}{b\color{#c00}{-a}} = -A$

Remark $\ $ It deserves to be better known that the Heaviside cover-up method can be generalized to handle nonlinear denominators.