Page | 1
Definition: If φ(x) be any differentiable function of ‘x’ such that
𝑑
𝑑𝑥 [φ(x)] = f(x);
then φ(x) is called an anti-derivative or an integral of f(x). Symbolically, it can be written as:
∫𝑓(𝑥)𝑑𝑥 = φ(x)
and is read as “φ(x) is the integral of f(x) with respect to x”.
Thus, Integral calculus deals with the inverse operation of differentiation i.e., anti-derivative.
The process of finding the integral of a given function is called integration and the given
function is called the integrand.
There are mainly two types of Integration such as: Indefinite Integral and Definite Integral.
Indefinite Integral: This type of integration does not give a definite value. For example,
∫2𝑥𝑑𝑥 = x2+ c; where ‘c’ is an arbitrary constant, called the constant of integration.
Definite Integral: This type of integration gives a definite value and can be written as
∫𝑓(𝑥)𝑑𝑥
𝑏
𝑎 = [φ(𝑥)] 𝑎
𝑏 = φ(𝑏) – φ(𝑎)
Where, a and b are two real numbers, and called the lower limit and the upper limit of the
integral respectively.
Some Standard Formula of Integral Calculus:
(i) ∫𝑑𝑥 = x (ii) ∫𝑥𝑛𝑑𝑥 = 𝑥𝑛+1
𝑛+1
(iii) ∫1
𝑥 𝑑𝑥 = logx (iv) ∫𝑒𝑥𝑑𝑥 = 𝑒𝑥
(v) ∫𝑚𝑒𝑚𝑥 𝑑𝑥 = 𝑒𝑚𝑥 (vi)∫𝐶𝑜𝑠𝑥 𝑑𝑥 = Sinx
(vii) ∫𝑆𝑖𝑛𝑥 𝑑𝑥 = – Cosx
Example-1: Integrate the following with respect to ‘x’
(i) ∫(3 − 2𝑥 − 𝑥4)𝑑𝑥 (ii) ∫(𝑥2− 1)2𝑑𝑥
Solution: (i) ∫(3 − 2𝑥 − 𝑥4)𝑑𝑥 = ∫3𝑑𝑥 – ∫2𝑥𝑑𝑥 – ∫𝑥4𝑑𝑥
= 3∫𝑑𝑥 – 2∫𝑥𝑑𝑥 – ∫𝑥4𝑑𝑥
= 3x – 2. 𝑥1+1
1+1 – 𝑥4+1
4+1