Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Integration By Partial Fractions Explained with Steps and Examples

ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Solve Integrals Using the Partial Fractions Method with Formula and Solved Examples

The concept of Integration by Partial Fractions is essential in mathematics and helps in solving rational integrals commonly found in board exams and competitive tests. This technique reduces complex algebraic fractions into simpler fractions, making integration easier and more systematic.


Understanding Integration by Partial Fractions

Integration by Partial Fractions is a method used to integrate rational functions, that is, fractions where both the numerator and denominator are polynomials. This concept is widely used in calculus, algebraic decomposition, and when solving differential equations involving rational functions. It helps to split complicated fractions into a sum of simpler ones, each of which can be integrated easily.


Formula Used in Integration by Partial Fractions

The process involves expressing a proper rational function as a sum of simpler fractions. For example:

\( \frac{P(x)}{Q(x)} = \frac{A}{x-a} + \frac{B}{x-b} \) if \( Q(x) = (x-a)(x-b) \) (distinct linear factors).

If \( Q(x) \) has repeated or quadratic factors, the decomposition adjusts accordingly.


Here’s a helpful table to understand Integration by Partial Fractions for common cases:


Integration by Partial Fractions Table

Type of DenominatorDecomposition Form
Distinct Linear Factors \( \frac{A}{x-a} + \frac{B}{x-b} \)
Repeated Linear Factor \( \frac{A}{x-a} + \frac{B}{(x-a)^2} \)
Irreducible Quadratic \( \frac{Ax+B}{x^2+bx+c} \)

This table helps you quickly identify how to split a complex rational function for integration by partial fractions.


Step-by-Step Method for Integration by Partial Fractions

1. Check if the rational function is proper (degree of numerator < degree of denominator).

2. If improper, divide numerator by denominator to make it proper.

3. Factor the denominator completely (linear and/or quadratic factors).

4. Write the partial fraction decomposition with unknown coefficients for each factor.

5. Set up an equality and solve for the unknowns by comparing coefficients or plugging in roots.

6. Rewrite the original integrand as a sum of the found partial fractions.

7. Integrate each term separately using standard formulas.

8. Combine results and include the constant of integration.


Worked Example – Solving a Problem

Let’s solve: \( \int \frac{x^2+1}{x^2-5x+6}\,dx \)

1. Notice \( x^2+1 \) and \( x^2-5x+6 \) have equal degree, so divide numerator by denominator:

2. \( x^2-5x+6 = (x-2)(x-3) \)

3. Perform division: \( \frac{x^2+1}{x^2-5x+6} = 1 + \frac{5x-5}{x^2-5x+6} \)

4. Decompose \( \frac{5x-5}{(x-2)(x-3)} \):
Set \( \frac{5x-5}{(x-2)(x-3)} = \frac{A}{x-2} + \frac{B}{x-3} \)

5. Multiply both sides by denominator:
\( 5x-5 = A(x-3) + B(x-2) \)
\( 5x-5 = Ax - 3A + Bx - 2B = (A+B)x - (3A+2B) \)
So, equate:
\( A+B = 5 \)
\( -3A-2B = -5 \)
By solving, \( B=10 \), \( A=-5 \).

6. So, \( \frac{5x-5}{(x-2)(x-3)} = \frac{-5}{x-2} + \frac{10}{x-3} \)

7. Now integrate: \( \int 1\,dx - 5\int \frac{1}{x-2}\,dx + 10\int \frac{1}{x-3}\,dx \)
Final answer:
\( x - 5\ln|x-2| + 10\ln|x-3| + C \)


Practice Problems

  • Integrate \( \int \frac{3x+2}{(x+1)(x-2)}\,dx \) using partial fractions.
  • Find \( \int \frac{2x}{x^2+4}\,dx \) by decomposition method.
  • Evaluate \( \int \frac{x^2}{x^3+1}\,dx \) by expressing as partial fractions.
  • Use partial fraction rules to express \( \frac{7}{x^2-1} \) as a sum of simple terms and integrate.

Common Mistakes to Avoid

  • Forgetting to perform division if the rational function is improper.
  • Factoring the denominator incorrectly, leading to the wrong form of partial fractions.
  • Not comparing coefficients systematically when solving for unknown constants.
  • Omitting the constant of integration in indefinite integrals.

Real-World Applications

The concept of integration by partial fractions appears in electrical engineering (circuit analysis), solving differential equations, probability density functions, and physics problems involving rates and rational expressions. With Vedantu, students learn to connect these mathematical tools to practical scenarios and academic success.


Best Resources for Integration by Partial Fractions

If you want to broaden your knowledge, review more concepts about Integration, explore Methods of Integration, or practice more with Integral Calculus. Make sure to check out the partial fractions and integration by parts pages to clarify the differences and apply the correct method in each context. Don’t forget to check proofs of integration formulas for solid conceptual grounding.


We explored the idea of Integration by Partial Fractions, including the algorithm, formula table, worked example, and common mistakes. Practice frequently and use Vedantu to master this essential topic for all major competitive and board exams.


FAQs on Integration By Partial Fractions Explained with Steps and Examples

1. What is integration by partial fractions?

Integration by partial fractions is a method used to integrate a rational function by expressing it as a sum of simpler fractions that can be integrated easily. A rational function has the form P(x)/Q(x), where P and Q are polynomials. The method involves:

  • Ensuring the degree of the numerator is less than the denominator.
  • Factoring the denominator completely.
  • Decomposing into partial fractions.
  • Integrating each simpler fraction separately.
This technique is commonly used in calculus for solving integrals involving algebraic fractions.

2. When can you use partial fractions to integrate?

You can use partial fractions when integrating a proper rational function, where the degree of the numerator is less than the degree of the denominator. If the function is improper (degree of numerator ≥ degree of denominator), first perform polynomial division. Then:

  • Factor the denominator into linear or irreducible quadratic factors.
  • Set up partial fractions based on the type of factors.
This method works only for rational expressions, not for trigonometric or exponential functions directly.

3. What is the formula for partial fraction decomposition?

The formula for partial fraction decomposition depends on the factorization of the denominator. For example:

  • If Q(x) = (x − a)(x − b), then
    P(x)/Q(x) = A/(x − a) + B/(x − b).
  • If Q(x) = (x − a)2, then
    P(x)/Q(x) = A/(x − a) + B/(x − a)2.
  • If Q(x) = x2 + a2, then
    P(x)/Q(x) = (Ax + B)/(x2 + a2).
The constants A, B, etc., are found by equating coefficients.

4. How do you solve an integral using partial fractions step by step?

To solve an integral using partial fractions, first decompose the rational function and then integrate each term separately. For example, evaluate ∫ 3/(x² − 1) dx:

  • Factor: x² − 1 = (x − 1)(x + 1).
  • Decompose: 3/(x² − 1) = A/(x − 1) + B/(x + 1).
  • Solve: 3 = A(x + 1) + B(x − 1).
  • Find A = 3/2, B = −3/2.
  • Integrate: ∫ 3/(x² − 1) dx = (3/2) ln|x − 1| − (3/2) ln|x + 1| + C.
This is a standard integration by partial fractions example.

5. How do you integrate repeated linear factors using partial fractions?

To integrate repeated linear factors, include a term for each power of the repeated factor in the decomposition. For example, if the denominator is (x − 2)2, write:
P(x)/(x − 2)2 = A/(x − 2) + B/(x − 2)2.

  • Find constants A and B.
  • Integrate each term separately.
  • Use ∫ 1/(x − a) dx = ln|x − a| + C.
This ensures all repeated factors are properly handled in integration by partial fractions.

6. How do you integrate irreducible quadratic factors using partial fractions?

To integrate irreducible quadratic factors, use a linear numerator over the quadratic factor. If the denominator contains x² + a², write:
P(x)/(x² + a²) = (Ax + B)/(x² + a²).

  • Split into two integrals.
  • Use substitution for the Ax term.
  • Use ∫ 1/(x² + a²) dx = (1/a) tan⁻¹(x/a) + C.
This method is essential when the quadratic cannot be factored over the real numbers.

7. What is the difference between partial fractions and integration by parts?

The difference is that partial fractions is used for rational functions, while integration by parts is used for products of functions. Partial fractions:

  • Applies to P(x)/Q(x).
  • Requires factoring the denominator.
Integration by parts:
  • Uses the formula ∫u dv = uv − ∫v du.
  • Is used for expressions like x eˣ or x sin x.
They are different integration techniques used in different situations in calculus.

8. What is a proper and improper rational function in partial fractions?

A proper rational function has the degree of the numerator less than the degree of the denominator, while an improper one does not. Specifically:

  • Proper: deg(P) < deg(Q).
  • Improper: deg(P) ≥ deg(Q).
If improper, perform long division before applying partial fraction decomposition. Only proper rational functions can be directly decomposed.

9. Can you give an example of integration by partial fractions?

Yes, for example ∫ (2x + 3)/(x² + 3x + 2) dx can be solved using partial fractions. Steps:

  • Factor: x² + 3x + 2 = (x + 1)(x + 2).
  • Decompose: (2x + 3)/(x² + 3x + 2) = A/(x + 1) + B/(x + 2).
  • Solve: 2x + 3 = A(x + 2) + B(x + 1).
  • Find A = 1, B = 1.
  • Integrate: ∫ = ln|x + 1| + ln|x + 2| + C.
This is a typical worked example of integration by partial fractions.

10. What are common mistakes in integration by partial fractions?

Common mistakes in integration by partial fractions include incorrect factorization and missing terms in the decomposition. Key errors to avoid:

  • Not checking if the rational function is proper.
  • Forgetting repeated factor terms.
  • Using constants instead of Ax + B for irreducible quadratics.
  • Making algebra errors when solving for constants.
  • Forgetting the constant of integration + C.
Careful algebra and correct setup ensure accurate results.