electron2
- 46
- 0
\frac{1}{s(s^2-1)}=\frac{A}{s}+\frac{b}{s-1}+\frac{C}{s+1}
i get A=-1
B=-C
A+B+C=0
where is the mistake
i get A=-1
B=-C
A+B+C=0
where is the mistake
electron2 said:\frac{1}{s(s^2-1)}=\frac{A}{s}+\frac{b}{s-1}+\frac{C}{s+1}
i get A=-1
B=-C
A+B+C=0
where is the mistake
Count Iblis said:You can do it faster, without solving any equations, by expanding around the poles. A rational function f(z) with a pole at z = p can be expanded as:
a/(z-p)^n + b/(z-p)^(n-1) + ...
If you add up all the singular terms of all the expansions around all the poles, and call that function you get g(z), then the difference:
h(z) = f(z) - g(z)
doesn't have any poles anymore, therefore it must be a polynomial. If
f(z) tends to zero at inifinty, then so does h(z), because g(z) also tends to zero to infinity. But because h(z) is a polynomial, that means that h(z) = 0, therefore f(z) = g(z).
In the given case, the expansions around the three poles is very easy to obtain. Around s = 0, we have:
f(s) = 1/s [expansion of 1/(s^2 - 1) around s = 0] =
1/s [-1 + O(s)] = -1/s + nonsingular terms.
Around s = 1:
f(s) = 1/(s-1) [expansion of 1/s 1/(s+1) around s = 1] =
1/2 1/(s-1) + nonsingular terms
Around s = -1:
f(s) = 1/(s+1) [expansion of 1/s 1/(s-1) around s = -1] =
1/2 1/(s+1) + nonsingular terms
So, we have:
f(s) = -1/s + 1/2 [1/(s-1) + 1/(s+1)]