Integration
Integration
The constant of integration is needed since the constant term is ignored during the
differentiation.
Ex:
3 3
𝑓(𝑥) = 𝑥 + 2𝑥 + 5, 𝑔(𝑥) = 𝑥 + 2𝑥 + 1
2 2
𝑓'(𝑥) = 3𝑥 + 2, 𝑔'(𝑥) = 3𝑥 + 2
The derivative and the antiderivative are the inverse operations to each other.
𝑑
● 𝑑𝑥
∫ 𝑓(𝑥) 𝑑𝑥 = 𝑓(𝑥)
𝑑
● ∫ 𝑑𝑥
𝑓(𝑥) 𝑑𝑥 = 𝑓(𝑥) + 𝐶
The basic formulas of antiderivatives can be proven by taking the derivatives of the functions.
1. ∫ 𝑘 𝑑𝑥 = 𝑘𝑥 + 𝐶
𝑑
a. 𝑑𝑥
(𝑘𝑥 + 𝐶) = 𝑘
𝑛 1 𝑛+1
2. ∫ 𝑥 𝑑𝑥 = 𝑛+1
𝑥 +𝐶
a.
𝑑
𝑑𝑥 ( 1
𝑛+1
𝑥
𝑛+1
+𝐶 =) 1
𝑛+1
𝑛
(𝑛 + 1)𝑥 = 𝑥
𝑛
a.
𝑑
𝑑𝑥 ( ) (
𝑘∫ 𝑓(𝑥) 𝑑𝑥 = 𝑘
𝑑
𝑑𝑥 )
∫ 𝑓(𝑥) 𝑑𝑥 = 𝑘𝑓(𝑥) =
𝑑
𝑑𝑥
∫ 𝑘𝑓(𝑥) 𝑑𝑥
In the above scenario, two functions are being integrated, but only one constant of integration.
This is because the constant C can be any real value, making addition, subtraction,
multiplication, division, etc meaningless.
For the antiderivative, the following is not true: ∫ 𝑓(𝑥)𝑔(𝑥) 𝑑𝑥 = ∫ 𝑓(𝑥) 𝑑𝑥 × ∫ 𝑔(𝑥) 𝑑𝑥
● If the two functions f and g are simple like polynomials, then multiply both functions and
then integrate.
Let’s assume a function f is continuous on the interval [a, b]. Then there exist two antiderivatives
F and G of the function f on this interval.
This shows that if the interval is given, then the constant of the integration can be ignored as it
does not affect the outcome. The above result is called the definite integral of the function f over
the interval [a, b].
𝑏
● 𝐹(𝑏) − 𝐹(𝑎) = ∫ 𝑓(𝑥) 𝑑𝑥
𝑎
The magnitude of the result of the definite integral is equal to the area surrounded by the
interval [a, b], the function f, and the x-axis. If the area is above the x-axis, the definite integral is
positive, and if not, the definite integral is negative.
β β β
2 3 2
1
{
∫ 𝑎(𝑥 − α)(𝑥 − β) 𝑑𝑥 = 𝑎 ∫ 𝑥 − (α + β)𝑥 + αβ 𝑑𝑥 = 𝑎⎡ 3 𝑥 −
⎣ } α+β
2
𝑥 + αβ𝑥⎤
⎦α
α α
=𝑎 { (β
1
3
3
) − α+β
−α2 (
β − α ) + αβ(β − α)}
2 3 2
Derivative of integral:
𝑥
𝑑
𝑑𝑥
∫ 𝑓(𝑡) 𝑑𝑡 = 𝑓(𝑥)
𝑎
∫ 𝑓(𝑡) 𝑑𝑡 = 𝐹(𝑡) + 𝐶
𝑥
∫ 𝑓(𝑡) 𝑑𝑡 = 𝐹(𝑥) − 𝐹(𝑎)
𝑎
𝑥
𝑑 𝑑 𝑑
𝑑𝑥
∫ 𝑓(𝑡) 𝑑𝑡 = 𝑑𝑥
{𝐹(𝑥) − 𝐹(𝑎)} = 𝑑𝑥
𝐹(𝑥) = 𝑓(𝑡)
𝑎
𝑔(𝑥)
𝑑
Chain rule: 𝑑𝑥
∫ 𝑓(𝑡) 𝑑𝑡 = 𝑔'(𝑥)𝑓(𝑔(𝑥)) − ℎ'(𝑥)𝑓(ℎ(𝑥))
ℎ(𝑥)
𝑏
1
The average value over an interval: 𝑦 = 𝑏−𝑎
∫ 𝑓(𝑥) 𝑑𝑥
𝑎
𝑥
1 𝐹(𝑥)−𝐹(𝑎)
Taking limits of the average value: lim 𝑥−𝑎
∫ 𝑓(𝑡)𝑑𝑡 = lim 𝑥−𝑎
= 𝐹'(𝑎) = 𝑓(𝑎)
𝑥→𝑎 𝑎 𝑥→𝑎
𝑏 𝑑
It is possible to take the definite integral about the y-axis: 𝐴 = ∫ 𝑓 𝑑𝑥 = ∫ 𝑔 𝑑𝑦
𝑎 𝑐
Functions f and g have to be inverse functions of each other in the above case.
● 𝑓(𝑔(𝑥)) = 𝑔(𝑓(𝑥)) = 𝑥