steps to solve a simple partial fractions

112 Views Asked by At

I want to solve for the following $$\frac{1}{1+t^4} $$

I start by following

$$\frac{1}{1+t^4} = \frac{1}{(1 +t^2)^2 - (\sqrt{2}t)^2} = \frac{1}{(1+t^2- \sqrt{2}t)(1+t^2+\sqrt{2}t)} $$

$$\frac{1}{(1+t^2- \sqrt{2}t)(1+t^2+\sqrt{2}t)} = \frac{A}{1+t^2 + \sqrt{2}t} + \frac{B}{1+t^2 - \sqrt{2}t} $$

But the answers I get following above is incorrect. Can someone help me know how to solve such kind of partial fractions?

2

There are 2 best solutions below

0
On BEST ANSWER

$\frac{1}{1+t^4} = \frac{1}{(1+t^2- \sqrt{2}t)(1+t^2+\sqrt{2}t)} = \frac{At+B}{1+t^2 + \sqrt{2}t} + \frac{Ct+D}{1+t^2 - \sqrt{2}t}$

$1 = (At+B)(1+t^2-\sqrt2t)+(Ct+D)(1+t^2+\sqrt2t)$

$1=At+At^3-\sqrt2At^2+B+Bt^2-\sqrt2Bt+Ct+Ct^3+\sqrt2Ct^2+D+Dt^2+\sqrt2Dt$

$1=t^3(A+C)+t^2(\sqrt2C-\sqrt2A-\sqrt2B+B+D)+t(A+C+\sqrt2D-\sqrt2B)+(B+D)$

comparing the coefficients gives;

$A+C=0\\\sqrt2C-\sqrt2A-\sqrt2B+B+D=0\\A+C+\sqrt2D-\sqrt2B=0\\B+D=1$

Solving the system of equations gives ,$A=\frac{2-\sqrt2}{4\sqrt2},B=\frac12,C=\frac{\sqrt2-2}{4\sqrt2},D=\frac12$

0
On

For quadtraic terms of denominator numerator must be in Linear Form with t's. So Correct form is Following

$$\frac{1}{(1+t^2- \sqrt{2}t)(1+t^2+\sqrt{2}t)} = \frac{At+B}{1+t^2 + \sqrt{2}t} + \frac{Ct+D}{1+t^2 - \sqrt{2}t} $$