Mathwords logoMathwords

Improper Rational Expression

Improper Rational Expression

A rational expression in which the degree of the numerator polynomial is greater than or equal to the degree of the denominator polynomial.

Note: Polynomial long division can be used to write an improper rational expression as the sum of a polynomial and a proper rational expression. Synthetic division may also be used for some fractions.

 

Two examples of improper rational expressions: (x²−3x+1)/(5x²+2x−8) and 3x²/(5x−4).

 

See also

Improper fraction

Key Formula

P(x)Q(x)=D(x)+R(x)Q(x)\frac{P(x)}{Q(x)} = D(x) + \frac{R(x)}{Q(x)}
Where:
  • P(x)P(x) = The numerator polynomial (degree ≥ degree of Q)
  • Q(x)Q(x) = The denominator polynomial (Q(x) ≠ 0)
  • D(x)D(x) = The quotient polynomial obtained from long division
  • R(x)R(x) = The remainder polynomial, whose degree is strictly less than the degree of Q(x)

Worked Example

Problem: Rewrite the improper rational expression as the sum of a polynomial and a proper rational expression: x2+3x+5x+1\frac{x^2 + 3x + 5}{x + 1}
Step 1: Check that the expression is improper. The numerator has degree 2 and the denominator has degree 1. Since 2 ≥ 1, this is an improper rational expression.
deg(x2+3x+5)=21=deg(x+1)\deg(x^2 + 3x + 5) = 2 \geq 1 = \deg(x + 1)
Step 2: Perform polynomial long division. Divide the leading term of the numerator by the leading term of the denominator: x² ÷ x = x. Multiply x by (x + 1) and subtract from the numerator.
x2+3x+5x(x+1)=x2+3x+5x2x=2x+5x^2 + 3x + 5 - x(x + 1) = x^2 + 3x + 5 - x^2 - x = 2x + 5
Step 3: Divide the new leading term by the leading term of the denominator: 2x ÷ x = 2. Multiply 2 by (x + 1) and subtract.
2x+52(x+1)=2x+52x2=32x + 5 - 2(x + 1) = 2x + 5 - 2x - 2 = 3
Step 4: The remainder is 3, which has degree 0, less than the degree of the denominator (degree 1). Write the result as the quotient plus the remainder over the divisor.
x2+3x+5x+1=x+2+3x+1\frac{x^2 + 3x + 5}{x + 1} = x + 2 + \frac{3}{x + 1}
Answer: x2+3x+5x+1=x+2+3x+1\frac{x^2 + 3x + 5}{x + 1} = x + 2 + \frac{3}{x + 1}

Another Example

This example covers the edge case where the numerator and denominator have equal degrees. The quotient is just a constant (1), showing that 'improper' includes the equal-degree case, not only when the numerator's degree is strictly greater.

Problem: Determine whether the following is improper and, if so, rewrite it: 2x3x3+4x3+1\frac{2x^3 - x^3 + 4}{x^3 + 1} (Simplify the numerator first.)
Step 1: Simplify the numerator by combining like terms.
2x3x3+4=x3+42x^3 - x^3 + 4 = x^3 + 4
Step 2: Compare degrees. The numerator x³ + 4 has degree 3, and the denominator x³ + 1 has degree 3. Since 3 ≥ 3 (equal degrees), this is an improper rational expression.
deg(x3+4)=3=deg(x3+1)\deg(x^3 + 4) = 3 = \deg(x^3 + 1)
Step 3: Perform polynomial long division. Divide leading terms: x³ ÷ x³ = 1. Multiply 1 by (x³ + 1) and subtract.
(x3+4)1(x3+1)=x3+4x31=3(x^3 + 4) - 1 \cdot (x^3 + 1) = x^3 + 4 - x^3 - 1 = 3
Step 4: The remainder is 3 (degree 0 < degree 3), so the division is complete.
x3+4x3+1=1+3x3+1\frac{x^3 + 4}{x^3 + 1} = 1 + \frac{3}{x^3 + 1}
Answer: x3+4x3+1=1+3x3+1\frac{x^3 + 4}{x^3 + 1} = 1 + \frac{3}{x^3 + 1}

Frequently Asked Questions

What is the difference between an improper rational expression and an improper fraction?
An improper fraction is a ratio of two integers where the numerator is greater than or equal to the denominator (like 7/3). An improper rational expression is the same idea extended to polynomials: the degree of the numerator polynomial is greater than or equal to the degree of the denominator polynomial. Both can be rewritten — improper fractions as mixed numbers and improper rational expressions as a polynomial plus a proper rational expression.
How do you tell if a rational expression is improper or proper?
Compare the degree (highest power of the variable) in the numerator to the degree in the denominator. If the numerator's degree is greater than or equal to the denominator's degree, the expression is improper. If the numerator's degree is strictly less, it is proper. For example, (x² + 1)/(x³ + x) is proper because 2 < 3.
Why do you need to convert an improper rational expression before integrating?
In calculus, partial fraction decomposition — a standard technique for integrating rational expressions — only works on proper rational expressions. If you have an improper rational expression, you must first use polynomial long division to separate it into a polynomial (which is easy to integrate) plus a proper rational expression (which you can then decompose into partial fractions).

Improper Rational Expression vs. Proper Rational Expression

Improper Rational ExpressionProper Rational Expression
DefinitionDegree of numerator ≥ degree of denominatorDegree of numerator < degree of denominator
Example(x³ + 2) / (x + 1) — degree 3 ≥ degree 1(3x + 1) / (x² + 1) — degree 1 < degree 2
Can apply partial fractions directly?No — must perform long division firstYes — ready for partial fraction decomposition
RewritingUse long division to get polynomial + proper fractionAlready in simplest rational form
Analogy with numbersLike improper fraction 7/3Like proper fraction 2/5

Why It Matters

You encounter improper rational expressions frequently in Algebra 2, Precalculus, and Calculus. Recognizing them is essential before performing partial fraction decomposition, which is a key integration technique. In graphing rational functions, performing the long division reveals the slant (oblique) asymptote or the polynomial end behavior of the function.

Common Mistakes

Mistake: Forgetting that equal degrees count as improper.
Correction: An expression like (x² + 1)/(x² − 4) is improper because deg(numerator) = deg(denominator) = 2. The condition is ≥, not just >. Dividing gives a constant quotient plus a proper remainder fraction.
Mistake: Trying to apply partial fraction decomposition to an improper rational expression without dividing first.
Correction: Partial fractions require the rational expression to be proper. Always check degrees first. If the expression is improper, perform polynomial long division to obtain a polynomial plus a proper rational expression, then decompose only the proper part.

Related Terms