Partial Fraction in Integration – Definition, Formula, Decomposition, Examples | Class 12 Math Notes Study Material Download Free PDF

In mathematics, we can see many complex rational expressions. If we try to solve the problems in a complex form, it will take a lot of time to find the solution. To avoid this complexity, we have to continue the problem by reducing the complex form of the rational expression into the simpler form. Partial fraction decomposition is one of the methods, which is used to decompose rational expressions into simpler partial fractions. This process is more useful in the integration process. In this article, you will learn the definition of the partial fraction, partial fraction decomposition, partial fractions of an improper fraction with solved examples in detail.

What is a Partial Fraction?

An algebraic fraction can be broken down into simpler parts known as “partial fractions“. Consider an algebraic fraction, (3x+5)/(2x2-5x-3). This expression can be split into simple form like [2/(x – 3)] – [1/(2x + 1)].

The simpler parts [2/(x – 3)] and [1/(2x + 1)] are known as partial fractions.

This means that the algebraic expression can be written in the form, as given in the figure:

Partial fractions

Note: The partial fraction decomposition only works for the proper rational expression (the degree of the numerator is less than the degree of the denominator). In case, if the rational expression is an improper rational expression (the degree of the numerator is greater than the degree of the denominator), first do the division operation to convert it into proper rational expression. This can be achieved with the help of a polynomial long division method.

Partial Fraction Formulas

Here the list of Partial fractions formulas is given. These formulas will help us to decompose a rational expression into partial fractions. These are common types of partial fractions which are used to solve problems.

S.NoRational FractionPartial Fraction Form
1\(\begin{array}{l}\large \frac{p(x) + q}{(x-a)(x-b)}\end{array} \)  \(\begin{array}{l}\large \frac{A}{x-a} + \frac{B}{(x-b)}\end{array} \)  
2\(\begin{array}{l}\large \frac{p(x) + q}{(x-a)^{2}}\end{array} \)  \(\begin{array}{l}\large \frac{A_{1}}{x-a} + \frac{A_{2}}{(x-a)^{2}}\end{array} \)
3\(\begin{array}{l}\large \frac{px^{2} + qx +r}{(x-a)(x-b)(x-c)}\end{array} \)  \(\begin{array}{l}\large \frac{A}{x-a} + \frac{B}{(x-b)} + \frac{C}{(x-c)}\end{array} \)  
4\(\begin{array}{l}\large \frac{px^{2} + q(x) +r}{(x-a)^{2}(x-b)} \end{array} \)  \(\begin{array}{l}\large \frac{A_{1}}{x-a} + \frac{A_{2}}{(x-a)^{2}} + \frac{B}{(x-b)}\end{array} \)
5\(\begin{array}{l}\large \frac{px^{2} + qx +r}{(x-a)(x^{2}+bx+c)}\end{array} \)  \(\begin{array}{l}\large \frac{A}{x-a} + \frac{Bx+C}{x^{2}+bx+c}\end{array} \)  

Here A, B and C are real numbers.

Partial Fractions of Rational Functions

Any number which can be easily represented in the form of p/q, such that p and q are integers and q≠0 is known as a rational number. Similarly, we can define a rational function as the ratio of two polynomial functions P(x) and Q(x), where P and Q are polynomials in x and Q(x)≠0. A rational function is known as proper if the degree of P(x) is less than the degree of Q(x); otherwise, it is known as an improper rational function. With the help of the long division process, we can reduce improper rational functions to proper rational functions. Therefore, if P(x)/Q(x) is improper, then it can be expressed as:

\(\begin{array}{l}\frac{P(x)}{Q(x)}= A(x) + \frac{R(x)}{Q(x)}\end{array} \)

Here, A(x) is a polynomial in x and R(x)/Q(x) is a proper rational function.

We know that the integration of a function f(x) is given by F(x) and it is represented by:

∫f(x)dx = F(x) + C

Here R.H.S. of the equation means integral of f(x) with respect to x and C is the constant of integration.

Decomposition of Partial Fractions

In order to integrate a rational function, it is reduced to a proper rational function. The method in which the integrand is expressed as the sum of simpler rational functions is known as decomposition into partial fractions. After splitting the integrand into partial fractions, it is integrated accordingly with the help of traditional integrating techniques.

The stepwise procedure for finding the partial fraction decomposition is explained here::

  • Step 1: While decomposing the rational expression into the partial fraction, begin with the proper rational expression.
  • Step 2: Now, factor the denominator of the rational expression into the linear factor or in the form of irreducible quadratic factors (Note: Don’t factor the denominators into the complex numbers).
  • Step 3: Write down the partial fraction for each factor obtained, with the variables in the numerators, say A and B.
  • Step 4: To find the variable values of A and B, multiply the whole equation by the denominator.
  • Step 5: Solve for the variables by substituting zero in the factor variable.
  • Step 6: Finally, substitute the values of A and B in the partial fractions.

Hence, the expression is decomposed into partial fractions.

Partial Fraction of Improper Fraction

An algebraic fraction is improper if the degree of the numerator is greater than or equal to that of the denominator. The degree is the highest power of the polynomial. Suppose, m is the degree of the denominator and n is the degree of the numerator. Then, in addition to the partial fractions arising from factors in the denominator, we must include an additional term: this additional term is a polynomial of degree n − m.

Note: 

  • A polynomial with a zero degree is K, where K is a constant
  • A polynomial of degree 1 is Px + Q
  • A polynomial of degree 2 is Px2+Qx+K

Partial Fraction in Integration

Let us look into an example to have a better insight into integration using partial fractions.

Example: Integrate the function

\(\begin{array}{l}\frac{1}{(x-3)(x+1)}\end{array} \)

with respect to x.

Solution: The given integrand can be expressed in the form of partial fraction as:

\(\begin{array}{l}\frac{1}{(x-3)(x+1)} = \frac{A}{(x-3)} + \frac{B}{(x+1)}\end{array} \)

To determine the value of real coefficients A and B, the above equation is rewritten as:

1= A(x+1)+B(x-3)

⇒1=x(A+B)+A-3B

Equating the coefficients of x and the constant, we have

A + B = 0

A – 3B = 1

Solving these equations simultaneously, the value of A =1/4 and B = -1/4. Substituting these values in equation 1, we have

\(\begin{array}{l}\frac{1}{(x-3)(x+1)} = \frac{1}{4(x-3)} + \frac{-1}{4(x+1)}\end{array} \)

Integrating with respect to x we have;

\(\begin{array}{l}\int \frac{1}{(x-3)(x+1)} = \int \frac{1}{4(x-3)} + \int \frac{-1}{4(x+1)}\end{array} \)

According to the properties of integration, the integral of the sum of two functions is equal to the sum of integrals of the given functions, i.e.,

∫[f(x) +g(x)]dx = ∫f(x)dx + ∫g(x)dx

Therefore,

\(\begin{array}{l}= \frac{1}{4} \int \frac{1}{(x-3)} – \frac{1}{4} \int \frac{1}{(x+1)}\end{array} \)

\(\begin{array}{l}= \frac{1}{4} \ln \left | x-3 \right | – \frac{1}{4} \ln \left | x+1 \right |\end{array} \)

\(\begin{array}{l}= \frac{1}{4} \ln \left | \frac{x-3}{x+1} \right |\end{array} \)

Example 1: Write the partial fraction decomposition of the following expression.

(20x + 35)/(x + 4)2

Solution:

(20x + 35)/(x + 4)2

(20x + 35)/(x + 4)2 = [A/(x + 4)] + [B/(x + 4)2]

(20x + 35)/(x + 4)2 = [A(x + 4) + B]/ (x + 4)2

Now, equating the numerators,

20x + 35 = A(x + 4) + B

20x + 35 = Ax + 4A + B

20x + 35 = Ax + (4A + B)

By equating the coefficients,

A = 20

4A + B = 35

4(20) + B = 35

B = 35 – 80 = -45

Therefore, (20x + 35)/(x + 4)2 = [20/(x + 4)] – [45/(x + 4)2]

Example 2: Decompose the given expression into partial fractions.

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

Solution:

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

Using the factor theorem, x + 2 is a factor of x3 + 3x2 + 3x + 2.

Thus, x3 + 3x2 + 3x + 2 = (x + 2)(x2 + x + 1)

Now, the given expression can be written as:

(x2 + 1)/ (x3 + 3x2 + 3x + 2) = (x2 + 1)/ [(x + 2)(x2 + x + 1)]

By the method of decomposition,

(x2 + 1)/(x + 2)(x2 + x + 1) = [A/(x + 2)] + [(Bx + C)/(x2 + x + 1)]

(x2 + 1)/(x + 2)(x2 + x + 1) = [A(x2 + x + 1) + (Bx + C)(x + 2)]/ [(x + 2)(x2 + x + 1)]

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

Equating the coefficients in the numerators of both LHS and RHS,

A + B = 1

A + 2B + C = 0

A + 2C = 1

Solving these equations,

A = 5/3, B = -2/3 and C = -1/3

(x2 + 1)/(x + 2)(x2 + x + 1) = [5/3(x + 2)] – [(2x + 1)/3(x2 + x + 1)]

Practice Problems

Evaluate the following using the method of partial fractions.

  1. \(\begin{array}{l}\frac{3x}{(x – 1)(x + 2)}\end{array} \)  
  2. \(\begin{array}{l}\frac{9x^2+5x-3}{(x + 1)^2(x – 2)}\end{array} \)  
  3. \(\begin{array}{l}\frac{x^2 + 2x – 1}{x(x^2 – 1)}\end{array} \)  

Frequently Asked Questions (FAQs) on Partial Fractions

Q1

What is meant by Partial Fractions?

In mathematics, the partial fraction is defined as the process of decomposition of a fraction into the simplest form of the fraction.

Q2

Write down the procedure for partial fraction decomposition.

The procedure for the partial fraction decomposition is as follows:
In a given rational expression, factor the denominator into the linear factors
For each factor obtained, write down the partial fraction with variables in the numerator, say x and y
To remove the fraction, multiply the whole equation by the denominator factor.
Now, solve for the constants x, and y
Substitute the constant values in the numerators of the partial fraction, and you will get the solution.

Q3

What are the different denominator types in partial fractions?

The four different types of denominators found in the partial fractions are:
Linear factors
Repeated linear factors
Irreducible factors of degree 2
Repeated irreducible factors of degree 2

Q4

What is the use of partial fraction decomposition?

Partial fraction decomposition is used to find the inverse Laplace transformation, and also it helps to integrate the rational functions.

Q5

What is meant by proper and improper rational expressions?

In proper rational expression, the degree of the numerator is less than the degree of the denominator. Whereas in improper rational expression, the degree of the numerator is greater than the degree of the denominator.

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.