Throughout mathematical literature, many mathematical statements written as equations rather than as natural language. The motivations for using equations are clear. Compared to describing mathematical claims in an English sentence, an equation is often much more compact, less prone to ambiguity, and allows information to be arranged on the page in ways that aids clarity. The use of parentheses to indicate grouping is a simple example of a mathematical notation that is easy to write in an equation but often cumbersome to translate into words. Consider the equation,

\[a (b + c) = 1 / (b + c).\]

A naive translation into English would be “a times b plus c equals one over b plus c”. But this sentence loses the groupings, so it would likely be wrongly interpreted as

\[ab + c = 1/b + c.\]

Thus, the speaker must be careful to include the groupings. A more precise translation is “a times the sum of b plus c equals one over the sum of b plus c”.

The remainder of this document describes how to translate specific mathematical expressions into English.

Math to English Translation Recipes

Parentheses and Grouping

Equation English Translation
Arithmetic Grouping $a(b+c)$ "a times open parentheses b plus c close parentheses." (avoid this!)
"a times the sum of b and c."
"a times the quantity b plus c."
"The product of a and the quantity b plus c."
Arithmetic Grouping $(a+b)c$ "a plus b all times c."
"The product of a plus b times c."
"The quantity a plus b multiplied by c."
Division $(a + b)/c$ "a plus b all divided by c"
"The sum of a and b all divided by c"
"The fraction a plus b over c"

Sets

Equation English Translation
Set $\{1, 2, 3\}$ "The set containing one, two, and three."
"The set of one, two, and three."
Set-builder Notation $\{x \in \mathbb{R} \mid P(x)\}$ "The set of all 'x' in 'R' such that 'P' of 'x' is satisfied."
Element of $x \in A$ "'x' is an element of 'A'."
"'x' is in 'A'."
Subset of $A \subset B$ "(The set) 'A' is a subset of 'B'."
"(The set) 'A' is contained in 'B'."
Superset of $A \supset B$ "(The set) 'A' is a super set of 'B'."
"(The set) 'A' contains 'B'."
Strict Subset of $A \subsetneq B$ "(The set) 'A' is a strict subset of 'B'."
"(The set) 'A' is a proper subset of 'B'."
"(The set) 'A' is a subset of 'B', but not equal to 'B'."
Union $A \cup B$ "The union of 'A' and 'B'."
"'A' union 'B'."
Intersection $A \cap B$ "The intersection of 'A' and 'B'."
"'A' intersection 'B'."
"'A' intersect 'B'."

Calculus

Equation English Translation
Integrals $$\int_a^b f(x) dx$$ "The integral of f of x over x from a to b."
"The integral of f of x, dee-x with lower limit a and upper limit b."
Total Derivatives $$\frac{df}{dx}$$ "dee-f, dee-x."
"The derivative of f with respect to x."
Second Derivatives $$\frac{d^2f}{dx^2}$$ "The second derivative of f with respect to x."
(If you have a shorter or alternative way to say this, please let me know).
Second Derivatives $$\frac{d^2f}{dxdy}$$ "The second derivative of f with respect to x and y."
(If you have a shorter or alternative way to say this, please let me know).
Total Derivatives (Evaluated) $$\frac{df}{dx}\Big\rvert_{x_0}$$ "dee-f, dee-x at x-zero."
"The derivative of f with respect to x evaluated at x-zero."
Total Derivatives (Evaluated) $$f'(x)$$ "f-prime of x."
"The derivative of f at x."
Partial Derivative $$\frac{\partial f}{\partial x}$$ "partial f, partial x."
"The partial derivative of f with respect to x."

This is document is a work in progress that will continue to grow as I find examples that are worthy of inclusion. If you have suggestions, please contact me.

For more on this topic, see “How can we speak math?” by Richard Fateman.

Updated:

COMMENTS

You can use your Mastodon account to comment on this article by replying to the associated post.