Integral Calculus:, Dy DX
Integral Calculus:, Dy DX
Integral Calculus
kx n+1
y = f(x) = + c, n 6= −1
n+1
and c is called a constant of integration.
Solutions
1.
dy
= 3x 4
dx
3x 4+1
y= +c
4+1
3
= x 5 + c.
5
2.
dy
= 2x −5
dx
2x −5+1
y= +c
−5 + 1
= − x −4 + c.
1
2
3.
dy
= 6x + 2x −3 − 3x 2
1
dx
y = 3x 2 − x −2 − 2x 2 + c
3
n
x n dx and the formula we have been
R
The integral of x is denoted by
using is:
kx n+1
Z
n
kx dx = + c, n 6= −1.
n+1
Example 9.2.1. Find:
R 1
1. (x 2 + 2x 3 ) dx
R −3
2. (x 2 + 2) dx
Solution
1.
Z
1 2 3 1
(x 2 + 2x 3 ) dx = x 2 + x 4 + c.
3 2
2.
Z
−1
(x − 2 + 2) dx = −2x
3
2 + 2x + c.
Here we will first simplify the expression into terms of the form x n , n ∈
R before integrating.
Example 9.2.3. Find:
R √
1. ( x23 − 3 x) dx
R
2. x(x 2 + x2 ) dx
√
R 5+ x
3. ((2x ) + x 2 ) dx
2
Solution
1.
√
Z Z
(2x −3 − 3x 2 ) dx
2 1
( 3 − 3 x) dx =
x
= −x −2 − 2x 2 + c
3
2.
Z Z
2
x(x 2 + ) dx = (x 3 + 2) dx
x
1
= x 4 + 2x + c.
4
3. HW
The following are some standard integrals
1. Z
sin x dx = − cos x + c
2. Z
cos x dx = sin x + c
3. Z
1
dx = ln x + c
x
4. Z
ex dx = ex + c
5.
ax
Z
x
a dx = +c
ln a
dy
We know that if dx = f 0(x) = kx n , then
kx n+1
y = f(x) = + c, 6= −1.
n+1
kx n+1
Given any point (x, y) where the curve y = n+1 + c passes through,
we can find the actual value of c.
Example 9.3.1. The curve with equation y = f(x) passes through the
point (4, 5). Given that
x2 − 2
0
f (x) = √ ,
x
find the equation of the curve.
1. Z 4
1
(2x − 3x 2 + 1) dx
1
2. Z 1
1
(x 2 − 1)2 dx
0
9.4.1 Area bounded by the x-axis and the curve above the x- axis
If you wish to find the area between a curve y = f(x), the x-axis and
the lines x = a and x = b, then
Z b
A= y dx.
a
Example 9.4.2. Find the area of the region bounded by the curve with
equation y = (4 − x)(x + 2) and the positive x- and y-axes.
9.4.3 Area bounded by the x-axis and the curve under the x- axis
If you wish to find the area between a curve y = f(x), the x-axis and
the lines x = a and x = b, then
Z b
A=− y dx.
a
Example 9.4.4. Find the area of the region bounded by the curve with
equation y = x(x − 3) and the x-axis.
The following example shows that great care must be taken if you
are trying to find an area which straddles the x-axis such as the shaded
region below.
Example 9.4.5. Sketch the curve with equation y = x(x − 1)(x + 3) and
find the area of the region bounded by the curve and the x-axis.
The figure below shows the graph of y1 = f(x) and y2 = g(x). The area
between y1 and y2 is given by
Z b
A= (y1 − y2 ) dx.
a
Example 9.4.7. Sketch the graph of the curve y = x(4 − x) and the line
y = x. Hence find the area of the region bounded by the two functions.
or Z
cos x
dx.
sin x
First, we observe that the two functions being multiplied or divided are
d d
dx (sin x) = cos x,
2
related in some way. That is ; dx (x + 3) = 2x and
and so we use substitution method.
With this method, the substitution usually made is to let u be equal to
f(x) such that f(u) du is a standard integral. It is known that integrals
of the forms, Z
k [f(x)]n f 0(x) dx
and
f 0(x)
Z
k dx
[f(x)]n
where k and n are constants, can both be integrated by using substi-
tuting u for f(x). The following example will help us appreciate this
method.
1. Z
2x(x 2 + 3)2 dx
2. Z
2x + 1
dx.
3x 2 + 3x + 1
3. Z
3x 2 ex dx.
3
4. Z
cos x
dx.
sin x
5. Z
ln x
dx.
x
Solution
R
1. x ln x dx. Here, our choice of u is the log. function. Thus, let
u = ln x and dv = x dx. we have du
dx = x and v =
1 x2
2 . By
Z Z
u dv = uv − v du,
we get
Z Z 2
x2 x 1
x ln x dx = ln x − × dx
2 2 x
Z
x2 1
= ln x − x dx
2 2
x2 x2
= ln x − +c
2 4
R
2. e2x cos 4x dx. Here, the choice of u does not matter as shown
below; Let u = e2x and dv = cos 4x dx. It follows that du =
2e2x dx and v = 1
4 sin 4x. Again by integration by parts formula,
we get
Z Z
1 1
e2x cos 4x dx = e2x sin 4x − sin 4x × 2e2x dx
4 Z4
1 1
= e2x sin 4x − e2x sin 4x dx.
4 2
R 2x
To integrate e sin 4x, We apply the method of integration by
part again. Let u = e2x and dv = sin 4x dx. It follows that du =
2e2x dx and v = − 41 cos 4x. Thus
Z Z
1 1
e2x sin 4x = − e2x cos 4x + e2x cos 4x dx.
4 2
Consequently,
Z Z
1 2x 1
e2x cos 4x dx = e sin 4x − sin 4x × 2e2x dx
4 Z4
1 2x 1
= e sin 4x − e2x sin 4x dx
4 2 Z
1 2x 1 1 2x 1
= e sin 4x − − e cos 4x + e2x cos 4x dx
4 2 4 2
Z Z
1 2x 1 1
e2x cos 4x dx = e sin 4x + e2x cos 4x − e2x cos 4x dx.
4 8 4
Hence,
Z Z
1 1 1
e2x cos 4x dx + e2x cos 4x dx = e2x sin 4x + e2x cos 4x
4Z 4 8
5 1 1
e2x cos 4x dx = e2x sin 4x + e2x cos 4x
4Z 4 8
1 1
e2x cos 4x dx = e2x sin 4x + e2x cos 4x + c.
5 10
R 3+6x+4x 2 −2x 3
5. x 2 (x 2 +3)
dx.
Solution
R 11−3x
1. x 2 +2x−3 dx. By Example 6.2.1, 11−3x
x 2 +2x−3
= 2
x−1 − x+3 .
5
By using the
substitution method, it follows that
Z Z
11 − 3x 2 5
dx = − dx
x 2 + 2x − 3 x−1 x+3
Z Z
2 5
= dx − dx
x−1 x+3
= 2 ln |x − 1| − 5 ln |x + 3| + c.
2. HW
3. x −2x
R 3 2 −4x−4
x 2 +x−2
dx. By partial fraction decomposition,
x 3 − 2x 2 − 4x − 4 x − 10
= x − 3 +
x2 + x − 2 x2 + x − 2
x − 10
=x−3+
(x + 2)(x − 1)
A B
=x−3+ +
x+2 x−1
4 −3
=x−3+ + .
x+2 x−1
Consequently,
Z 3 Z
x − 2x − 4x − 4
2
4 −3
dx = x − 3 + + dx
x2 + x − 2 x+2 x−1
Z Z Z Z
4 3
= x dx − 3 dx + dx − dx
x+2 x−1
x2
= − 3x + 4 ln |x + 2| − 3 ln |x − 1| + c.
2
4. HW
5. HW
Solution
R x
1. √x+1 dx. Here, the method of substitution does not yield the in-
tended result. We let u = x + 1 so that du = dx. It follows that
R x R x
√
x+1
dx = √ du. Since we are integrating with respect to u,
u
we change the variable to u. But from u = x + 1, x = u − 1, and so
Z Z
x x
√ dx = √ du
x+1 Z u
u−1
= √ du
Z u
= (u 2 − u− 2 ) dx
1 1
2 3 √
= u −2 u+c
2
3
2 3 √
= (x + 1) − 2 x + 1 + c
2
3
2√
= x + 1 (x − 2) + c.
3
e2x
dx. Let u = ex + 1, so that du = ex dx. Thus
R
2. ex +1
Z Z x x
e2x e ·e
dx dx
ex + 1 x +1
=
Z e
u−1
= du
Z u
= (1 − u−1) du
= u − ln |u| + c
= ex + 1 − ln |ex + 1| + c
= ex − ln |ex + 1| + k.
NOTE: THESE LECTURE NOTES ON INTEGRAL CALCULUS ARE MEANT FOR MAT1110
(2020/2021) ACADEMIC YEAR ONLY.