
P1: OSO/OVY P2: OSO/OVY QC: OSO/OVY T1: OSO
MHDQ256-Ch07 MHDQ256-Smith-v1.cls December 23, 2010 21:26
LT (Late Transcendental)
CONFIRMING PAGES
442 CHAPTER 7
..
Integration Techniques 7-22
y = 2 sin t, y =−2 sin t and y = 2 sint sin16t are shown in
the figure.
y
t
2
1
1
2
3
The graph of y = 2 sin t sin 16t oscillates as rapidly as the car-
riersin16t,buttheamplitudevariesbetween2sint and−2sin t
(hence the term amplitude modulation). The radio’s problem
is to tune in the frequency 16 and recover the signal 2sint.
The difficulty is that other radio stations are broadcasting si-
multaneously. A radio receives all the signals mixed together.
To see howthis works, suppose a second station broadcasts the
signal 3sint at frequency 32. The combined signal that the
radioreceivesis2sint sin 16t + 3 sin t sin 32t.Wewilldecom-
pose this signal. The first step is to rewrite the signal using the
identity
sin A sin B =
1
2
cos(B − A) −
1
2
cos(B + A).
The signal then equals
f (t) = cos15t − cos17t +
3
2
cos31t −
3
2
cos33t.
If the radio “knows” that the signal has the form c sin t,
for some constant c, it can determine the constant c at fre-
quency 16 by computing the integral
π
−π
f (t)cos15tdt and
multiplyingby2/π.Showthat
π
−π
f (t)cos15tdt= π,sothat
the correct constant is c = π(2/π) = 2. The signal is then
2sint. To recover the signal sent out by the second station,
compute
π
−π
f (t)cos31tdtand multiply by 2/π. Show that
you correctly recover the signal 3sin t.
2. In this exercise, we derive an important result called Wallis’
product. Define the integral I
n
=
π/2
0
sin
n
xdxfor a positive
integer n. (a) Show that I
n
=
n
n−1
I
n−2
. (b) Show that
I
2n+1
I
2n
=
2
2
4
2
···(2n)
2
2
3
2
5
2
···(2n − 1)
2
(2n + 1)π
. (c) Given that lim
n→∞
I
2n+1
I
2n
= 1,
conclude that
π
2
= lim
n→∞
2
2
4
2
···(2n)
2
3
2
5
2
···(2n − 1)
2
(2n + 1)
.
7.4 INTEGRATION OF RATIONAL FUNCTIONS
USING PARTIAL FRACTIONS
In this section, we introduce a method for rewriting certain rational functions that is very
useful in integration as well as in other applications. We begin with a simple observation.
Note that
3
x +2
−
2
x −5
=
3(x − 5) − 2(x + 2)
(x + 2)(x − 5)
=
x −19
x
2
− 3x − 10
. (4.1)
So, suppose that you wanted to evaluate the integral of the function on the right-hand side
of (4.1). While it’s not clear how to evaluate this integral, the integral of the (equivalent)
function on the left-hand side of (4.1) is easy to evaluate. From (4.1), we have
x −19
x
2
− 3x − 10
dx =
3
x +2
−
2
x −5
dx = 3ln|x + 2|−2ln|x −5|+c.
The second integrand,
3
x +2
−
2
x −5
iscalledapartial fractions decomposition ofthefirstintegrand.Moregenerally,ifthethree
factors a
1
x +b
1
, a
2
x +b
2
and a
3
x +b
3
are all distinct (i.e., none is a constant multiple of
another), then we can write
a
1
x +b
1
(a
2
x +b
2
)(a
3
x +b
3
)
=
A
a
2
x +b
2
+
B
a
3
x +b
3
,
forsomechoice of constants A and B tobedetermined. Notice that if you wanted to integrate
this expression, the partial fractions on the right-hand side are very easy to integrate.