Beautiful Math
Path

Algebra · Lesson 1

Equations as relationships

An equation is not a puzzle with a secret answer key. It is a claim that two expressions name the same amount, and solving means finding when that claim is true.

Core ~28 minDeep study ~78 minWhat is an equation really claiming?Why do we do the same thing to both sides?

How this idea was born

Word problems are older than school algebra. A tub filling while another empties, a merchant's inventory, a wage scaled by days worked: the hard part is not the arithmetic. It is translating a story into a claim that two amounts must be the same, then rearranging that claim without breaking it.
François Viète (1540-1603) insisted on writing unknowns and parameters with letters so structure could be seen at a glance. In his century that was a radical bet: symbols could carry generality, not only a single problem. MacTutor's biography is the safe door. The ethic worth stealing is make the pattern visible so the next mind does not reinvent the method for every new number.
For a modern rereader, an equation is a relationship claim, not a puzzle with a secret answer key. Solving means finding which values make the claim true, and which moves preserve truth. This chapter is the front door to the algebra track. Everything later (systems, functions, graphs) still rests on naming what must be equal, then applying honest moves.

First principles

An equation asserts equality:
left expression=right expression\text{left expression} = \text{right expression}
It is a truth claim about quantities. The equals sign is not a button that means "compute the next step." It means "these two names refer to the same amount."
2x + 311
An equation is a balance: do the same invertible thing to both sides.
If two piles weigh the same, adding the same weight to both keeps them equal. Subtracting the same weight, or scaling both by the same nonzero factor, does too. That is why school algebra says "do the same thing to both sides." You are applying an invertible transformation that preserves the truth of the claim.
A solution is any value of the unknown(s) that makes the claim true. Some equations have one solution, some have many, some have none. "Solve" means describe the solution set honestly, not force a single number into existence.
Invertible moves (for one unknown) include:
  • Add or subtract the same quantity on both sides
  • Multiply or divide both sides by the same nonzero number
  • Swap sides (a=ba = b and b=ab = a say the same thing)
Non-invertible moves (dangerous without care):
  • Multiplying both sides by zero (destroys information)
  • Dividing by an expression that might be zero (can drop solutions or invent fake ones)
  • Squaring both sides (can introduce extraneous solutions)
Algebrica's linear equations page walks the same balance logic with step-by-step visuals. Use it when you want a second voice on the same first principles.

Worked intuition

Linear equations in one unknown

A linear equation in one unknown looks like:
ax+b=cax + b = c
with a0a \neq 0. Undo from the outside:
  1. Subtract bb from both sides: ax=cbax = c - b
  2. Divide both sides by aa: x=cbax = \frac{c-b}{a}
You are not performing magic. You are reversing operations that were applied to xx, in reverse order, because each step is invertible when a0a \neq 0.

A story that becomes a claim

"Three tickets and a $4 fee cost $40" is not a riddle. Translate first:
3x+4=403x + 4 = 40
Then subtract 4, then divide by 3. The arithmetic is short because the translation did the hard work.

A second story: scaling a recipe

A recipe for 4 servings uses 3 cups of flour. You need 10 servings. Let cc be cups of flour:
c10=34\frac{c}{10} = \frac{3}{4}
Cross-multiply (multiply both sides by 10410 \cdot 4): 4c=304c = 30, so c=7.5c = 7.5 cups. The equation is a proportion claim: flour per serving must match.

Equations with parentheses

Solve 2(x3)+5=152(x - 3) + 5 = 15:
  1. Distribute: 2x6+5=152x - 6 + 5 = 15
  2. Combine like terms: 2x1=152x - 1 = 15
  3. Add 1: 2x=162x = 16
  4. Divide: x=8x = 8
Distributing is not a separate trick. It is rewriting the left side so you can see the same ax+b=cax + b = c skeleton underneath.

Checking your answer

Always substitute back into the original equation:
For 3x+4=403x + 4 = 40 with x=12x = 12: left side is 3(12)+4=403(12) + 4 = 40. Right side is 4040. The claim holds.
Checking is cheap insurance. It catches sign errors, division mistakes, and (later) extraneous solutions from non-invertible moves like squaring both sides.

Why symbols beat special cases

Writing ax+b=cax + b = c once covers infinitely many word problems. Change aa, bb, and cc, keep the method. That is the leverage Viète fought for when he pushed literal notation: letters for knowns and unknowns so structure is visible at a glance.
Al-Khwārizmī earlier taught restoration and balancing in words and geometry (the Arabic roots behind "algebra"). The through-line is method first, then numbers. Do not invent a new ritual for every fresh set of digits.

Solution sets beyond "one number"

| Equation | Solution set (reals) | What happened? | |----------|---------------------|----------------| | 2x+6=142x + 6 = 14 | {4}\{4\} | One solution | | x=xx = x | All real numbers | Identity: always true | | x=x+1x = x + 1 | Empty set | Contradiction: never true | | x2=9x^2 = 9 | {3,3}\{-3, 3\} | Quadratic: two roots |
Honesty about the set is part of solving. "No solution" and "infinitely many" are valid answers, not failures.

Common confusions

Treating equals as "and then." Students sometimes write a chain of scratch work as if equals means "next I did." Keep equations as genuine claims. Scratch elsewhere if needed.
Doing different things to different sides. Adding 3 on the left and 5 on the right breaks the claim. The balance picture is not a metaphor for children only. It is the rule.
Multiplying or dividing by zero carelessly. Multiplying both sides by 0 turns every equation into 0=00 = 0 and erases information. Dividing by an expression that might be zero can invent fake solutions or lose real ones. Invertible moves matter.
Assuming every equation has exactly one answer. x=xx = x is always true. x=x+1x = x + 1 is never true. x2=1x^2 = 1 has two real solutions. Honesty about solution sets is part of algebraic maturity.
Skipping translation on word problems. If you jump to arithmetic before naming the relationship, you are gambling. Strogatz's tub chapter is basically therapy for that skip.
Confusing "solve for xx" with "simplify." Simplifying 3x+2x3x + 2x to 5x5x is not solving. Solving finds which xx values make a claim true.
Forgetting units. In applied problems, xx might be dollars, hours, or kilograms. A number without its unit is half an answer. The equation enforces the relationship; the unit tells you what the relationship is about.
Sign errors when moving terms. Subtracting bb from both sides of ax+b=cax + b = c gives ax=cbax = c - b, not ax=c+bax = c + b. If your answer looks absurd on check, suspect the sign first.

History and stories

François Viète (1540-1603) insisted on writing unknowns and parameters with letters so generality could be seen. MacTutor and standard histories of algebra treat this as a hinge toward modern symbolic method. It looks obvious now. In his century it was a bet that symbols could carry a whole family of problems, not just one numeric case.
Earlier, al-Khwārizmī's tradition framed equations through restoration and balancing. Later school algebra still echoes that ethic even when the notation is modern.
Do not confuse popular anecdotes with primary history. Classroom legends about mathematicians inventing equations overnight are usually folklore. Prefer MacTutor-style biographies and primary-adjacent accounts when you want the real texture.
Viète's notation bet paid off because it let you see structure. When you write 3x+4=403x + 4 = 40 instead of "three times some number plus four equals forty," you are standing on centuries of people who decided that symbols should carry generality, not just one story at a time.

Real world

Anywhere two descriptions must match, you have an equation:
  • Budgets: money allocated equals money spent plus remaining. If you earn $2,000 and spend $1,350 plus savings ss, then 2000=1350+s2000 = 1350 + s.
  • Recipes: scaled ingredient amounts preserve ratios while totaling a new batch size.
  • Engineering constraints: force balance, voltage laws, and inventory identities are equality claims with physical units.
  • Unit conversion: 1 mile = 1.609 km is an equation relating two names for the same distance.
  • Speed-distance-time: d=rtd = rt relates three quantities; if two are known, the third is pinned by equality.
The story changes. The structure does not. That is why learning ax+b=cax + b = c is worth more than memorizing "ticket problems."
Curiosity question: Pick any receipt in your life. Can you write an equation that says "subtotal + tax = total"? What is the unknown?

Open when you want the machine-learning connection. Skip freely.

Field notes, extra examples, and glossary live here when you want more than the core path.

Carry this forward

  • Equations claim equality between expressions.
  • Solving applies invertible moves that preserve truth.
  • Translate stories into claims before you touch arithmetic.
  • Check solutions by substituting into the original claim.
  • Next: several unknowns at once, when one relationship is not enough.

Read more

Go deeper when curiosity hits - videos, essays, and primary trails.

Check your understanding

A short learning loop - try a few, learn from misses, mark complete when you have engaged. No timer, no scoreboard.

1.An equation is primarily…
2.Doing the same to both sides works when…
3.My Tub Runneth Over advice is…
4.Linear ax+b=c (a≠0) is solved by…
5.Viète's letters helped because…

Try at least 3 core prompts, or choose I'll return later.