Photo AI

Last Updated Sep 27, 2025

Integrating with Partial Fractions Simplified Revision Notes

Revision notes with simplified explanations to understand Integrating with Partial Fractions quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

287+ students studying

5.2.3 Integrating with Partial Fractions

Introduction to Integration with Partial Fractions

Partial fractions allow us to decompose a complicated rational expression into simpler fractions that are easier to integrate. This method is particularly useful when the denominator can be factored into linear or irreducible quadratic terms. Once the fraction is decomposed, integration can proceed term by term.

Steps for Integration Using Partial Fractions

  1. Decompose the fraction
  2. Determine constants
  3. Integrate each term

  1. Decompose the fraction: Split the fraction into a sum of simpler fractions based on the factors in the denominator.

  1. Determine constants: Solve for the unknown coefficients by equating numerators or substituting values.

  1. Integrate each term: Use standard integration techniques for linear and quadratic terms.

Types of Partial Fraction Decomposition

Linear Factors Only:

If the denominator factors into distinct linear terms:

P(x)(xa)(xb)Axa+Bxb\frac{P(x)}{(x-a)(x-b)} \to \frac{A}{x-a} + \frac{B}{x-b}

Repeated Linear Factors:

For repeated linear factors, include terms for each power:

P(x)(xa)2Axa+B(xa)2\frac{P(x)}{(x-a)^2} \to \frac{A}{x-a} + \frac{B}{(x-a)^2}

Irreducible Quadratic Factors:

For quadratic terms that cannot be factored further:

P(x)(x2+1)Ax+Bx2+1\frac{P(x)}{(x^2+1)} \to \frac{Ax+B}{x^2+1}

Worked Examples

lightbulbExample

Example 1: Integrate 1(x1)(x+2)\frac{1}{(x-1)(x+2)}


Step 1: Decompose the fraction:

1(x1)(x+2)=Ax1+Bx+2\frac{1}{(x-1)(x+2)} = \frac{A}{x-1} + \frac{B}{x+2}

Step 2: Find AA and BB:

Multiply through by (x1)(x+2)(x-1)(x+2) and equate numerators:

1=A(x+2)+B(x1)1 = A(x+2) + B(x-1)

Expand:

1=Ax+2A+BxB1 = Ax + 2A + Bx - B

Group terms:

1=(A+B)x+(2AB)1 = (A+B)x + (2A-B)

Compare coefficients:

Coefficient of xx: A+B=0A + B = 0

Constant term: 2AB=1 2A - B = 1

Solve:

From A+B=,B=AA+B=, B = -A

Substitute into : 2AB=12A−B=1

2A(A)=1    3A=1    A=132A - (-A) = 1 \implies 3A = 1 \implies A = \frac{1}{3}B=A=13B = -A = -\frac{1}{3}

Step 3: Rewrite the fraction:

1(x1)(x+2)=13x113x+2\frac{1}{(x-1)(x+2)} = \frac{\frac{1}{3}}{x-1} - \frac{\frac{1}{3}}{x+2}

Step 4: Integrate term by term:

1(x1)(x+2)dx=131x1dx131x+2dx\int \frac{1}{(x-1)(x+2)} \, dx = \frac{1}{3} \int \frac{1}{x-1} \, dx - \frac{1}{3} \int \frac{1}{x+2} \, dx=13lnx113lnx+2+C= \frac{1}{3} \ln|x-1| - \frac{1}{3} \ln|x+2| + C

Step 5: Simplify:

=13ln(x1x+2)+C= \frac{1}{3} \ln\left(\frac{|x-1|}{|x+2|}\right) + C
lightbulbExample

Example 2: Integrate 2xx2+4\frac{2x}{x^2+4}


Step 1: Decompose the fraction:

The denominator x2+4x^2+4 is irreducible.

The partial fraction form is:

2xx2+4=Ax2+4\frac{2x}{x^2+4} = \frac{A}{x^2+4}

Step 2: Simplify directly:

Observe that:

2xx2+4dx=d(x2+4)x2+4\int \frac{2x}{x^2+4} \, dx = \int \frac{d(x^2+4)}{x^2+4}

Step 3: Integrate:

Using the substitution u=x2+4,du=2xdxu = x^2+4, du = 2x \, dx:

2xx2+4dx=1udu=lnu+C=ln(x2+4)+C\int \frac{2x}{x^2+4} \, dx = \int \frac{1}{u} \, du = \ln|u| + C = \ln(x^2+4) + C
lightbulbExample

Example 3: Integrate 1x3+2x\frac{1}{x^3+2x}


Step 1: Factorise the denominator:

x3+2x=x(x2+2)x^3+2x = x(x^2+2)

Step 2: Decompose the fraction:

1x(x2+2)=Ax+Bx+Cx2+2\frac{1}{x(x^2+2)} = \frac{A}{x} + \frac{Bx+C}{x^2+2}

Step 3: Find AA, BB, and CC:

Multiply through by x(x2+2)x(x^2+2):

1=A(x2+2)+(Bx+C)x1 = A(x^2+2) + (Bx+C)x

Expand:

1=Ax2+2A+Bx2+Cx1 = Ax^2 + 2A + Bx^2 + Cx

Group terms:

1=(A+B)x2+Cx+2A1 = (A+B)x^2 + Cx + 2A

Compare coefficients:

Coefficient of x2x^2: A+B=0A + B = 0

Coefficient of xx: C=0C = 0

Constant term: 2A=12A = 1

Solve:

From 2A=1,A=122A = 1, A = \frac{1}{2}

From A+B=0,B=12A + B = 0, B = -\frac{1}{2}

C=0C = 0


Step 4: Rewrite the fraction:

1x(x2+2)=12x12xx2+2\frac{1}{x(x^2+2)} = \frac{\frac{1}{2}}{x} - \frac{\frac{1}{2}x}{x^2+2}

Step 5: Integrate term by term:

1x(x2+2)dx=121xdx12xx2+2dx\int \frac{1}{x(x^2+2)} \, dx = \frac{1}{2} \int \frac{1}{x} \, dx - \frac{1}{2} \int \frac{x}{x^2+2} \, dx

First term:

121xdx=12lnx\frac{1}{2} \int \frac{1}{x} \, dx = \frac{1}{2} \ln|x|

Second term:

Use substitution u=x2+2,u=2xdxu = x^2+2, u = 2x \, dx

12xx2+2dx=14ln(x2+2)-\frac{1}{2} \int \frac{x}{x^2+2} \, dx = -\frac{1}{4} \ln(x^2+2)

Step 6: Combine results:

1x(x2+2)dx=12lnx14ln(x2+2)+C\int \frac{1}{x(x^2+2)} \, dx = \frac{1}{2} \ln|x| - \frac{1}{4} \ln(x^2+2) + C

Note Summary

infoNote

Common Mistakes:

  1. Incorrect decomposition: Ensure the denominator is properly factored before setting up partial fractions.

  2. Forgetting to solve for constants: Always solve for AA,B B, and CC accurately by equating numerators or substituting values.

  3. Ignoring irreducible quadratic terms: For ax2+bx+cax^2+bx+c, include terms Ax+Bax2+bx+c\frac{Ax+B}{ax^2+bx+c}

  4. Not simplifying integrals: Some terms may directly simplify or use standard substitutions.

  5. Missing the +C+C: Always include the constant of integration in indefinite integrals.

infoNote

Key Formulas:

  1. Linear factors:
P(x)(xa)(xb)Axa+Bxb\frac{P(x)}{(x-a)(x-b)} \to \frac{A}{x-a} + \frac{B}{x-b}
  1. Repeated linear factors:
P(x)(xa)nAxa+B(xa)2++Z(xa)n\frac{P(x)}{(x-a)^n} \to \frac{A}{x-a} + \frac{B}{(x-a)^2} + \dots + \frac{Z}{(x-a)^n}
  1. Quadratic factors:
P(x)(ax2+bx+c)Ax+Bax2+bx+c\frac{P(x)}{(ax^2+bx+c)} \to \frac{Ax+B}{ax^2+bx+c}
  1. Standard integral results:
  • 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C
  • 1x2+a2dx=1aarctan(xa)+C\int \frac{1}{x^2+a^2} \, dx = \frac{1}{a} \arctan\left(\frac{x}{a}\right) + C
  • xx2+a2dx=12ln(x2+a2)+C\int \frac{x}{x^2+a^2} \, dx = \frac{1}{2} \ln(x^2+a^2) + C
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Integrating with Partial Fractions

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

50 flashcards

Flashcards on Integrating with Partial Fractions

Revise key concepts with interactive flashcards.

Try Further Maths Core Pure Flashcards

5 quizzes

Quizzes on Integrating with Partial Fractions

Test your knowledge with fun and engaging quizzes.

Try Further Maths Core Pure Quizzes

29 questions

Exam questions on Integrating with Partial Fractions

Boost your confidence with real exam questions.

Try Further Maths Core Pure Questions

27 exams created

Exam Builder on Integrating with Partial Fractions

Create custom exams across topics for better practice!

Try Further Maths Core Pure exam builder

50 papers

Past Papers on Integrating with Partial Fractions

Practice past papers to reinforce exam experience.

Try Further Maths Core Pure Past Papers

Other Revision Notes related to Integrating with Partial Fractions you should explore

Discover More Revision Notes Related to Integrating with Partial Fractions to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Methods in Calculus

Improper Integrals

user avatar
user avatar
user avatar
user avatar
user avatar

301+ studying

193KViews

96%

114 rated

Methods in Calculus

Mean Value of a Function

user avatar
user avatar
user avatar
user avatar
user avatar

248+ studying

185KViews

96%

114 rated

Methods in Calculus

Calculus Involving Inverse Trig

user avatar
user avatar
user avatar
user avatar
user avatar

300+ studying

190KViews

96%

114 rated

Methods in Calculus

Integration by Substitution

user avatar
user avatar
user avatar
user avatar
user avatar

426+ studying

186KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered