Math 112 Module Week 2
Math 112 Module Week 2
Integration by substitution
Then
1 1
Solution: Let u = 3x + 4. Then du = 3dx or 𝑑𝑥 = 𝑑𝑢 or neutralizing factor or nf = 3
3
1
∫(3𝑥 + 4)2 𝑑𝑥 = 𝑢2 . 3
𝑑𝑢 since our expression has an exponent of 2, therefore u becomes u 2
1
= ∫ 𝑢2 𝑑𝑢
3
1 𝑢3
= 3∫ +𝐶 by F(4), then substitute u = 3x+4
3
(3𝑥+4)3
= +𝐶 Ans.
9
1 1
Solution: Let 𝑢 = 𝑥 2 − 1. Then du = 2xdx or 𝑥𝑑𝑥 = 𝑑𝑢 or nf = 2
2
1
∫(𝑥 2 − 1)4 𝑥𝑑𝑥 = ∫ 𝑢4 . 𝑑𝑢
2
1
=. ∫ 𝑢4 𝑑𝑢
2
1 𝑢5
= . +𝐶
2 5
𝑢5
= +𝐶
10
(𝒙𝟐 −𝟏)𝟓
= +𝑪 Ans.
𝟏𝟎
2 5
1 (𝑥 − 1)
∫(𝑥 2 − 1)4 𝑥𝑑𝑥 = . +𝐶
2 5
𝟐 𝟓
(𝒙 −𝟏)
= +𝑪 Ans.
𝟏𝟎
1
Solution: Let 𝑢 = 𝑠𝑖𝑛4𝑥. Then 𝑑𝑢 = 4𝑐𝑜𝑠4𝑥𝑑𝑥 or 𝑛𝑓 = 4
6
1 𝑠𝑖𝑛 4𝑥
∫ 𝑠𝑖𝑛5 4𝑥𝑐𝑜𝑠 4𝑥𝑑𝑥 = 4. +𝐶
6
𝒔𝒊𝒏𝟔 𝟒𝒙
= +𝑪 Ans.
𝟐𝟒
Example 4. Evaluate ∫(4𝑥 3 + 𝑥 )√4𝑥 2 + 1 𝑑𝑥
Solution. Perhaps to a beginner, this problem may appear difficult. It seems not easy to recognize
which expression should be equated to u. This time, we need that little trick. To do the trick, all
we need are simple algebraic manipulation. Thus
1
∫(4𝑥 3 + 𝑥 )√4𝑥 2 + 1 𝑑𝑥 = ∫ 𝑥(4𝑥 2 + 1)(4𝑥 2 + 1)2 𝑑𝑥 we have common factor x at
4𝑥 3 + 𝑥
so it becomes 𝑥(4𝑥 2 + 1)
and we transform radical to exponential form and combine the expressions.
Recall the law of exponent.
3
1
= ∫(4𝑥 2 + 1)2 𝑥𝑑𝑥 let u = 4𝑥 2 + 1 , du = 8xdx therefore, our 𝑛𝑓 = 8
5
1 (4𝑥 2 +1)2
= 8. 5 +𝐶 by F(4)
2
5
(4𝑥 2 + 1)2
= +𝐶
40
2
𝟓
(𝟒𝒙𝟐 +𝟏)𝟐
= +𝑪 Ans.
𝟐𝟎
Consider this time the problem of evaluating the integral of rational fraction
𝑓(𝑥)
𝑔(𝑥)
where the degree of f(x)≥ degree of g(x). To evaluate this, we must first carry out the indicated
division until the remainder is of lower degree than the denominator. That is,
𝑓(𝑥) 𝑅(𝑥)
= 𝑄 (𝑥 ) +
𝑔(𝑥) 𝑔(𝑥)
𝑓(𝑥) 𝑅(𝑥)
∫ 𝑑𝑥 = ∫ [𝑄(𝑥) + ] 𝑑𝑥
𝑔(𝑥) 𝑔(𝑥)
𝑅(𝑥)
= ∫ 𝑄(𝑥 )𝑑𝑥 + ∫ 𝑑𝑥
𝑔(𝑥)
2𝑥 2 −6𝑥+4
Example 5. Evaluate ∫ 𝑑𝑥
𝑥−3
2𝑥 2 − 6𝑥 + 4 2𝑥 2 − 6𝑥 4
= +
𝑥−3 𝑥−3 𝑥−3
2𝑥(𝑥 − 3) 4
= +
𝑥−3 𝑥−3
4
= 2𝑥 +
𝑥−3
Therefore,
2𝑥 2 − 6𝑥 + 4 4
∫ 𝑑𝑥 = ∫(2𝑥 + ) 𝑑𝑥
𝑥−3 𝑥−3
4
= ∫ 2𝑥 𝑑𝑥 + ∫ 𝑑𝑥
𝑥−3
4
= 2 ∫ 𝑥 𝑑𝑥 + ∫
𝑥−3
2
= 2. 𝑥2 + 4𝑙𝑛|𝑥 − 3|+ C by F(4) and F(5)