Exercise 13.  [Graphics:Images/IntegralsIndentedContourModHome_gr_462.gif].

Solution 13.

See text and/or instructor's solution manual.

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

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

The denominator is   [Graphics:../Images/IntegralsIndentedContourModHome_gr_465.gif].

The zeros  [Graphics:../Images/IntegralsIndentedContourModHome_gr_466.gif]  lie on the real axis.

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

                    The indented contour C that consists of the semi-circle [Graphics:../Images/IntegralsIndentedContourModHome_gr_468.gif], and segments along the real axis and small semi-circles

                    above the points  [Graphics:../Images/IntegralsIndentedContourModHome_gr_469.gif]  that lie on the real axis.

Using Theorem 8.1 (Cauchy's Residue Theorem), and Theorem 8.5 (Contour Integration for Indented Contour Integrals), the value of the integral is computed   

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

We are done.   

Aside.  We can let Mathematica double check our work.

[Graphics:../Images/IntegralsIndentedContourModHome_gr_471.gif]
[Graphics:../Images/IntegralsIndentedContourModHome_gr_472.gif]

[Graphics:../Images/IntegralsIndentedContourModHome_gr_473.gif]
[Graphics:../Images/IntegralsIndentedContourModHome_gr_474.gif]


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

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


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

[Graphics:../Images/IntegralsIndentedContourModHome_gr_478.gif]
[Graphics:../Images/IntegralsIndentedContourModHome_gr_479.gif]


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

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

Maple can check our work too!

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


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

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

     > V2 := residue( exp(I*z)/(z*(1-z^2)), z=0 );

               V2 := 1

     > V3 := residue( exp(I*z)/(z*(1-z^2)), z=1 );
     > V3 := Re(V3)+I*Im(V3);

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

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

     > Pi*(Re(V1)+Re(V2)+Re(V3));

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

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

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

We are really done.   

Aside.  Both [Graphics:../Images/IntegralsIndentedContourModHome_gr_489.gif] and [Graphics:../Images/IntegralsIndentedContourModHome_gr_490.gif] are capable of finding the definite integral, but the "Principal Value" option must be used.

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

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


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

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


     > f := proc(x) sin(x)/(x*(1-x^2)) end proc;

                
f := proc(x) sin(x)/(x*(1 - x^2)) end proc

     > simplify(convert(int(f(x), x=-infinity..infinity, 'CauchyPrincipalValue'),exp));

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

We are really really done.

The above computation illustrates how the Residue Calculus can be used to find Indented Contour Integrals.

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

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

                    The indefinite integral  [Graphics:../Images/IntegralsIndentedContourModHome_gr_497.gif].  From the graph we see that  

                    [Graphics:../Images/IntegralsIndentedContourModHome_gr_498.gif][Graphics:../Images/IntegralsIndentedContourModHome_gr_499.gif].

Caveat.  If you do not trust the graphical explanation then you must trust the Residue Calculus solution.  

Or you could compute the Cauchy Principal value, but this will require some difficult limits (which are left for the reader).

                    The Cauchy Principal Value (P.V.) of the integral is  [Graphics:../Images/IntegralsIndentedContourModHome_gr_500.gif]  and it can be set up as follows:

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

      The indefinite integral will involve the special functions "Cosine Integral" and "Sine Integral."  

      We do not want to develop these special functions at this time and leave it for the reader to investigate their properties.  It is interesting to observe that the current software includes these functions.  For this type of problem the Residue Calculus can get the answer without resorting to special functions.

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

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 



This solution is complements of the authors.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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