Working with Values from Measurement

Physics is a science based on measurements. Today, we will talk about how physicists report and manipulate their measurements. This requires understanding of the following As I said in the first lecture, physics is "built" upon basics. Understanding measured quantities and being able to manipulate them is one such pillar at the foundation of physics. You may want to use the hyperlinks in the above list to "jump" over detail about things you are already comfortable with.

Measured Quantities

Physicists distinguish two types of quantities. The first are exact such as the number \pi=3.14159..., rational fractions (a number that can be written as the ratio of two whole numbers), etc. These numbers have precise definitions, carry no units and can be specified to arbitrary precision. These are the kinds of numbers you are most familiar with.

The second kind of quantity is the result of a measurement. Measured quantities have the following characteristics

It is important to always keep in mind these two features of measured quantities. When calculating new quantities from measurements, it is a common error to use all of the digits your calculator has, falsely implying that the deduced quantity is very precise. As well, be sure to always include the measurement units!

Scientific Notation

Because of the implied precision, reporting measurements is tricky and requires a different way of writing numbers. For example, what happens if Jim takes a walk measured to last for 350 seconds, but the measurement is accurate only to ±10 seconds?

This situation is correctly handled using scientific notation. To report the duration of Jim's walk, we would write it as 3.5 x 102 seconds. The implied precision of the measurement is ±0.1 x 102 seconds = 10 seconds. In scientific notation, we separate out

The precision of the measurement is then implied by the number of digits in the mantissa.
Writing numbers in scientific notation also makes calculations easier. You can even do it "on the back of an envelope". Okay, if you're not good with arithmetic, understanding scientific notation still allows you to make a simple check whether the number staring at you from your calculator makes any sense. As an example, suppose we want to calculate the product 37 x 200?
37 x 200 = (3.7 x 101) x (2.00 x 102)
First, we arrange the factors...
37 x 200 = (3.7 x 2.00) x (101 x 102) = (7.40) x (101+2) = (7.40) x (103) = 7,400

Units

All measured quantities have units. Be sure to not forget them in your calculations involving measured quantitites! Units are agreed upon standards for physical quantities. One problem you'll encounter is that there is more than one system of units! The two most common are For the SI system, the order of magnitude is oftentimes written using prefixes to the units. It is important to realize what is a multiplier and what is a unit. Don't confuse meter (m) with milli-, where the lower case m always precedes a unit. Many SI units are the first initial of names and are capitalized (Joule, Newton, Coulomb) but some are not names and are not capitalized (meter, second, gram). All prefixes that are smaller than 1 are lower case:
centi-c10-2
milli-m10-3
micro-u10-6
nano-n10-9
Almost all prefixes that are bigger than 1 are uppercase
(the exception is kilo-, 103 ):
kilo-k103
mega-M106
giga-G109

Examples

Below, we give some examples of using scientific notation, computing things from measured quantities, properly accounting for the units.

Unit conversions

It's often the case that we are given a measurement in English units which we must then convert to SI, before doing further calculations. For example, Sara takes a car trip and travels 152 miles in 3.0 hours.
a.) What is the distance she travelled in expressed in SI units?
We need unit conversions between miles and (kilo-)meters. From Rossing Table A.3 (pg. 659), 1 meter = 3.281 ft. We also know that 1 mile = 5,280 feet. So we set up the equation below...

Notice how the units for miles and feet algebraicly cancel in the equation. I've used different symbols to cancel the two units: "\" is used to cancel "ft" appearing in both numerator and denomintor and "/" is used to cancel "mi".
b.) What is her average speed in SI units?
We take the distance travelled from a.) and divide by the total time of the trip to find the average speed. We need the conversion factor between seconds and hours: 1 hour = 3,600 seconds.

Note that the answer has two significant digits, matching the implied precision of the time measurement.