Significant figures during intermediate steps in a calculation

2.1k Views Asked by At

If I have some values to use in a calculation, which all have 3 significant digits, then I know that the result will also have no more than 3 significant digits.

Am I allowed to round up/down to 3 digits during intermediate steps in the calculation? If not (which it seems is the case), then why not? Isn't any more digits just "random" inaccurate digits anyways since we started off with only 3-digit values? I do not see how these extra digits will make a difference.


If the question is not entirely clear, here is the reason I ask.

I am looking at an easy vector problem from a university physics book. My result is exactly the answer given, BUT is off by $1$ at the last (third) digit.

The question:

Follow a path $180\,\mathrm{m}$ straight west ($\vec A$), then $210\,\mathrm{m}$ in a direction $45 ^\circ$ east of south ($\vec B$), and then $280\,\mathrm{m}$ at $30^\circ$ east of north ($\vec C$). A fourth displacement $\vec D$ brings you back to start. Determine the magnitude of $\vec D$.

My answer for the magnitude is $D=144\,\mathrm{m}$. The answer in the book says $D=143\,\mathrm{m}$.

My procedure is to set up the vectors' coordinates:

$$\vec A=(-180,0)\,\mathrm{m}\\ \vec B=(B\sin 45^\circ,B\cos 45^\circ)\,\mathrm{m}=(148,-148)\,\mathrm{m}\\ \vec C=(C\sin 30^\circ,B\cos 30^\circ)\,\mathrm{m}=(140,242)\,\mathrm{m}$$

then to add them:

$$\vec D=-(\vec A+\vec B+\vec C)=-((-180,0)+(148,-148)+(140,242))\,\mathrm{m}\\ =\underline{-(108,94.0)\,\mathrm{m}}$$

and then to find the magnitude:

$$D=\sqrt{(-180\,\mathrm{m})^2+(94.0\,\mathrm{m})^2}=\underline{\underline{144\,\mathrm{m}}}$$

The issue is that I have messed with an intermediate step: I have rounded the coordinates for $\vec B$ and $\vec C$ up/down to 3 digits. If I don't and instead keep all digits in my calculator all the way and don't remove it until the end, it is correct.

1

There are 1 best solutions below

0
On

So, you would not be able to round it. It is a good rule of thumb to always let the original number limit your certainty.

Example: Add $3.1416+(2/7)$:

$3/7 = 0.4285714$

The correct way to solve would be:

$3.141(6) + .428571(4)$, making sure all other numbers are certain past the original numbers certainty (by at least 1 digit, but the more you keep the better).

Then add to give you: $3.570171$

Now if you did not do that, you would get the following: $3.1416+(2/7)$

= $3.1416+(.4286)$

= $3.5702$

which are not equivalent to each other. Generally, significant figures are prevalent in science than math . But again, just keep the rule of thumb in the beginning in mind when you do problems like that.