Skip to main content

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

Partial fractions are the fractions used for the decomposition of a rational expression. When an algebraic expression is split into a sum of two or more rational expressions, then each part is called a partial fraction. Hence, basically, it is the reverse of the addition of rational expressions. Similar to fractions, a partial fraction will have a numerator and denominator, where the denominator represents the decomposed part of a rational function.

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 Fraction in Integration

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
1p(x)+q(xa)(xb)  Axa+B(xb)  
2p(x)+q(xa)2  A1xa+A2(xa)2
3px2+qx+r(xa)(xb)(xc)  Axa+B(xb)+C(xc)  
4px2+q(x)+r(xa)2(xb)  A1xa+A2(xa)2+B(xb)
5px2+qx+r(xa)(x2+bx+c)  Axa+Bx+Cx2+bx+c  

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:

P(x)Q(x)=A(x)+R(x)Q(x)

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

1(x3)(x+1)

with respect to x.

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

1(x3)(x+1)=A(x3)+B(x+1)

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

1(x3)(x+1)=14(x3)+14(x+1)

Integrating with respect to x we have;

1(x3)(x+1)=14(x3)+14(x+1)

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,

=141(x3)141(x+1)

=14ln|x3|14ln|x+1|

=14ln|x3x+1|

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. 3x(x1)(x+2)  
  2. 9x2+5x3(x+1)2(x2)  
  3. x2+2x1x(x21)  

Learn more about Calculus, Integration, Integration by parts, etc. only with ANAND CLASSES (A School Of Competitions) – The Learning App and also watch other engaging videos to learn with ease.

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.

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...