Skip to content

Calculator fluency

A scientific calculator is a mathematical tool, not a substitute for mathematical decisions. You must still choose the correct expression, use a suitable mode, interpret the display and present enough working for another person to follow.

The essential habit is:

Write the mathematics first, enter it faithfully, then ask whether the result is plausible.

This page is model independent. Button names and menus vary, so use your calculator’s manual to locate features, but do not depend on a particular sequence of keys.

You should already understand:

  • the order of operations;
  • negative numbers, fractions and percentages;
  • powers, roots and standard form;
  • basic right-angled trigonometry.

Review exact arithmetic, indices, roots and surds or Pythagoras and trigonometry if the mathematics, rather than its entry, is unfamiliar.

At the beginning of a question, check the settings that can change an answer.

The common angle units are degrees and radians:

180=π radians.180^\circ=\pi\text{ radians}.

Higher tier GCSE questions usually use degrees. A-level trigonometry and calculus also use radians, so never assume the current setting is correct. The display normally shows an indicator such as D or DEG for degrees and R or RAD for radians.

For example,

sin30=12,\sin 30^\circ=\frac12,

whereas

sin(30 radians)0.988.\sin(30\text{ radians})\approx-0.988.

The same keys produce entirely different values because the input has a different meaning.

Normal display is suitable for most work. Fixed decimal mode forces a chosen number of decimal places and can hide useful digits. Scientific display writes numbers in standard form. Neither setting changes the underlying stored value, but either can make the display misleading if unnoticed.

If the calculator behaves unexpectedly, check:

  • degree or radian mode;
  • normal, fixed or scientific display;
  • fraction or decimal output;
  • whether an old statistical or equation mode is still active.

Resetting settings may help, but only if you know what the reset changes.

Calculators follow the order of operations, usually called BIDMAS or BODMAS:

  1. brackets;
  2. indices and roots;
  3. multiplication and division;
  4. addition and subtraction.

Operations at the same level are normally evaluated from left to right. Brackets are the safest way to communicate structure.

Worked example: a quotient needs two complete parts

Section titled “Worked example: a quotient needs two complete parts”

Evaluate

3.7+5.26.12.4.\frac{3.7+5.2}{6.1-2.4}.

Enter the numerator and denominator as complete groups:

(3.7+5.2)(6.12.4)=8.93.72.4054.\frac{(3.7+5.2)}{(6.1-2.4)}=\frac{8.9}{3.7}\approx2.4054.

Typing an unstructured linear expression such as

3.7+5.2÷6.12.43.7+5.2\div6.1-2.4

means

3.7+5.26.12.4,3.7+\frac{5.2}{6.1}-2.4,

which is a different calculation.

Worked example: the whole denominator matters

Section titled “Worked example: the whole denominator matters”

Evaluate

x=b+b24ac2ax=\frac{-b+\sqrt{b^2-4ac}}{2a}

when a=2a=2, b=3b=-3 and c=5c=-5.

Substitute before entering anything:

x=(3)+(3)24(2)(5)2(2)=3+494=104=52.\begin{aligned} x &=\frac{-(-3)+\sqrt{(-3)^2-4(2)(-5)}}{2(2)}\\ &=\frac{3+\sqrt{49}}{4}\\ &=\frac{10}{4}=\frac52. \end{aligned}

There are three common entry errors here:

  • entering 32-3^2 instead of (3)2(-3)^2;
  • ending the square root before the complete discriminant;
  • dividing only 49\sqrt{49} by 44 instead of dividing the whole numerator.

The written substitution exposes all three.

Negative numbers and subtraction are different roles

Section titled “Negative numbers and subtraction are different roles”

The subtraction key creates an operation between two numbers. The negative key attaches a sign to one number. On many calculators they are distinct.

For example,

(4)2=16,(-4)^2=16,

but

42=(42)=16.-4^2=-(4^2)=-16.

This is not a calculator quirk. By convention, the power is evaluated before the leading negative sign. Use brackets whenever a negative base is raised to a power.

Predict each result before checking it.

  1. 24-2^4
  2. (2)4(-2)^4
  3. (2)3(-2)^3
  4. 5(3)5-(-3)
Answers
  1. 16-16
  2. 1616
  3. 8-8
  4. 88

Modern scientific calculators can often retain fractions, surds and multiples of π\pi. Use exact form while the mathematics permits it.

For example,

34+56=912+1012=1912.\frac34+\frac56=\frac{9}{12}+\frac{10}{12}=\frac{19}{12}.

The decimal

1.5833331.583333\ldots

is an approximation. Exact form reveals the value completely and is usually preferable in algebra, trigonometry and calculus.

Similarly,

72=36×2=62,\sqrt{72}=\sqrt{36\times2}=6\sqrt2,

and

2sinπ6+8=1+22.2\sin\frac{\pi}{6}+\sqrt8=1+2\sqrt2.

If the calculator displays a decimal first, use its exact or format-conversion function when available. However, a calculator’s exact display does not replace the algebra required when a question says show that, simplify or give an exact value.

Use decimals for measured quantities, numerical modelling, or when a question requests a stated accuracy. Keep exact values internally until the final line whenever possible.

Find

A=πr2A=\pi r^2

for r=4.73 cmr=4.73\text{ cm}.

Using the calculator’s π\pi value and the unrounded radius,

A=π(4.73)2=70.3048=70.3 cm2to 3 significant figures.\begin{aligned} A&=\pi(4.73)^2\\ &=70.3048\ldots\\ &=70.3\text{ cm}^2\quad\text{to }3\text{ significant figures}. \end{aligned}

Do not replace π\pi by 3.143.14 unless approximation is part of the question. Do not round intermediate results unless necessary.

Know the mathematical meaning of the main operations:

x2=x×x,x1=1x,x=x1/2,xn=x1/n.\begin{aligned} x^2&=x\times x,\\ x^{-1}&=\frac1x,\\ \sqrt{x}&=x^{1/2},\\ \sqrt[n]{x}&=x^{1/n}. \end{aligned}

A general power key is needed for powers other than the dedicated square or square-root operations.

Worked example: fractional and negative indices

Section titled “Worked example: fractional and negative indices”

Evaluate 813/481^{3/4} exactly.

The denominator of the index gives the root and the numerator gives the power:

813/4=(811/4)3=33=27.81^{3/4}=\left(81^{1/4}\right)^3=3^3=27.

Enter the exponent as a grouped fraction, 81(3/4)81^{(3/4)}. Without grouping, linear input may be interpreted as

8134,\frac{81^3}{4},

which is not equivalent.

Now evaluate 163/216^{-3/2}:

163/2=1163/2=1(16)3=164.16^{-3/2}=\frac{1}{16^{3/2}}=\frac{1}{(\sqrt{16})^3}=\frac1{64}.

Over the real numbers,

9\sqrt{-9}

is undefined, so a calculator in real mode reports an error. Also,

x2=x,\sqrt{x^2}=|x|,

not always xx. For instance, if x=5x=-5, then x2=5\sqrt{x^2}=5.

Standard form is

a×10n,1a<10,a\times10^n,\qquad 1\leq |a|<10,

where nn is an integer. A calculator may display 3.42×1073.42\times10^{-7} as something like 3.42E-7. Here E-7 means ×107\times10^{-7}, not subtraction and not multiplication by the number ee.

Use the calculator’s exponent-entry function for standard form. Do not type a separate multiplication by 1010 unless you deliberately construct the full expression.

Worked example: calculating in standard form

Section titled “Worked example: calculating in standard form”

Evaluate

(6.0×108)(3.5×103)1.2×104.\frac{(6.0\times10^8)(3.5\times10^{-3})}{1.2\times10^4}.

Reason first:

(6.0×108)(3.5×103)1.2×104=6.0×3.51.2×10834=17.5×101=1.75×102.\begin{aligned} \frac{(6.0\times10^8)(3.5\times10^{-3})}{1.2\times10^4} &=\frac{6.0\times3.5}{1.2}\times10^{8-3-4}\\ &=17.5\times10^1\\ &=1.75\times10^2. \end{aligned}

Thus the calculator should return 175175 or 1.75×1021.75\times10^2. The exponent estimate makes an entry error easier to spot.

The direct trigonometric functions take an angle and return a ratio:

sinθ,qquadcosθ,qquadtanθ.\sin\theta,qquad \cos\theta,qquad \tan\theta.

Their inverse functions take a ratio and return an angle:

sin1x,qquadcos1x,qquadtan1x.\sin^{-1}x,qquad \cos^{-1}x,qquad \tan^{-1}x.

In this context, sin1\sin^{-1} means inverse sine, not reciprocal sine. The reciprocal of sine is 1/sinx1/\sin x, also called cscx\csc x.

In a right-angled triangle, the side opposite an angle of 3737^\circ is 8.48.4 cm. Find the hypotenuse hh.

Choose the relationship before using the calculator:

sin37=8.4h.\sin37^\circ=\frac{8.4}{h}.

Rearrange:

h=8.4sin37=13.957h=\frac{8.4}{\sin37^\circ}=13.957\ldots

Therefore

h=14.0 cmto 3 significant figures.h=14.0\text{ cm}\quad\text{to }3\text{ significant figures}.

Because the hypotenuse must be longer than 8.48.4 cm, the answer has the correct scale.

If

tanθ=712\tan\theta=\frac{7}{12}

and 0<θ<900^\circ<\theta<90^\circ, then

θ=tan1(712)=30.256.\theta=\tan^{-1}\left(\frac7{12}\right)=30.256\ldots^\circ.

Hence θ=30.3\theta=30.3^\circ to 11 decimal place. If the display gave approximately 0.5280.528, the calculator would be in radians because 30.2560.52830.256^\circ\approx0.528 radians.

Inverse trigonometric functions usually give one principal value. Later, when solving trigonometric equations, you must use symmetry and periodicity to find all solutions in the required interval. Continue to trigonometric equations when ready.

The common logarithm and natural logarithm satisfy

logx=log10x,lnx=logex.\log x=\log_{10}x,\qquad \ln x=\log_e x.

Their inverse operations are powers of 1010 and ee:

10logx=x,elnx=x(x>0).10^{\log x}=x,\qquad e^{\ln x}=x\qquad(x>0).

Worked example: solve an exponential equation numerically

Section titled “Worked example: solve an exponential equation numerically”

Solve

3x=20.3^x=20.

Taking logarithms gives

xlog3=log20,x=log20log3=2.7268\begin{aligned} x\log3&=\log20,\\ x&=\frac{\log20}{\log3}=2.7268\ldots \end{aligned}

Natural logarithms give the same result:

x=ln20ln3.x=\frac{\ln20}{\ln3}.

Check by substitution:

32.7268=20.3^{2.7268\ldots}=20.

Over the real numbers, logx\log x and lnx\ln x require x>0x>0. An error for ln(2)\ln(-2) reflects a domain restriction, not calculator failure. Learn the underlying theory in exponentials and logarithms.

Multi-step calculations and stored precision

Section titled “Multi-step calculations and stored precision”

The Ans value or a stored memory keeps more precision than copying a rounded display. This is useful when a calculation naturally has stages.

Worked example: retain intermediate precision

Section titled “Worked example: retain intermediate precision”

Let

u=7.32.85u=\frac{7.3-2.8}{\sqrt5}

and calculate u2+3uu^2+3u.

First,

u=2.01246u=2.01246\ldots

Using the stored unrounded value,

u2+3u=10.0874u^2+3u=10.0874\ldots

If uu were copied as 2.012.01, the result would be

2.012+3(2.01)=10.0701,2.01^2+3(2.01)=10.0701,

which has already drifted. Store values or enter one complete expression, then round once at the end.

For a long expression, one complete entry reduces rounding error but increases the risk of misplaced brackets. A reliable compromise is to calculate meaningful subexpressions, write their definitions and retain their full stored values.

Decimal places count digits after the decimal point. Significant figures begin at the first non-zero digit.

For 0.00478620.0047862:

0.0047862={0.005to 3 decimal places,0.00479to 3 significant figures.0.0047862= \begin{cases} 0.005 & \text{to }3\text{ decimal places},\\ 0.00479 & \text{to }3\text{ significant figures}. \end{cases}

Include trailing zeros when they communicate requested accuracy. For example, 5.205.20 is given to 33 significant figures, while 5.25.2 is given to 22.

Use an equals sign only for equality. Write

x=73=2.3332.33,x=\frac{7}{3}=2.333\ldots\approx2.33,

not 7/3=2.337/3=2.33. The rounded value is approximately equal to the exact one.

In an examination, a calculator answer alone may earn no method marks. A clear solution normally includes:

  1. the relevant formula or equation;
  2. substituted values with brackets;
  3. an unrounded or exact calculator result;
  4. the rounded answer with units and stated accuracy where appropriate.

A calculator faithfully evaluates mistyped mathematics. Build in checks that do not merely repeat the same entry.

Estimate

19.8×0.0480.203.\frac{19.8\times0.048}{0.203}.

Using one significant figure,

20×0.050.2=5.\frac{20\times0.05}{0.2}=5.

The calculator value is

4.6827,4.6827\ldots,

which is plausible. A display of 0.04680.0468 or 468468 would suggest a power-of-ten or bracket error.

If solving

x43=7\frac{x-4}{3}=7

gives x=25x=25, substitute it:

2543=7.\frac{25-4}{3}=7.

For numerical roots, substitute the decimal answer into the original equation rather than trusting an equation-solving mode without interpretation.

  • A probability must lie between 00 and 11.
  • A correlation coefficient must lie between 1-1 and 11.
  • A right-triangle hypotenuse must be the longest side.
  • sinθ\sin\theta and cosθ\cos\theta lie between 1-1 and 11 for real θ\theta.
  • A length, area or time cannot be negative in an ordinary physical context.

These checks catch many errors instantly.

“The calculator shows it, so it must be correct.”

The calculator answers the entered expression, which may not be the intended one.

“More displayed digits make an answer more accurate.”

Accuracy is limited by the data and model. Ten decimal places from measurements given to two significant figures are unjustified.

“A decimal is always more useful than an exact value.”

Decimals conceal exact structure. 0.7071060.707106\ldots does not show the relationship that 1/2=2/21/\sqrt2=\sqrt2/2 does.

“Inverse sine means one divided by sine.”

sin1\sin^{-1} is used for the inverse function in calculator notation. The reciprocal is 1/sinx1/\sin x.

“An error message means the calculator is broken.”

It can indicate an unclosed bracket, division by zero, a negative square root, a logarithm of a non-positive number, or an input outside a function’s real domain.

Use a calculator where helpful, but write the expression before entering it.

  1. Evaluate 5.223.725.2+3.7\dfrac{5.2^2-3.7^2}{5.2+3.7}.
  2. Give 2π7\dfrac{2\pi}{7} to 44 significant figures.
  3. Evaluate (3.6×105)(8.0×107)(3.6\times10^{-5})(8.0\times10^7) in standard form.
  4. Solve cosθ=0.32\cos\theta=0.32 for 0<θ<900^\circ<\theta<90^\circ, giving θ\theta to 11 decimal place.
  5. Solve 5e0.4t=185e^{0.4t}=18, giving tt to 33 significant figures.
  6. A calculator gives 172+232=28.600\sqrt{17^2+23^2}=28.600\ldots. Give the value to 33 significant figures and state one independent reason it is plausible.
Answers and checks
  1. Use the difference of two squares:

    5.223.725.2+3.7=(5.23.7)(5.2+3.7)5.2+3.7=1.5.\frac{5.2^2-3.7^2}{5.2+3.7} =\frac{(5.2-3.7)(5.2+3.7)}{5.2+3.7} =1.5.
  2. 2π7=0.8975970.8976\dfrac{2\pi}{7}=0.897597\ldots\approx\boxed{0.8976}.

  3. (3.6×105)(8.0×107)=28.8×102=2.88×103(3.6\times10^{-5})(8.0\times10^7)=28.8\times10^2=\boxed{2.88\times10^3}.

  4. In degree mode,

    θ=cos1(0.32)=71.33771.3.\theta=\cos^{-1}(0.32)=71.337\ldots^\circ\approx\boxed{71.3^\circ}.

  5. Rearranging,

    e0.4t=3.6,0.4t=ln3.6,t=ln3.60.4=3.202e^{0.4t}=3.6, \qquad 0.4t=\ln3.6, \qquad t=\frac{\ln3.6}{0.4}=3.202\ldots

    so t=3.20\boxed{t=3.20} to 33 significant figures.

  6. 28.6\boxed{28.6}. It is larger than each of 1717 and 2323, as a hypotenuse must be, and it is smaller than 17+23=4017+23=40.

You are ready to use your calculator confidently in A-level Mathematics when you can:

  • check and change degree or radian mode deliberately;
  • enter fractions, nested brackets, powers and roots without changing their structure;
  • distinguish subtraction from a negative sign;
  • move between exact and decimal forms;
  • enter and interpret standard form;
  • use direct and inverse trigonometric functions correctly;
  • use logarithms and exponentials as inverse operations;
  • retain full intermediate precision and round only the final result;
  • estimate magnitude and check an answer independently;
  • present formulae, substitutions, units and appropriate accuracy.

Next, strengthen standard form, estimation and accuracy and function notation. Calculator fluency supports every later numerical topic, but it is especially important in trigonometry, statistics, mechanics and numerical methods.