2.1.21Algebra — Introduction & Intermediate

Rational expressions — simplification, operations

2,326 words11 min readdifficulty · medium
Figure — Rational expressions — simplification, operations

Domain restrictions: The expression is undefined wherever the denominator equals zero. We must always identify and state these restrictions.

Step-by-step from first principles:

  1. Factor numerator and denominator completely

    • Why? Because abac=bc\frac{ab}{ac} = \frac{b}{c} (cancel common factor aa)
    • This only works when factors are multiplied, not added
  2. Identify restrictions BEFORE canceling

    • Why? Canceling removes factors, but the original denominator zeros still matter
    • Example: x2(x2)(x+3)\frac{x-2}{(x-2)(x+3)} is undefined at x=2x=2 AND x=3x=-3, even after canceling
  3. Cancel common factors

    • Rule: ACBC=AB\frac{A \cdot C}{B \cdot C} = \frac{A}{B} for C0C \neq 0
    • NEVER cancel terms that are added/subtracted
  4. State simplified form with domain

General form: P(x)Q(x)=P(x)Q(x)where Q(x)0\frac{P(x)}{Q(x)} = \frac{P(x)}{Q(x)} \quad \text{where } Q(x) \neq 0

After factoring: A(x)C(x)B(x)C(x)=A(x)B(x)where B(x)0,C(x)0\frac{A(x) \cdot C(x)}{B(x) \cdot C(x)} = \frac{A(x)}{B(x)} \quad \text{where } B(x) \neq 0, C(x) \neq 0

Solution with WHY at each step:

Step 1: Factor numerator x24=(x2)(x+2)x^2 - 4 = (x-2)(x+2) Why difference of squares? Because a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)

Step 2: Factor denominator x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x+2)(x+3) Why? Find two numbers that multiply to 6 and add to 5: those are 2 and 3

Step 3: Identify restrictions x+20x2x + 2 \neq 0 \Rightarrow x \neq -2 x+30x3x + 3 \neq 0 \Rightarrow x \neq -3 Why before canceling? These values made the ORIGINAL denominator zero

Step 4: Rewrite with factored forms (x2)(x+2)(x+2)(x+3)\frac{(x-2)(x+2)}{(x+2)(x+3)}

Step 5: Cancel common factor (x+2)(x+2) =x2x+3= \frac{x-2}{x+3} Why can we cancel? Because abac=bc\frac{a \cdot b}{a \cdot c} = \frac{b}{c} when a0a \neq 0

Final answer: x2x+3\frac{x-2}{x+3}, where x2,3x \neq -2, -3

Derivation of multiplication rule: abcd=acbd\frac{a}{b} \cdot \frac{c}{d} = \frac{a \cdot c}{b \cdot d} Why? Multiply numerators together, multiply denominators together (like numeric fractions)

Solution:

Step 1: Factor everything FIRST (before multiplying) (x1)(x+1)x(x+3)xx1\frac{(x-1)(x+1)}{x(x+3)} \cdot \frac{x}{x-1} Why factor first? So we can cancel across fractions before multiplying

Step 2: Identify all restrictions

  • From x(x+3)x(x+3): x0,3x \neq 0, -3
  • From x1x-1: x1x \neq 1

Step 3: Write as single fraction (x1)(x+1)xx(x+3)(x1)\frac{(x-1)(x+1) \cdot x}{x(x+3) \cdot (x-1)}

Step 4: Cancel common factors

  • Cancel xx from numerator and denominator
  • Cancel (x1)(x-1) from numerator and denominator

=x+1x+3= \frac{x+1}{x+3}

Final answer: x+1x+3\frac{x+1}{x+3}, where x0,1,3x \neq 0, 1, -3

Derivation of division rule: ab÷cd=abdc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \cdot \frac{d}{c} Why? Dividing by a fraction = multiplying by its reciprocal Proof: abcd=abdc\frac{\frac{a}{b}}{\frac{c}{d}} = \frac{a}{b} \cdot \frac{d}{c} (multiply top and bottom by dc\frac{d}{c})

Solution:

Step 1: Rewrite division as multiplication by reciprocal x2+2xx+3x29x\frac{x^2 + 2x}{x+3} \cdot \frac{x^2 - 9}{x}

Step 2: Factor everything x(x+2)x+3(x3)(x+3)x\frac{x(x+2)}{x+3} \cdot \frac{(x-3)(x+3)}{x} Why x29x^2 - 9? Difference of squares: x29=(x3)(x+3)x^2 - 9 = (x-3)(x+3)

Step 3: Restrictions

  • From denominators: x3,0x \neq -3, 0
  • From original divisor's denominator: x3x \neq 3

Step 4: Combine and cancel x(x+2)(x3)(x+3)x(x+3)\frac{x(x+2)(x-3)(x+3)}{x(x+3)} Cancel xx and (x+3)(x+3): =(x+2)(x3)= (x+2)(x-3) =x2x6= x^2 - x - 6

Final answer: x2x6x^2 - x - 6, where x3,0,3x \neq -3, 0, 3

Rule for like denominators: ac+bc=a+bc\frac{a}{c} + \frac{b}{c} = \frac{a+b}{c} Why? Just like 27+37=57\frac{2}{7} + \frac{3}{7} = \frac{5}{7} — combine numerators, keep common denominator

Solution: 3x+(2x+1)x5=5x+1x5\frac{3x + (2x+1)}{x-5} = \frac{5x+1}{x-5} where x5x \neq 5

Derivation of addition rule: To add fractions with different denominators, we need a common denominator.

Why? You can't add 12+13\frac{1}{2 + \frac{1}{3}} directly — you need 36+26=56\frac{3}{6} + \frac{2}{6} = \frac{5}{6}

Finding LCD (Least Common Denominator):

  • Factor each denominator
  • LCD = product of highest powers of all factors
  • Here: LCD=(x+1)(x2)\text{LCD} = (x+1)(x-2)

Solution:

Step 1: Write each fraction with LCD 2x+1x2x2+3x2x+1x+1\frac{2}{x+1} \cdot \frac{x-2}{x-2} + \frac{3}{x-2} \cdot \frac{x+1}{x+1} Why multiply by x2x2\frac{x-2}{x-2}? It equals1, so we're not changing the value

Step 2: Expand numerators 2(x2)(x+1)(x2)+3(x+1)(x+1)(x2)\frac{2(x-2)}{(x+1)(x-2)} + \frac{3(x+1)}{(x+1)(x-2)} =2x4(x+1)(x2)+3x+3(x+1)(x2)= \frac{2x-4}{(x+1)(x-2)} + \frac{3x+3}{(x+1)(x-2)}

Step 3: Combine numerators =2x4+3x+3(x+1)(x2)=5x1(x+1)(x2)= \frac{2x-4+3x+3}{(x+1)(x-2)} = \frac{5x-1}{(x+1)(x-2)}

Final answer: 5x1(x+1)(x2)\frac{5x-1}{(x+1)(x-2)}, where x1,2x \neq -1, 2

Solution:

Step 1: Factor denominators x24=(x2)(x+2)x^2 - 4 = (x-2)(x+2) x(x2)(x+2)2x+2\frac{x}{(x-2)(x+2)} - \frac{2}{x+2}

Step 2: Find LCD LCD=(x2)(x+2)\text{LCD} = (x-2)(x+2)

Step 3: Rewrite with LCD x(x2)(x+2)2(x2)(x+2)(x2)\frac{x}{(x-2)(x+2)} - \frac{2(x-2)}{(x+2)(x-2)} Why multiply second fraction by x2x2\frac{x-2}{x-2}? To get common denominator

Step 4: Combine =x2(x2)(x2)(x+2)=x2x+4(x2)(x+2)= \frac{x - 2(x-2)}{(x-2)(x+2)} = \frac{x - 2x + 4}{(x-2)(x+2)} =x+4(x2)(x+2)= \frac{-x+4}{(x-2)(x+2)}

Final answer: 4x(x2)(x+2)\frac{4-x}{(x-2)(x+2)}, where x2,2x \neq 2, -2

Why it feels right: The xx's "look" the same in both parts.

Steel-man the mistake: You're pattern-matching to xaxb=ab\frac{xa}{xb} = \frac{a}{b}, which IS correct for multiplication. The confusion is mixing up addition with multiplication.

The fix:

  • You can only cancel factors (things that are multiplied)
  • You CANNOT cancel terms (things that are added)
  • x3x5=35\frac{x \cdot 3}{x \cdot 5} = \frac{3}{5} ✓ (factors)
  • x+3x+535\frac{x+3}{x+5} \neq \frac{3}{5} ✗ (terms)

Test with numbers: Let x=1x=1: 1+31+5=46=2335\frac{1+3}{1+5} = \frac{4}{6} = \frac{2}{3} \neq \frac{3}{5}

Why it feels right: After canceling (x3)(x-3), it's "gone" so why mention it?

Steel-man: You're thinking algebraically—once you've simplified, the restricted form is the "new" function.

The fix:

  • The original expression was undefined at x=3x=3 (makes denominator 0)
  • Even though the simplified form 1x+2\frac{1}{x+2} would be defined at x=3x=3, we maintain the original restriction
  • Think: we're simplifying the expression, not changing its domain

Correct answer: 1x+2\frac{1}{x+2} where x3,2x \neq 3, -2

Visual test: Graph both functions—there's a "hole" at x=3x=3 in the original, which persists.

Why it feels right: "Addition in fractions, addition in denominator"—pattern matching gone wrong.

Steel-man: You're overgeneralizing the rule "operations combine." You might be thinking ab+ac\frac{a}{b} + \frac{a}{c} should involve (b+c)(b+c) somehow.

The fix:

  • LCD is the product (x2)(x+3)(x-2)(x+3), not the sum
  • Why product? Each fraction needs to be a multiple of its original denominator
  • 1x2=x+3(x2)(x+3)\frac{1}{x-2} = \frac{x+3}{(x-2)(x+3)} — we multiply to build up to LCD

Correct: 1x2+1x+3=x+3(x2)(x+3)+x2(x2)(x+3)=2x+1(x2)(x+3)\frac{1}{x-2} + \frac{1}{x+3} = \frac{x+3}{(x-2)(x+3)} + \frac{x-2}{(x-2)(x+3)} = \frac{2x+1}{(x-2)(x+3)}

Recall Explain to a 12-year-old

Imagine you have a recipe that says "use 2 cups flour3 eggs\frac{2 \text{ cups flour}}{3 \text{ eggs}}." Now imagine the amounts aren't numbers—they're formulas like (x+2)(x+2) cups of flour and (x1)(x-1) eggs. That's a rational expression!

Simplifying is like reducing 68\frac{6}{8} to 34\frac{3}{4} by canceling the common2. But here, we cancel common polynomial factors like (x+2)(x+2). The trick: you can ONLY cancel things that are multiplied together, not added.

Adding these expressions is like adding 12+13\frac{1}{2} + \frac{1}{3}—you need a common denominator first! With polynomials, you find the "least common multiple" of the denominators (factor them, then multiply together unique factors).

The big rule: Never divide by zero! So if your denominator has (x5)(x-5), then xx can't be 5 (it would make the bottom zero, and anything0\frac{\text{anything}}{0} is undefined/breaks math). We write these as "restrictions."

Think of rational expressions as "fraction algebra"—every rule for numeric fractions (find common denominator, factor and cancel, multiply straight across) works the same way, but with polynomials!

For addition/subtraction: "LCD needs ALL factors each raised to HIGHEST power"

For canceling: "Only cancel FACTORS (×), never TERMS (+)"

Memory hook: "Can't FRaED without the RED" — Restrictions and Execution must be Done right.

Summary

Rational expressions are fractions with polynomial numerator and denominator. Core operations:

  1. Simplification: Factor completely, identify restrictions, cancel common factors
  2. Multiplication: Factor, multiply straight across, cancel
  3. Division: Multiply by reciprocal, then follow multiplication rules
  4. Addition/Subtraction: Find LCD, rewrite each fraction, combine numerators

Critical rule: State domain restrictions (values that make ANY denominator zero) with every final answer.

Connections

  • Polynomial factoring — essential prerequisite for simplification
  • Domain and range — restrictions define the domain
  • Complex fractions — nested rational expressions
  • Rational equations — solving when rational expressions are set equal
  • Polynomial long division — for improper rational expressions
  • Limits and continuity — calculus perspective on "holes" from canceled factors
  • Partial fraction decomposition — breaking complex rational expressions apart

#flashcards/maths

What is a rational expression? :: A ratio of two polynomials P(x)Q(x)\frac{P(x)}{Q(x)} where Q(x)0Q(x) \neq 0

What is the first step in simplifying a rational expression?
Factor both numerator and denominator completely
Why must you identify restrictions BEFORE canceling factors?
Because the original denominator zeros still make the expression undefined, even after canceling removes those factors from the simplified form
What can you cancel in a rational expression?
Only common FACTORS (things multiplied), never TERMS (things added/subtracted)
How do you multiply two rational expressions?
Factor both, multiply numerators together, multiply denominators together, then cancel common factors: abcd=acbd\frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd}
How do you divide rational expressions?
Multiply by the reciprocal of the divisor: ab÷cd=abdc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \cdot \frac{d}{c}
What is the LCD of (x+2)(x+2) and (x3)(x+2)(x-3)(x+2)?
(x3)(x+2)(x-3)(x+2) — the product of all unique factors at their highest power
How do you add rational expressions with different denominators?
Find the LCD, rewrite each fraction with the LCD, then add numerators and keep the common denominator
If you simplify (x5)(x+3)(x5)(x+1)\frac{(x-5)(x+3)}{(x-5)(x+1)} to x+3x+1\frac{x+3}{x+1}, what are the restrictions?
x5,1x \neq 5, -1 — both the canceled factor AND the remaining denominator create restrictions

Why can't you cancel in x+5x+3\frac{x+5}{x+3}? :: Because xx is a TERM (added), not a FACTOR (multiplied). You can only cancel factors.

What restriction comes from the denominator x29x^2 - 9?
x3,3x \neq 3, -3 (factor as (x3)(x+3)(x-3)(x+3) and set each factor 0\neq 0)

Concept Map

is ratio of

requires

gives

found before

enables

simplified by

uses rule

only for

never

via

models

Rational expression

Two polynomials P/Q

Denominator not zero

Domain restrictions

Cancel common factors

Factor completely

a·b over a·c = b over c

Multiplied factors

Added or subtracted terms

Difference of squares

Real rates like speed = distance over time

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho beta, rational expression ka matlab hai ek fraction jisme upar aur neeche polynomials hote hain — jaise x2+3x+2x+1\frac{x^2+3x+2}{x+1} ko tum 68\frac{6}{8} jaise ek "polynomial wala fraction" samajh lo. Jaise numeric fractions ko hum common factor cancel karke chhota karte hain (jaise 68=34\frac{6}{8} = \frac{3}{4}), waise hi rational expressions ko bhi hum factor karke aur common factors cancel karke simplify karte hain. Sabse important cheez yaad rakhna: denominator kabhi zero nahi ho sakta, kyunki zero se divide karna maths me allowed nahi hai — isliye humein hamesha restrictions (excluded values) likhne padte hain.

Ab yahan ek bahut critical baat hai jo students bhool jaate hain — restrictions cancel karne se PEHLE identify karo, cancel karne ke baad nahi. Kyunki jab tum factor cancel kar dete ho, to woh factor gayab ho jaata hai, lekin original denominator me jo values usko zero banati thi, woh values abhi bhi forbidden hi rahengi. Jaise (x2)(x2)(x+3)\frac{(x-2)}{(x-2)(x+3)} me x=2x=2 aur x=3x=-3 dono banned hain, chahe humne (x2)(x-2) cancel kar diya ho. Aur ek golden rule — cancel sirf multiplied factors ko kar sakte ho, added ya subtracted terms ko kabhi nahi. Yeh sabse common galti hoti hai.

Yeh cheez isliye matter karti hai kyunki real duniya me bahut saari relationships fractions me aati hain — jaise speed =distancetime=\frac{distance}{time}, ya rates, proportions, physics aur economics ke formulas. Multiplication me tum numerators aur denominators ko seedha multiply karte ho, aur division me second fraction ko ulta (reciprocal) karke multiply kar dete ho. Basic idea wahi purana fraction wala hai, bas ab numbers ki jagah polynomials aa gaye hain. Toh factoring achhe se aani chahiye — bas wahi asli skill hai jo yahan kaam aati hai!

Go deeper — visual, from zero

Test yourself — Algebra — Introduction & Intermediate

Connections