Chapter 1
Chapter 1
Chapter 1
1
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 2
1 nanosecond 1 ns = 109 s
1 microsecond 1 s = 106 s
1 millisecond 1 ms = 103 s. (1.1)
Length. Despite of the fact that length and time appear to us very
differently, there is a very deep connection (symmetry) between them. We
might discuss is briefly when we discuss gravitation, but you might not un-
derstand it completely until you take a course in special relativity (PHYS
2021). Meanwhile let just remember the conversion dictionary for units of
length
1 nanometer 1 nm = 109 m
1 micrometer 1 m = 106 m
1 millimeter 1 mm = 103 m
1 centimeter 1 cm = 102 m
1 kilometer 1 km = 103 m. (1.2)
Other units can be formed from seconds, meters and kilograms, for example,
the unit of speed
m
s
units of volume
m3
or units of force
kg m
Newton.
s2
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 4
d = 30 m
t = 5s (1.5)
d 30 m m
v= = =6 . (1.6)
t 5s s
This must be true for any equation that you write. Checking that the quan-
tities on both sides of equation have the same dimension is a quick, but very
important test that you could do whenever you setup a new equation. If the
dimension is not the same than you are doing something wrong.
Conversion. Sometimes you will need to convert from one system of
units to another. This can always be done with the help of conversion dic-
tionary. For the case of conversion from standard system of units to British
system of units the dictionary is:
1 in = 2.54 cm
1 pound = 4.448221615260 Newtons (1.7)
Note that although we have converted the units, the dimension of both sides
remains the same, i.e. LENGTH/TIME.
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 5
T = 36.6 C
m = 78 kg
g
= 1.05 3 . (1.9)
m
Other quantities also have a direction associated with them and thus are
describe by three real numbers.
A
= (Ax , Ay , Az ). (1.10)
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 6
r = (1 m, 2 m, 3 m)
m m m
v = (4 , 5 , 6 )
s s s
m m m
a = (7 2 , 8 2 , 9 2 ). (1.11)
s s s
There are even more complicated physical quantities - called tensor quantities
or tensors - but we will not discuss them in this course. Apart from the
number of real numbers which describe these physical quantities, the scalars
and vectors (and also tensors) change very differently under the change of
coordinates.
Graphical representation. When dealing with vectors it is often useful
to draw a picture. Here is how it is done:
Vectors are nothing but straight arrows drawn from one point to an-
other. Zero vector is just a vector of zero length - a point.
Coordinates. The space around us does not have axis and labels, but we
can imagine that these x, y and z axis or the coordinate system to be there.
This makes it possible to talk about position of, for example, point particles
using their coordinates - real numbers. Since one needs three real numbers
to specify position it is a vector. Similarly, velocity, acceleration and force
are all vectors.
Symmetries. You might complain that there is arbitrariness in how
one chooses coordinate system and you would be right. However, it turns
out that the physically observable quantities do not depend on the choice of
coordinate systems and thus one can choose it to be whatever is more con-
venient. Moreover, this symmetry is an extremely deep property which gives
rise to conservation laws that we will learn in this course. For example the
arbitrariness of choosing the x, y and z coordinates gives rise to momentum
conservation. And the arbitrariness in choosing time coordinate gives rise to
Energy conservation.
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 8
A
= |A|
=A (1.12)
or in components
(Ax , Ay , Az ) = A2x + A2y + A2z . (1.13)
For example the length of vector
A
= (3, 4, 5) (1.14)
is
|A|
= 32 + 42 + 52 = 50 7.07106781187. (1.15)
Direction. One can also find direction of vector using trigonometric
identities. For example, in two dimensions
A
= (Ax , Ay , 0) (1.16)
C
=A
+B
(1.18)
an in component form
A
= (3, 4, 5)
B
= (6, 7, 8) (1.20)
is
(3, 4, 5) + (6, 7, 8) = (9, 11, 13). (1.21)
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 10
or simply
|(1, 0, 0)| = 12 + 02 + 02 = 1
|(0, 1, 0)| = 02 + 12 + 02 = 1
|(0, 0, 1)| = 02 + 02 + 12 = 1. (1.24)
In fact the last three vectors are so important that there are special letters
reserved to denote these vectors
i = (1, 0, 0)
j = (0, 1, 0)
k = (0, 0, 1). (1.25)
A
= C B.
(1.26)
In components from
For example if
A
= (2, 3, 4) (1.28)
then A B
2 2 2
A = , , . (1.29)
29 29 29
Components. Note that any vector can be written in components in two
equivalent ways:
A
= (Ax , Ay , Az ) = Ax i + Ay j + Az k (1.30)
just because
A
B
=B
A
=C (1.32)
In components
A
B
= (Ax , Ay , Az ) (Bx , By , Bz ) = Ax Bx + Ay By + Az Bz = AB cos().
(1.33)
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 12
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 13
i i = (1, 0, 0) (1, 0, 0) = 1 + 0 + 0 = 1
j j = (0, 1, 0) (0, 1, 0) = 0 + 1 + 0 = 1
k k = (0, 0, 1) (0, 0, 1) = 0 + 0 + 1 = 1
i j = (1, 0, 0) (0, 1, 0) = 0 + 0 + 0 = 0
j k = (0, 1, 0) (0, 0, 1) = 0 + 0 + 0 = 0
k i = (0, 0, 1) (0, 0, 1) = 0 + 0 + 0 = 0. (1.34)
But then we can also apply the second component representation of vectors
(given by Eq. (1.30)) to check that Eq. (1.33) is indeed correct
A
B
= (Ax i + Ay j + Az k) (Bx i + By j + Bz k) =
= Ax i Bx i + Ax i By j + Ax i Bz k +
+Ay j Bx i + Ay j By j + Ay j Bz k +
+Az k Bx i + Az k By j + Az k Bz k
= Ax Bx + Ay By + Az Bz . (1.35)
A
B
= B
A
=C
(1.36)
In components
A
B = (Ax , Ay , Az )(Bx , By , Bz ) (Ay Bz Az By , Az Bx Ax Bz , Ax By Ay Bx ) = C.
(1.37)
One can also derive multiplication table for unit vectors
But then we can also apply the second component representation of vectors
CHAPTER 1. UNITS, PHYSICAL QUANTITIES AND VECTORS 14
A
B
= (Ax i + Ay j + Az k) (Bx i + By j + Bz k) =
= Ax i Bx i + Ax i By j + Ax i Bz k +
+Ay j Bx i + Ay j By j + Ay j Bz k +
+Az k Bx i + Az k By j + Az k Bz k
= (Ay Bz Az By ) i + (Az Bx Ax Bz ) j + (Ax By Ay Bx )(1.39)
k.
|A
B|
= AB sin