Skip to content

Reading and writing mathematics

Reading mathematics is an active process. A short line such as

f(x)=3x1x+2,x2f(x)=\frac{3x-1}{x+2},\qquad x\ne-2

contains an instruction, a structure and a restriction. It defines the output of ff from an input xx, says that the entire expression 3x13x-1 is divided by x+2x+2, and excludes x=2x=-2 because that value makes the denominator zero.

Writing mathematics reverses the process. You arrange symbols and words so that another reader can recover your meaning and verify every important step. Correct answers matter, but a solution should also show why the answer follows.

You should be able to:

  • perform arithmetic with fractions, negative numbers, powers and roots;
  • substitute into simple expressions;
  • solve a linear equation;
  • recognise basic algebraic notation.

Review mathematical language and notation whenever a symbol is unfamiliar. Review algebraic fluency if manipulating expressions is still difficult.

Do not try to absorb a complicated line in one glance. Read it in layers.

  1. Identify the object. Is it an expression, equation, function, inequality, definition or conclusion?
  2. Find the main operation or relation. In an equation this is often ==. In an expression it may be an outer fraction, power or function.
  3. Group the parts. Fractions, brackets, roots and function arguments create units of meaning.
  4. State restrictions. Look for denominators, square roots, logarithms, domains and contextual constraints.
  5. Translate into words. A correct verbal reading exposes many silent mistakes.

Read

y=2x+35,x3.y=2-\sqrt{\frac{x+3}{5}},\qquad x\geq-3.

Start at the outside. The main relation is y=y=. On the right, 22 has a square root subtracted from it. The root contains the fraction (x+3)/5(x+3)/5.

A precise reading is:

yy equals two minus the principal square root of the quotient of x+3x+3 and 55, for xx at least 3-3.

The order of operations is therefore

xx+3x+35x+352x+35.x\longmapsto x+3 \longmapsto \frac{x+3}{5} \longmapsto \sqrt{\frac{x+3}{5}} \longmapsto 2-\sqrt{\frac{x+3}{5}}.

For real values, the expression inside the square root must be non-negative:

x+350x3.\frac{x+3}{5}\geq0 \quad\Longrightarrow\quad x\geq-3.

This restriction is part of the mathematics, not an optional note.

Worked example 2: distinguish similar notation

Section titled “Worked example 2: distinguish similar notation”

Let f(x)=x2+1f(x)=x^2+1. Compare

f(3),f(x+3),f(x)+3.f(3),\qquad f(x+3),\qquad f(x)+3.

The brackets after ff contain its input:

f(3)=32+1=10.f(3)=3^2+1=10.

For f(x+3)f(x+3), replace every input xx in the rule by x+3x+3:

f(x+3)=(x+3)2+1=x2+6x+10.f(x+3)=(x+3)^2+1=x^2+6x+10.

By contrast,

f(x)+3=(x2+1)+3=x2+4.f(x)+3=(x^2+1)+3=x^2+4.

Thus f(x+3)f(x)+3f(x+3)\ne f(x)+3 in general. The first changes the input; the second changes the output. See functions for a fuller treatment.

An operation can act on one term or on a whole expression. Mark the scope before doing algebra.

Written formStructureMeaning
x2-x^2(x2)-(x^2)square first, then negate
(x)2(-x)^2(x)(x)(-x)(-x)square the negative quantity
sin2x\sin^2x(sinx)2(\sin x)^2square the sine value
sin(x2)\sin(x^2)sine applied to x2x^2square the input first
x+4\sqrt{x+4}root of the whole sumboth terms lie under the root
x+4\sqrt{x}+4root of xx, then add 44only xx lies under the root

Evaluate

x2+3(x1)-x^2+3(x-1)

when x=2x=-2.

Substitute using brackets:

x2+3(x1)=(2)2+3((2)1)=4+3(3)=13.\begin{aligned} -x^2+3(x-1) &=-(-2)^2+3((-2)-1)\\ &=-4+3(-3)\\ &=-13. \end{aligned}

The first term is ((2)2)=4-((-2)^2)=-4. It is not ((2))2=4(-(-2))^2=4. Brackets preserve the structure during substitution.

Let g(t)=3t2g(t)=3t-2. Find:

  1. g(4)g(-4);
  2. g(2u)g(2u);
  3. 2g(u)2g(u);
  4. the real values of xx for which 72x\sqrt{7-2x} is defined.
Answers
  1. g(4)=3(4)2=14g(-4)=3(-4)-2=-14.
  2. g(2u)=3(2u)2=6u2g(2u)=3(2u)-2=6u-2.
  3. 2g(u)=2(3u2)=6u42g(u)=2(3u-2)=6u-4.
  4. Require 72x07-2x\geq0. Hence 2x7-2x\geq-7, so x7/2x\leq7/2. The inequality reverses when dividing by 2-2.

A mathematical definition gives necessary and sufficient conditions for using a term. Read both directions.

For example, an integer nn is even if there exists an integer kk such that

n=2k.n=2k.

This says:

  • if nn is even, it can be written as twice an integer;
  • if nn can be written as twice an integer, it is even.

The phrase ”kk is an integer” matters. Without it, every real number could be written as 2k2k for some real kk.

Show that the sum of two odd integers is even.

Let the odd integers be 2r+12r+1 and 2s+12s+1, where r,sZr,s\in\mathbb Z. Their sum is

(2r+1)+(2s+1)=2r+2s+2=2(r+s+1).\begin{aligned} (2r+1)+(2s+1) &=2r+2s+2\\ &=2(r+s+1). \end{aligned}

Since integers are closed under addition, r+s+1Zr+s+1\in\mathbb Z. The sum has the form 2k2k for an integer kk, so it is even.

Merely checking 3+5=83+5=8 gives supporting evidence, but it does not establish the claim for all odd integers. Study deduction and exhaustion to develop proof structure.

Each new line must follow from information already established. The symbols used between lines should state the relationship accurately.

  • A=BA=B says two quantities have the same value.
  • ABA\Rightarrow B says if statement AA is true, then statement BB follows.
  • ABA\Longleftrightarrow B says each statement implies the other.
  • ABA\approx B says the values are approximately equal.

Worked example 5: reversible and irreversible steps

Section titled “Worked example 5: reversible and irreversible steps”

Solve

x+6=x.\sqrt{x+6}=x.

The principal square root is non-negative, so any solution must satisfy x0x\geq0. Squaring gives a necessary condition:

x+6=xx+6=x2x2x6=0(x3)(x+2)=0.\begin{aligned} \sqrt{x+6}=x &\Rightarrow x+6=x^2\\ &\Rightarrow x^2-x-6=0\\ &\Rightarrow (x-3)(x+2)=0. \end{aligned}

The candidates are x=3x=3 and x=2x=-2. Check them in the original equation:

x=3:9=3x=3:\quad \sqrt9=3 \quad\checkmark x=2:42×x=-2:\quad \sqrt4\ne-2 \quad\times

Therefore

x=3.\boxed{x=3}.

Squaring is not reversible over the reals because a2=b2a^2=b^2 allows a=ba=b or a=ba=-b. Writing \Longleftrightarrow at the squaring step would incorrectly claim equivalence and conceal the extraneous candidate.

Read displays, tables and diagrams critically

Section titled “Read displays, tables and diagrams critically”

Mathematics is not only prose and algebra.

For a graph, identify:

  • the variables and axis scales;
  • whether the axes start at zero;
  • units and permitted domain;
  • intercepts, turning points, discontinuities and asymptotes;
  • whether values are exact or estimated from the picture.

For a table, read headings and units before the entries. Decide whether rows are raw observations, frequencies, probabilities or calculated values. For a diagram, use only stated facts and standard markings. A shape that looks like a right angle is not necessarily one unless it is marked or follows from other information.

Suppose VV is measured in cubic centimetres and tt in seconds, with

dVdt=12.\frac{dV}{dt}=-12.

The derivative is read “the rate of change of volume with respect to time”. Its units are

cm3s=cm3 s1.\frac{\text{cm}^3}{\text{s}}=\text{cm}^3\text{ s}^{-1}.

The negative sign says the volume is decreasing. It does not mean that the volume itself is negative. A complete interpretation is:

At that instant, the volume is decreasing at 12 cm3 s112\text{ cm}^3\text{ s}^{-1}.

See connected rates of change for problems in which several rates interact.

A strong solution usually contains four kinds of information:

  1. Definitions: state what introduced symbols represent.
  2. Method: show the equation, formula or principle being used.
  3. Transformation: give enough intermediate algebra to locate an error.
  4. Conclusion: answer the actual question, with restrictions, units and suitable accuracy.

Worked example 7: turn scratch work into a solution

Section titled “Worked example 7: turn scratch work into a solution”

Solve

2x13x+22=1.\frac{2x-1}{3}-\frac{x+2}{2}=1.

A readable solution clears both denominators using their lowest common multiple, 66:

2(2x1)3(x+2)=64x23x6=6x8=6x=14.\begin{aligned} 2(2x-1)-3(x+2)&=6\\ 4x-2-3x-6&=6\\ x-8&=6\\ x&=14. \end{aligned}

Check in the original equation:

2(14)1314+22=273162=98=1.\frac{2(14)-1}{3}-\frac{14+2}{2} =\frac{27}{3}-\frac{16}{2} =9-8 =1.

Therefore x=14x=14. The first line shows that the whole numerator x+2x+2 is multiplied by 33. Omitting brackets would produce the common error 3x+2-3x+2 instead of 3x6-3x-6.

Worked example 8: communicate a contextual answer

Section titled “Worked example 8: communicate a contextual answer”

A rectangle has length x+4x+4 metres and width x1x-1 metres. Its area is 40 m240\text{ m}^2. Find its dimensions.

Form the equation:

(x+4)(x1)=40.(x+4)(x-1)=40.

Then

x2+3x4=40x2+3x44=0(x+11)(x4)=0.\begin{aligned} x^2+3x-4&=40\\ x^2+3x-44&=0\\ (x+11)(x-4)&=0. \end{aligned}

Thus x=11x=-11 or x=4x=4. However, lengths must be positive. If x=11x=-11, both x+4x+4 and x1x-1 are negative, so this algebraic solution is invalid in context. For x=4x=4,

x+4=8,qquadx1=3.x+4=8,qquad x-1=3.

Hence the rectangle measures

8 m by 3 m.\boxed{8\text{ m by }3\text{ m}}.

The boxed result answers the question. Boxing x=4x=4 alone would leave the reader to infer the requested dimensions.

Use words where symbols alone are ambiguous

Section titled “Use words where symbols alone are ambiguous”

Equations should carry the calculation; words should carry decisions and meaning. Useful short statements include:

  • “Since x>0x>0, take the positive square root.”
  • “Let tt be the time in seconds after release.”
  • “The denominator is non-zero because x3x\ne3.”
  • “This root is rejected because probability cannot exceed 11.”
  • “The model predicts a maximum height of 18.418.4 m.”

Avoid chains that mix unrelated equalities. For example,

x2=9=x=3x^2=9=x=3

is false and also loses x=3x=-3. Write

x2=9x=±3.x^2=9 \quad\Longrightarrow\quad x=\pm3.

Similarly, do not write

A=πr2=π(5)2=78.5 cm2A=\pi r^2=\pi(5)^2=78.5\text{ cm}^2

unless AA is actually the area throughout and the final value has been rounded appropriately. A clearer calculation is

A=πr2=π(5)2=25π cm278.5 cm2.\begin{aligned} A&=\pi r^2\\ &=\pi(5)^2\\ &=25\pi\text{ cm}^2\\ &\approx78.5\text{ cm}^2. \end{aligned}

This distinguishes exact equality from approximation.

Weak writingWhy it is weakRepair
x = 3, 5unclear and non-standardwrite x=3x=3 or x=5x=5
9=±3\sqrt9=\pm3the principal square root is 33write 9=3\sqrt9=3, but x2=9x=±3x^2=9\Rightarrow x=\pm3
a decimal in the middle of exact workloses informationretain fractions, surds and π\pi until the end
unexplained calculator outputhides the model and methodshow the equation or substitution first
no unitsleaves the quantity uninterpretedattach units to the final contextual answer
every algebra line joined by ==may claim false equalityuse == for values and \Rightarrow for implications
rejecting a root without a reasonthe reader cannot check the decisioncite the domain or contextual restriction
  1. Explain the difference between 1x+2\dfrac{1}{x}+2 and 1x+2\dfrac{1}{x+2}.
  2. Solve 2x+3=x\sqrt{2x+3}=x, checking all candidates.
  3. A calculation gives p=1.08p=1.08, where pp is a probability. What should you conclude?
  4. Rewrite the claim ”n2n^2 is odd, so nn is odd” as an implication.
Answers
  1. In 1/x+21/x+2, only 11 is divided by xx. In 1/(x+2)1/(x+2), 11 is divided by the whole sum x+2x+2. Their domains also differ: x0x\ne0 and x2x\ne-2, respectively.
  2. A solution requires x0x\geq0. Squaring gives 2x+3=x22x+3=x^2, so x22x3=0x^2-2x-3=0 and (x3)(x+1)=0(x-3)(x+1)=0. The candidates are 33 and 1-1. Only x=3x=3 satisfies the original equation. Therefore x=3x=3.
  3. A probability must lie in [0,1][0,1], so 1.081.08 is impossible. Check the model, data entry and arithmetic rather than rounding it to 11 without justification.
  4. n2 is oddn is oddn^2\text{ is odd}\Rightarrow n\text{ is odd}. If a proof is required, prove the implication rather than only restating it.

Before starting a question:

  1. identify what is given and what must be found;
  2. define symbols, units and domains;
  3. mark the structure of complicated expressions;
  4. translate command words such as solve, show, prove, estimate and interpret into an action.

Before finishing:

  1. check substitutions in the original statement;
  2. check signs, scale, units and domain restrictions;
  3. distinguish exact values from approximations;
  4. state a conclusion that answers the question.

Next, study problem solving to choose and adapt methods, mathematical modelling to connect symbols with real situations, and communicating reasoning to develop examination solutions and proofs.