How to Read Equations
Treating equations as compressed sentences instead of walls of symbols
Before You Start
You should know
What a quantity is, how units like metres or seconds describe measurement, and that a variable is a symbol standing for a number.
You will learn
How to read an equation as a claim about relationships, how to identify the quantity being explained, and how units help you check whether an equation makes sense.
Why this matters
Computational geography uses equations constantly, but most of them should be read before they are solved. If you can read the structure of an equation calmly, later chapters become much less intimidating.
If this gets hard, focus on…
The question “What is this equation saying in words?” That question matters more than algebra speed.
An equation is not a test. It is a compact sentence about how quantities are related.
That matters because many readers tense up as soon as symbols appear. The usual fear is that the equation is demanding immediate algebra. Most of the time it is doing something simpler first: it is telling you what depends on what, and in what way.
In this series, that is how we will begin. Before solving an equation, we will read it.
1. Start With The Job Of The Equation
Take a simple example:
d = r \cdot t
Read the symbols on first use:
- d stands for distance
- r stands for rate, which means distance per unit time
- t stands for time
The equals sign says the quantity on the left is determined by the expression on the right.
That gives us a first reading:
“Distance equals rate multiplied by time.”
We have not solved anything. We have simply translated the notation into words. That is already useful.
Read The Claim Before You Solve It
Start with the quantity being explained, then inspect the mechanism on the right, then check units.
d tells you what this equation is trying to explain.
r * t tells you which inputs drive the result and how they combine.
km/h * h -> km checks that the claim is dimensionally sensible.
Distance Comes From Rate Held Over Time
That is the whole first-pass reading routine: name the target, name the drivers, then ask whether the units and direction of change make sense.
Now ask four calm questions:
- What quantity is being explained?
- Which quantities affect it?
- How does the relationship change if one quantity gets larger?
- Do the units make sense?
For this equation, the quantity being explained is distance. The affecting quantities are rate and time. If rate stays fixed, more time gives more distance. If time stays fixed, a higher rate also gives more distance.
The units also help. If rate is in kilometres per hour and time is in hours, then
\text{km/h} \cdot \text{h} = \text{km}
The hours cancel, leaving kilometres. That is a good sign. The equation is not only readable; it is dimensionally sensible.
2. Equations Are Claims About The World
Every useful equation makes a claim.
For example,
A = l \cdot w
Here:
- A means area
- l means length
- w means width
This equation claims that the area of a rectangle is found by multiplying two lengths. It is not just symbol pushing. It is a statement about geometry.
That is the habit we want: equations are not walls of symbols. They are compressed explanations.
3. Read Left Side, Then Right Side
When an equation feels crowded, separate it into two jobs.
The left side usually names the quantity being explained.
The right side shows the ingredients or mechanism that explain it.
For example,
\rho = \frac{N}{A}
On first use:
- \rho (the Greek letter rho) means density
- N means population count
- A means area
Read it in words:
“Density equals population divided by area.”
That one sentence already tells us the conceptual model:
- if population increases while area stays fixed, density rises
- if area increases while population stays fixed, density falls
This is why reading equations first is so powerful. We can understand the idea before doing any arithmetic.
4. Units Are A Built-In Error Check
Units are one of the best ways to stay oriented.
Suppose someone claimed that density could be found by multiplying population and area:
\rho = N \cdot A
Even before thinking deeply about the concept, the units warn us something is wrong. Population density should look like “people per square kilometre” or something similar. But multiplying count by area would produce “people times square kilometres,” which is not a density unit at all.
So units do more than label numbers. They help you catch nonsense.
5. Reading A More Advanced Equation
Now consider
P = P_0 e^{rt}
You do not need full mastery of exponential functions to begin reading it.
Start with the symbols:
- P is the quantity at time t
- P_0 means the starting amount, at time zero
- r is a growth rate
- t is time
- e is a mathematical constant used in continuous growth models
Even if the expression looks more advanced, the big idea is still readable:
- there is a starting amount
- time matters
- the growth rate matters
- growth compounds rather than adding the same amount each step
That is a solid first reading. Formal details can come later.
6. A Reliable Reading Routine
When you meet a new equation, use this order:
- Say the equation out loud in words.
- Name each symbol on first use.
- Identify the left side as the quantity being explained.
- Identify the right side as the mechanism, ingredients, or drivers.
- Check whether the relationship goes up, down, or balances.
- Check the units.
Only after that should you start rearranging, solving, or substituting numbers.
7. What To Do If An Equation Still Feels Hard
If you get stuck, slow the equation down.
- Read the surrounding sentence or paragraph.
- Circle the symbol on the left side.
- List the symbols on the right side.
- Translate each symbol into a word.
- Ask what happens if one input increases.
- Ask whether the units look plausible.
This method works well even in advanced chapters, because understanding usually comes from structure before calculation.
If This Gets Hard, Focus On
- what quantity the equation is trying to explain
- what quantities influence it
- whether those influences increase or decrease the result
- whether the units make sense
That is enough to make equations useful long before they feel comfortable.