ULO3-a
ULO3-a
Questions/Issues Answer
1.
2.
3.
4.
5.
Keywords Index
This section lists down the keywords that help students for recall. Keywords are similar
to Metalanguage but without the definitions and descriptions. This section includes
concepts (a word or phrase), ideas, theories, names of people, and other vital terms to
remember. Technically speaking, all those included in the Metalanguage should be part
of the Keywords. However, Keywords can also include other important concepts or ideas
not stipulated in the Metalanguage. This section also helps in the review.
Big Picture
Week 6-7: Unit Learning Outcomes (ULO): At the end of the unit, you are expected to
Metalanguage
35
Integration Techniques
These techniques are used when one cannot evaluate the integral of a function by direct
application of the formulas given in the first module. They can be evaluated after a suitable
transformation has been made. The techniques below will orient you on the elementary
method for changing the form of the integral.
Essential Knowledge
Integration by Parts
Integration by parts corresponds to the product rule for differentiation. Recall that
the product rule states that if 𝒇 and 𝒈 are differentiable functions, then
𝒅
[𝒇(𝒙)𝒈(𝒙)] = 𝒇(𝒙)𝒈′(𝒙) + 𝒈(𝒙)𝒇′(𝒙)
𝒅𝒙
The resulting equation above is the formula for Integration by Parts. It would be easier
to remember if we let 𝒖 = 𝒇(𝒙) and 𝒗 = 𝒈(𝒙) . Then the differentials are 𝒅𝒖 = 𝒇′(𝒙)𝒅𝒙
and 𝒅𝒗 = 𝒈′(𝒙)𝒅𝒙, thus
∫ 𝒇(𝒙)𝒈′(𝒙) 𝒅𝒙 = 𝒇(𝒙)𝒈(𝒙) − ∫ 𝒈(𝒙)𝒇′(𝒙) 𝒅𝒙
∫ 𝒖𝒅𝒗 = 𝒖𝒗 − ∫ 𝒗 𝒅𝒖
NOTE: The aim for using integration by parts is to obtain a simpler integral than the
original given. In general, in using the function for 𝒖 and 𝒗, choose 𝒖 = 𝒇(𝒙) to be a
function that becomes simpler when differentiated (or at least not more complicated) as
long as 𝒅𝒗 = 𝒈′(𝒙)𝒅𝒙 can be readily integrated to give 𝒗. Thus, in using integration by
parts consider the following rules:
36
Two general rules can be stated:
Example:
1. ∫ 𝑥 𝑠𝑖𝑛 𝑥 𝑑𝑥
Solution:
Thus,
The answer can also be checked by differentiating it, the result should be 𝒙 𝒔𝒊𝒏 𝒙.
Another Method:
Thus,
∫ 𝑥 𝑠𝑖𝑛 𝑥 𝑑𝑥 = 𝑢𝑣 − ∫ 𝑣 𝑑𝑢
= 𝑥(−𝑐𝑜𝑠 𝑥 ) − ∫(−𝑐𝑜𝑠 𝑥 ) 𝑑𝑥
= −𝑥𝑐𝑜𝑠 𝑥 + ∫ 𝑐𝑜𝑠 𝑥 𝑑𝑥
= −𝑥𝑐𝑜𝑠 𝑥 + 𝑠𝑖𝑛 𝑥 + 𝐶
In the first example we started with∫ 𝑥 𝑠𝑖𝑛 𝑥 𝑑𝑥 and expressed it in terms of the simpler
integral ∫ 𝑐𝑜𝑠 𝑥 𝑑𝑥. If we had chosen 𝑢 = 𝑠𝑖𝑛 𝑥 and 𝑑𝑣 = 𝑥𝑑𝑥 , 𝑑𝑢 = 𝑐𝑜𝑠 𝑥𝑑𝑥 and 𝑣 =
𝑥2
, so integration by parts gives
2
𝑥2 1
∫ 𝑥 𝑠𝑖𝑛 𝑥 𝑑𝑥 = 𝑠𝑖𝑛 𝑥 ( 2 ) − 2 ∫ 𝑥 2 𝑐𝑜𝑠𝑥 𝑑𝑥
37
The resulting integral ∫ 𝑥 2 𝑐𝑜𝑠𝑥 𝑑𝑥 is a more complicated than the one we started with.
Thus, in solving integral using integration by parts, it is very important that we take note
of the general rules stated above.
2. ∫ 𝑥 2 𝑒 𝑥 𝑑𝑥
Solution:
Let 𝑢 = 𝑥2 𝑑𝑣 = 𝑒 𝑥 𝑑𝑥
then 𝑑𝑢 = 2𝑥𝑑𝑥 𝑣 = ∫ 𝑑𝑣 = ∫ 𝑒 𝑥 𝑑𝑥 = 𝑒 𝑥
∫ 𝑥 2 𝑒 𝑥 𝑑𝑥 = 𝑥 2 𝑒 𝑥 − ∫ 𝑒 𝑥 (2𝑥𝑑𝑥 ) = 𝑥 2 𝑒 𝑥 − 2 ∫ 𝑥𝑒 𝑥 𝑑𝑥
As you can see the resulting integral ∫ 𝑥𝑒 𝑥 𝑑𝑥 is simpler than the original integral which
satisfies the condition stated in the rule above. Solving further, by integration by parts
again,
Let 𝑢=𝑥 𝑑𝑣 = 𝑒 𝑥 𝑑𝑥
then 𝑑𝑢 = 𝑑𝑥 𝑣 = ∫ 𝑑𝑣 = ∫ 𝑒 𝑥 𝑑𝑥 = 𝑒 𝑥
Thus,
∫ 𝑥 2 𝑒 𝑥 𝑑𝑥 = 𝑥𝑒 𝑥 − ∫ 𝑒 𝑥 𝑑𝑥
= 𝑥𝑒 𝑥 − 𝑒 𝑥 + 𝐶
∫ 𝑥 2 𝑒 𝑥 𝑑𝑥 = 𝑥 2 𝑒 𝑥 − 2 ∫ 𝑥𝑒 𝑥 𝑑𝑥
= 𝑥 2 𝑒 𝑥 − 2[𝑥𝑒 𝑥 − 𝑒 𝑥 + 𝐶 ]
= 𝑥 2 𝑒 𝑥 − 2𝑥𝑒 𝑥 + 2𝑒 𝑥 + 𝐶1 where 𝑪𝟏 = −𝟐𝑪
3. ∫ 𝑥 𝐴𝑟𝑐𝑡𝑎𝑛 𝑥 𝑑𝑥
Solution:
Let 𝑢 = 𝐴𝑟𝑐𝑡𝑎𝑛 𝑥 𝑑𝑣 = 𝑥 𝑑𝑥
𝑑𝑥 𝑥2
then 𝑑𝑢 = 1+𝑥2 𝑣 = ∫ 𝑥 𝑑𝑥 = 2
Thus,
38
𝑥2 𝑥2 𝑑𝑥
∫ 𝑥 𝐴𝑟𝑐𝑡𝑎𝑛 𝑥 𝑑𝑥 = 2
𝐴𝑟𝑐𝑡𝑎𝑛 𝑥 ∫ 2
(1+𝑥2 )
𝑥2 1 𝑥2 𝒙𝟐
= 𝐴𝑟𝑐𝑡𝑎𝑛 𝑥 − 2 ∫ (1+𝑥2 ) 𝑑𝑥 Simplify 𝟏+𝒙𝟐 by long division
2
𝑥2 1 1
= 2
𝐴𝑟𝑐𝑡𝑎𝑛 𝑥−
2
∫ (1 − 1+𝑥 2) 𝑑𝑥
𝑥2 1 1
= 2
𝐴𝑟𝑐𝑡𝑎𝑛 𝑥−
2
𝑥 + 𝐴𝑟𝑐𝑡𝑎𝑛 𝑥 +
2
𝐶
There are four cases in solving functions using integration by trigonometric functions or
by trigonometric integral which will be discussed in details in this section.
Case III: ∫ 𝑡𝑎𝑛𝑚 𝑥 𝑠𝑒𝑐 𝑛 𝑥 𝑑𝑥 or ∫ 𝑐𝑜𝑡 𝑚 𝑥 𝑐𝑠𝑐 𝑛 𝑐 𝑑𝑥; where n is a positive even integer
Use: 𝑠𝑒𝑐 2 𝑥 = 1 + 𝑡𝑎𝑛2 𝑥
𝑐𝑠𝑐 2𝑥 = 1 + 𝑐𝑜𝑡 2 𝑥
Case IV: ∫ 𝑠𝑖𝑛𝑚 𝑥 𝑐𝑜𝑠 𝑛 𝑥 𝑑𝑥; where both m and n are positive even integers
1
Use: 𝑠𝑖𝑛2 𝑥 = (1 − cos 2𝑥 )
2
1
𝑐𝑜𝑠 2 𝑥 = (1 + cos 2𝑥)
2
1
sin 𝑥 cos 𝑥 = 2 sin 2𝑥
Case 1 Examples:
Solution:
Solution:
39
∫ 𝑐𝑜𝑠 4 2𝑥 𝑠𝑖𝑛3 2𝑥 𝑑𝑥 = ∫ 𝑐𝑜𝑠 4 2𝑥 𝑠𝑖𝑛2 2𝑥 sin 2𝑥 𝑑𝑥
= ∫ 𝑐𝑜𝑠 4 2𝑥 (1 − 𝑐𝑜𝑠 2 2𝑥 ) sin 2𝑥 𝑑𝑥
= ∫ 𝑐𝑜𝑠 4 2𝑥 sin 2𝑥 𝑑𝑥 − ∫ 𝑐𝑜𝑠 6 2𝑥 sin 2𝑥 𝑑𝑥
1 1
= − 10 𝑐𝑜𝑠 52𝑥 + 14 𝑐𝑜𝑠 72𝑥 + 𝐶
Case 2 Examples:
Solution:
Solution:
Case 3 Examples:
Solution:
Solution:
Case 4 Examples:
Solution:
Self-Help: You can also refer to the sources below to help you further
understand the lesson.
41
Let’s Check
Activity 1. Solve the following integrals using the integration by parts technique.
1. ∫ 𝑥𝑒 𝑥 𝑑𝑥 𝑦 𝑑𝑦
4. (𝑦−1)4
2. ∫ 𝑦 cos 4𝑦 𝑑𝑦
5. 𝑥 2 𝑒 −𝑥 𝑑𝑥
3 2)
3. ∫ 𝑥 sin(𝑥 𝑑𝑥
6. ∫ 𝑦 ln 𝑦 𝑑𝑦
Let’s Analyze
In a Nutshell
Your Turn:
3. __________________________________________________________________________
4. __________________________________________________________________________
5. __________________________________________________________________________
Q&A List
Questions/Issues Answer
1.
2.
3.
4.
5.
42