Partial Fraction Decomposition Calculator | Find Partial Fractions Online


Partial Fraction Decomposition Calculator

An expert tool to find partial fractions for rational expressions.

Enter the coefficients for a rational function of the form (Ax + B) / (x² + Cx + D). This calculator finds the partial fraction decomposition for cases with distinct real roots in the denominator.



The ‘A’ in Ax + B.



The ‘B’ in Ax + B.



The ‘C’ in x² + Cx + D.



The ‘D’ in x² + Cx + D.


Results

Enter values to see the decomposition.

Intermediate Values

Denominator Roots (r₁, r₂): N/A

Coefficient A₁: N/A

Coefficient A₂: N/A

The expression is decomposed into the form: A₁/(x – r₁) + A₂/(x – r₂).

Visual plot of the original function (blue) and its decomposed partial fractions (red, green).

What is a Partial Fraction Calculator?

A partial fraction calculator is a tool designed to perform a mathematical process known as partial fraction decomposition. This technique is used to break down a complex rational expression (a fraction of polynomials) into a sum of simpler fractions. For anyone wondering how to find partial fraction using calculator, this tool automates the complex algebra involved. The process is crucial in fields like integral calculus, where integrating a complex fraction becomes much easier by integrating its simpler partial fraction components. It’s also used in engineering for solving differential equations and analyzing system responses.

The core idea is that any proper rational function (where the numerator’s degree is less than the denominator’s) can be split. The form of the smaller fractions depends on the factors of the original denominator. Our partial fraction decomposition calculator handles the common case where the denominator can be factored into distinct linear terms, making it a powerful learning and problem-solving aid.

Partial Fraction Formula and Explanation

The fundamental goal when you want to find partial fractions is to reverse the process of adding fractions. For a rational function where the denominator is a quadratic that factors into two distinct linear terms, like (x - r₁) and (x - r₂), the decomposition takes a specific form.

Given the expression:

Ax + B
(x – r₁)(x – r₂)

=

A₁
x – r₁

+

A₂
x – r₂

Here, r₁ and r₂ are the roots of the denominator polynomial. The constants A₁ and A₂ are the unknown coefficients we need to solve for. Our calculator first finds the roots and then solves for these coefficients to provide the final decomposed form. The method for finding them is called the Heaviside cover-up method.

Variables Table

Variables used in the decomposition for (Ax+B)/(x²+Cx+D)
Variable Meaning Unit Typical Range
A, B, C, D Coefficients of the input polynomials Unitless Any real number
r₁, r₂ Roots of the denominator polynomial Unitless Any real number (must be distinct for this calculator)
A₁, A₂ Coefficients of the resulting partial fractions Unitless Any real number

Practical Examples

Example 1: Simple Decomposition

Let’s decompose the fraction (5x – 1) / (x² – x – 6).

  • Inputs: A = 5, B = -1, C = -1, D = -6.
  • Process: The denominator x² – x – 6 factors into (x – 3)(x + 2). The roots are r₁ = 3 and r₂ = -2.
  • Calculation: Using the cover-up method, we find A₁ = (5*3 – 1)/(3 – (-2)) = 14/5 = 2.8. And A₂ = (5*(-2) – 1)/(-2 – 3) = -11/-5 = 2.2.
  • Results: The decomposition is 2.8 / (x – 3) + 2.2 / (x + 2). An online partial fraction solver like this one confirms the result instantly.

Example 2: Negative Root

Consider the fraction (2x + 8) / (x² + 5x + 4).

  • Inputs: A = 2, B = 8, C = 5, D = 4.
  • Process: The denominator x² + 5x + 4 factors into (x + 1)(x + 4). The roots are r₁ = -1 and r₂ = -4.
  • Calculation: We find A₁ = (2*(-1) + 8)/(-1 – (-4)) = 6/3 = 2. And A₂ = (2*(-4) + 8)/(-4 – (-1)) = 0/-3 = 0.
  • Results: The decomposition is 2 / (x + 1) + 0 / (x + 4), which simplifies to just 2 / (x + 1). This shows how some terms can vanish.

How to Use This Partial Fraction Calculator

Using this tool is straightforward. Here’s a step-by-step guide on how to find partial fractions using our calculator:

  1. Enter Numerator Coefficients: Input the values for ‘A’ (the coefficient of x) and ‘B’ (the constant term) from your numerator polynomial Ax + B.
  2. Enter Denominator Coefficients: Input the values for ‘C’ (the coefficient of x) and ‘D’ (the constant term) for your denominator polynomial x² + Cx + D.
  3. Review Real-Time Results: The calculator automatically updates with each input. The “Results” section will show the final decomposed expression.
  4. Analyze Intermediate Values: Check the calculated roots of the denominator (r₁, r₂) and the resulting coefficients (A₁, A₂) to understand how the solution was derived. You can verify these with a quadratic formula calculator.
  5. Interpret the Graph: The chart visually confirms the result. The blue line represents the original function, while the green and red lines show the individual partial fractions. Their sum equals the original function.

Key Factors That Affect Partial Fraction Decomposition

  • Degree of Polynomials: The very first check is that the degree of the numerator must be strictly less than the degree of the denominator. If not, you must first perform polynomial long division.
  • Roots of the Denominator: The nature of the denominator’s roots dictates the entire decomposition process.
    • Distinct Real Roots: The simplest case, leading to terms like A/(x-r). This is what our calculator specializes in.
    • Repeated Real Roots: A factor like (x-r)ⁿ leads to terms A₁/(x-r) + A₂/(x-r)² + … + Aₙ/(x-r)ⁿ.
    • Irreducible Quadratic Factors: A factor like (ax²+bx+c) that cannot be factored into real linear roots leads to a term of the form (Ax+B)/(ax²+bx+c).
  • Leading Coefficients: While this calculator assumes a leading coefficient of 1 in the denominator (x²), other calculators can handle Ax²+Bx+C, which adds another layer to the calculations.
  • Solving for Coefficients: The method used to find the ‘A’ and ‘B’ constants is crucial. The Heaviside cover-up method is fast for distinct linear roots, but solving a system of equations solver is required for more complex cases.
  • Proper vs. Improper Fractions: As mentioned, improper fractions require an extra step of division before decomposition can begin.
  • Field of Numbers: Whether you are working with real numbers or complex numbers can change whether a quadratic factor is considered irreducible.

Frequently Asked Questions (FAQ)

1. Why do I need to find partial fractions?
Partial fractions are essential for integrating complex rational functions. They also appear in solving differential equations using Laplace transforms and in other areas of engineering and physics. Using a calculus integral calculator often involves this step internally.
2. What happens if the numerator’s degree is higher than the denominator’s?
This is called an improper fraction. You must perform polynomial long division first to get a polynomial plus a proper fraction. Then you can decompose the proper fraction part.
3. What if the denominator has repeated roots?
If the denominator has a factor like (x-a)², the decomposition must include terms for both (x-a) and (x-a)². This calculator is designed for distinct roots, but the general method can be extended.
4. What does an “irreducible quadratic factor” mean?
It’s a quadratic expression (like x² + 1) that cannot be factored into linear terms with real number coefficients. It corresponds to having complex roots. Decomposing these requires a term of the form (Ax+B)/(x²+c).
5. Can this calculator handle cubic denominators?
This specific tool is optimized for quadratic denominators. A general-purpose online partial fraction solver would be needed for cubic or higher-degree polynomials.
6. Are the coefficients A, B, etc., always unitless?
Yes, in pure mathematics, these are just real numbers. If the variables represented physical quantities with units, the coefficients would have corresponding units to maintain dimensional consistency.
7. Is there a simple way to find the coefficients A₁ and A₂?
Yes, for distinct linear factors, the Heaviside “cover-up” method is easiest. To find the coefficient for the term A₁/(x-r₁), cover up the (x-r₁) factor in the original denominator and substitute x=r₁ into what’s left.
8. What if the calculator shows “No real roots” or “Repeated roots”?
It means the denominator does not have two distinct real roots. This calculator is specifically designed for that case. For other cases, you would need to use different decomposition rules, for example, involving complex numbers or terms with squared denominators.

Related Tools and Internal Resources

For more advanced mathematical operations, consider exploring these related tools:

© 2026 SEO Experts Inc. All Rights Reserved.



Leave a Reply

Your email address will not be published. Required fields are marked *