MATH 102 Integration 2 Lecture
MATH 102 Integration 2 Lecture
1 Integration Techniques
2 Integration by Substitution
3 Integration by Parts
(3x − 4)8
+ C.
8
If we check by differentiating, we get
1
8· · (3x − 4)7 · 3 = 3(3x − 4)7 not (3x − 4)7 .
8
To correct our antiderivative, lets make this substitution:
u = 3x − 4.
du du
Then = 3 ⇒ du = 3 · dx ⇒ = dx.
dx 3
2 2 2
If we note that 2xe x = e x · 2x, and f (x ) = e x is an antiderivative of
2
f 0 (x ) = 2xe x . How can we find such an antiderivative directly? Suppose
we let
du
u = x 2, ⇒ = 2x we have du = 2xdx.
dx
(BIUST) Integration July 10, 2019 6 / 24
We substitute u for x 2 and du for 2xdx:
Z Z
x2 2
2xe dx = e x 2xdx
Z
= e u du
= eu + C
2
= e x + C . Replacing u with x 2
Solution
Z
(a) 3x 2 (x 3 + 1)10 dx:
du du
Let u = x 3 + 1 and dx = 3x 2 ⇒ dx = 3x 2
. Thus,
du
Z Z
2 3 10
3x (x + 1) dx = 3x 2 u 10 ·
3x 2
u 11 1
Z
= u 10 du = + C = (x 3 + 1)11 + C .
11 11
2x 2x du
Z Z
dx = ·
1 + x2 u 2x
1
Z
= du = ln |u | + C = ln(x 2 + 1) + C .
u
Therefore
Z 4√
1√
Z 9
2x + 1dx = udu
0 1 2
9
1 2 3 1 3 1 3
= · u 2 = (9) 2 − (1) 2
2 3 1 3 3
1 26
= (27 − 1) = .
3 3
(BIUST) Integration July 10, 2019 12 / 24
The Substitution Rule for Definite Integrals
If g 0 is continuous on [a, b ] and f is continuous on the range of u = g (x ), then
Z b Z g (b )
f (g (x ))g 0 (x )dx = f (u )du.
a g (a )
Example
Z 2
1
Evaluate dx.
(3 − 5x )2
1
Solution: Let u = 3 − 5x. Then du = −5dx ⇒ dx = − 15 du. When x = 1,
u = −2 and x = 2, u = −7. Thus,
Z 2 Z −7
1 1 1
dx = − du
1 (3 − 5x )2 5 −2u2
−7
1 1 1 1 1
= − − =− − +
5 u −2 5 7 2
1
= .
14
(BIUST) Integration July 10, 2019 13 / 24
Example
Z e
ln x
Calculate dx.
x
1
Solution: We let u = ln x because its differential du = x1 dx appears in the
integral. When x = 1, u = ln 1 = 0; when x = e, u = ln e = 1. Thus
1
u2
Z e Z 1
ln x 1
dx = udu = = .
1 x 0 2 0 2
The following results uses Substitution Rule for definite integrals to simplify the
calculation of integrals of functions that posses symmetry properties.
Example
(a) Since f (x ) = x 6 + 1 satisfies f (−x ) = f (x ), it is even and so
Z 2 Z 2
2
(x + 1)dx = 2 (x 6 + 1)dx
−2 0
2
1 7 128 284
= 2 x + x = 2( + 2) = .
7 0 7 7
Class Exercise
Evaluate the definite integrals
Z 1
π
(1) cos t dt.
0 2
Z 2 1
ex
(2) dx.
1 x2
Z e4
1
(3) √ dx.
e x ln x
The rule that corresponds to the Product Rule for differentiation is called
the rule for integration by parts.
d
[f (x )g (x )] = f (x )g 0 (x ) + g (x )f 0 (x ).
dx
In the notation for indefinite integrals this equation becomes
Z Z Z
[f (x )g 0 (x ) + g (x )f 0 (x )] = f (x )g 0 (x )dx + g (x )f 0 (x )dx = f (x )g (x ).
Rearranging we get
Z Z
f (x )g 0 (x )dx = f (x )g (x ) − g (x )f 0 (x )dx.
Example
Z
(a) Find x sin xdx.
Solution: Let u = x, dv = sin xdx. Then du = dx, v = − cos x and so
u dvu v v du
Z Z z }| { z}|{
z}|{ z }| { z}|{ z }| {
x sin xdx = x (− cos x ) − (− cos x ) dx
Z
= −x cos x + cos xdx = −x cos x + sin x + C .
1
Z Z
ln xdx = x ln x − x dx
Z x
= x ln x − dx = x ln x − x + C .
Z
(c) Find x 2 e x dx.
Solution: Note that x 2 is simpler when differentiated. Let u = x 2 ,
dv = e x dx. Then du = 2xdx, v = e x and integration by parts gives
Z Z
x 2 e x dx = x 2 e x − 2 xe x dx. (2)
= x 2 e x − 2(xe x − e x + C )
= x 2 e x − 2xe x + 2e x + C1 , whereC1 = −2C .
The integral obtain e x cos xdx is no simpler than the original. Let
R
u = e x and dv = cos xdx. Then du = e x dx, v = sin x and
Z Z
x x
e cos xdx = −e sin x − e x sin xdx. (4)
1 x
Z
e x sin xdx = e (sin x − cos x ) + C .
2
(BIUST) Integration July 10, 2019 22 / 24
Combining integration by parts with Fundamental Theorem of Calculus,
we can evaluate definite integrals by parts. That is,
Z b b Z b
0
f (x )g (x )dx = f (x )g (x ) − g (x )f 0 (x )dx
a a a
Example
From above example,
π π2
1 x
Z
2
x
e sin xdx = e (sin x − cos x )
0 2 0
1 π
= [e 2 − 1]
2