Physics Forums Insights
  • Physics
    • Physics Articles
    • Physics Tutorials
    • Physics Guides
    • Physics FAQs
  • Math
    • Math Articles
    • Math Tutorials
    • Math Guides
    • Math FAQs
  • Bio/Chem/Tech
    • Bio/Chem Articles
    • Computer Science Tutorials
    • Technology Guides
  • Education
    • Education Articles
    • Education Guides
  • Interviews
  • Quizzes
  • Forums
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu
partialfractions

Introduction to Partial Fractions Decomposition

January 4, 2016/3 Comments/in Mathematics Tutorials/by Mark44
📖Read Time: 4 minutes
📊Readability: Advanced 📐 (Technical knowledge needed)
🔖Core Topics: factorsrationaldecompositionequationexpression

Partial fractions decomposition is an algebraic technique that can be used to decompose (break down) a product of rational expressions into a sum of simpler rational expressions. A rational expression is one in which both the numerator and denominator are polynomials. A proper rational expression is one in which the degree of the numerator is strictly less than the degree of the denominator.

One important use of partial fractions decomposition is convert a difficult integration problem into two or more easier integration problems. However, in this Insights tutorial, we won’t look at the calculus applications, but will focus only on the algebraic aspects of this technique.

Before going any further, a fully worked example might be helpful.

Example: Decompose ##\frac{x}{(x – 1)(x + 1)}## into the sum of two rational expressions.

Solution and discussion: Decomposing this rational expression means finding constants A and B so that ##\frac{x}{(x – 1)(x + 1)} = \frac{A}{x – 1} + \frac{B}{x + 1}.##

Note: The equation here is really an identity — an equation that is true for all values of x for which all terms are defined. That is, other than x = 1 or x = -1.

##\frac{x}{(x – 1)(x + 1)} = \frac{A}{x – 1} + \frac{B}{x + 1}##

Multiplying both sides of the equation by ##(x – 1)(x + 1)## yields this equation:

##x = A(x + 1) + B(x – 1)##

Expanding the right side, we get:

##x = Ax + Bx + A – B = (A + B)x + (A – B)##

To make things completely obvious, we can write the equation above as

##0 + 1x = (A – B) + (A + B)x##

If this equation is to hold for all values of x, the coefficients on both sides have to be identically equal. As a result we must have 0 = A – B and 1 = (A + B). From these equations and a bit of algebra, we see that ##A = \frac 1 2## and ##B = \frac 1 2.##

So ##\frac{x}{(x – 1)(x + 1)} = \frac{\frac 1 2}{x – 1} + \frac{\frac 1 2}{x + 1}.##


For the remainder of this Insights article, I’ll show the form of the decomposition, but won’t show the work in solving for the constants.

Decomposition problems fall into one of the following categories, based on the factors in the denominator:

  • Distinct linear factors
  • Repeated linear factors
  • Distinct irreducible quadratic factors
  • Repeated irreducible quadratic factors
  • Mixed factors

Each of these types is discussed with an example in the following sections.

Table of Contents

  • Distinct Linear Factors
  • Repeated Linear Factors
  • Distinct Irreducible Quadratic Factors
  • Repeated Irreducible Quadratic Factors
  • Mixed factors
  • One for you to try:
    • More Related Articles

Distinct Linear Factors

In this case there are no repeated factors (factors raised to power 2 or higher) in the denominator.

Rational expression: ##\frac x {(x – 1)(x + 1)(x – 2)}##

Decomposition: ##\frac x {(x – 1)(x + 1)(x – 2)} = \frac{A}{x – 1} + \frac{B}{x + 1} + \frac{C}{x – 2}##

Multiply both sides of the equation above by ##(x – 1)(x + 1)(x – 2)##, and then solve for the constants A, B, and C. Although the equation above is undefined if x = 1, x = -1, or x = 2, the new equation (with denominators cleared) has no restrictions. You can set x to, respectively, 1, -1, and 2 to get three equations that can be easily solved for A, B, and C.


Repeated Linear Factors

For this case, at least one of the factors in the denominator occurs to a power of two or higher.

Rational expression: ##\frac 5 {(x – 1)^2(x + 1)}##

Decomposition: ##\frac 5 {(x – 1)^2(x + 1)} = \frac{A}{x – 1} + \frac{B}{(x – 1)^2} + \frac{C}{x + 1}##

The middle term on the right side above, is counterintutive, but this is the decomposition that works. Inexperienced students often are tempted to try the following decomposition, which does not work.

Incorrect! ##\frac 5 {(x – 1)^2(x + 1)} = \frac{A}{x – 1} + \frac{B}{x – 1} + \frac{C}{x + 1}##


Distinct Irreducible Quadratic Factors

By irreducible, I mean that the factors have coefficients that are not real. For example, ##x^2 + 4 = (x – 2i)(x + 2i)##, so is irreducible, but ##x^2 – 4## can be factored into (x – 2)(x + 2).

Rational expression: ##\frac {x^2 – 3x} {(x^2 + 1)(x^2 + 9)}##

Decomposition: ##\frac {x^2 – 3x} {(x^2 + 1)(x^2 + 9)} = \frac{Ax + B}{x^2 + 1} + \frac{Cx + D}{x^2 + 9}##


Repeated Irreducible Quadratic Factors

Rational expression: ##\frac {x^2 – 3x} {(x^2 + 1)^2(x^2 + 9)}##

Decomposition: ##\frac {x^2 – 3x} {(x^2 + 1)^2(x^2 + 9)} = \frac{Ax + B}{x^2 + 1} + \frac{Cx + D}{(x^2 + 1)^2} + \frac{Ex + D}{x^2 + 9}##

Note that ##x^2 + 1## occurs to the second power in the denominator, making it a repeated quadratic factor.


Mixed factors

Follow the guidelines above for linear factors and irreducible quadratic factors.

For example, ##\frac{3x + 7}{(x^2 + 4x + 4)(x^2 + 1)}## would be decomposed as ##\frac{A}{x + 2} + \frac{B}{(x + 2)^2} + \frac{Cx + D}{x^2 + 1} ##.


One for you to try:

Decompose ##\frac{2}{x^3 – x^2 + x – 1}## into two simpler rational expressions.

Hint: Start by factoring the denominator.

Mark44

Former college mathematics professor for 19 years where I also taught a variety of programming languages, including Fortran, Modula-2, C, and C++. Former technical writer for 15 years at a large software firm headquartered in Redmond, WA. Current associate faculty at a nearby community college, teaching classes in C++ and computer architecture/assembly language.
I enjoy traipsing around off-trail in Olympic National Park and the North Cascades and elsewhere, as well as riding and tinkering with my four motorcycles.

More Related Articles

  • The Many Faces of Topology
    Tags: algebra
    Share this entry
    • Share on Facebook
    • Share on X
    • Share on WhatsApp
    • Share on LinkedIn
    • Share on Reddit
    • Share by Mail
    https://www.physicsforums.com/insights/wp-content/uploads/2016/01/partialfractions.png 135 240 Mark44 https://www.physicsforums.com/insights/wp-content/uploads/2019/02/Physics_Forums_Insights_logo.png Mark442016-01-04 15:17:262020-09-15 16:48:44Introduction to Partial Fractions Decomposition
    You might also like
    natural language errors Frequently Made Errors in Probability: Conditionals in Natural Language
    world of algebras Introduction to the World of Algebras
    3 replies
    1. symbolipoint says:
      May 19, 2016 at 6:23 pm

      “Nice and complete and to the point !”
      It LOOKED good, but I only LOOKED at it; did not read it. I assume it said what is was supposed to. Some good college algebra and precalculus books have similar sections or two on this, just as well.

      Log in to Reply
    2. SammyS says:
      January 5, 2016 at 3:23 am

      Nice and complete and to the point !

      Log in to Reply
    3. RJLiberator says:
      January 4, 2016 at 8:55 pm

      Excellent!

      Log in to Reply

    Leave a Reply

    Want to join the discussion?
    Feel free to contribute!

    Leave a Reply Cancel reply

    You must be logged in to post a comment.

    Trending Articles

    • Explosion-Generated Collapsing Vacuum Bubbles Reach 20,000 Kelvin
    • Explore Some Sins in Physics Didactics
    • It’s Elemental! The Periodic Table Quiz
    • Do Black Holes Really Exist?
    • Grab Bag Science Quiz and Trivia

    Physics Forums

    • Classical Physics
    • Atomic and Condensed Matter
    • Quantum Physics
    • Special and General Relativity
    • Beyond the Standard Model
    • High Energy, Nuclear, Particle Physics
    • Astronomy and Astrophysics
    • Cosmology
    • Other Physics Topics

    Receive Insights Articles to Your Inbox

    Enter your email address:

    Blog Information

    • Become a Member!
    • Write for Us!
    • Table of Contents
    • Blog Author List

    Popular Topics

    astronomy (17) black holes (17) classical physics (35) cosmology (16) education (23) electromagnetism (19) general relativity (19) gravity (24) interview (21) mathematics (39) mathematics self-study (21) Physicist (26) programming (18) Quantum Field Theory (31) quantum mechanics (36) quantum physics (24) relativity (40) Special Relativity (16) technology (19) universe (21)
    2026 © Physics Forums, ALL RIGHTS RESERVED - Contact Us - Privacy Policy - About PF Insights
    • Link to X
    • Link to Facebook
    • Link to LinkedIn
    • Link to Youtube
    Link to: Set-Theoretic Foundations of Numbers and Functions Link to: Set-Theoretic Foundations of Numbers and Functions Set-Theoretic Foundations of Numbers and Functionsmicro3Link to: Peano Axioms: Construction of Natural Numbers and Properties Link to: Peano Axioms: Construction of Natural Numbers and Properties micro2Peano Axioms: Construction of Natural Numbers and Properties
    Scroll to top Scroll to top Scroll to top