Exercise
7.
.
Solution 7.
See text and/or instructor's solution manual.
Answer.
.
Solution. The
complex integrand is
.
Factor the denominator and get
.
The zeros are
and
lies
in the upper half-plane.
It follows that
has
simple poles at
,
and the pole
lies
in the upper half plane.
![[Graphics:../Images/IntegralsTrigImproperModHome_gr_402.gif]](../Images/IntegralsTrigImproperModHome_gr_402.gif)
The
contour
consisting
of the semi-circle
and
the interval
.
The
point
lies
in the upper half plane.
Using Theorem 8.1 (Cauchy's
Residue Theorem), and Theorem 8.4 (Contour
Integration for Improper Trig. Integrals), the value of
the integral is computed
Here the denominator of f(z)
has a factor of the form
, and
.
In this exercise, the limit can be calculated as follows:
We are done.
Aside. We can let Mathematica double check our work.
Maple can check our work too!
>
simplify(residue( exp(I*z)/(z^2-2*z+5), z=1+2*I ));
>
-2*Pi*Im( residue(exp(I*z)/(z^2-2*z+5),z=1+2*I) );
![[Graphics:../Images/IntegralsTrigImproperModHome_gr_417.gif]](../Images/IntegralsTrigImproperModHome_gr_417.gif)
A
portion of the "area under the curve"
.
We are really done.
Aside. Both
and
are capable of finding the definite integral.
> f
:= proc(x) cos(x)/(x^2-2*x+5) end proc;
f
:= proc(x) cos(x)/(x^2 - 2*x + 5) end proc
> simplify(convert(int(f(x),
x=-infinity..infinity),exp));
![]()
We are really really done.
Aside. Both
and
are capable of finding the indefinite integral.
![[Graphics:../Images/IntegralsTrigImproperModHome_gr_426.gif]](../Images/IntegralsTrigImproperModHome_gr_426.gif)
The
indefinite integral
. From
the graph we see that
![[Graphics:../Images/IntegralsTrigImproperModHome_gr_428.gif]](../Images/IntegralsTrigImproperModHome_gr_428.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.
>
int( cos(x)/(x^2-2*x+5) , x );
Remark. We
encourage the reader to explore the following limit values using
software such as
and/or
.
This solution is complements of the authors.
(c) 2008 John H. Mathews, Russell W. Howell