Ready2GoXtr said:
Homework Statement
1/[s*(s^2 + 4)]
Homework Equations
The Attempt at a Solution
1/[s*(s^2 + 4)] = A/(s) + (Bs + C)/(s^2 + 4)
=> 1 = A(s^2 + 4) + (Bs + C)s
s = 0
1 = A(0 + 4) + (B*0 + C)*0
A = 1/4
s = i
1 = A(i^2 + 4) + (Bi + C)i
1 = A(i^2 + 4) + Bi^2 + Ci
1 = (1/4)(-1 + 4) - B + Ci
1 = 3/4 - B - Ci
1/4 = -B - Ci
No clue how to do the rest,
Thanks!
Yes, 1=A(s^2 + 4) + (Bs + C)s and taking s= 0 gives 1= 4A so A= 1/4.
I am not sure why to take s= i. You can, instead, take s= 2i so that s^2+ 4= (2i)^2+ 4= -4+ 4= 0. That gives 1= A(0)+ (B(2i)+ C)(2i)= -4B+ 2Ci and then take s= -2i so that you have 1= -4B- 2Ci.
But, in fact, after you know that A= 1/4, you have 1= (1/4)(s^2+ 4)+ (Bs+ C)s and you really just need two equations to solve for B and C.
Yes, you certainly can multiply out the right side to get 1= (B+ 1/4)s^2+ Cs+ 1 and then argue that, because this is true for
all s, the corresponding coefficients must be equal: B+ 1/4= 0 and C= 0. That was the way you found- excellent!
But again, you just need to get two equations. (You got the two equations B+ 1/4= 0 and C= 0.) And putting
any two values for s will give two equations. Since s= 0 (my favorite value to put in!) has already been used, let's try s= 1 and s= -1 (almost as easy as 0). Setting s= 1 gives 1= (1/4)(1+ 4)+ (B(1)+ C)(1)= 5/4+ B+ C or B+ C= -1/4. Setting s= -1 gives 1= (1/4)(1+ 4)+ (B(-1)+ C)(-1)= 5/4+ B- C or B- C= -1/4. Adding the two equations eliminates C leaving 2B= -2/4 so B= -1/4. Of course, then, B+ C= -1/4+ C= -1/4 so C= 0.
Just think "I want to find two numbers. How can I get two equations?" Any method that gives you two equations is good.