Skip to main content
Physics LibreTexts

25.2: Advice on Calculations

  • Page ID
    32910
  • \( \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}}\)

    Substituting Numbers

    When faced with solving an algebraic equation to obtain a numerical answer, solve the equation symbolically first and then substitute numbers. For example, given the equation

    \[a x^{2}-b=0\]

    where a = 2 and b = 8, first solve for x,

    \[x=\pm(b / a)^{1 / 2}\]

    and then substitute the numerical values:

    \[x=\pm(8 / 2)^{1 / 2}=\pm 4^{1 / 2}=\pm 2\]

    This procedure is far better than substituting numbers first,

    \[2 x^{2}-8=0\]

    and then solving for x. Solving first and then substituting has two advantages: (1) It is easier to make algebraic manipulations with symbols than it is with numbers. (2) If you decide later that numerical values should be different, then the entire solution procedure doesn’t have to be repeated, only the substitutions at the end.

    Significant Digits

    In numerical calculations, keep only one additional digit beyond those present in the least accurate input number. For instance, if you are taking the square root of 3.4, your calculator might tell you that the answer is 1.843908891. The answer you write down should be 1.84. Keeping all ten digits of the calculator’s answer gives a false sense of the accuracy of the result.

    Round the result up if the digit following the last significant digit is 5 or greater and round it down if it is less than 5. Thus, the square root of 4.1, which the calculator tells us is 2.049390153, should be represented as 2.05 rather than 2.04.

    Changing Units

    It is easy to make mistakes when changing the units of a quantity. Adopting a systematic approach to changing units greatly reduces the chance of error. We illustrate a systematic approach to this problem with an example in which we change the units of acceleration from meters per second squared to kilometers per minute squared:

    \[\begin{aligned}
    5 \mathrm{~m} / \mathrm{s}^{2} & \rightarrow 5 \mathrm{~m} / \mathrm{s}^{2} \times(0.001 \mathrm{~km} / \mathrm{m}) \times(60 \mathrm{~s} / \mathrm{min})^{2} \\
    &=5 \times 0.001 \times 60^{2} \mathrm{~km} / \mathrm{min}^{2} \\
    &=18 \mathrm{~km} / \mathrm{min}^{2}
    \end{aligned}\]

    The trick is to multiply by the conversion factor for each unit to the power that makes the original unit cancel out. The conversion factors to the proper powers are then multiplied by the original number and the proper cancellations of the old units are double checked. If done with care, this yields the correct result every time!


    This page titled 25.2: Advice on Calculations is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by David J. Raymond (The New Mexico Tech Press) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?