Exercise 16.   [Graphics:Images/IntegralsIndentedContourModHome_gr_568.gif].

Hint.  Use the contour  [Graphics:Images/IntegralsIndentedContourModHome_gr_569.gif]  shown in the figure below,

and establish that  [Graphics:Images/IntegralsIndentedContourModHome_gr_570.gif].

Solution 16.

See text and/or instructor's solution manual.

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

Solution.  The complex integrand is  [Graphics:../Images/IntegralsIndentedContourModHome_gr_572.gif].  

The denominator is   [Graphics:../Images/IntegralsIndentedContourModHome_gr_573.gif][Graphics:../Images/IntegralsIndentedContourModHome_gr_574.gif].

The zeros of  [Graphics:../Images/IntegralsIndentedContourModHome_gr_575.gif]  are  [Graphics:../Images/IntegralsIndentedContourModHome_gr_576.gif].

The poles of  [Graphics:../Images/IntegralsIndentedContourModHome_gr_577.gif]  are  [Graphics:../Images/IntegralsIndentedContourModHome_gr_578.gif].

      We will use the contour  [Graphics:../Images/IntegralsIndentedContourModHome_gr_579.gif]  consisting of the semi-circle  [Graphics:../Images/IntegralsIndentedContourModHome_gr_580.gif]  and the interval  [Graphics:../Images/IntegralsIndentedContourModHome_gr_581.gif],   

and the segment  [Graphics:../Images/IntegralsIndentedContourModHome_gr_582.gif].   The pole  [Graphics:../Images/IntegralsIndentedContourModHome_gr_583.gif]  lies in inside  [Graphics:../Images/IntegralsIndentedContourModHome_gr_584.gif].

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

                    The point  [Graphics:../Images/IntegralsIndentedContourModHome_gr_586.gif]  lies in inside  [Graphics:../Images/IntegralsIndentedContourModHome_gr_587.gif].

      Using Theorem 8.1 (Cauchy's Residue Theorem), we obtain

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

Since  [Graphics:../Images/IntegralsIndentedContourModHome_gr_589.gif]  is a simple pole, by Theorem 8.2 the residue is calculated as follows:

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

      On the segment  [Graphics:../Images/IntegralsIndentedContourModHome_gr_591.gif]  we use the change of variable  [Graphics:../Images/IntegralsIndentedContourModHome_gr_592.gif]  and  [Graphics:../Images/IntegralsIndentedContourModHome_gr_593.gif]   for   [Graphics:../Images/IntegralsIndentedContourModHome_gr_594.gif],  

and we can calculate the contour integral over  [Graphics:../Images/IntegralsIndentedContourModHome_gr_595.gif]  in the following manner:   

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

      A details in the proof of Theorem 8.3 in Section 8.3 can be used to conclude that

                    [Graphics:../Images/IntegralsIndentedContourModHome_gr_597.gif].  
                    
Now use the value contour integral that we obtained by the residue calculus

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

An easy computation will now finish our work

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

We are done.   

Aside.  We can let Mathematica double check our work.

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

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


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

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

Maple can check our work too!

     > V1 := residue( 1/(z^3+1), z=(1+I*sqrt(3))/2 );
     > V1 := Re(V1)+I*Im(V1);


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

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

     > V := (2*Pi*I/(1-exp(2*Pi*I/3)))*V1;
     > V := Re(V)+I*Im(V);


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

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

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

          A portion of the area under the curve  [Graphics:../Images/IntegralsIndentedContourModHome_gr_609.gif].

We are really done.   

Aside.  Both [Graphics:../Images/IntegralsIndentedContourModHome_gr_610.gif] and [Graphics:../Images/IntegralsIndentedContourModHome_gr_611.gif] are capable of finding the definite integral.

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

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


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

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


     > f := proc(x) 1/(x^3+1) end proc;

               f := proc(x) 1/(x^3 + 1) end proc

     > int(f(x), x=0..infinity);

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

We are really really done.   

The intent of this exercise is to illustrate how the Residue Calculus is used to find improper integrals.

Aside.  For comparison, we show how to find the value of the integral using the indefinite integral and limits.

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

                    The indefinite integral  [Graphics:../Images/IntegralsIndentedContourModHome_gr_618.gif].

                    The value of the integral is  [Graphics:../Images/IntegralsIndentedContourModHome_gr_619.gif]  and it can be computed as follows:

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

This solution is complements of the authors.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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