Chapter Unit System
Chapter Unit System
Units
2.1 Introduction
Imagine you had to make curtains and needed to buy fabric. The shop assistant would need
to know how much fabric you needed. Telling her you need fabric 2 wide and 6 long would be
insufficient — you have to specify the unit (i.e. 2 metres wide and 6 metres long). Without
the unit the information is incomplete and the shop assistant would have to guess. If you were
making curtains for a doll’s house the dimensions might be 2 centimetres wide and 6 centimetres
long!
It is not just lengths that have units, all physical quantities have units (e.g. time, temperature,
distance, etc.).
2.2.1 SI Units
We will be using the SI units in this course. SI units are the internationally agreed upon units.
Historically these units are based on the metric system which was developed in France at the
time of the French Revolution.
Definition: SI Units
The name SI units comes from the French Système International d’Unités, which means
international system of units.
There are seven base SI units. These are listed in Table 2.1. All physical quantities have units
which can be built from these seven base units. These seven units were defined to be the base
units. So, it is possible to create a different set of units by defining a different set of base units.
These seven units are called base units because none of them can be expressed as combinations
of the other six. This is identical to bricks and concrete being the base units of a building. You
can build different things using different combinations of bricks and concrete. The 26 letters of
the alphabet are the base units for a language like English. Many different words can be formed
by using these letters.
9
2.3 CHAPTER 2. UNITS
The SI Units are not the only units available, but they are most widely used. In Science there
are three other sets of units that can also be used. These are mentioned here for interest only.
c.g.s Units
In the c.g.s. system, the metre is replaced by the centimetre and the kilogram is replaced by the
gram. This is a simple change but it means that all units derived from these two are changed.
For example, the units of force and work are different. These units are used most often in
astrophysics and atomic physics.
Imperial Units
Imperial units arose when kings and queens decided the measures that were to be used in the
land. All the imperial base units, except for the measure of time, are different to those of SI
units. This is the unit system you are most likely to encounter if SI units are not used. Examples
of imperial units are pounds, miles, gallons and yards. These units are used by the Americans
and British. As you can imagine, having different units in use from place to place makes scientific
communication very difficult. This was the motivation for adopting a set of internationally agreed
upon units.
Natural Units
This is the most sophisticated choice of units. Here the most fundamental discovered quantities
(such as the speed of light) are set equal to 1. The argument for this choice is that all other
quantities should be built from these fundamental units. This system of units is used in high
energy physics and quantum mechanics.
1. J (joule) 5. C (coulomb)
2. ℓ (litre) 6. lm (lumen)
3. N (newton) 7. m (metre)
4. mol (mole) 8. bar (bar)
11
2.4 CHAPTER 2. UNITS
Table 2.2: Some examples of combinations of SI base units assigned special names
Important: When writing combinations of base SI units, place a dot (·) between the units
to indicate that different base units are used. For example, the symbol for metres per second
is correctly written as m·s−1 , and not as ms−1 or m/s.
12
CHAPTER 2. UNITS 2.5
In a calculation that has many steps, it is best to leave the rounding off right until the end. For
example, Jack and Jill walks to school. They walk 0,9 kilometers to get to school and it takes
them 17 minutes. We can calculate their speed in the following two ways.
Method 1 Method 2
Change 17 minutes to hours: Change 17 minutes to hours:
time = 1760 time = 1760
= 0,283333333 km = 0,28 km
Speed = Distance
T ime Speed = Distance
T ime
0,9 0,9
= 0,28333333 = 0,28
= 3,176470588 = 3,214285714
3,18 km·hr−1 3,21 km·hr−1
You will see that we get two different answers. In Method 1 no rounding was done, but in Method
2, the time was rounded to 2 decimal places. This made a big difference to the answer. The
answer in Method 1 is more accurate because rounded numbers were not used in the calculation.
Always only round off your final answer.
In Science one often needs to work with very large or very small numbers. These can be written
more easily in scientific notation, in the general form
d × 10e
where d is a decimal number between 0 and 10 that is rounded off to a few decimal places. e is
known as the exponent and is an integer. If e > 0 it represents how many times the decimal
place in d should be moved to the right. If e < 0, then it represents how many times the decimal
place in d should be moved to the left. For example 3,24 × 103 represents 3240 (the decimal
moved three places to the right) and 3,24 × 10−3 represents 0,00324 (the decimal moved three
places to the left).
If a number must be converted into scientific notation, we need to work out how many times
the number must be multiplied or divided by 10 to make it into a number between 1 and 10
(i.e. the value of e) and what this number between 1 and 10 is (the value of d). We do this by
counting the number of decimal places the decimal comma must move.
For example, write the speed of light in scientific notation, to two decimal places. The speed of
light is 299 792 458 m·s−1 . First, find where the decimal comma must go for two decimal places
(to find d) and then count how many places there are after the decimal comma to determine e.
13
2.5 CHAPTER 2. UNITS
In this example, the decimal comma must go after the first 2, but since the number after the 9
is 7, d = 3,00. e = 8 because there are 8 digits left after the decimal comma. So the speed of
light in scientific notation, to two decimal places is 3,00 × 108 m·s−1 .
14
CHAPTER 2. UNITS 2.6
In a number, each non-zero digit is a significant figure. Zeroes are only counted if they are
between two non-zero digits or are at the end of the decimal part. For example, the number
2000 has 1 significant figure (the 2), but 2000,0 has 5 significant figures. You estimate a number
like this by removing significant figures from the number (starting from the right) until you have
the desired number of significant figures, rounding as you go. For example 6,827 has 4 significant
figures, but if you wish to write it to 3 significant figures it would mean removing the 7 and
rounding up, so it would be 6,83.
Now that you know how to write numbers in scientific notation, another important aspect of
units is the prefixes that are used with the units.
Definition: Prefix
A prefix is a group of letters that are placed in front of a word. The effect of the prefix is to
change meaning of the word. For example, the prefix un is often added to a word to mean
not, as in unnecessary which means not necessary.
In the case of units, the prefixes have a special use. The kilogram (kg) is a simple example.
1 kg is equal to 1 000 g or 1 × 103 g. Grouping the 103 and the g together we can replace the
103 with the prefix k (kilo). Therefore the k takes the place of the 103 .
The kilogram is unique in that it is the only SI base unit containing a prefix.
In Science, all the prefixes used with units are some power of 10. Table 2.4 lists some of
these prefixes. You will not use most of these prefixes, but those prefixes listed in bold should
be learnt. The case of the prefix symbol is very important. Where a letter features twice in the
table, it is written in uppercase for exponents bigger than one and in lowercase for exponents
less than one. For example M means mega (106 ) and m means milli (10−3 ).
15
2.6 CHAPTER 2. UNITS
Important: There is no space and no dot between the prefix and the symbol for the unit.
• 3×10−7 mol can be rewritten as 0,3×10−6 mol, which is the same as 0,3 µmol (micromol)
16
CHAPTER 2. UNITS 2.7
The following conversion diagrams will help you change from one unit to another.
×1000 ×1000
mm m km
÷1000 ÷1000
If you want to change millimetre to metre, you divide by 1000 (follow the arrow from mm to m);
or if you want to change kilometre to millimetre, you multiply by 1000×1000.
The same method can be used to change millilitre to litre or kilolitre. Use figure 2.2 to change
volumes:
×1000 ×1000
mℓ ℓ kℓ
cm3 dm3 m3
÷1000 ÷1000
Step 2 : Decide whether you are moving to the left or to the right.
You need to go from mm to m, so you are moving from left to right.
Step 3 : Read from the diagram what you must do and find the answer.
3 800 mm ÷ 1000 = 3,8 m
Step 2 : Decide whether you are moving to the left or to the right.
You need to go from kg to g, so it is from right to left.
Step 3 : Read from the diagram what you must do and find the answer.
4,56 kg × 1000 = 4560 g
18
CHAPTER 2. UNITS 2.9
Converting speed
When converting km·h−1 to m·s−1 you divide by 3,6. For example 72 km·h−1 ÷ 3,6 = 20 m·s−1 .
When converting m·s−1 to km·h−1 , you multiply by 3,6. For example 30 m·s−1 ×3,6 = 108 km·h−1 .
Converting temperature
Converting between the kelvin and celsius temperature scales is easy. To convert from celsius
to kelvin add 273. To convert from kelvin to celsius subtract 273. Representing the kelvin
temperature by TK and the celsius temperature by To C ,
TK = To C + 273
Activity :: The scale of the matter... : Try to get an idea of the typical
values for the following physical quantities and write your answers into the
table:
Category Quantity Minimum Maximum
mass
People
height
speed of cars on freeways
speed of trains
Transport
speed of aeroplanes
distance between home and school
thickness of a sheet of paper
General
height of a doorway
2.10 Summary
1. You need to know the seven base SI Units as listed in table 2.1. Combinations of SI Units
can have different names.
19
2.10 CHAPTER 2. UNITS
2. Unit names and abbreviations are written with lowercase letter unless it is named after a
person.
20
CHAPTER 2. UNITS 2.11
Total = 30
21
2.11 CHAPTER 2. UNITS
22