Independent study guide

Before Calculus: 10 Algebra Skills You Should Know

Ten essential algebra skills with worked examples, common mistakes and self-checks: a practical starting point before university or CEGEP calculus.

Nablio · 12 minPublished September 11, 2026

Stuck on a step? Request a focused lesson.

Calculus introduces change and accumulation, but many difficult-looking calculus problems depend on familiar algebra. A small error with fractions, signs or domains can hide an otherwise good solution.

Try each self-check before opening its answer. If you make a mistake, identify the exact step that caused it, then solve a similar question without looking back. The goal is reliable reasoning, not speed.

1. Work confidently with fractions

Fractions represent division. When adding them, rewrite each fraction using a common denominator. When multiplying, multiply numerators and denominators. Keep intermediate fractions exact rather than rounding too early.

Worked example

3416=912212=712.\frac{3}{4}-\frac{1}{6}=\frac{9}{12}-\frac{2}{12}=\frac{7}{12}\text{.} For division, 34÷25=34×52=158.\frac{3}{4}\div\frac{2}{5}=\frac{3}{4}\times\frac{5}{2}=\frac{15}{8}\text{.} The reciprocal belongs to the divisor, not to both fractions.

Common mistake. Adding denominators: 12+13\frac{1}{2}+\frac{1}{3} is not 25\frac{2}{5}. You need equal-sized pieces before adding their counts.

Try it yourself

Calculate 5614\frac{5}{6}-\frac{1}{4}.

Show answer and reasoning

Use twelfths: 1012312=712.\frac{10}{12}-\frac{3}{12}=\frac{7}{12}\text{.}

2. Expand without losing signs

The distributive property applies to every term inside parentheses. A negative sign outside parentheses means multiplication by 1-1, so it changes every sign inside.

Worked example

3(2x5)2(x+4)  =6x152x8=4x23.\begin{aligned}3(2x-5)-2(x+4)\;&=6x-15-2x-8\\&=4x-23\end{aligned}\text{.} Writing the middle line exposes a missed negative sign.

Common mistake. Distributing only to the first term, or turning 2(x+4)-2(x+4) into 2x+8-2x+8.

Try it yourself

Simplify 52(3x4)5-2(3x-4).

Show answer and reasoning

56x+8=136x.5-6x+8=13-6x\text{.}

3. Recognize useful factorizations

Factoring rewrites a sum as a product. Check for a common factor first, then patterns such as a difference of squares or a quadratic trinomial. Expand your answer to verify it.

Worked example

x25x+6=(x2)(x3):x^2-5x+6=(x-2)(x-3)\text{:} 2-2 and 3-3 multiply to 6 and add to 5-5. Also, 4x29=(2x3)(2x+3).4x^2-9=(2x-3)(2x+3)\text{.}

Common mistake. The product (a+b)(ab)(a+b)(a-b) equals a2b2a^2-b^2, not a2+b2a^2+b^2.

Try it yourself

Factor 3x212x3x^2-12x.

Show answer and reasoning

Take out the common factor 3x3x: 3x(x4)3x(x-4).

4. Solve linear equations with balanced operations

An equation stays equivalent when you perform the same valid operation on both sides. Clear parentheses, collect terms, then divide by the nonzero coefficient of the unknown.

Worked example

2(x3)+5=3x42(x-3)+5=3x-4 becomes 2x1=3x42x-1=3x-4, so x=3x=3. Substituting back gives 5=55=5.

Common mistake. Moving a term across the equals sign without understanding the addition or subtraction being performed.

Try it yourself

Solve 3(x+2)=2x+113(x+2)=2x+11.

Show answer and reasoning

3x+6=2x+113x+6=2x+11. Subtract 2x2x and then 6 to get x=5x=5.

5. Keep every valid quadratic solution

A quadratic may have two distinct real solutions, one repeated solution, or no real solutions. Factoring is useful when available; the quadratic formula works more generally.

Worked example

x2x6=0x^2-x-6=0 becomes (x3)(x+2)=0(x-3)(x+2)=0. A zero product has at least one zero factor, giving x=3x=3 or x=2x=-2.

Common mistake. Dividing an equation by xx can lose the solution x=0x=0. Check that case before dividing.

Try it yourself

Solve x2=25x^2=25 over the real numbers.

Show answer and reasoning

x=5x=5 or x=5x=-5. Both square to 25; the equation is different from asking for the principal square root of 25.

6. Use exponent and radical rules accurately

For a nonzero base, negative exponents mean reciprocals. Multiplying powers with the same base adds exponents; raising a power to a power multiplies exponents.

Worked example

x3x1x2=x312=1,\frac{x^3x^{-1}}{x^2}=x^{3-1-2}=1\text{,} with x0x\ne0. Also, 49=7\sqrt{49}=7, but the equation x2=49x^2=49 has two real solutions.

Common mistake. For real xx, x2=x\sqrt{x^2}=|x|, not always xx. A square root returns a nonnegative value.

Try it yourself

Simplify (2a3)2(2a^3)^2.

Show answer and reasoning

4a64a^6. Square both the coefficient and the power.

7. Preserve restrictions when cancelling factors

You may cancel common factors, not individual terms within a sum. Record excluded values from the original denominator before simplifying.

Worked example

x29x3=(x3)(x+3)x3=x+3,\begin{aligned}\frac{x^2-9}{x-3}&=\frac{(x-3)(x+3)}{x-3}\\&=x+3\end{aligned}\text{,} for x3x\ne3. The simpler formula does not make the original expression defined at 3.

Common mistake. Cancelling the xx terms in x+2x\frac{x+2}{x} is invalid; the numerator is a sum, not a product with factor xx.

Try it yourself

Simplify x24x+2\frac{x^2-4}{x+2}, including its restriction.

Show answer and reasoning

x2x-2, with x2x\ne-2. Factor the numerator, then cancel the common factor x+2x+2.

8. Understand functions, composition and domains

A function assigns an output to each permitted input. Its domain is the set of inputs for which the defining expression makes sense. Composition means substitution, not multiplication.

Worked example

If f(x)=x2+1f(x)=x^2+1 and g(x)=2x3g(x)=2x-3, then f(g(x))=(2x3)2+1f(g(x))=(2x-3)^2+1. For h(x)=x2h(x)=\sqrt{x-2}, real outputs require x2x\ge2.

Common mistake. f(x+1)f(x+1) is not generally f(x)+1f(x)+1. Replace every occurrence of the input before simplifying.

Try it yourself

If f(x)=x2+1f(x)=x^2+1, find f(3)f(-3).

Show answer and reasoning

(3)2+1=10.(-3)^2+1=10\text{.} Parentheses ensure the whole negative input is squared.

9. Connect exponentials and logarithms

Logarithms undo exponentials. For a positive base a1a\ne1, loga(b)=c\log_a(b)=c means ac=ba^c=b. In real-valued work, the logarithm’s argument must be positive.

Worked example

e2x=7e^{2x}=7 gives 2x=ln72x=\ln 7, so x=ln72x=\frac{\ln 7}{2}. Leaving the answer exact avoids an unnecessary approximation.

Common mistake. There is no rule ln(a+b)=lna+lnb\ln(a+b)=\ln a+\ln b. For positive aa and bb, it is the product rule ln(ab)=lna+lnb\ln(ab)=\ln a+\ln b.

Try it yourself

Solve log2x=5\log_2 x=5.

Show answer and reasoning

x=25=32x=2^5=32, which satisfies the positive-argument requirement.

10. Calculate slopes and average rates

A slope compares a change in output with a change in input. Keep the subtraction order consistent. Rates also have units: metres divided by seconds gives metres per second.

Worked example

For f(x)=x2f(x)=x^2, the average rate from x=1x=1 to x=3x=3 is f(3)f(1)31=912=4.\begin{aligned}\frac{f(3)-f(1)}{3-1}&=\frac{9-1}{2}\\&=4\end{aligned}\text{.} This is the slope of a secant line, not a rate at every point.

Common mistake. Dividing output values instead of output differences, or reversing only one subtraction.

Try it yourself

Find the slope through (2,5)(2,5) and (6,13)(6,13).

Show answer and reasoning

13562=84=2.\frac{13-5}{6-2}=\frac{8}{4}=2\text{.}

Your next revision session

  • Mark each skill comfortable, needs a reminder, or needs practice. These are study labels, not a prediction of your grade.
  • Start with fractions, signs and equation solving if those are uncertain: they appear throughout the other skills.
  • Explain your steps aloud, verify by substitution or expansion, and retry missed questions later without notes.

Connect these skills to your course

Work on the step you’re missing.

Tell us the subject and your preferred time. Nablio confirms the details by text or email.

Request a lesson