Exercise
7.
.
Solution 7.
See text and/or instructor's solution manual.
Answer.
.
Solution. The
complex integrand is
.
Factor the denominator and get
Hence
, has
simple zeros at
and
lie
in the upper half-plane.
It follows that
has
simple poles at
and the poles
lie
in the upper half plane.
![[Graphics:../Images/IntegralsRationalModHome_gr_231.gif]](../Images/IntegralsRationalModHome_gr_231.gif)
The
contour
consisting
of the semi-circle
and
the interval
.
The
points
lie
in the upper half plane.
Using Theorem 8.1 (Cauchy's
Residue Theorem), and Theorem 8.3 (Contour
Integration for Rational Functions), the value of the
integral is computed
Here the denominator of f(z)
has a factor of the form
, and
, for
.
In this exercise, the limit can be calculated as follows:
In a similar fashion
We are done.
Aside. We can let Mathematica double check our work.
Maple can check our work too!
>
V1 := residue( z^2/(z^4+4), z=-1+I );
>
V2 := residue( z^2/(z^4+4), z=1+I );
>
2*Pi*I*(V1+V2);
![[Graphics:../Images/IntegralsRationalModHome_gr_251.gif]](../Images/IntegralsRationalModHome_gr_251.gif)
A
portion of the area under the curve
.
We are really done.
Aside. Both
and
are capable of finding the definite integral.
>
int( x^2/(x^4+4), x=-infinity..infinity );
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/IntegralsRationalModHome_gr_258.gif]](../Images/IntegralsRationalModHome_gr_258.gif)
The
indefinite integral ![]()
.
The
Cauchy Principal Value (P.V.) of the integral
is
and
it can be computed as follows:
This solution is complements of the authors.
(c) 2008 John H. Mathews, Russell W. Howell