DoAssignment.ca

A3.4 · Determine whether algebraic expressions are equivalent

Learn to determine whether algebraic expressions are equivalent through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Characteristics of Functions

MCR3U · Strand A · Expectation A3.4

Two expressions that look completely different can secretly produce the same output for every possible input. Recognising when this is true — and when it is not — is a core algebraic skill that runs through the whole MCR3U course. In this lesson you will learn a reliable two-pronged strategy: simplify both expressions fully and compare, then verify with substitution. By the end you will be able to decide with confidence whether any two algebraic expressions are equivalent.

What you will learn

Prerequisite Bridge: What You Already Know

Before testing equivalence you need two Grade 10 skills: expanding brackets using the distributive law, and collecting like terms. A quick reminder: the distributive law says a(b+c)=ab+aca(b + c) = ab + ac. Like terms share the same variable part, so 3x23x^2 and −7x2-7x^2 are like terms, but 3x23x^2 and 3x3x are not.
You also need to remember how to factor simple expressions. For example, x2−9x^2 - 9 factors as (x−3)(x+3)(x-3)(x+3) because it is a difference of squares. These tools are the building blocks for everything that follows.
If either of these feels rusty, pause here and review before continuing. The rest of the lesson builds directly on them.

What Does Equivalence Mean?

Two algebraic expressions are called equivalent if they produce exactly the same output for every value of the variable(s) where both expressions are defined. The key word is every. One matching value is not enough.
Think of it like two different-looking vending machines that always dispense the same snack no matter which button you press. The machines look different on the outside, but the result is always identical.
Equivalence is written with the equals sign between two simplified forms, for example 3(x+2)=3x+63(x + 2) = 3x + 6. This equation is true for all real values of xx, so the two sides are equivalent expressions. Contrast this with an equation like x+5=9x + 5 = 9, which is only true for x=4x = 4. That is a conditional equation, not an equivalence.
In MCR3U you will encounter polynomial expressions, rational expressions (fractions with variables), and expressions involving exponents. The definition of equivalence is the same in every case, but the simplification tools you use will vary.

Two Reliable Methods for Testing Equivalence

Method 1 — Full Simplification: Simplify each expression independently until it is in its simplest form. If both simplified forms are identical, the original expressions are equivalent. This method gives a definitive answer and shows your algebraic reasoning clearly. It is the primary method you should use.
Method 2 — Substitution Check: Substitute a convenient number for the variable into both expressions. If the outputs differ, the expressions are definitely not equivalent — you have found a counterexample, and one counterexample is enough to disprove equivalence. If the outputs match, this is promising but not conclusive on its own, because two non-equivalent expressions can occasionally agree at a single point.
The safest strategy combines both methods: simplify first, then confirm with substitution. If your algebra says 'equivalent' and a substitution also agrees, you can be confident. If your algebra says 'not equivalent', one substitution that gives different outputs seals the case.

Simplifying Rational Expressions to Test Equivalence

A rational expression is a fraction whose numerator and denominator are polynomials, for example x2−4x−2\frac{x^2 - 4}{x - 2}. To simplify a rational expression, factor the numerator and denominator, then cancel any common factors — this is exactly the same process as simplifying a numerical fraction like 64=32\frac{6}{4} = \frac{3}{2}.
An important restriction: whenever you cancel a factor from the denominator you must state that the original expression is undefined at the value that makes that factor zero. For example, x2−4x−2=(x−2)(x+2)x−2=x+2\frac{x^2 - 4}{x - 2} = \frac{(x-2)(x+2)}{x-2} = x + 2, but only for x≠2x \neq 2. The simplified form x+2x + 2 is defined at x=2x = 2, but the original fraction is not, so they are not completely equivalent without that restriction.
When comparing two rational expressions for equivalence, simplify both, state any restrictions, and then compare the resulting polynomials. If the simplified polynomials match and the restrictions are the same, the expressions are equivalent.
a⋅cb⋅c=ab,b≠0, c≠0\frac{a · c}{b · c} = \frac{a}{b}, b ≠ 0,\ c ≠ 0

Putting It All Together: Strategy and Common Pitfalls

Here is the full strategy in plain steps. First, simplify each expression completely — expand brackets, collect like terms, and for rational expressions factor and cancel. Second, compare the simplified forms. Third, substitute one or two numbers into both original expressions to double-check. Fourth, state your conclusion with a reason.
A common pitfall is cancelling terms instead of factors. You can only cancel a factor that multiplies the entire numerator with a factor that multiplies the entire denominator. For instance, x2+4xx\frac{x^2 + 4x}{x} simplifies to x+4x + 4 because xx is a factor of the whole numerator: x(x+4)x=x+4\frac{x(x+4)}{x} = x + 4. But x2+4x\frac{x^2 + 4}{x} cannot be simplified to x+4x + 4 because xx does not divide evenly into x2+4x^2 + 4.
Another pitfall is testing equivalence at x=0x = 0 or x=1x = 1 only. These values are convenient but can hide differences. For example, the expressions xx and x2x^2 both equal 00 when x=0x = 0 and both equal 11 when x=1x = 1, yet they are clearly not equivalent for other values. Always test at a less obvious value, such as x=3x = 3 or x=−2x = -2, as a second check.

Substitution Test Results: Are x and x² Equivalent?

Value of xOutput of xOutput of x²Same output?
000Yes — misleading!
111Yes — misleading!
339No — not equivalent
-2-24No — not equivalent

Worked example

Example 1 — Polynomial Expressions (Mixed Difficulty)

Determine whether the expressions P=2(x2+3x−1)−(x2−x+4)P = 2(x^2 + 3x - 1) - (x^2 - x + 4) and Q=(x+5)(x+1)−9Q = (x + 5)(x + 1) - 9 are equivalent. Show full simplification and verify with a substitution.
  1. Simplify P — distribute the coefficients
    Apply the distributive law to each bracket in PP. Multiply every term inside the first bracket by 22, and every term inside the second bracket by −1-1 (the minus sign out front).
    P=2x2+6x−2−x2+x−4P = 2x^2 + 6x - 2 - x^2 + x - 4
  2. Simplify P — collect like terms
    Group the x2x^2 terms, the xx terms, and the constant terms, then add them.
    P=(2x2−x2)+(6x+x)+(−2−4)=x2+7x−6P = (2x^2 - x^2) + (6x + x) + (-2 - 4) = x^2 + 7x - 6
  3. Simplify Q — expand the brackets using FOIL
    Multiply (x+5)(x+1)(x+5)(x+1) by multiplying each term in the first bracket by each term in the second bracket: x⋅x+x⋅1+5⋅x+5⋅1x \cdot x + x \cdot 1 + 5 \cdot x + 5 \cdot 1, then subtract 99.
    Q=x2+x+5x+5−9=x2+6x−4Q = x^2 + x + 5x + 5 - 9 = x^2 + 6x - 4
  4. Compare the simplified forms
    Write the two simplified results side by side. PP simplifies to x2+7x−6x^2 + 7x - 6 and QQ simplifies to x2+6x−4x^2 + 6x - 4. The coefficients of xx differ (77 vs 66) and the constants differ (−6-6 vs −4-4), so the expressions are not equivalent.
    x2+7x−6≠x2+6x−4x^2 + 7x - 6 ≠ x^2 + 6x - 4
  5. Verify with a substitution
    Substitute x=2x = 2 into both simplified forms to confirm the difference. For PP: 4+14−6=124 + 14 - 6 = 12. For QQ: 4+12−4=124 + 12 - 4 = 12. These agree! This shows why one test value is not enough — try x=3x = 3 instead. For PP: 9+21−6=249 + 21 - 6 = 24. For QQ: 9+18−4=239 + 18 - 4 = 23. The outputs differ, confirming non-equivalence.
    P(3)=24    Q(3)=23P(3) = 24 \ \ \ \ Q(3) = 23
Answer: The expressions are not equivalent. PP simplifies to x2+7x−6x^2 + 7x - 6 and QQ simplifies to x2+6x−4x^2 + 6x - 4, which are different polynomials. The substitution x=3x = 3 confirms this: P=24P = 24 while Q=23Q = 23.
Check: Re-expanding P: 2x2+6x−2−x2+x−4=x2+7x−62x^2 + 6x - 2 - x^2 + x - 4 = x^2 + 7x - 6. ✓ Re-expanding Q: x2+6x+5−9=x2+6x−4x^2 + 6x + 5 - 9 = x^2 + 6x - 4. ✓ These are clearly not the same polynomial.

Worked example

Example 2 — Rational Expression (Harder)

Determine whether R=3x2+6xx2−x−6R = \frac{3x^2 + 6x}{x^2 - x - 6} and S=3xx−3S = \frac{3x}{x - 3} are equivalent. Simplify fully, state any restrictions, and verify with a substitution.
  1. Factor the numerator of R
    Look for a common factor in the numerator 3x2+6x3x^2 + 6x. Both terms share a factor of 3x3x, so factor it out.
    3x2+6x=3x(x+2)3x^2 + 6x = 3x(x + 2)
  2. Factor the denominator of R
    Factor x2−x−6x^2 - x - 6 by finding two numbers that multiply to −6-6 and add to −1-1. Those numbers are −3-3 and 22.
    x2−x−6=(x−3)(x+2)x^2 - x - 6 = (x - 3)(x + 2)
  3. State restrictions for R before cancelling
    The denominator (x−3)(x+2)(x-3)(x+2) equals zero when x=3x = 3 or x=−2x = -2. Both values must be excluded from the domain of RR.
    x≠3,x≠−2x ≠ 3, x ≠ -2
  4. Cancel the common factor in R
    The factor (x+2)(x + 2) appears in both the numerator and denominator. Cancel it, keeping in mind the restriction x≠−2x \neq -2 still applies even after cancelling.
    R=3x(x+2)(x−3)(x+2)=3xx−3,x≠3, x≠−2R = \frac{3x(x+2)}{(x-3)(x+2)} = \frac{3x}{x-3}, x ≠ 3,\ x ≠ -2
  5. State restrictions for S
    The expression S=3xx−3S = \frac{3x}{x-3} has denominator x−3x - 3, which equals zero when x=3x = 3. So the only restriction for SS is x≠3x \neq 3.
    x≠3x ≠ 3
  6. Compare simplified forms and restrictions
    After simplification, both RR and SS have the same polynomial expression 3xx−3\frac{3x}{x-3}. However, RR has two restrictions (x≠3x \neq 3 and x≠−2x \neq -2) while SS has only one (x≠3x \neq 3). Because the domains differ, RR and SS are not fully equivalent.
    R:3xx−3, x≠3, x≠−2vsS:3xx−3, x≠3R: \frac{3x}{x-3},\ x ≠ 3,\ x ≠ -2 \text{vs} S: \frac{3x}{x-3},\ x ≠ 3
  7. Verify with a substitution
    Substitute x=−2x = -2 into both originals. For RR: the denominator is (−2)2−(−2)−6=4+2−6=0(-2)^2 - (-2) - 6 = 4 + 2 - 6 = 0, so RR is undefined. For SS: 3(−2)−2−3=−6−5=65\frac{3(-2)}{-2-3} = \frac{-6}{-5} = \frac{6}{5}, which is defined. This confirms RR and SS behave differently at x=−2x = -2.
    R(−2)=undefined,S(−2)=65R(-2) = \text{undefined}, S(-2) = \frac{6}{5}
Answer: R and S are not equivalent. Although they simplify to the same fraction 3xx−3\frac{3x}{x-3}, the original expression RR is undefined at x=−2x = -2 while SS is defined there. Equivalent expressions must agree for every value in their domain, and here they do not.
Check: Numerator of R factored: 3x(x+2)3x(x+2). ✓ Denominator of R factored: (x−3)(x+2)(x-3)(x+2). ✓ After cancelling (x+2)(x+2): 3xx−3\frac{3x}{x-3} with restrictions x≠3,x≠−2x \neq 3, x \neq -2. ✓ At x=−2x = -2, R is undefined and S gives 65\frac{6}{5}. ✓ Conclusion confirmed.

Common mistakes and how to avoid them

Cancelling terms instead of factors, e.g., writing x2+4xx=x2+4\frac{x^2 + 4x}{x} = x^2 + 4 by 'crossing out' the xx.
Correction: Factor the numerator first: x(x+4)x=x+4\frac{x(x+4)}{x} = x + 4. You may only cancel a factor that multiplies the entire numerator with a factor that multiplies the entire denominator.
Concluding that two expressions are equivalent after checking only x=0x = 0 or x=1x = 1, because many different expressions agree at these values.
Correction: Always test at a second, less convenient value such as x=3x = 3 or x=−2x = -2. Better yet, rely on full simplification and use substitution only to verify.
Forgetting to state restrictions when simplifying a rational expression, e.g., writing x(x+2)x+2=x\frac{x(x+2)}{x+2} = x without noting x≠−2x \neq -2.
Correction: Identify all values that make any denominator zero before cancelling, and carry those restrictions forward to your final answer.
Distributing a minus sign incorrectly, e.g., writing −(x2−x+4)=−x2−x+4-(x^2 - x + 4) = -x^2 - x + 4 instead of −x2+x−4-x^2 + x - 4.
Correction: Multiply every term inside the bracket by −1-1: −(x2−x+4)=−x2+x−4-(x^2 - x + 4) = -x^2 + x - 4.
Deciding two expressions are equivalent because their simplified polynomial forms match, without checking whether the original expressions have different restrictions.
Correction: Compare both the simplified form and the domain restrictions. Two expressions are fully equivalent only when both the simplified rule and the domain match.

Lesson summary

Check your understanding

Question 1

Which statement best describes what it means for two algebraic expressions to be equivalent?
  1. They produce the same output for at least one value of the variable.
  2. They contain the same number of terms.
  3. They produce the same output for every value of the variable where both are defined.
  4. They look identical before any simplification.
Show answer and explanation
They produce the same output for every value of the variable where both are defined.
Equivalence requires matching outputs for every allowed input, not just one. Expressions can look different and still be equivalent, or look similar and not be equivalent.

Question 2

A student tests x=0x = 0 and x=1x = 1 and finds that expressions AA and BB give the same output both times. What can the student correctly conclude?
  1. A and B are definitely equivalent.
  2. A and B are not equivalent.
  3. The test is inconclusive — more evidence, such as full simplification, is needed.
  4. A and B are equivalent for all positive values of x.
Show answer and explanation
The test is inconclusive — more evidence, such as full simplification, is needed.
Two non-equivalent expressions can agree at x = 0 and x = 1. A substitution test can disprove equivalence but cannot prove it on its own. Full simplification is needed for a definitive answer.

Question 3

Simplify x2−9x+3\frac{x^2 - 9}{x + 3} and choose the correct simplified form with its restriction.
  1. x−3x - 3, no restrictions needed
  2. x+3x + 3, x≠−3x \neq -3
  3. x−3x - 3, x≠−3x \neq -3
  4. x2−9x^2 - 9, x≠−3x \neq -3
Show answer and explanation
x−3x - 3, x≠−3x \neq -3
Factor the numerator as (x−3)(x+3)(x-3)(x+3), then cancel the common factor (x+3)(x+3) to get x−3x - 3. The restriction x≠−3x \neq -3 must be stated because the original denominator is zero there.

Question 4

Are M=4(x+2)−3(x−1)M = 4(x + 2) - 3(x - 1) and N=x+11N = x + 11 equivalent?
  1. Yes, because both contain the variable x.
  2. No, because M has brackets and N does not.
  3. Yes, because both simplify to x+11x + 11.
  4. No, because M simplifies to x+5x + 5.
Show answer and explanation
Yes, because both simplify to x+11x + 11.
Expand M: 4x+8−3x+3=x+114x + 8 - 3x + 3 = x + 11. This matches N exactly, so M and N are equivalent for all real values of x.

Key terms

Equivalent expressions
Two algebraic expressions that produce the same output for every value of the variable(s) where both expressions are defined.
Conditional equation
An equation that is true only for specific values of the variable, not for all values. For example, x+5=9x + 5 = 9 is only true when x=4x = 4.
Rational expression
A fraction in which the numerator and denominator are both polynomials, such as x2−1x+3\frac{x^2 - 1}{x + 3}.
Restriction
A value of the variable that must be excluded from the domain because it makes a denominator equal to zero, making the expression undefined.
Counterexample
A single specific value of the variable for which two expressions give different outputs, proving the expressions are not equivalent.
Like terms
Terms that have exactly the same variable part (including exponent), such as 5x25x^2 and −2x2-2x^2. Only like terms can be added or subtracted directly.
Factoring
Rewriting an expression as a product of simpler expressions. For example, x2−4=(x−2)(x+2)x^2 - 4 = (x-2)(x+2).
Domain
The set of all values of the variable for which an expression is defined (gives a real-number output).

Continue through MCR3U

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation A3.4. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question