The Mathematical Expressions Students Struggle With

Introduction

Mathematical notation is designed to be clear and unambiguous—at least, that’s the goal. The reality, however, is that experienced mathematicians underestimate how much we have internalized conventions and are guided by our understanding of context. What seems crystal clear to us is baffling to students encountering these symbols for the first time.

Consider these three examples:

  1. The missing comma: When I write $a_{23}$ to indicate the entry in the second row and third column of a matrix, I see two separate indices. Many students see “subscript twenty-three” and wonder why we’re suddenly talking about the twenty-third element. In other contexts, the juxtaposition of “2” and “3” suggests a single two-digit number, not two separate coordinates. Similarly, when one index is a variable, such as $a_{2i}$, a student might reasonably assume that “$2i$” indicates multiplication. To remove the confusion, one may separate the indices with a comma, “$a_{2,3}$”, but this is (justifiably) rarely done in practice.

  2. The Inverse That Isn’t: Students learn that $x^{-1} = \frac{1}{x}$ and $\sin^2(x) = (\sin(x))^2$, so they naturally assume \(\sin^{-1}(x) \overset{?}{=} \frac{1}{\sin(x)}.\) Except it doesn’t mean this at all—it means the inverse function, arcsine. To further muddy the waters, outside of trigonometry, “$f^2(x)$” often means “$f(f(x))$”. The same superscript notation means entirely different things depending on context.

  3. Subtle Distinctions: An experienced mathematician immediately recognizes the differences between “$2x^2$” and “$2\times 2$”, but students often miss the slight notational differences, namely “$x$” (a variable) vs. “$\times$” (an operator) and the “$2$” (baseline text) vs. “${}^2$” (superscript text), especially in handwritten expressions.

Why This Matters

These aren’t careless mistakes by students. They’re logical interpretations from learners who haven’t yet absorbed the subtle conventions that govern mathematical notation. Notational confusion isn’t merely a minor stumbling block—it’s a fundamental barrier to learning. If a student cannot correctly parse the symbols on the page, they are essentially guaranteed to not grasp the mathematical concepts being discussed. A student who reads $\sin^{-1}(x)$ as “one over sine of x” will be utterly lost in a discussion about inverse trigonometric functions, no matter how clearly the underlying concepts are explained. The notation is the language through which we communicate mathematics; if students don’t understand that language, the entire conversation becomes incomprehensible.

This means that as teachers, we cannot assume notational fluency. We must explicitly teach these conventions, anticipate common misinterpretations, and create opportunities for students to practice decoding mathematical expressions before we ask them to manipulate those expressions or apply the concepts they represent.

In the remainder of this post, I’ve identified six categories of notational confusion that create barriers to mathematical understanding. Understanding these categories helps us anticipate where students will struggle—and design instruction that addresses these barriers head-on.

Categories of Confusion

I have organized the notation pitfalls into four categories based on the underlying source of confusion for students:

  1. Missing Knowledge of Symbols
  2. Multiple Ways to Write the Same Thing
  3. Context-Dependent Notation
  4. Similar Notation Does Not Mean Similar Meaning

Missing Knowledge of Symbols

Before students can navigate the subtleties of mathematical notation, they need basic symbol literacy. Students often forget notation that we take as obvious. Even if a student knows (conceptually) that $3x = x + x + x$, they may forget that they can expand it, or that $3^2$ indicates repeated multiplication. Students seem to have particular trouble remembering “$<$” is “less than” and “$>$” is “greater than”. Helping students remember the definitions of notation is beyond the scope of this article, but as teachers we must constantly remember not to take it for granted that they know the meaning of $\frac{1}{x}$ or $\sqrt{x}$.

Multiple Ways to Write the Same Thing

Mathematical notation often provides multiple ways to express the same concept, and students must learn to recognize all of them as equivalent. This multiplicity can be overwhelming for novices who are still building their mathematical vocabulary.

Multiple ways to write fractions:

  • $\displaystyle x^{-1} = \frac{1}{x} = 1/x$

Multiple ways to write multiplication:

  • $ab = a\cdot b = a \times b = (a)(b) = a(b)$
  • Note: “$\cdot$” can also mean dot product in vector contexts, and “$\times$” can mean cross product

Multiple ways to write the same function:

  • $e^x$ and $\exp(x)$
  • $\arcsin(x)$ and $\sin^{-1}(x)$

Using different letters as variables:

Students are often not robust to inconsequential changes in notation. They get confused when you change $\int x^2 \, dx$ to $\int y^2 \, dy$, not recognizing that the choice of variable name is arbitrary. Even more confusing: using $h$ as a constant (height) in one context and as a function $h(x)$ in another. The same letter can represent completely different mathematical objects depending on context, and students must learn to adapt to these shifts.

Context-Dependent Notation

Same symbols, different meanings based on context

Perhaps the most challenging aspect of mathematical notation is that the same symbol can mean entirely different things depending on context. Students must learn to read mathematical expressions not just symbol-by-symbol, but with an awareness of the surrounding mathematical landscape.

Inconsistent Conventions

When mathematical notation contradicts itself

Some notational conventions actively contradict each other, requiring students to memorize which context demands which interpretation. These inconsistencies are historical accidents that we’re now stuck with.

  • As noted above, $x^{-1} = \frac{1}{x}$ and $\sin^2(x) = (\sin(x))^2$ but \(\sin^{-1}(x) \neq (\sin(x))^{-1}\) since $\sin^{-1}(x)$ means but the inverse function $\arcsin(x)$, not the reciprocal.
  • Outside of trigonometry, $f^2(x)$ often means $f(f(x))$ (function composition), not $(f(x))^2$ <!– - $f(x)$ indicates function evaluation but $3(x)$ indicates multiplication
    • Example: Students simplify “$f(x + h)$” as “$fx + fh$” –>

Superscripts

Superscripts serve many different purposes in mathematics:

  • Exponents: $x^2$ means $x \cdot x$
  • Indexing: $a^{3}$ might indicate the 3rd element in a sequence or 3rd component of a vector.
  • Function iteration: $f^2(x)$ can mean $f(f(x))$ (applying $f$ twice)
  • Derivatives: $f^{(4)}$ indicates the fourth derivative
  • Inverse functions: $\sin^{-1}(x)$ means arcsine (not reciprocal)

The same positioning carries completely different meanings, and students must infer from context which interpretation is intended.

Parentheses

Parentheses are workhorses in mathematical notation, serving many distinct purposes:

  • Grouping: $(2 + 3) \times 4$ ensures addition happens first
  • Implicit multiplication: $3(4)$ means $3 \times 4$
  • Function evaluation: $f(x)$ means “apply function $f$ to input $x$”
  • Open intervals: $(a, b)$ represents all numbers strictly between $a$ and $b$
  • Ordered pairs/coordinates: $(x, y)$ represents a point in the plane
  • Tuple notation: $(a, b, c)$ can represent a vector or point in space

Context determines which meaning applies, and students must learn to distinguish these uses.

For more uses of parentheses in mathematics, see the Glossary of Mathematical Symbols.

Equal Signs

The equals sign appears constantly in mathematics, but it doesn’t always mean the same thing, often in extremely subtle ways:

  • Definition: $f(x) = x^2$ defines a function (this is what $f$ is)
  • Identities: $\sin^2(x) + \cos^2(x) = 1$ is always true for all values of $x$
  • Equations/predicates: $x^2 = 4$ is true only for specific values of $x$ (namely $x = 2$ or $x = -2$)
  • Abbreviation in proofs: Sometimes used to indicate “which equals” or “which simplifies to” in a chain of reasoning

Students often struggle to distinguish between “this is always true” (identity) versus “find the values that make this true” (equation to solve) versus “this is how we define this object” (definition). The same symbol “=” serves all three purposes.

Implicit Notation

Notation that we don’t write

One of the most challenging aspects of mathematical notation is what we don’t write. Experienced mathematicians fill in these gaps automatically, but novices often miss them entirely.

  • Juxtaposition for multiplication: $ab$ means $a$ times $b$. We omit the multiplication symbol entirely, and students must recognize that two symbols written next to each other implies multiplication.

  • Implicit grouping via order of operations: $2x^2$ means $2 \times (x^2)$, not $(2x)^2$. The order of operations (exponents before multiplication) creates implicit grouping that students must internalize. Similarly, $2 + 3 \times 4$ means $2 + (3 \times 4)$, with the multiplication grouped before the addition despite no visible parentheses.

  • Missing parentheses in function notation: $\sin(x) = \sin x$ and $\ln x = \ln(x)$. For well-known functions, we often omit the parentheses around the argument. Students must recognize that $\sin x$ still means “apply sine to $x$,” not “multiply sin by $x$.” The parentheses are implied but not written.

  • Missing comma between array indices: $x_{11} = x_{1,1}$ (typically). When writing matrix or array indices, we often omit the comma between indices for brevity, expecting readers to parse the subscript as two separate values rather than a single two-digit number.

Similar Notation Does Not Mean Similar Meaning

Small visual differences that carry large mathematical significance

Students learning to read mathematical notation must develop sensitivity to subtle visual distinctions that experienced mathematicians process automatically. Slight difference in size, position, or shape can completely change the meaning of an expression.

Size and position matter:

The same digit in different positions means entirely different things:

  • $x_{11}$ (subscript: might be row 1, column 1 of a matrix)
  • $x^{11}$ (superscript: x raised to the 11th power)
  • $x’’$ (double prime: second derivative)
  • $2x^2$ (baseline 2, superscript 2: two times x squared) vs $2 \times 2$ (both baseline: two times two)

These positional differences are critical, yet students—especially when reading handwritten work—often overlook them.

Shape matters:

Symbols that look similar but have different shapes carry different meanings:

  • $x$ (variable, typically italic) vs $\times$ (multiplication operator)
  • $t$ (lowercase variable) vs $T$ (uppercase variable or constant) vs $\tau$ (Greek tau) vs $+$ (plus sign)
  • $ x $ (absolute value bars) vs $1$ (the number one) — especially problematic in handwritten work
  • Dot products vs scalar multiplication: $a \cdot b$ can mean different things in different contexts

Handwritten pitfalls:

Handwritten mathematics introduces additional ambiguities. Poor handwriting can make distinct symbols indistinguishable:

  • $a$ vs. $\alpha$
  • $b$ vs. $\beta$
  • $1$ that looks like $l$ (lowercase L) or $I$ (uppercase i)
  • Unclear superscripts that could be read as baseline text
  • I have even seen a very poorly drawn $\lambda$ (lambda) that was indistinguishable from a $\tau$ (tau)

These small visual differences aren’t decorative—they’re semantically crucial. Students must learn to attend to details that might seem trivial but that completely change mathematical meaning.

Conclusion

I hope this catalog of confusing notation is helpful to you! If you are a teacher and have encountered any notation that your students misinterpreted, or you are student who has been flummoxed by notation, I would love to hear about it. Drop me a message at pwintz@ucsc.edu.

See also