Skip to main content
Mathematics LibreTexts

1.3: How to Read and Write Mathematics

  • Page ID
    8381
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Reading mathematics is difficult for beginners. It takes patience and practice to learn how to read mathematics. You may need to read a sentence or a paragraph several times before you understand it completely. There are writing styles and notational conventions that you acquire only by reading and paying attention to how mathematics is written. As we proceed with the course, we will discuss the details. As a starter, let us offer several suggestions.

    • Make sure you know the definition of mathematical terms, the meaning and proper usage of mathematical symbols and notations. Although this may sound obvious, many beginners have difficulty understanding a mathematical argument because they fail to recall the exact meaning of certain mathematical concepts.
    • Often, the reason behind a claim lies in the sentence before it. Sometimes it could be found in the preceding paragraph, and it is not unusual that you may need to check several sentences or paragraphs before it. You need to take an active role in reading mathematics, and you need to remember what you have read.
    • Mathematicians prefer short and elegant proofs. To do this, they suppress the details of what they consider as “obvious” reasons. But what is obvious to one reader may not be that obvious to another. At any rate, for practical reasons, it is impossible to include every minute step in a mathematical argument. Consequently, keep your pencil and paper next to you, and be ready to check the calculation and fill in the missing details.
    • It may help to try out some examples just to see how an argument works.
    • After you finish reading a proof, go over it one more time, and try to summarize its key steps (in other words, try to draw an outline of the proof) in your own words.

    Writing mathematics is even harder! It takes much longer to learn how to write mathematics. Of course, the most important thing about a mathematical argument is its correctness. When we say “good” mathematical writing, we are talking about precision, clarity, and sound logic.

    • Be precise! For example, do not just say “it” when it is unclear which quantity you are referring to. This is particularly true in a lengthy argument. In this regard, it helps to identify and hence distinguish different quantities by their names such as \(x\), \(y\), \(z\), etc.
    • Use mathematical terms correctly! A common mistake is confusing an expression with an equation. An equation has an equal sign, as in \[x+y = 5, \nonumber\] but an expression does not, as in \[x+y. \nonumber\]
    • Likewise, the following is an inequality: \[x+y \geq 5. \nonumber\] Do not call it an equation!
    • Do not abuse the word “solve.” For instance, many students would say “solve \(5^2+7^3\).” A more appropriate saying should be “compute the value of \(5^2+7^3,\)” or simply “evaluate \(5^2+7^3\).”

    In the beginning, it helps to follow what others do. This again means you need to read a lot of mathematical writing, and pick up styles that you are comfortable with. We often follow some conventions (unwritten rules, if you prefer) that everyone follows.

    Example \(\PageIndex{1}\)

    Consider this argument for showing that \((x-y)(x+y) = x^2-y^2\):

    We want to show that
    \[ (x-y)(x+y) = x^2-y^2. \label{eg:readmath-01}\]
    After expanding the product on the left-hand side, we find
    \[ {} = x^2+xy-yx-y^2 = x^2-y^2, \nonumber\]
    which is what we want to prove.

    The logic and mathematics in the argument are correct, but not the notation. In formal writing, each equation should be a stand-alone equation. The last equation is incomplete, because it does not have anything on the left-hand side of the equal sign. Here is a proper way to write the argument:

    Solution

    We want to show that
    \[ (x-y)(x+y) = x^2-y^2. \nonumber\]
    After expanding the product on the left-hand side, we find
    \[ (x-y)(x+y) = x^2+xy-yx-y^2 = x^2-y^2, \nonumber\]
    which is what we want to prove.

    The fix is simple: just repeat the left-hand side.

    Example \(\PageIndex{2}\)

    Short and simple mathematical expressions or equations such as \(a^2+b^2=c^2\) can be written within a paragraph. Longer ones and expressions or equations that are important should be displayed separately, and centered, on their own lines, as in \[x^3-y^3 = (x-y) (x^2+xy+y^2). \nonumber\]

    If we intend to refer to the equation later, assign a number to it, and enclose the number within parentheses:

    \[x^2-y^2 = (x-y) (x+y). \label{eqn:example}\]

    Now, for example, we can say, because of \(\ref{eqn:example}\), we find

    \[135 = 144-9 = 12^2-3^2 = (12-3) (12+3) = 9\cdot 15. \nonumber\]

    For a longer equation such as

    \[(x+y)^2 = (x+y)(x+y) = x^2+xy+xy+y^2 = x^2+2xy+y^2, \nonumber\]

    it may look better and easier to follow if we break it up into several lines, and line them up along the equal signs:

    \[\begin{align} (x+y)^2 &= (x+y)(x+y) \\ &= x^2+xy+xy+y^2 \\ &= x^2+2xy+y^2. \end{align} \nonumber\]

    Although we display the equation in three lines, they together form one equation. The equal signs at the beginning of the second and third lines indicate that they are the continuation of the previous line. Since this is actually one long equation, we only need to say \((x+y)^2\) once, namely, at the beginning.

    When part of the right-hand side extends beyond the margin, you may want to balance the look of the entire equation by repositioning the left-hand side:

    \[ \begin{array}{l}
    {(x^2+2xy+y^2) (x^2+2xy+y^2)} \\
    = x^4+2x^3y+x^2y^2 + 2x^3y+4x^2y^2+2xy^3 + x^2y^2+2xy^3+y^4 \\
    = x^4+4x^3y+6x^2y^2+4xy^3+y^4.
    \end{array} \nonumber\]

    In the multi-line display format, always write the equal signs at the beginning of the lines. Do not forget to align the equal signs.

    When part of the right-hand side is too long to display as a single piece, we may split it into multiple pieces:

    \[\begin{align} (x+y)^5 &= (x+y)^2 (x+y)^3 \\ &= (x^2+2xy+y^2) (x^3+3x^2y+3xy^2+y^3) \\ &= x^5+3x^4y+3x^3y^2+x^2y^3+2x^4y+6x^3y^2+6x^2y^3+2xy^4 \\ & \quad {} +x^3y^2+3x^2y^3+3xy^4+y^5 \\ &= x^5+5x^4y+10x^3y^2+10x^2y^3+5xy^4+y^5. \end{align} \nonumber\]

    It is a common practice to use indentation to indicate the continuation of part of a line into the next.

    There will be more discussion as we continue. Let us not forget: the best way to learn is to watch and observe how others do it. Reading is a must! Reading and analyzing technical papers will surely improve your mathematical knowledge as well as your writing.


    This page titled 1.3: How to Read and Write Mathematics is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by Harris Kwong (OpenSUNY) .

    • Was this article helpful?