Chapter 5 Integration
Chapter 5 Integration
Chapter-5: Integration
Ephrem Andargie
October 4, 2023
Figure
Ephrem Andargie (AAUSC) Ch 5: Integration October 4, 2023 3 / 61
The Area Problem
Figure
Ephrem Andargie (AAUSC) Ch 5: Integration October 4, 2023 5 / 61
The Area Problem
Figure
Ephrem Andargie (AAUSC) Ch 5: Integration October 4, 2023 6 / 61
The Area Problem
provided that this limit exists. If it does exist, we say that is integrable on
[a, b].
Z
The symbol was introduced by Leibniz and is called an integral
sign. It is an elongated S and was chosen because an integral is a
limit of sums.
In the notation a f (x)dx, f (x) is called the integrand and a and b
Rb
are called the limits of integration; a is the lower limit and b is the
upper limit.
Rb
For now, the symbol dx has no meaning by itself; a f (x)dx is all one
symbol.
The dx simply indicates that the independent variable is x.
The procedure of calculating an integral is called integration.
The sum
n
X
f (x∗i )∆x
i=1
Rb
(a) The Riemann sum (b) The integral a
f (x)dx is the
Pn
i=1 f (x∗i )∆x is the sum of areas area under the curve y = f (x)
of rectangles. from a to b.
Example
Evaluate the following denite integrals:
Z 1
(a) x2 dx
0
Z 3
(b) (x3 − 6x) dx
0
2 f (x) dx = 0
a
Z a
3 c dx = c(b − a), where c is any constant
b
Z a Z b
4 cf (x) dx = c f (x) dx, where c is any constant
b a
Z b Z b Z b
5 [f (x) ± g(x)] dx = f (x) dx ± g(x) dx
a a a
Z c Z b Z b
6 f (x) dx + f (x) dx = f (x) dx
a c a
Figure
so
g(x + h) − g(x)
≈ f (x)
h
Figure
g(x + h) − g(x)
g ′ (x) = lim = f (x)
h→0 h
The fact that this is true, even when f is not necessarily positive, is
the rst part of the FTC.
Using Leibniz notation for derivatives,we can write FTC1 as
Z x
d
f (t) dt = f (x)
dx a
when f is continuous.
Example
Z 3
(a) Evaluate the integral ex dx.
1
(b) Find the area under the parabola y = x2 from 0 to 1.
x3 x3
Z
d
x2 dx = +C because +C = x2
3 dx 3
xn+1
Z
4 xn dx = + C (n ̸= −1)
n+1
Z
1
5 dx = ln |x| + C
x
Z
6 ex dx = ex + C
ax
Z
7 ax dx = +C
ln a
Ephrem Andargie (AAUSC) Ch 5: Integration October 4, 2023 28 / 61
The Indenite Integral
Example
Z
Evaluate (x3 − 6x) dx
Solution
Using Rules (1), (2) and (4),
Z Z Z
(x3 − 6x) dx = x3 dx − 6x dx
x4 x2
= −6
4 2
x4
= − 3x2 + C □
4
dF (u) dF (u) du du
= = f (u) = f (u)g ′ (x)
dx du dx dx
Integrating over this expression gives us the chain rule of
antidierentiation or, as it is more commonly called, the substitution
rule of integration.
This rule is useful when the integrand can be decomposed into two
(multiplicative) parts where one part is the derivative of the other.
Example
Evaluate Z
(x3 + ex )(3x2 + ex ) dx
Solution
The integrand (x3 + ex )(3x2 + ex ) can be decomposed into two
multiplicative parts with the second being the derivative of the rst:
d(x3 + ex )
= 3x2 + ex
dx
Therefore, letting u = x3 + ex allows us to write the integral in the form
Z
du
f (u) dx = F (u) + C
dx
where f (u) = u, and so F (u) = u2 /2. Substituting back for u gives us the
result that
(x3 + ex )2
Z
(x3 + ex )(3x2 + ex ) dx = +C □
2
d(uv) = u dv + v du
Thus integrating this expression on both sides gives
Z Z Z
d(uv) = u dv + v du
Noting that du = f ′ (x) dx and dv = g ′ (x) dx, we can also write this
expression as
Z Z
f (x)g(x) dx = f (x)g (x) − g(x)f ′ (x) dx
′
Example
Z
Evaluate xex dx.
Solution
Since dex /dx = ex , the derivative or antiderivative of ex is simply ex . Thus
the complication in this problem arises from the presence of the variable x.
Solution (continued )
However, since dx/dx = 1, if we choose u = x ( ⇐⇒ du = dx) and
dv = ex dx (which implies that dv/dx = ex and hence v = ex ), we can use
the formula for integration by parts to rewrite the problem in a way that
avoids having x and ex multiplied together. That is, by making these
substitutions we get
Z Z
(x)(e )dx = xe − (ex )dx
x x
= ex (x − 1) + C
Example
Evaluate Z ∞
dx
1 x2
Solution
First we note that b
b
−1 −1
Z
dx
2
= = +1
1 x x 1 b
Hence, using (3), the desired integral is
∞ b
−1
Z Z
dx dx
= lim = lim +1 =1
1 x2 b→∞ 1 x2 b→∞ b
Innite Integrand
Even with nite limits of integration, an integral can still be improper
if the integrand becomes innite somewhere in the interval of
integration [a, b].
To evaluate such an integral, we must again rely upon the concept of
a limit.
Example
Evaluate Z 1
1
dx
0 x
Solution
This integral is improper because the integrand is innite at the lower limit
of integration (1/x → ∞ as x → 0+ ). Therefore, we should rst nd the
integral
Z 1
1
dx = ln x]1a = ln 1 − ln a = − ln a [for a > 0]
a x
Since this limit does not exist (as a → 0+ , ln a → −∞), the given integral
is divergent. □
Example
Evaluate the following double integrals.
Z 3Z 2 Z 2Z 3
(a) x2 y dy dx (b) x2 y dx dy
0 1 1 0
Solution
(a) Regarding x as a constant, we obtain
2 2 y=2 22 12
Z
2 2y 2 2 3
x y dy = x =x −x = x2
1 2 y=1 2 2 2
3 3
x3
Z
3 2 27
= x dx = =
0 2 2 0 2
Solution (continued )
(b) Here we rst integrate with respect to x:
Z 2Z 3 Z 2 Z 3 Z 2 3 x=3
x
x2 y dx dy = x2 y dx dy = y dy
1 0 1 0 1 3 x=0
2 2
y2
Z
27
= 9y dy = 9 = □
1 2 1 2
Then the volume V of the solid S that lies above the rectangle R and
below the surface z = f (x, y) is
ZZ Z bZ d
V = f (x, y) dA = f (x, y) dy dx
a c
R
integral as a volume and why the order of integration does not matter.
Figure
Figure
Example
If a rm spends $650 on xed costs what is its total cost function if its
marginal cost function is M C = 82 − 16q + 1.8q 2 ?
Solution
The integral of marginal cost will give total variable costs plus a constant
of integration which should equal Total Fixed Cost (T F C ). Therefore
Z
T C = (82 − 16q + 1.8q 2 ) dq
= 82q − 8q 2 + 0.6q 3 + T F C
Example
If M R = 360 − 2.5q what is the corresponding T R function ?
Solution
Z Z
TR = M R dq = (360 − 2.5q) dq
= 360q − 1.25q 2 + C
T R = 360q − 1.25q 2 □
(a) (b)
Figure
Example
For the non-linear demand function p = 1800 − 0.6q 2 , nd the consumer
surplus when q is 10.
Solution
When q = 10, p = 1800 − 0.6(10)2 = 1740. Then using (6)
Z 10
CS = (1800 − 0.6q 2 ) dq − (1740)(10)
0
10
= 1800q − 0.2q 3
0
− 17, 400
= 400 □
Solution
From the demand function, at p = 10, q = 1/2 = 0.5. Then
1/2
0.5 √ 0.5
Z Z
50 −1/2
CS = lim dq − 10(0.5) = lim 50 q dq − 5
c→0 c q c→0 c
√ h i0.5 √ h √ √ i
= 50 lim 2q 1/2 − 5 = 50 lim 2( 0.5 − c) − 5
c→0 c c→0
p
= 2 50(0.5) − 5 = 5