Determine The Partial Fraction Expansion For The Rational Function Below

8 min read

Ever stared at a rational function and felt your brain quietly shut the door? Even so, you're not alone. Most people meet partial fractions once in a calculus class and then happily forget them — until they show up again in control systems, differential equations, or that one exam you can't avoid And it works..

So let's talk about how to determine the partial fraction expansion for the rational function below, even when "the rational function below" is the kind of thing that makes you squint at the page.

What Is Partial Fraction Expansion

Here's the thing — partial fraction expansion is just a way of taking one messy fraction and splitting it into several simpler ones. Even so, that's it. You've got a rational function, which is just a fancy name for one polynomial divided by another, and you want to rewrite it as a sum of smaller, easier-to-handle pieces.

Why bother? A single complicated denominator might hide three or four behaviors inside it. Now, because those smaller pieces are way easier to integrate, invert with Laplace transforms, or just understand. Partial fractions pull them apart Simple, but easy to overlook. But it adds up..

The Basic Idea

Say you have something like:

(x + 2) / (x² − x − 2)

You factor the bottom: (x − 2)(x + 1). Because of that, your job is to find A and B. Then you guess the fraction can be written as A/(x − 2) + B/(x + 1). That's the whole game. Everything else is just variation on this theme Simple as that..

Proper vs Improper

Real talk — before you do anything, check if the fraction is proper. Plus, that means the degree of the numerator is less than the degree of the denominator. Still, if it isn't, you've got to do polynomial long division first. Skip that step and the whole method falls apart. I know it sounds simple — but it's easy to miss.

Why It Matters

Why does this matter? Because most people skip the "why" and just memorize steps, then panic when the problem changes shape.

In practice, partial fractions show up everywhere. Solving linear differential equations with constant coefficients? Still, you'll meet them. Doing Laplace transforms in engineering? Because of that, absolutely. Now, finding areas under curves that look innocent but aren't? Yep Most people skip this — try not to..

And here's what goes wrong when people don't get it: they try to integrate a rational function as-is and drown in algebra. Or they misread a repeated root and get an answer that's off by a constant — which is sometimes worse than being totally wrong, because it looks right Worth knowing..

Short version: it depends. Long version — keep reading.

Turns out, knowing how to determine the partial fraction expansion for the rational function below isn't about passing a test. It's about having a tool that makes harder math possible And it works..

How It Works

The short version is: factor, set up, solve. But the details are where the real understanding lives. Let's walk through it properly.

Step 1 — Make Sure It's Proper

Like I said above, if the numerator's degree is equal to or bigger than the denominator's, divide first. You'll get a polynomial part plus a proper fraction. Keep the polynomial aside; you'll add it back at the end Most people skip this — try not to..

Example: (x³ + 1) / (x² + x). Divide, get x − 1 + (x + 1)/(x² + x). Now the last bit is proper. Degree 3 over degree 2 — improper. That's what you decompose.

Step 2 — Factor the Denominator Completely

You need linear factors like (x − a) and irreducible quadratic factors like (x² + bx + c) where the discriminant is negative. Over real numbers, that's as far as you go.

  • Distinct linear factors: each gets its own constant over that factor.
  • Repeated linear factors: (x − a)² gets A/(x − a) + B/(x − a)².
  • Irreducible quadratics: get (Cx + D)/(quadratic).
  • Repeated quadratics: same idea, one term per power.

Step 3 — Set Up the Template

This is the part most guides get wrong because they show one clean example and call it a day. You match the denominator's structure with unknown constants.

For (x + 2) / [(x − 2)(x + 1)]: A/(x − 2) + B/(x + 1)

For 1 / [x(x − 1)²]: A/x + B/(x − 1) + C/(x − 1)²

For 1 / [(x² + 1)(x − 3)]: (Ax + B)/(x² + 1) + C/(x − 3)

Step 4 — Clear Denominators and Solve

Multiply both sides by the full denominator. You get a polynomial identity. Then you've got options:

  1. Plug in smart values of x (like the roots) to kill terms and solve for constants fast.
  2. Expand and equate coefficients of matching powers of x.

Both work. The root method is quicker when you've got distinct linear factors. Coefficient matching is your friend when quadratics or repeats are involved That's the part that actually makes a difference..

Example with (x + 2) = A(x + 1) + B(x − 2):

  • Let x = 2: 4 = 3A → A = 4/3
  • Let x = −1: 1 = −3B → B = −1/3

Done. The expansion is (4/3)/(x − 2) − (1/3)/(x + 1).

Step 5 — Handle Improper Leftovers

Remember that polynomial from step 1? Add it back. A full answer might look like "x + 2 + 3/(x − 1) − 1/(x + 2)". Don't drop the polynomial. Please Simple, but easy to overlook. That's the whole idea..

Step 6 — Check Your Work

Worth knowing: you can always recombine your answer and see if you get the original function. Takes thirty seconds. If you don't, a sign or coefficient is off. Saves a lot of embarrassment The details matter here..

Common Mistakes

Honestly, this is the part most guides get wrong. They pretend everyone nails it first try. Here's what actually goes sideways:

  • Forgetting long division. People decompose improper fractions and wonder why nothing matches. It won't.
  • Missing repeated factors. Seeing (x − 2)² and writing only A/(x − 2)². You need both powers. Every time.
  • Wrong numerator for quadratics. Writing A/(x² + 1) instead of (Ax + B)/(x² + 1). The top has to be one degree less than the bottom.
  • Assuming all quadratics factor. Over the reals, x² + 4 stays put. Don't waste ten minutes trying to split it into lines.
  • Arithmetic slips with signs. Clearing denominators is safe. Expanding is where minus signs go to hide.

And look — even experienced folks rush step 4 and mix up which constant goes with which term. Slow down there and it's fine.

Practical Tips

What actually works when you're sitting in front of a problem at midnight?

  • Factor the denominator first, on scratch paper, and circle repeated vs distinct vs quadratic. Visual structure helps more than you'd think.
  • Use the root-substitution trick whenever you can. It's faster and less error-prone than equating coefficients for every problem.
  • For repeated factors, solve the highest-power constant first using the root, then differentiate or substitute to get the rest. That's a legit method and underused.
  • Keep your constants as letters you can actually read. Don't use I and l in the same problem. Sounds dumb. Happens constantly.
  • If the problem says "determine the partial fraction expansion for the rational function below" and gives you a specific expression, do not generalize. Use their numbers. Students lose points inventing their own function.
  • Recombine at the end. It's the only check that doesn't lie.

One more: if you're doing this for Laplace or integration, label which piece maps to which standard form. Future you will be grateful.

FAQ

How do I know if a rational function is proper? Check degrees. If the numerator's highest power is smaller than the denominator's, it's proper. If not, divide first Less friction, more output..

What if the denominator won't factor nicely? Over the reals, factor into linear and

irreducible quadratic pieces as far as you can. You don't need complex roots for a real partial fraction decomposition — leave irreducible quadratics intact and give them linear numerators.

Can I always use root substitution instead of equating coefficients? No. It works cleanly for distinct linear factors, but repeated factors and quadratics usually need either a follow-up substitution, differentiation, or a coefficient comparison to pin down every constant. Use roots to get what you can, then clean up the rest.

Do I really need the polynomial part from long division? Yes. If the function is improper, the polynomial is one of the terms in the final answer. Dropping it is the same as claiming your quotient is zero — which it isn't. Write it out, even if it's just x − 1 or a constant The details matter here..

What's the fastest way to catch a mistake? Recombine. Multiply everything back over the common denominator and simplify. If you don't recover the original rational function exactly, something is off. There is no faster reality check.

Conclusion

Partial fraction decomposition is less a feat of insight than a routine with a handful of fixed rules: divide if you must, factor completely, assign the right numerator shape to every factor, solve your constants, and never throw away the polynomial part. Follow the structure, check by recombining, and the method becomes mechanical. Most errors aren't conceptual — they're skipped steps, sign slips, or forgotten repeated powers. Do that, and the only surprising thing left is how often it just works That's the part that actually makes a difference..

Latest Drops

Latest Additions

Same Kind of Thing

A Bit More for the Road

Thank you for reading about Determine The Partial Fraction Expansion For The Rational Function Below. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home