The Language of Mathematics

Welcome — if formulas make you nervous, start here. Mathematics is not a wall of symbols to memorize; it is a compact language for saying precise things about how quantities relate and change. This page is a friendly glossary of its basic vocabulary, so the rest of the site reads smoothly.

Think of it the way you first met a new scientific field: before the interesting results, you learned the words. Here the words are number systems, a few famous constants, and the names for the objects we manipulate — variables, functions, and equations. Once these feel familiar, the equations elsewhere on the site stop looking like code and start reading like sentences.

Number systems

Numbers come in nested families, each larger than the last, and each family has a standard “blackboard bold” symbol. Reading these symbols aloud helps: \in means “is an element of” (as in “3N3 \in \mathbb{N}”, three is a natural number), and \subset means “is a subset of” (one whole family sits inside another).

These families nest neatly inside one another:

NZQRC.\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R} \subset \mathbb{C}.

Read left to right, this says: every natural number is an integer, every integer is rational, every rational is real, and every real is complex. So when you write NNN \in \mathbb{N} for a population count, you are also entitled to treat NN as a real number when you do calculus with it.

Why biologists meet imaginary numbers

Complex numbers can feel like a purely abstract detour, but they show up the moment a biological system oscillates — and that is often.

A complex eigenvalue a + bi and the damped oscillation e^{at} cos(bt) it produces — the imaginary part sets the frequency of population cycles.

Here is the payoff. When you study the stability of a dynamical system, you linearize it near an equilibrium and look at the eigenvalues of its Jacobian matrix. Those eigenvalues can come out complex, λ=a+bi\lambda = a + bi, and the behavior near the equilibrium grows like eλte^{\lambda t}. The real part of eλte^{\lambda t} works out to eatcos(bt)e^{at}\cos(bt), which is an oscillation wrapped in an exponential envelope. The real part aa sets growth or decay: if a<0a < 0 the wiggles die away, if a>0a > 0 they blow up. The imaginary part bb sets the oscillation frequency, giving a cycle with period 2π/b2\pi / b. This is precisely the math behind predator–prey cycles and behind damped epidemic waves that ripple and settle. So the imaginary unit is not a curiosity — it is the algebra of anything that cycles.

Constants worth knowing

A handful of numbers appear so often they earned their own names.

The words for the objects

Once the numbers are in place, we need names for the things we do with them.

Variables, parameters, and constants

A variable is a quantity that changes and that we are solving for or tracking. A parameter is a quantity we hold fixed for a given scenario but might tune between scenarios. A constant is a fixed number that never changes, like π\pi. For example, in the growth equation dNdt=rN\frac{dN}{dt} = rN, the population size NN is a variable (it changes over time), while the per-capita growth rate rr is a parameter (fixed for a given species and setting).

Functions

A function is a rule that takes an input and returns exactly one output. The input is called the argument; the set of allowed inputs is the domain; the set of possible outputs is the range. We write f(x)f(x) to mean “the function ff evaluated at the argument xx”. See functions and graphs for the visual picture.

Equations, identities, and inequalities

An equation asserts that two expressions are equal for particular values, like 2x=62x = 6 (true only when x=3x = 3). An identity is an equality that holds for all values, written with \equiv, as in sin2θ+cos2θ1\sin^2\theta + \cos^2\theta \equiv 1. An inequality compares sizes using <<, \le, >>, \ge, or \neq (“not equal to”), as in N0N \ge 0 for a population count.

Three symbols that look alike

These are easy to confuse but mean different things.

For the fuller symbol table — sums, products, set operations, and more — see mathematical notation.

How to read an equation

An equation is a sentence; give yourself permission to read it slowly. Go left to right, name each symbol out loud, decide what varies and what is held fixed, and sanity-check the units on both sides.

Take the logistic growth law:

dNdt=rN(1NK).\frac{dN}{dt} = rN\left(1 - \frac{N}{K}\right).

Read it piece by piece. The left side dNdt\frac{dN}{dt} is the derivative of population size with respect to time — the instantaneous rate of change of NN, in individuals per unit time. On the right, NN is the variable, while rr (growth rate) and KK (carrying capacity) are parameters held fixed. The factor rNrN is exponential growth, and the bracket (1NK)\left(1 - \frac{N}{K}\right) is a brake: it is near 11 when NN is small (fast growth) and shrinks to 00 as NN approaches KK (growth stalls). So in words the equation says: “the population grows in proportion to its size, but that growth is throttled as the population fills up its habitat.” The same reading habit unpacks the compartment models on the SIR and predator–prey pages.

Where to learn more

These are genuinely useful starting points for biologists and public-health learners. Use them the same way: watch or skim first for the intuition, then go back and work a few examples by hand — the understanding sticks only once your own pencil moves.