Quadratic Factors

Learning Outcomes

  • Decompose a rational expression with non-repeated irreducible quadratic factors.
  • Decompose a rational expression that has repeated irreducible quadratic factors.

So far we have performed partial fraction decomposition with expressions that have had linear factors in the denominator, and we applied numerators [latex]A,B[/latex], or [latex]C[/latex] representing constants. Now we will look at an example where one of the factors in the denominator is a quadratic expression that does not factor. This is referred to as an irreducible quadratic factor. In cases like this, we use a linear numerator such as [latex]Ax+B,Bx+C[/latex], etc.

A General Note: Decomposition of [latex]\frac{P\left(x\right)}{Q\left(x\right)}:Q\left(x\right)[/latex] Has a Nonrepeated Irreducible Quadratic Factor

The partial fraction decomposition of [latex]\dfrac{P\left(x\right)}{Q\left(x\right)}[/latex] such that [latex]Q\left(x\right)[/latex] has a nonrepeated irreducible quadratic factor and the degree of [latex]P\left(x\right)[/latex] is less than the degree of [latex]Q\left(x\right)[/latex] is written as

[latex]\dfrac{P\left(x\right)}{Q\left(x\right)}=\dfrac{{A}_{1}x+{B}_{1}}{\left({a}_{1}{x}^{2}+{b}_{1}x+{c}_{1}\right)}+\dfrac{{A}_{2}x+{B}_{2}}{\left({a}_{2}{x}^{2}+{b}_{2}x+{c}_{2}\right)}+\cdot \cdot \cdot +\dfrac{{A}_{n}x+{B}_{n}}{\left({a}_{n}{x}^{2}+{b}_{n}x+{c}_{n}\right)}[/latex]

The decomposition may contain more rational expressions if there are linear factors. Each linear factor will have a different constant numerator: [latex]A,B,C[/latex], and so on.

How To: Given a rational expression where the factors of the denominator are distinct, irreducible quadratic factors, decompose it.

  1. Use variables such as [latex]A,B[/latex], or [latex]C[/latex] for the constant numerators over linear factors, and linear expressions such as [latex]{A}_{1}x+{B}_{1},{A}_{2}x+{B}_{2}[/latex], etc., for the numerators of each quadratic factor in the denominator.
    [latex]\dfrac{P\left(x\right)}{Q\left(x\right)}=\dfrac{A}{ax+b}+\dfrac{{A}_{1}x+{B}_{1}}{\left({a}_{1}{x}^{2}+{b}_{1}x+{c}_{1}\right)}+\dfrac{{A}_{2}x+{B}_{2}}{\left({a}_{2}{x}^{2}+{b}_{2}x+{c}_{2}\right)}+\cdot \cdot \cdot +\dfrac{{A}_{n}x+{B}_{n}}{\left({a}_{n}{x}^{2}+{b}_{n}x+{c}_{n}\right)}[/latex]
  2. Multiply both sides of the equation by the common denominator to eliminate fractions.
  3. Expand the right side of the equation and collect like terms.
  4. Set coefficients of like terms from the left side of the equation equal to those on the right side to create a system of equations to solve for the numerators.

Example: Decomposing [latex]\frac{P\left(x\right)}{Q\left(x\right)}[/latex] When Q(x) Contains a Nonrepeated Irreducible Quadratic Factor

Find a partial fraction decomposition of the given expression.

[latex]\dfrac{8{x}^{2}+12x - 20}{\left(x+3\right)\left({x}^{2}+x+2\right)}[/latex]

Q & A

Could we have just set up a system of equations to solve Example 3?

Yes, we could have solved it by setting up a system of equations without solving for [latex]A[/latex] first. The expansion on the right would be:

[latex]\begin{align} 8{x}^{2}+12x - 20&=A{x}^{2}+Ax+2A+B{x}^{2}+3B+Cx+3C \\ 8{x}^{2}+12x - 20&=\left(A+B\right){x}^{2}+\left(A+3B+C\right)x+\left(2A+3C\right) \end{align}[/latex]

So the system of equations would be:

[latex]\begin{align}A+B=8 \\ A+3B+C=12 \\ 2A+3C=-20 \end{align}[/latex]

Try It

Find the partial fraction decomposition of the expression with a nonrepeating irreducible quadratic factor.

[latex]\dfrac{5{x}^{2}-6x+7}{\left(x - 1\right)\left({x}^{2}+1\right)}[/latex]

In the following video, you will see another example of how to find the partial fraction decomposition for a rational expression that has quadratic factors.

Decomposing P(x) / Q(x), When Q(x) Has a Repeated Irreducible Quadratic Factor

Now that we can decompose a simplified rational expression with an irreducible quadratic factor, we will learn how to do partial fraction decomposition when the simplified rational expression has repeated irreducible quadratic factors. The decomposition will consist of partial fractions with linear numerators over each irreducible quadratic factor represented in increasing powers.

A General Note: Decomposition of [latex]\frac{P\left(x\right)}{Q\left(x\right)}[/latex] When Q(x) Has a Repeated Irreducible Quadratic Factor

The partial fraction decomposition of [latex]\dfrac{P\left(x\right)}{Q\left(x\right)}[/latex], when [latex]Q\left(x\right)[/latex] has a repeated irreducible quadratic factor and the degree of [latex]P\left(x\right)[/latex] is less than the degree of [latex]Q\left(x\right)[/latex], is

[latex]\dfrac{P\left(x\right)}{{\left(a{x}^{2}+bx+c\right)}^{n}}=\dfrac{{A}_{1}x+{B}_{1}}{\left(a{x}^{2}+bx+c\right)}+\dfrac{{A}_{2}x+{B}_{2}}{{\left(a{x}^{2}+bx+c\right)}^{2}}+\dfrac{{A}_{3}x+{B}_{3}}{{\left(a{x}^{2}+bx+c\right)}^{3}}+\cdot \cdot \cdot +\dfrac{{A}_{n}x+{B}_{n}}{{\left(a{x}^{2}+bx+c\right)}^{n}}[/latex]

Write the denominators in increasing powers.

How To: Given a rational expression that has a repeated irreducible factor, decompose it.

  1. Use variables like [latex]A,B[/latex], or [latex]C[/latex] for the constant numerators over linear factors, and linear expressions such as [latex]{A}_{1}x+{B}_{1},{A}_{2}x+{B}_{2}[/latex], etc., for the numerators of each quadratic factor in the denominator written in increasing powers, such as
    [latex]\dfrac{P\left(x\right)}{Q\left(x\right)}=\dfrac{A}{ax+b}+\dfrac{{A}_{1}x+{B}_{1}}{\left(a{x}^{2}+bx+c\right)}+\dfrac{{A}_{2}x+{B}_{2}}{{\left(a{x}^{2}+bx+c\right)}^{2}}+\cdots +\text{ }\dfrac{{A}_{n}+{B}_{n}}{{\left(a{x}^{2}+bx+c\right)}^{n}}[/latex]
  2. Multiply both sides of the equation by the common denominator to eliminate fractions.
  3. Expand the right side of the equation and collect like terms.
  4. Set coefficients of like terms from the left side of the equation equal to those on the right side to create a system of equations to solve for the numerators.

Example: Decomposing a Rational Function with a Repeated Irreducible Quadratic Factor in the Denominator

Decompose the given expression that has a repeated irreducible factor in the denominator.

[latex]\dfrac{{x}^{4}+{x}^{3}+{x}^{2}-x+1}{x{\left({x}^{2}+1\right)}^{2}}[/latex]

Try It

Find the partial fraction decomposition of the expression with a repeated irreducible quadratic factor.

[latex]\dfrac{{x}^{3}-4{x}^{2}+9x - 5}{{\left({x}^{2}-2x+3\right)}^{2}}[/latex]

This video provides you with another worked example of how to find the partial fraction decomposition for a rational expression that has repeating quadratic factors.

Contribute!

Did you have an idea for improving this content? We’d love your input.

Improve this pageLearn More