Decomposing Fractions Using Laplace Transformations

leopard
Messages
123
Reaction score
0
Separating a fraction

I don't remember what this method is named in English, but I want to write the fraction

\frac{1}{(s^2 + 1)(s-3)(s+2)}

in the form

\frac{A}{s^2 + 1} + \frac{B}{s-3} + \frac{C}{s+2}

I multiply A with (s-3)(s+2), B with (s^2 + 1)(s+2) and C with (s^2 + 1)(s-3), to get

As^2 - As - 6A + Bs^3 + 2Bs^2 + Bs + 2B + Cs^3 - 3Cs^2 + Cs - 3C = 1

and the equations

(1) B + C = 0
(2) A + 2B - 3C = 0
(3) -A + B + C = 0
(4) -6A + 2B - 3C = 1

(1) and (3) gives A = 0
(2) then gives B = C = 0

This is obviously wrong. The correct answer is

A = 2s - 4
B = 2
C = -4

according to my book. There must be something I don't understand here...
 
Last edited:
Physics news on Phys.org
For the fraction containing the denominator of (s^2+1), the numerator should be As+B.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top