Integration by Partial Fractions – Method, Examples & Practice Problems, Class 12 Math Notes Study Material Download Free PDF

If f(x) and g(x) are polynomial functions such functions. that g(x) ≠ 0 then f(x)/g(x) is called Rational Functions. If degree f(x) < degree g(x) then f(x)/g(x) is called a proper rational function. If degree f(x) < degree g(x) then f(x)/g(x) is called an improper rational function. For example, rational function 1/(x2-4) can be rewritten as 1/4(x-2) -1/4(x+2) and rational function 3x/(x2+x-2) can be rewritten as 1/(x-1) + 2/(x+2). 

Partial fraction decomposition is applicable when you are integrating a rational function P(x)/Q(x)​, where:

  • Degree of P(x) is less than the degree of Q(x): If not, perform polynomial long division first.
  • Q(x) can be factored into linear and/or irreducible quadratic factors over the real numbers.

Integration by Partial Fraction Method

To evaluate the integral ∫[p(x)/q(x)] dx where p(x)/q(x) is in a proper rational fraction, we can factorize the denominator i.e., q(x) then using the following rational fraction cases we can write the integrand in a form of the sum of simpler rational functions including constant A, B, C, etc. Then values of  A, B, C, etc. can be obtained using various methods of algebra.

Integration by Partial Fraction Method

How to Integrate using Partial Fractions?

To integrate any rational function using Partial Fractions, we need to follow the following steps:

  • Step 1: Factor the denominator given rational function into linear and quadratic factors.
  • Step 2: Use the Partial Fraction formula to write the rational function as a sum of simpler fractions.
  • Step 3: Determine the constants A, B, and C.
  • Step 4: Integrate each partial fraction separately with appropriate methods to get the final integral.

Example: Integrate the following function using partial fractions:

f(x) = (3x2 + 2x + 1)/(x3 + x2)

Solution:

Step 1: Factor the denominator into linear and quadratic factors.

x3 + x2 = x2(x + 1)

Step 2: Write the rational function as a sum of simpler fractions.

f(x) = (3x2 + 2x + 1)/[x2(x + 1)] = A/x + B/(x2) + C/(x+1)

Step 3: Determine the constants A, B, and C.

Multiplying both sides by the common denominator (x2(x + 1)), we get:

3x2 + 2x + 1 = Ax(x+1) + B(x+1) + C(x2)

Substituting x = 0, x = -1, and x = infinity into the above equation, we get:

When x = 0, B = 1
When x = -1,  C = 2
When x = 1, A = 1

Solving the above equations simultaneously, we get:
A = 1, B = 1, C = 2

Step 4: Integrate each partial fraction using substitution.

Integrating A/x = 1/x, we get ln|x|
Integrating B/(x2) = 1/x2, we get: -1/x
Integrating C/(x+1) = 2/(x+1), we get: @ ln|x+1|

Therefore, the final answer is:
∫f(x)dx = ln|x| – 1/x + 2 ln|x+1| + C, where C is the constant of integration.

Integration by Partial Fractions Examples

Example 1: Evaluate ∫(x – 1)/(x + 1)(x – 2) dx?

Solution:

Let (x – 1)/(x + 1)(x – 2) = A/(x + 1) + B/(x – 2)

Then, (x – 1) = A(x – 2) + B(x + 1) . . .(i)

Putting x = -1 in (i), we get A = 2/3

Putting x = 2 in (i), we get B = 1/3

Therefore,  

(x – 1)/(x + 1)(x – 2) = 2/3(x + 1) + 1/3(x – 2)
⇒ I = ∫(x – 1)/(x + 1)(x – 2) = 2/3∫dx/(x + 1) + 1/3∫dx/(x – 2)
⇒ I =  2/3log | x + 1 | + 1/3 log | x – 2 | + C

Example 2: Evaluate ∫dx/x{6(log x)+ 7log x + 2}?

Solution:  

Putting log x = t and 1/x dx = dt, we get

I = ∫dx/x{6(log x)2 + 7log x + 2} = ∫dt/(6t2 + 7t + 2) = ∫dt/(2t + 1)(3t + 2)

Let 1/(2t + 1)(3t + 2) = A/(2t + 1) + B/(3t + 2)

Then, 1 ≡ A(3t + 2) + B(2t + 1)  . . . (i)

Putting t = -1/2 in (i), we get A = 2

Putting t = -2/3 in (i), we get B = -3

Therefore, 1/(2t + 1)(3t + 2) = 2/(2t + 1) + (-3)/(3t + 2)
⇒ I = ∫dt/(2t + 1)(3t + 2)
⇒ I = ∫2dt/(2t + 1) – ∫3dt/(3t – 2)
⇒ I = log | 2t + 1 | – log | 3t + 2 |
⇒ I = log | 2t + 1 |/log | 3t + 2 | + C
⇒ I = log | 2 log x + 1 | / log | 3 log x + 2 | + C

Example 3: Evaluate ∫dx/(x+ x+ x + 1)?

Solution:

Let I = ∫dx/(x3 + x2 + x + 1)

Now, 1/(x3 + x2 + x + 1) = 1/[x2(x + 1) + (x + 1)] = 1/(x + 1)(x2 + 1)

Let 1/(x + 1)(x2 + 1) = A/(x + 1) + Bx + C/(x2 + 1)  . . . (i)
⇒ 1 = A(x2 + 1) + (Bx + C) (x + 1)

Putting x = -1 on both sides of (i), we get A = 1/2.

Comparing coefficients of x2 on the both sides of (i), we get

A + B = 0 ⇒ B = -A = -1/2

Comparing coefficients of x on the both sides of (i), we get

B + C = 0 ⇒ C = -B = 1/2

Therefore, 1/(x + 1) (x2 + 1) = 1/2(x + 1) + (-1/2x + 1/2)/(x2 + 1)

Therefore, I = ∫dx/(x + 1) (x2 + 1)
⇒ I = 1/2∫dx/(x + 1) – 1/2∫x/(x2 + 1)dx + 1/2∫dx/(x2 + 1)
⇒ I = 1/2∫dx/(x + 1) – 1/4∫2x/(x2 + 1)dx + 1/2∫dx/(x2 + 1)
⇒ I  = 1/2 log | x + 1 | – 1/4 log | x2 + 1 | + 1/2 tan-1x + C

Example 4: Evaluate ∫x2/(x2 + 2)(x+ 3)dx?

Solution: 

Let x2/(x2 + 2) (x2 + 3) = y/(y + 2)(y + 3) where x2 = y.

Let y/(y + 2) (y + 3) = A/(y + 2) + B/(y + 3)

⇒ y ≡ A(y + 3) + B/(y + 2)  . . . (i)

Putting y = -2 on the both sides of (i), we get A = -2.

Putting y = -3 on the both sides of (i), we get B = 3.

Therefore, y/(y + 2) (y + 3) = -2/(y + 2) + 3/(y + 3)
⇒  x2/(x2 + 2) (x2 + 3) = -2/(x2 + 2) + 3/(x2 + 3)
⇒  ∫x2/(x2 + 2) (x2 + 3) = -2∫dx/(x2 + 2) + 3∫dx/(x2 + 3)
⇒  ∫x2/(x2 + 2) (x2 + 3) = -2/√2tan-1(x/√2) + 3/√3tan-1(x/√3) + C
⇒  ∫x2/(x2 + 2) (x2 + 3) = -√2tan-1(x/√2) + √3tan-1(x/√3) + C

Example 5: Evaluate ∫dx/x(x+ 1).

Solution:

We have

I = ∫dx/x(x4 + 1) = ∫x3/x4 (x4 + 1) dx [multiplying numerator and denominator by x3].

Putting x4 = t and 4x3dx = dt, we get
⇒ I  = 1/4∫dt/t(t + 1)
⇒ I = 1/4∫{1/t – 1/(t + 1)}dt   [by partial fraction]
⇒ I = 1/4∫1/t dt – 1/4∫1/(t + 1)dt
⇒ I = 1/4 log | t | – 1/4 log | t + 1 | + C
⇒ I = 1/4 log | x4 | – 1/4 log | x4 + 1 | + C
⇒ I =  (1/4 * 4) log | x | – 1/4 log | x4 + 1 | + C
⇒ I =  log | x | – 1/4 log | x4 + 1 | + C

FAQs on Integration by Partial Fractions 

What is Integration by Partial Fractions?

Integration by Partial Fractions is a method of integration used to integrate the rational function with a complex denominator and numerator.

When is Integration by Partial Fractions Used?

A partial Fraction is used when a rational function seems complicated at glance to integrate, so we use a partial fraction to covert the complex rational function into a sum of simple rational functions where mostly numerator is a real number.

What is a Rational Function?

For two polynomial functions f(x) and g(x) rational function is defined as f(x)/g(x) where g(x) can’t be 0.

What is a Partial Fraction Decomposition?

Partial Fraction decomposition is the method of simplifying complex rational functions into simple rational functions.

What is a Linear Factor?

A factor of form ax+b is called linear factor where a and b are real numbers.

What is a Quadratic Factor?

A factor of form ax2+bx+c is called quadratic factor where a, b, and c are real numbers.

Can every Rational Function be decomposed into Partial Fractions?

Yes, every rational function can be decomposed into partial fractions if there exist only linear and quadratic factors of the denominator of the rational function.

Er. Neeraj K.Anand is a freelance mentor and writer who specializes in Engineering & Science subjects. Neeraj Anand received a B.Tech degree in Electronics and Communication Engineering from N.I.T Warangal & M.Tech Post Graduation from IETE, New Delhi. He has over 30 years of teaching experience and serves as the Head of Department of ANAND CLASSES. He concentrated all his energy and experiences in academics and subsequently grew up as one of the best mentors in the country for students aspiring for success in competitive examinations. In parallel, he started a Technical Publication "ANAND TECHNICAL PUBLISHERS" in 2002 and Educational Newspaper "NATIONAL EDUCATION NEWS" in 2014 at Jalandhar. Now he is a Director of leading publication "ANAND TECHNICAL PUBLISHERS", "ANAND CLASSES" and "NATIONAL EDUCATION NEWS". He has published more than hundred books in the field of Physics, Mathematics, Computers and Information Technology. Besides this he has written many books to help students prepare for IIT-JEE and AIPMT entrance exams. He is an executive member of the IEEE (Institute of Electrical & Electronics Engineers. USA) and honorary member of many Indian scientific societies such as Institution of Electronics & Telecommunication Engineers, Aeronautical Society of India, Bioinformatics Institute of India, Institution of Engineers. He has got award from American Biographical Institute Board of International Research in the year 2005.

CBSE Class 12 Maths Syllabus 2025-26 with Marks Distribution

The table below shows the marks weightage along with the number of periods required for teaching. The Maths theory paper is of 80 marks, and the internal assessment is of 20 marks which totally comes out to be 100 marks.

CBSE Class 12 Maths Syllabus And Marks Distribution 2023-24

Max Marks: 80

No.UnitsMarks
I.Relations and Functions08
II.Algebra10
III.Calculus35
IV.Vectors and Three – Dimensional Geometry14
V.Linear Programming05
VI.Probability08
Total Theory80
Internal Assessment20
Grand Total100

Unit-I: Relations and Functions

1. Relations and Functions

Types of relations: reflexive, symmetric, transitive and equivalence relations. One to one and onto functions.

2. Inverse Trigonometric Functions

Definition, range, domain, principal value branch. Graphs of inverse trigonometric functions.

Unit-II: Algebra

1. Matrices

Concept, notation, order, equality, types of matrices, zero and identity matrix, transpose of a matrix, symmetric and skew symmetric matrices. Operations on matrices: Addition and multiplication and multiplication with a scalar. Simple properties of addition, multiplication and scalar multiplication. Noncommutativity of multiplication of matrices and existence of non-zero matrices whose product is the zero matrix (restrict to square matrices of order 2). Invertible matrices and proof of the uniqueness of inverse, if it exists; (Here all matrices will have real entries).

2. Determinants

Determinant of a square matrix (up to 3 x 3 matrices), minors, co-factors and applications of determinants in finding the area of a triangle. Adjoint and inverse of a square matrix. Consistency, inconsistency and number of solutions of system of linear equations by examples, solving system of linear equations in two or three variables (having unique solution) using inverse of a matrix.

Unit-III: Calculus

1. Continuity and Differentiability

Continuity and differentiability, derivative of composite functions, chain rule, derivative of inverse trigonometric functions like sin-1 x, cos-1 x and tan-1 x, derivative of implicit functions. Concept of exponential and logarithmic functions.
Derivatives of logarithmic and exponential functions. Logarithmic differentiation, derivative of functions expressed in parametric forms. Second order derivatives.

2. Applications of Derivatives

Applications of derivatives: rate of change of quantities, increasing/decreasing functions, maxima and minima (first derivative test motivated geometrically and second derivative test given as a provable tool). Simple problems (that illustrate basic principles and understanding of the subject as well as real-life situations).

3. Integrals 

Integration as inverse process of differentiation. Integration of a variety of functions by substitution, by partial fractions and by parts, Evaluation of simple integrals of the following types and problems based on them.

Fundamental Theorem of Calculus (without proof). Basic properties of definite integrals and evaluation of definite integrals.

4. Applications of the Integrals

Applications in finding the area under simple curves, especially lines, circles/ parabolas/ellipses (in standard form only)

5. Differential Equations

Definition, order and degree, general and particular solutions of a differential equation. Solution of differential equations by method of separation of variables, solutions of homogeneous differential equations of first order and first degree. Solutions of linear differential equation of the type:

dy/dx + py = q, where p and q are functions of x or constants.

dx/dy + px = q, where p and q are functions of y or constants.

Unit-IV: Vectors and Three-Dimensional Geometry

1. Vectors

Vectors and scalars, magnitude and direction of a vector. Direction cosines and direction ratios of a vector. Types of vectors (equal, unit, zero, parallel and collinear vectors), position vector of a point, negative of a vector, components of a vector, addition of vectors, multiplication of a vector by a scalar, position vector of a point dividing a line segment in a given ratio. Definition, Geometrical Interpretation, properties and application of scalar (dot) product of vectors, vector (cross) product of vectors.

2. Three – dimensional Geometry

Direction cosines and direction ratios of a line joining two points. Cartesian equation and vector equation of a line, skew lines, shortest distance between two lines. Angle between two lines.

Unit-V: Linear Programming

1. Linear Programming

Introduction, related terminology such as constraints, objective function, optimization, graphical method of solution for problems in two variables, feasible and infeasible regions (bounded or unbounded), feasible and infeasible solutions, optimal feasible solutions (up to three non-trivial constraints).

Unit-VI: Probability

1. Probability

Conditional probability, multiplication theorem on probability, independent events, total probability, Bayes’ theorem, Random variable and its probability distribution, mean of random variable.

Students can go through the CBSE Class 12 Syllabus to get the detailed syllabus of all subjects. Get access to interactive lessons and videos related to Maths and Science with ANAND CLASSES’S App/ Tablet.

Frequently Asked Questions on CBSE Class 12 Maths Syllabus 2025-26

Q1

Is Calculus an important chapter in the CBSE Class 12 Maths Syllabus?

Yes, Calculus is an important chapter in the CBSE Class 12 Maths Syllabus. It is for 35 marks which means that if a student is thorough with this chapter will be able to pass the final exam.

Q2

How many units are discussed in the CBSE Class 12 Maths Syllabus?

In the CBSE Class 12 Maths Syllabus, about 6 units are discussed, which contains a total of 13 chapters.

Q3

How many marks are allotted for internals in the CBSE Class 12 Maths syllabus?

About 20 marks are allotted for internals in the CBSE Class 12 Maths Syllabus. Students can score it with ease through constant practice.