Exercise 9.  Use residues to find the partial fraction representations of  

9 (e).  [Graphics:Images/ResidueCalcModHome_gr_1151.gif].

Solution 9 (e).

See text and/or instructor's solution manual.

Answer.   [Graphics:../Images/ResidueCalcModHome_gr_1152.gif].  

Solution.   The root of the denominator is  [Graphics:../Images/ResidueCalcModHome_gr_1153.gif].  

Calculating the residues we get

Applying the method outlined in  Example 8.7 and the remark following it yields  

                    [Graphics:../Images/ResidueCalcModHome_gr_1154.gif]   

Computing the residues using Theorem 8.2 we obtain:

                    [Graphics:../Images/ResidueCalcModHome_gr_1155.gif]



                    [Graphics:../Images/ResidueCalcModHome_gr_1156.gif]


                    
                    [Graphics:../Images/ResidueCalcModHome_gr_1157.gif]

We are done.   

Aside.  We can let Mathematica double check our work.

[Graphics:../Images/ResidueCalcModHome_gr_1158.gif]

[Graphics:../Images/ResidueCalcModHome_gr_1159.gif]


[Graphics:../Images/ResidueCalcModHome_gr_1160.gif]

[Graphics:../Images/ResidueCalcModHome_gr_1161.gif]


[Graphics:../Images/ResidueCalcModHome_gr_1162.gif]

[Graphics:../Images/ResidueCalcModHome_gr_1163.gif]


[Graphics:../Images/ResidueCalcModHome_gr_1164.gif]

[Graphics:../Images/ResidueCalcModHome_gr_1165.gif]

Maple can check our work too!

     > residue( (2*z^2-3*z-1)/(z-1)^3, z=1 );

               2

     > residue( (z-1)*(2*z^2-3*z-1)/(z-1)^3, z=1 );

               1

     > residue( (z-1)^2*(2*z^2-3*z-1)/(z-1)^3, z=1 );

               -2

We are really done.   

Aside.  We can use Mathematica built in command "Apart."

[Graphics:../Images/ResidueCalcModHome_gr_1166.gif]

[Graphics:../Images/ResidueCalcModHome_gr_1167.gif]

Or we can use Maple's built in command "convert."

     > convert( (2*z^2-3*z-1)/(z-1)^3, parfrac, z);

               
[Graphics:../Images/ResidueCalcModHome_gr_1168.gif]  

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

This solution is complements of the authors.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) 2008 John H. Mathews, Russell W. Howell