
Content Writer
Integration is the inverse operation of differentiation. But it was discovered before. It is used for various applications like to find the area of the surface, to find the area enclosed by the curve, to find the surface, a moment of inertia, the center of gravity, the volume of the solid perimeter of the curve, etc. Sometimes the mathematical expressions cannot be added by the general addition method of mathematics then we use the method of integration to add or sum up the parts to find the whole. Integration is used to find areas on a large scale. Initially, the integration method was used to find the area of large figures by finding the area of smaller parts.
Read More: Inverse Trigonometric Formula
Key Terms: Integration, Integrals, Partial Fraction, Definite Integral, Trigonometric Identities, Indefinite Integral
What is the Integration?
[Click Here for Sample Questions]
The process of finding the differential coefficient of any unknown function is known as integration.
Let f(x) be a function of x and its differential coefficient is f'(x) then
d/dx [f(x)] = f'(x)
Then from the definition of integration f(x) is the integral of F(x)
Symbolically, ∫ f'(x) dx = f(x)
It means that the integration of f'(x) concerning x is f(x).
Read More: Perimeter of Shapes
Important Terms of Integration
[Click Here for Previous Year Questions]
Here are a few terms related to integration
- Integral - The integral of any given function is a function whose differential coefficient is the given function.
- Integrand - The given function f(x) which is to be integrated is called the integrand.
- Integration symbol - The integration is denoted by the symbol ∫ . It is a distracting form of the alphabet S. The symbol ∫ stands for integration and dx is written after function f(x).
Read More:
Types of Integration
[Click Here for Sample Questions]
Integration is of mainly two types -
a) Indefinite integral - The integral without upper and lower limit are called an indefinite integral.
Indefinite integral is .. 2 represented as ∫ f(x)dx = F(x) + c
where f(x) is integrand and c is a constant of integration.

b) Definite integral - In the definite integral, the upper and lower limit of the integral is given. It lies between the given limit. This type of integration is also called Riemann integral.
The definite integral is represented as ∫axf(x)dx
Here x = upper limit and a = lower limit

Methods of Integration
[Click Here for Previous Year Questions]
The integration of any function can be solved by various methods or techniques. If the integral is given in the standard form it can be solved using standard formulae of integration, but if the given integral is not in standard form then it must be converted into the solvable form using different methods or techniques. Some important methods generally used to solve the integration of any complex or unsolvable function are as follows :
- Integration by substitution
- Integration by parts
- Integration by partial fraction
- Integration of some special functions
- Integration using trigonometric identities
Here we are discussing all the methods with examples, so you can refer to this article for a better understanding of integration and its methods.
Read More: Statistics
Integration by Substitution Method
When we have such functions which are not in any standard form or which are not easily convertible into standard forms, then we substitute a proper function of variable t for the variable x. There is no specific rule for applying the substitution method.
Application
Let I = ∫ f(x) dx
since dI/dx = f(x), (by definition of integration)
let x = φ(t) then dx/dt = φ'(t)
dI/dt = dI/dx.dx/dt
= f(x).φ'(t)
On integrating both sides we get
I = ∫ f {(t). (t) dt
Hence I = ∫ f(x) dx = ∫ f {(t)}.(t) ft
In the substitution method, choose relation x = (t). Such that the integration of new integrand can be done easily. In place of x in f(x) we put (t) and in place of dx we put (t)dt.

Integration by Substitution method
Solved example :
Integration of (ax+b)
Let I = ∫ f(ax+b)dx
put ax+b = t
on differentiating w.r.t. t we get
a dx/dt = dt/dt
a dx/dt = 1
adx = dt
or dx = 1/a dt
I = ∫ f(t). dt/a
I = 1/a ∫ f(t)dt
= 1/a F(t) (where F(t) = ∫ f(t) dt)
∫ f(ax+b)dx = 1/a F(ax+b)
Read More: Mean, Median and Mode
Integration by Special Functions Video Explanation
Integration by Parts
When the two functions are given in the product form then we use the integration by parts method. We say two functions like f1(x) and f2(x) be the function of x. Then applying integration by parts formula in both function w.r.t. x.
∫ f1(x).f2(x) dx = ∫ f1(x).d/dx f2(x)dx + ∫ f2(x).d/dx f1(x)dx
To apply this method of integration, proper choice of the first and second functions is essential. If we choose any function as the first or second the answer will be wrong. There is no fixed rule to choosing the first and second function but some helpful tips to choose the first and the second function is as follows:
i) Take one of the given functions as the first function whose standard result of integration is not known.
ii) If both given functions have standard results then take the function as first whose differentiation vanishes in some steps.
iii) If the integral is single, a function then takes 1 as a second function.
iv) If the differentiation of any function is not zero then take any function as the first function.
For the easiest way to choose the first and second functions, you can use the ILATE rule. The function comes first in the alphabet in ILATE then take it as the first function and the letter comes next then take it as the second function. In the word ILATE, the letters stand for

Integration by Parts
I = Inverse functions.
L = Logarithmic functions.
A = Algebraic functions.
T = Trigonometric functions.
E = Exponential functions
Solved example
Evaluate ∫ xsinx dx
Let I = ∫ xsinx dx
On applying integration by parts formula we get
= x ∫sinx dx - ∫ [d/dx x ∫sinxdx] dx
= -xcosx + ∫cosxdx
I = -xcosx + sinx
By Parts Method of integrals Video Explanation
Read More: Sin Cos Formula
Integration by Partial Fractions
When the given function is in the form of rational expression p(x)/q(x) then to find the integration, the partial fraction method is to be applied.

Solved example
∫ (x-1) / (x+1) (x-2) dx
Let I = ∫ (x-1)/(x+1) (x-2) dx ….(1)
then (x-1)/ (x+1) (x-2) = A/(x+1) + B/(x-2) ……(2)
(x-1)/(x+1) (x-2) = A(x-2) + B(x+1)/(x+1) (x-2)
x-1 = A(x-2) + B(x+1) …..(3)
put x=2 in eqn (3)
2 - 1 = 0 + B(2+1)
B = 1/3
put x = -1 in equn (3)
(-1) - 1 = A(-1-2) + 0
A = 2/3
on putting values of A and B in eqn (2) we get
(x-1)/(x+1) (x-2) = 2/(x+1)3 + 1/(x-2)3 …..(4)
from eqn (1) and (4)
I = ∫ 2/(x+1)3 + 1/(x-2)3 dx
= 2/3 ∫ dx/(x+1) + 1/3 ∫ dx/(x-2)
I = 2/3 log(x+1) + 2/3 log(x-2)
In this method of integration, four cases arise which are as follows:
- When the denominator contains non-repeated linear factors.
- When the denominator contains repeated linear factors.
- When the denominator contains non-repeated quadratic factors.
- Integration is based on the first substitution than by partial fractions.
Read More: Types of Fraction
Integration by Partial Functions Video Lecture
Integration of Some Particular Functions
Some of the integral can be solved by using a particular substitution. Here are some important substitutions to solve these type of questions.
| S.no. | Expression | Substitution |
|---|---|---|
| 1 | x² + a² | x = a tanθ |
| 2 | x² - a² | x = a secθ |
| 3 | a² - x² | x = a sinθ |
| 4 | √a-x/a+x or √a+x/a-x | x = a cos2θ |
| 5 | √a² - x²/a² + x² or √a² + x²/a² - x² | x² = a² cos2θ |
| 6 | √x - a/b - x or √(x+a) (x-b) | x = a cos²θ + b sin²θ |
Solved example
I = ∫ dx/x² + a²
on putting x = at
dx = a.dt
I = a ∫ dt/a²t² + a²
= a/a² ∫ dt/1+t²
= 1/a tan-¹ t
= 1/a tan-¹ x/a
∫ dx/x² + a² = 1/a tan-¹ x/a
Read More: Improper Fractions
Integration Using Trigonometrical Substitution
In some questions the given function cannot be easily integrated by other methods, then the given integral is transformed by the proper trigonometrical substitution before applying integration by parts. In such cases, the application of formulae of integration by parts will ease the process of integration.

Solved example
Evaluate
∫ sin-¹ (2x/1+x²) dx
Soln - Let I = ∫ sin-¹ (2x/1+x²) dx
on putting x = tanθ
dx = sec² θdθ
I = ∫ sin-¹ (2tanθ/1+ tan² θ) sec²θ dθ
= ∫ sin-¹ (sin2θ) sec²θ dθ
= ∫ 2θ sec²θdθ [sin-¹(sinθ) = θ]. = 2 [θ∫sec²θ dθ - ∫ (d/dθ.θ∫sec²θdθ) dθ]
= 2 [θ.tanθ - ∫1.tanθdθ]
= 2 [θtanθ - logsecθ]
= 2 [θtanθ - log√1+tan²θ]
= 2 [xtan-¹x - log√1+x²]
Ans = 2 [xtan-¹x - ½log(1+x²)]
Read More: Rational Expressions
Reverse Chain Rule
[Click Here for Sample Questions]
The reverse chain rule, which is the chain rule's opposite in differentiation, is one of the simplest and most widely used integration techniques. It helps to determine the function's derivative that needs to be integrated. This integration technique is applied when the integration has the form g'(f(x)) f'(x) dx. The integral in this instance is provided by,
| ∫g'(f(x)) f'(x) dx = g(f(x)) + C |
Things to Remember
- Methods of Integration are employed to solve complex problems.
- The reverse chain rule is the opposite of the chain rule in differentiation.
- The definite integral is given by ∫axf(x)dx.
- An indefinite integral is integral that has neither an upper nor a lower limit.
- A function whose differential coefficient is the provided function is referred to as the integral of any given function.
- Integration is the process of determining any unknown function's differential coefficient.
Previous Year’s Questions
- The value of sin2 51∘+ sin2 39∘ is… [KCET – 2020]
- If cos x = |sin x| then, the general solution is… [KCET – 2019]
- If 0≤ x< π/2, then the number of values of x… [JEE Main – 2019]
- A vertical lamp-post at the midpoint D… [JEE Main – 2019]
- If tanA+cotA=2, then the value of… [KCET – 2020]
- The value of cos245∘−sin215∘ is… [KCET – 2017]
- A, B and C are the angles opposite to the corresponding sides of lengths… [JKCET – 2017]
- The value of tan 8/π is equal to… [KCET – 2016]
- The value of tan10∘ tan20∘ tan30∘ tan40∘ tan50∘ tan60∘… [COMEDK UGET – 2012]
- A value of θ satisfying sin5θ−sin3θ+sinθ… [KCET – 2011]
Get Live Updates on Board Exams 2023: Telegram Channel
Sample Questions
Ques. The process of integration is the reverse of which process? (1 Mark)
Ans. The integration is a reverse process of differentiation.
Ques. The value of ∫dx is? (1 Mark)
Ans. The value of ∫dx is x.
Ques. State true or false for the following statement: (1 Mark)
Integration and differentiation can cancel each other.
Ans. True, the integration and differentiation are reversed from each other so they can cancel each other.
Ques. If the product of two functions is given then which of the following rule of integration can be applied? (1 Mark)
a) Substitution
b) integration by parts
c) trigonometric substitution
d) Integration by partial fraction
Ans - (b) When the product of two functions is given for integration then we can solve it by applying integration by parts.
Ques. Evaluate ∫x² + 5 dx (2 marks)
Sol - Let I = ∫x² + 5 dx
= x³/3 + 5x + c
where c is the constant of integration
Ques. Find the value of ∫x ln x dx using the by-parts method of integration. (3 Marks)
Ans. To solve ∫x ln x dx using by parts method of integration, consider the sequence in ILATE and assume ln x as the first function (because it is a logarithmic function) and x as the second function (it is an algebraic function).
∫x ln x dx = ln x ∫x dx - ∫[(ln x)' ∫x dx] dx
= (x2/2) ln x - ∫(1/x)(x2/2) dx
= (x2/2) ln x - ∫(x/2) dx
= (x2/2) ln x - x2/4 + C
Hence ∫x ln x dx = (x2/2) ln x - x2/4 + C
Ques. Evaluate the integral ∫ [1/(x2 + 5x + 6)] dx using one of the methods of integration. (5 Marks)
Ans. Factorize (x2 + 5x + 6)
x2 + 5x + 6 = x2 + 3x + 2x + 6
= x(x + 3) + 2(x + 3)
= (x + 2)(x + 3)
To simplify 1/(x2 + 5x + 6) = 1/[(x + 2)(x + 3)],
1/[(x + 2)(x + 3)] = A/(x + 2) + B/(x + 3)
= (Ax + 3A + Bx + 2B)/[(x + 2)(x + 3)]
Comparing the coefficients,
3A + 2B = 1 and A + B = 0.
Solving these two equations, A = 1, B = -1
Hence, ∫ [1/(x2 + 5x + 6)] dx = ∫ 1/[(x + 2)(x + 3)] dx
= ∫1/(x + 2) dx - ∫1/(x + 3) dx
= ln |x + 2| - ln |x + 3| + C
∫ [1/(x2 + 5x + 6)] dx = ln |x + 2| - ln |x + 3| + C
Ques. Define the reverse chain rule. (2 Marks)
Ans. Reverse Chain Rule Method of Integrating is the opposite of the chain rule of differentiation. This method of integration can be utilized to solve if a function and its derivative are a component of the overall function that has to be integrated. It is also referred to as the “substitution rule” or the “u-substitution rule”. It is given by the formula,
∫f(g(x))g'(x)dx
Ques. Determine the integral for ∫cos(x2).2xdx. (5 Marks)
Ans. F(x) = ∫cos(x2).2xdx
Look for a function and its derivative in the whole function. In this case,
g(x) = x2 and g'(x) = 2x
Substituting, u = g(x)
u = x2
du = 2xdx
F(x) = ∫cos(u)du
F(x) = sin(u) + C
F(x) = sin(x2) + C
Ques. Define LIATE Rule in Integration Techniques. (3 Marks)
Ans. The LIATE rule in the integration technique aids in determining which term to integrate first and which to differentiate.
L- Logarithm
I -Inverse
A- Algebraic
T-Trigonometric
E-Exponential
Check Out:







Comments