Partial Fractions: Solving \frac{s-1}{s(s-2)^2} with Coefficients A, B, and C

leopard
Messages
123
Reaction score
0
\frac{s-1}{s(s-2)^2}

How can I expand this fraction?

\frac{A}{s} + \frac{B}{(s-2)} + \frac{C}{(s-2)^2}

right?

This gives me the equation

As^3 - 6As^2 + 12As - 8A Bs^3 - 4Bs^2 + 4Bs + Cs^2 - 2Cs = s-1

so that

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

(4) gives A = 1/8
(1) gives B = -1/8
(2) gives C = 1/4

The correct answer is

A = -1/4
B = 1/4
C = 2/4

What's wrong?
 
Physics news on Phys.org
leopard said:
\frac{s-1}{s(s-2)^2}

How can I expand this fraction?

\frac{A}{s} + \frac{B}{(s-2)} + \frac{C}{(s-2)^2}

right?

So far so good :smile:...

This gives me the equation

As^3 - 6As^2 + 12As - 8A Bs^3 - 4Bs^2 + 4Bs + Cs^2 - 2Cs = s-1

Are you sure about that?:wink:
 
I figured it out, thanks!
 
leopard, for future use, you may find it easier (and less error prone) to do this:
to find A, B, C so that
\frac{A}{s}+ \frac{B}{s-2}+ \frac{C}{(x-2)^2}= \frac{s-1}{s(s-2)^2}
Multiply both sides by the denominator, s(s-2)2, leaving it as
A(s-2)^2+ Bs(s-2)+ Cs= s- 1

Now, since this must be true for all s, select simple values of s:
if s= 0, 4A= -1
if s= 2, 2C= 1
if s= 1, A- B+ C= 0
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top