BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon190 Learners

Last updated on October 21, 2025

Partial Fraction

Professor Greenline Explaining Math Concepts

Breaking a complex rational expression into a sum of simpler fractions is called partial fractions. It is especially used in integration, Laplace transforms, and to solve differential equations. In this article, we will learn more about the partial fractions.

Partial Fraction for US Students
Professor Greenline from BrightChamps

What is Partial Fraction?

Breaking down complicated fractions into smaller parts is known as partial fraction. These smaller parts are easier to work with when we add, subtract, or integrate them. Like fractions, partial fractions also have a numerator and a denominator. When the denominator has multiple factors, we can split the fraction into a sum of smaller ones. 

Professor Greenline from BrightChamps

What are the Formulas for Partial Fractions?

We use specific formulas to solve partial fractions based on the type of denominator. These formulas tell us to choose a kind of numerator that can be used for each type of denominator. These formulas help us rewrite difficult fractions, which makes integration and simplification easier. The formulas for partial expressions are mentioned below:

 

Type Form of Rational Expression Partial Fraction Decomposition

 

Non-repeated linear factor

 

\(\frac{P(x)}{(ax + b)^n} \) \(\frac{A}{ax + b} \)

 

Repeated linear factor

 

\(\frac{P(x)}{(ax + b)^n} \) \(\frac{A_1}{(ax + b)} + \frac{A_2}{(ax + b)^2} + \cdots + \frac{A_n}{(ax + b)^n} \)

 

Non-repeated quadratic factor

 

\(\frac{P(x)}{ax^2 + bx + c} \) \(\frac{Ax + B}{ax^2 + bx + c} \)

 

Repeated quadratic factor

 

\(\frac{P(x)}{(ax^2 + bx + c)^n} \) \(\frac{A_1x + B_1}{(ax^2 + bx + c)} + \cdots + \frac{A_nx + B_n}{(ax^2 + bx + c)^n} \)
Professor Greenline from BrightChamps

How to Decompose Partial Fractions?

Breaking a complex fraction into simpler fractions is called partial fraction decomposition. We can learn easily about the partial fraction decomposition using the following steps:

 

Step 1: Write the given fraction as a sum of simpler fractions. For example, \(\frac{7x + 4}{(x + 1)(x + 2)} = \frac{A}{x + 1} + \frac{B}{x + 2} \).

 

Step 2: To eliminate the denominator, multiply both sides by \((x + 1)(x + 2) \). Therefore, the equation will become \(7x + 4 = A(x + 2) + B(x + 1) \).
 

 

Step 3: Now open the brackets and solve the equation.

\(7x + 4 = A(x + 2) + B(x + 1) \)

\(7x + 4 = Ax + 2A + Bx + B \)

\(7x + 4 = (A + B)x + (2A + B) \)

 

Coefficients of x:\( A + B = 7\)

Constant term: \(2A + B = 4\).
 

 

Step 4: Solve for A and B

\((1) A + B = 7\)

\((2) 2A + B = 4\)

Subtract equation (1)  from equation (2):

\((2A + B = 4) - (A + B = 7) = 4 - 7\)

 

When subtracting both equations, the B term gets cancelled, and we will get the value of A as: 

A = -3
 

Substitute A = -3 in the first equation,

A + B = 7

-3 + B = 7

B = 7 + 3

B = 10

 

Therefore, the final answer becomes: \(\frac{7x + 4}{(x + 1)(x + 2)} = \frac{-3}{x + 1} + \frac{10}{x + 2} \)

Professor Greenline from BrightChamps

Partial Fractions of Improper Fractions

When the numerator in a fraction is larger than the denominator, then it is called an improper fraction. Convert the improper fraction to a proper one before breaking the fraction into smaller parts. To make the improper fraction into a proper fraction, we use the long division method. Follow the steps given below for the improper fraction of partial fractions.

 

Step 1: Do the long division method. Divide the numerator by the denominator.

 

Step 2: After long division, we write the numbers in the form: Quotient + Remainder / Divisor.

 

So, the improper fraction becomes a polynomial and a smaller proper fraction.

Professor Greenline from BrightChamps

Partial Fractions in Integration

Integration using partial fractions involves breaking a fraction into smaller parts and integrating each. Follow the steps given below:

 

Step 1: Break the given fraction into smaller fractions,

.
 

 

Step 2: Find the values of A and B.
 

 

Step 3: Now the equation will become,

 

Step 4: We can integrate this easily using the formula:

Professor Greenline from BrightChamps

Tips and Tricks to Master Partial Fraction

Learning partial fractions makes it easier to simplify complex rational expressions and solve integrals. These tips help improve accuracy and speed in decomposition.

 

  • Always factor the denominator completely before starting the decomposition.
     
  • Identify the type of factors, linear, repeated linear, or quadratic to choose the correct form for the partial fractions.
     
  • Use substitution or equating coefficients to solve for unknown constants efficiently.
     
  • Check your work by combining the partial fractions to ensure they equal the original expression.
     
  • Practice different forms of rational expressions regularly to recognize patterns and improve speed.
Max Pointing Out Common Math Mistakes

Common Mistakes and How To Avoid Them in Partial Fractions

Students make mistakes when learning partial fractions. Listed below are some of the common mistakes that they make, and the ways to avoid them, and to help them avoid those mistakes.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not checking the fraction.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students may forget to check the fraction before dividing it into smaller parts. Check the fraction before making it in smaller parts. If there is an improper fraction, use the long division method and make the improper fraction to the proper fraction.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not multiplying the denominator on both sides.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Failing to multiply the denominator on both sides causes errors. To eliminate the entire denominator, multiply both sides of the equation.

 

For example, in this equation, we multiplied both sides by to eliminate the denominator.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting the final step.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students might stop after finding the answer for A and B. After finding the values, we have to apply them to the partial fractions. If A = 2 and B = 1, substitute the values back into the partial fractions so the final answer becomes, 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Mixing up the signs

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Forgetting to write the negative sign or writing the wrong sign when substituting values. Always be careful with the signs. 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting to add “C” in integration

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often forget to include the constant of integration (+C) when integrating partial fractions. Write + C at the end after solving an integration problem. .

arrow-right
arrow-right
Professor Greenline from BrightChamps

Real Life Applications of Partial Fractions

In real life, partial fractions are widely used in fields such as mathematics, engineering, and science. Listed below are some real-life applications where partial fractions are used.  

 

  • Control system engineering: Partial fractions are used to decompose complex transfer functions for analyzing system stability and designing controllers.
     
  • Signal processing: In digital and analog signal processing, partial fractions simplify Laplace and Z-transform expressions for filtering, modulation, and system analysis.
     
  • Differential equations in physics: They help solve higher-order differential equations in mechanics, electromagnetism, and quantum physics by breaking complex expressions into integrable parts.
     
  • Communication systems: Partial fractions are applied in analyzing and simplifying frequency response equations and Fourier transforms in telecommunications.
     
  • Applied mathematics and modeling: Advanced population dynamics, epidemic spread models, and chemical reaction kinetics often use partial fraction decomposition to solve complex rational expressions efficiently.

 

 

Max from BrightChamps Saying "Hey"
Hey!

Solved Examples of Partial Fractions

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Break into partial fractions: 5/((x + 1)(x + 2))

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

We can write the equation as:

 

Multiply on both sides to remove the denominators. 







 

Comparing both sides, there is no x coefficient, so it can be written as 0.

A + B = 0,

B = -A

Substitute the value of A with



A = 5

Put A = 5, in B = -A

B= -5

Therefore, the final values in

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Break this into partial fractions: x + 5/(x + 1)2

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

The equation will become,

 

Multiply (x +1)2 on both sides,





 

Comparing both sides,
A = 1

 

Substitute A = 1 in A + B = 5

A + B = 5

1 + B = 5

B = 5 - 1

B = 4

 

Therefore, the answer becomes,

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Break this into partial fractions: 7x + 5/(x + 1)(x + 2)

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

We can write the equation as,

 

Multiply on both sides,







 

Comparing both sides,

A + B = 7, 2A + B = 5

 

Subtract and

A = -2

 

Substitute the value of A for

A + B = 7

-2 + B = 7

B = 7 + 2

B = 9

 

Therefore, the final answer becomes,

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Break this into partial fractions: 2x + 3/(x + 1)2

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

The equation will become, 

 

Multiply both sides by (x + 1)2:





 

Compare both sides,

A = 2,

 

Substitute A = 2 in A + B = 3

A + B = 3

2 + B = 3

B = 3 – 2

B = 1

 

The final answer is:

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Break this into partial fractions: (5x + 9)/((x + 2)(x + 3))

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

5x + 9/(x + 2)(x + 3) = -1/(x + 2) + 6/(x + 3)

Explanation

The equation is:

(5x + 9)/((x + 2)(x + 3)) = A/x + 2 + B/x + 3

 

Multiply both the sides by (x +2)(x + 3),

5x + 9 = A(x + 3) + B(x + 2)

5x + 9 = Ax + 3A + Bx + 2B

5x + 9 = (Ax + Bx) + (3A + 2B)

5x + 9 = (A + B)x + (3A + 2B)

 

Comparing both sides,

A + B = 5, 3A + 2B = 9

 

Simplify the equation,

A + B = 5

B = 5 - A

 

Substitute B = 5 - A to 3A + 2B = 9







A + 10 = 9

A = 9 - 10

A = -1

 

Substitute A = -1 to A + B = 5

A + B = 5

-1 + B = 5

B = 5 + 1

B = 6

 

Therefore, the equation will become

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs of Partial Fractions

1.What are partial fractions?

A complicated fraction that is divided into smaller parts is known as partial fractions. 

Math FAQ Answers Dropdown Arrow

2.Why do we use partial fractions?

We use partial fractions to make the problem easier, solve integrals in calculus, and simplify functions in physics and engineering.

Math FAQ Answers Dropdown Arrow

3.When can a fraction be split?

A fraction can be split only when the numerator is smaller than the denominator.

Math FAQ Answers Dropdown Arrow

4.Where are partial fractions used in real life?

Partial fractions are used in calculus, engineering, physics, economics, computer science, etc.

Math FAQ Answers Dropdown Arrow

5.Can partial fractions have more than three parts?

Yes, if the denominator has many factors, we will have many parts. 

Math FAQ Answers Dropdown Arrow

6.How can I explain partial fractions to my child in simple terms?

You can compare it to dividing a pizza into smaller, manageable slices. A complicated fraction is split into simpler parts that are easier to work with.

Math FAQ Answers Dropdown Arrow

7.How can I help my child practice partial fractions at home?

Start with simple examples like fractions with linear denominators, then gradually move to more complex expressions. Encourage them to verify their results by combining the fractions back together.

Math FAQ Answers Dropdown Arrow

8.What are partial fractions and why are they important?

Partial fractions are a way to break down complex rational expressions into simpler fractions. Learning this helps children solve advanced algebra and calculus problems more easily.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom