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.

See also
Key Formula
Q(x)P(x)=D(x)+Q(x)R(x)
Where:
- P(x) = The numerator polynomial (degree ≥ degree of Q)
- Q(x) = The denominator polynomial (Q(x) ≠ 0)
- D(x) = The quotient polynomial obtained from long division
- 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: x+1x2+3x+5
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)=2≥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+5−x(x+1)=x2+3x+5−x2−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+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.
x+1x2+3x+5=x+2+x+13
Answer: x+1x2+3x+5=x+2+x+13
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: x3+12x3−x3+4 (Simplify the numerator first.)
Step 1: Simplify the numerator by combining like terms.
2x3−x3+4=x3+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)
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+4−x3−1=3
Step 4: The remainder is 3 (degree 0 < degree 3), so the division is complete.
x3+1x3+4=1+x3+13
Answer: x3+1x3+4=1+x3+13
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 Expression | Proper Rational Expression | |
|---|---|---|
| Definition | Degree of numerator ≥ degree of denominator | Degree 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 first | Yes — ready for partial fraction decomposition |
| Rewriting | Use long division to get polynomial + proper fraction | Already in simplest rational form |
| Analogy with numbers | Like improper fraction 7/3 | Like 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
- Proper Rational Expression — Numerator degree strictly less than denominator degree
- Rational Expression — General term for a ratio of two polynomials
- Polynomial Long Division — Method used to rewrite improper rational expressions
- Synthetic Division — Shortcut division when divisor is linear
- Degree — Highest exponent that determines proper vs. improper
- Improper Fraction — Numeric analogy where numerator ≥ denominator
- Polynomial — Building blocks of rational expressions
- Fraction — General concept of a ratio of two quantities
