Say you've learnt math in your native language which is not English. Since then you've also read math in English and you appreciate the near universality of mathematical notation. Then one day you want to discuss a formula in real life and you realize you don't know how to pronunce "".

Status: I had little prior knowledge of the topic. This was mostly generated by ChatGPT4 and kindly reviewed by @TheManxLoiner.

General

Distinguishing case

  • "Big F" or "capital F", "little delta"

Subscripts

  • "a sub n" or, in most cases, just "a n"

Calculus

Pythagorean Theorem

  • "a squared plus b squared equals c squared."

Area of a Circle

  • "Area equals pi [pronounced 'pie'] r squared."

Slope of a Line

  • "m equals y 2 minus y 1 over x 2 minus x 1."

Quadratic Formula

  • "x equals minus b [or 'negative b'] plus or minus the square root of b squared minus four a c, all over two a."

Sum of an Arithmetic Series

  • "S equals n over two times a 1 plus a n."

Euler's Formula

  • "e to the i theta equals cos [pronounced 'coss' or 'coz'] theta plus i sine theta."

Law of Sines

  • "Sine A over a equals sine B over b equals sine C over c."

Area of a Triangle (Heron's Formula)

  • , where 
  • "Area equals the square root of s times s minus a times s minus b times s minus c, where s equals a plus b plus c over two."

Compound Interest Formula

  • "A equals P times one plus r over n to the power of n t."

Logarithm Properties

  • Don't state the base if clear from context: "Log of x y equals log of x plus log of y."
  • Otherwise "Log to the base b of x y equals log to the base b of x plus log to the base b of y."

More advanced operations

Derivative of a Function

  •  or  or 
  • "df by dx", or "d dx of f of x", or "f prime of x" or "f dash of x".

Second Derivative

  •  or 
  • "d squared dx squared of f of x" or "f double prime of x."

Partial Derivative (unreviewed)

  • "Partial with respect to x of f of x, y."

Definite Integral

  • "Integral from a to b of f of x dx."

Indefinite Integral (Antiderivative)

  • "Integral of f of x dx."

Line Integral (unreviewed)

  • "Line integral over C of f of x, y ds."

Double Integral

  • "Double integral from a to b and c to d of f of x, y dx dy."

Gradient of a Function

  • "Nabla f" or "del f", or "gradient of f" or "grad f" to distinguish from other uses such as divergence or curl.

Divergence of a Vector Field

  • "Nabla dot F" or "div F".

Curl of a Vector Field

  • "Nabla cross F" or "curl F".

Laplace Operator

  •  or 
  • "Delta f" or "Laplacian of f", or "nabla squared f" or "del squared f".

Limit of a Function

  • "Limit as x approaches a of f of x."

Linear Algebra (vectors and matrices)

Vector Addition

  • "v plus w."

Scalar Multiplication

  • "c times v."

Dot Product

  • "v dot w."

Cross Product

  • "v cross w."

Matrix Multiplication

  • "A B."

Matrix Transpose

  • "A transpose."

Determinant of a Matrix

  •  or 
  • "Determinant of A" or "det A".

Inverse of a Matrix

  • "A inverse."

Eigenvalues and Eigenvectors

  •  for eigenvalues,  for eigenvectors
  • "Lambda for eigenvalues; v for eigenvectors."

Rank of a Matrix

  • "Rank of A."

Trace of a Matrix

  • "Trace of A."

Vector Norm

  • "Norm of v" or "length of v".

Orthogonal Vectors

  • "v dot w equals zero."

With numerical values

Matrix Multiplication with Numerical Values

  • Let  and , then .
  • "A B equals nineteen, twenty-two; forty-three, fifty."

Vector Dot Product

  • Let  and , then .
  • "v dot w equals thirty-two."

Determinant of a Matrix

  • For .
  • "Determinant of A equals minus two."

Eigenvalues and Eigenvectors with Numerical Values

  • Given , it has eigenvalues  and , with corresponding eigenvectors  and .
  • "Lambda one equals three with v one equals one, one; lambda two equals one with v two equals minus one, one."

Solving a System of Linear Equations

  • For the system given by , where  and , the solution  can be found using .
  • "x equals A inverse b, solving the system."

Probabilities and Statistics

Probability of an Event

  • "P of A equals the number of favorable outcomes over the total number of outcomes."
  • "P A" and "probability of A" are also common.

Mean of a Dataset

  • "Mu equals one over N times the sum from i equals one to N of x i."

Sample Mean

  • "x bar equals one over n times the sum from i equals one to n of x i."

Standard Deviation of a Population

  • "Sigma equals the square root of one over N times the sum from i equals one to N of x i minus mu squared."

Sample Standard Deviation

  • "s equals the square root of one over n minus one times the sum from i equals one to n of x i minus x bar squared."

Covariance of Two Variables

  • "Covariance of X and Y equals one over n minus one times the sum from i equals one to n of x i minus x bar times y i minus y bar."

Correlation Coefficient

  • "r equals Covariance of X and Y over sigma X times sigma Y."

Binomial Probability Formula

  • "P of X equals k equals n choose k times p to the k times one minus p to the n minus k."

Central Limit Theorem Approximation

  • "Probability of X between a and b approximately equals Phi of b minus mu over sigma divided by the square root of n minus Phi of a minus mu over sigma divided by the square root of n."
  • or "P of a less than or equal to X less than or equal to b ..."

Logic

Propositional Logic

Negation

  • Notation: 
  • English: "Not P."

Conjunction

  • Notation: 
  • English: "P and Q."

Disjunction

  • Notation: 
  • English: "P or Q."

Implication (Conditional)

  • Notation: 
  • English: "P implies Q" or "If P then Q."

Biconditional

  • Notation: 
  • English: "P if and only if Q."

Predicate Logic

Universal Quantification

  • Notation: 
  • English: "For all x, P of x."

Existential Quantification

  • Notation: 
  • English: "There exists [an] x such that P of x."

Necessity

  • Notation: 
  • English: "Necessarily P."

Possibility

  • Notation: 
  • English: "Possibly P."

Set Theory

Union and Intersection of Sets with Set Builder Notation

  • "A union B equals the set of x such that x is in A or x is in B."

Function Definition

  • "f from R to R defined by f of x equals x squared minus two x plus one."

Cartesian Product and Relations

  • "R equals the set of ordered pairs x, y in Z cross Z such that x squared plus y squared equals twenty-five."

Group Operation

  • "G[, star], where for all a, b in G, a star b equals a b plus a plus b."

Monoid Example with Identity

  • "M[, dot], is a monoid if there exists e in M such that for all a in M, a dot e equals e dot a equals a."

Power Set and Subset

  • "Power set of S equals the set of T such that T is a subset of S."

Equivalence Relation

  • "a equivalent to b [or 'a twiddles b'] if and only if a minus b is in Z."

Direct Product of Groups

  • "G cross H equals the set of ordered pairs g, h such that g is in G and h is in H."

Vector Space Over a Field

  • (spelled out rather than written with symbols)
New Comment
5 comments, sorted by Click to highlight new comments since: Today at 2:06 PM
[-]gjm23d155

There are a few things in the list that I would say differently, which I mention not because the versions in the post are _wrong_ but because if you're using a crib-sheet like this then you might get confused when other people say it differently:

  • I say "grad f", "div f", "curl f" for . I more often say "del" than "nabla" and for the Laplacian I would likely say either "del squared f" or "Laplacian of f".
  • I pronounce "cos" as "coss" not as "coz".
  • For derivatives I will say "dash" at least as often as "prime".

The selection of things in the list feels kinda strange (if it was mostly produced by GPT-4 then that may be why) -- if the goal is to teach you how to say various things then some of the entries aren't really pulling their weight (e.g., the one about the z-score, or the example of how to read out loud an explicit matrix transpose, when we've already been told how to say "transpose" and how to read out the numbers in a matrix). It feels as if whoever-or-whatever generated the list sometimes forgot whether they were making a list of bits of mathematical notation that you might not know how to say out loud or a list of things in early undergraduate mathematics that you might not know about.

It always makes me just a little bit sad when I see Heron's formula for the area of a triangle. Not because there's anything wrong with it or because it isn't a beautiful formula -- but because it's a special case of something even nicer. If you have a cyclic quadrilateral with sides  then (writing ) its area is . Heron's formula is just the special case where two vertices coincide so . The more general formula (due to Brahmagupta) is also more symmetrical and at least as easy to remember.

Thanks, I have applied most suggestions.

Indeed I didn't choose the formulas myself but just told GPT to produce some, and then removed a few that seemed dubious or irrelevant.

in English, π is pronounced "pie" (not "pee")

Added

Some of these depend on how concise you want to be. For example,

"Partial derivative with respect to x of f of x, y" may be shortened to "partial x, f of x, y".

Conciseness is more common when speaking if the written form is also visible (as opposed to purely vocal communication).