KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesRational Algebraic FractionsEngineering · Engineering MathematicsLesson 4/5← PrevNext →
GuidePublished 15 Aug 20266 min readBy Kevin Joginrational expressionsalgebraic fractionsexcluded valuescompound fractions
On this page

Ask about this page

KEVOS AIRational Algebraic Fractions

KEVOS knowledge first · trusted web sources when needed

Indices, Radicals and Rational Expressions

Rational Algebraic Fractions

Algebraic fractions, the values that must be excluded, reducing by cancelling factors rather than terms, and clearing compound fractions by a single multiplication.

Category Engineering / MathematicsStream Indices, Radicals and Rational ExpressionsLevel CoreReading 7 minSource Week 2, pages 6-9

What this page covers

  • Identify and state the excluded values of a rational expression
  • Reduce an algebraic fraction by cancelling common factors
  • Combine algebraic fractions over a common denominator
  • Clear a compound fraction in one multiplication
On this page
  1. What a rational expression is
  2. Excluded values
  3. Reducing to lowest terms
  4. Combining rational expressions
  5. Compound fractions
  6. Common mistakes
  7. Frequently asked questions

What a rational expression is

Rational expression

A ratio of two polynomials, P(x)Q(x), defined wherever Q(x) ≠ 0.

The source lists a representative set, and each illustrates something.

The source's examples
ExpressionNote
53A numeric fraction is a rational expression with constant polynomials
6 = 61Every polynomial is rational, with denominator 1
x - y2Constant denominator: no exclusions
x2 - 5x + 6x3 + 8Denominator vanishes at x = -2, which must be excluded
Correction to the source

Week 2, page 6 records the restriction on x2 - 5x + 6x3 + 8 as x ≠ 2. The denominator x3 + 8 is zero when x3 = -8, that is at x = -2, not x = 2. At x = 2 the denominator is 16, which is perfectly acceptable. The correct restriction is x ≠ -2. This page uses the corrected value.

Excluded values

Finding them is mechanical: set the denominator to zero and solve. Doing it first, before any simplification, is the discipline that prevents restrictions from being lost.

  1. Factor the denominator completely.
  2. Set each factor to zero and solve. The zero-product property guarantees these are all the values.
  3. Record the exclusions alongside the expression, before simplifying.
  4. Carry them into the answer, because simplification can remove a denominator without removing the restriction.

Worked example — a factorable denominator

Find the excluded values of x + 3x2 - 5x + 6.

x2 - 5x + 6 = (x - 2)(x - 3)(x - 2)(x - 3) = 0 ⇒ x = 2 or x = 3Excluded: x ≠ 2 and x ≠ 3

Worked example — the source's cubic denominator

For x2 - 5x + 6x3 + 8, factor the denominator as a sum of cubes:

x3 + 8 = x3 + 23 = (x + 2)(x2 - 2x + 4)Sum of cubes, from the special products

The first factor vanishes at x = -2. The quadratic factor has discriminant 4 - 16 = -12 < 0, so it never vanishes for real x. The only exclusion is x ≠ -2.

Watch out

A restriction survives simplification. (x - 2)(x + 1)x - 2 reduces to x + 1, but the reduced form is valid only for x ≠ 2. Written without that condition the answer claims a value at x = 2 that the original expression does not have.

Reducing to lowest terms

Reduction cancels factors common to the whole numerator and the whole denominator. Factoring both completely comes first; there is no way to see what cancels until it is done.

Worked example &mdash; the source's monomial case

x2y32xy5 = x · x · y32 · x · y3 · y2= x2y2Source example, Week 2, page 7

Writing the powers out as repeated factors makes the cancellation obvious. Once the habit is established the index laws do it in one step: x2-1y3-5 = xy-2 = xy2, then divide by 2.

Worked example &mdash; factoring first

x2 - 9x2 + 7x + 12 = (x - 3)(x + 3)(x + 3)(x + 4)= x - 3x + 4, x ≠ -3, x ≠ -4Both restrictions carry into the answer

x ≠ -4 is visible in the reduced form. x ≠ -3 is not, and would be lost without the explicit statement &mdash; which is exactly why the exclusions are recorded before simplifying.

Cancel factors, never terms

x + 2x does not reduce. The numerator is a sum, so x is not a factor of it. At x = 2 the value is 2, not 1. This is the most persistent error in the whole topic and it is worth a deliberate check: can the numerator be written as x times something? If not, nothing cancels.

Combining rational expressions

The rules are those of numeric fractions, applied to polynomials. Addition and subtraction need a common denominator; multiplication and division do not.

The four operations
OperationRuleFirst step
MultiplyAB · CD = ACBDFactor everything, cancel before multiplying
DivideAB div CD = AB · DCInvert the divisor, then as for multiplication
AddAC + BC = A + BCBuild both to a common denominator
SubtractAC - BC = A - BCBuild up, then subtract the whole numerator
Watch out

In subtraction the minus sign applies to every term of the second numerator. x2 - x - 32 is x - x + 32 = 32, not x - x - 32. Bracket the numerator before subtracting.

Worked example &mdash; the source's negative-power case

x-3y5 - 3x-4y6 = y5x3 - 3y6x4= xy5x4 - 3y6x4= xy5 - 3y6x4= y5(x - 3y)x4Source example, Week 2, page 8

Factoring the numerator at the end is worth the extra line. It exposes the zero at x = 3y, and it shows immediately that nothing further cancels against x4.

Compound fractions

A compound fraction has fractions inside its numerator or denominator. There are two routes, and one of them scales much better than the other.

Route A: combine then invert

Simplify the numerator to a single fraction, do the same to the denominator, then divide by inverting. Fine for small cases.

Route B: multiply through

Multiply the entire compound fraction, top and bottom, by the common denominator of every inner fraction. One step clears them all.

Route B is the one to learn. It is a single multiplication by 1, it does not require the inner parts to be combined first, and it handles cases where inverting is awkward.

Worked example &mdash; the source's compound fraction

Simplify ab - c + bb + caa2 - b2.

The inner denominators are b - c, b + c and a2 - b2. Multiply top and bottom by their product:

= a(b + c)(a2 - b2) + b(b - c)(a2 - b2)a(b - c)(b + c)Source result, Week 2, page 9

Every inner fraction cleared in one multiplication. The numerator shares a factor of (a2 - b2), so it tidies further to (a2 - b2)[a(b + c) + b(b - c)]a(b - c)(b + c), with restrictions a ≠ 0, b ≠ ±c and a ≠ ±b.

Note

The restrictions here come from three places at once: the inner denominators, the outer denominator, and the requirement that the divisor aa2 - b2 is not itself zero. Compound fractions accumulate conditions, and listing them all is part of the answer.

Common mistakes

Errors and checks
MistakeCorrectCheck
x + 2x = 2No simplificationAt x = 2 the value is 2; at x = 1 it is 3
Dropping a restriction after cancellingCarry x ≠ a into the answerAsk where the original denominator vanished
AC - BC = A - BC with B unbracketedBracket the whole second numeratorExpand -(x - 3) on its own line
1a + 1b = 1a + ba + baba = b = 1: left is 2, right is 12
Multiplying out before cancellingFactor first, cancel, then multiplyFar less arithmetic and fewer errors
Excluding x = 2 instead of x = -2 for x3 + 8x3 + 8 = 0 at x = -2Substitute: 23 + 8 = 16 ≠ 0

Frequently asked questions

Why do excluded values matter if they never appear in the answer?

Because the simplified form may be defined where the original is not. x2 - 1x - 1 reduces to x + 1, which is fine at x = 1, but the original is 00 there. The two expressions are equal only where both are defined, and the restriction has to travel with the answer.

Can I cancel the x in x + 2x?

No. Cancellation removes a factor common to the whole numerator and the whole denominator. Here the numerator is a sum. Testing at x = 2 gives 2, not 1, which settles it.

Is there a shortcut for compound fractions?

Yes: multiply the whole thing, top and bottom, by the common denominator of all the inner fractions. One multiplication clears every inner fraction at once, and it works whatever shape the compound fraction has.

Do I need the lowest common denominator?

No, any common denominator works. The product of the denominators is always available and always correct; the lowest one just keeps the expressions smaller and often avoids a reduction at the end.

Related pages

  • Arithmetic of Fractions: a Working Reference
  • Factoring Polynomials: the Five Standard Methods
  • The Index Laws: a Complete Treatment
  • The Implied Domain of a Function

Source. Handwritten teaching notes, Week 2, pages 6-9.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

Rationalising Denominators and ConjugatesGuide · Engineering MathematicsNEXT LESSON →Complex Numbers: Arithmetic and the ConjugateGuide · Engineering MathematicsFractional Exponents and RadicalsGuide · Engineering MathematicsThe Index Laws: a Complete TreatmentGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®