Physics Formula
Physics Formula
Physics Formula
Note the capitalization of the mega–, tera–, peta–, and exa– prefixes, while all
the other prefixes, including all those with negative powers of ten, have lower
case abbreviations. Typically, for derived units coming from a person’s names
such as volt (V) from Volta, or newton (N) from Issac Newton, these too will
have capital letters in their abbreviations.
You should be familiar with GBytes, meaning 1 billion1 bytes, as a unit of
memory or disk space on a personal computer. It should not be too long before
we see these quantities quoted in units of TBytes. In the high energy nuclear
experiments where I work, we quote our data outputs in units of PBytes, which
is pronounced as peta-Bytes.
1
In British English a billion is what we would call a trillion in America.
Lecture 1: Math Preliminaries and Introduction to Vectors 4
For example what is the mass of a solid cube of aluminum with a volume of
0.2cm3 ? First realize that aluminum has a density of 2.7 gm/cm3 , and then use
the formula (1b) above
g
m = ρV = 2.7 3
· 0.2(cm)3 = 0.54 gm
(cm)
Finally, one can compute the number atoms N in the above cube by knowing
that in one mole of a substance there are Avogadro’s number of atoms:
1 Mole ≡ Molecular Weight in Grams
Avogadro’s Number (NA ) ≡ 6.02 x 1023 atoms
For aluminum 1 Mole = 27 grams, so:
NA N NA · 0.54 gm
= =⇒ N = = 1.2 x 1022 atoms
27 gm 0.54 gm 27 gm
You should look carefully in the above equations to see how the units in the
denominator and the numerator tend to cancel out such that you get the correct
units in the final answer. We will explore this topic more in the following page.
Lecture 1: Math Preliminaries and Introduction to Vectors 5
Dimensional Analysis
It is important that you realize that all formulas and equations must be dimen-
sionally correct. That is the left side must contain the same dimensions as the
right side. Also, if you add two quantities in a formula, they must have the same
basic dimensions.
For example we will look at the equation for distance traveled given an initial
speed and a constant acceleration. First we have to be told that speed is defined
as distance traveled divided by the time it took to travel that distance:
distance
v≡ =⇒ meters/second =⇒ LT −1
time
Here L and T are the dimensions length and time which are treated as algebraic
quantities.
Next, we have to be told that acceleration is defined as the change in speed
divided by the time it took for that change to occur:
∆v
a≡ =⇒ meters/(second)2 =⇒ LT −2
∆t
Now the formula for the distance traveled x(t) with an initial speed v0 and a
constant acceleration a:
1
x(t) = x0 + v0 · t + a · t2 (2)
2
Dimensional Analysis of this equation
1
L = L + (LT −1 ) · T + (LT −2 ) · T 2
2
L=L
So both sides of the equation are in terms of Length.
Lecture 1: Math Preliminaries and Introduction to Vectors 6
x(t) = at
L = (?) (LT −2 ) · T
L 6= LT −1
Units Conversion
Often you will be given a problem in one set of units, but in order to find the
answer you must change to another set of units. For example, change the density
of water from grams/cubic centimeter into kilograms/cubic meter
g
ρwater = 1
(cm)3
10−3 kg
ρwater =
(10−2 m)3
10−3 kg
ρwater =
(10−6 m3 )
kg
ρwater = 10+3 3
m
One cubic centimeter of water contains one gram,
but
CHAPTER 1: VECTORS
A scalar is a physical quantity which can be specified by just giving the mag-
nitude only, in appropriate units.
The displacement vector is the vector which characterizes the change in po-
sition of a particle.
There are two ways of multiplying two vectors:
~·B
1) The scalar or dot product generates a scalar s ≡ A ~ of magnitude
ABcos θAB
~ ≡A
2) The vector or cross product generates a vector C ~ ×B ~ whose magni-
tude C = ABsin θAB and whose direction is by the right-hand rule.
Lecture 1: Math Preliminaries and Introduction to Vectors 8
Some quantities in physics such as mass, length, or time are called scalars.
A quantity is a scalar if it obeys the ordinary mathematical rules of addition
and subtraction. All that is required to specify these quantities is a magnitude
expressed in an appropriate units.
A very important class of physical quantities are specified not only by their
magnitudes, but also by their directions. Perhaps the most important of these
quantities is FORCE. Consider a heavy trunk on a smooth (almost slippery)
floor, weighing say 100 pounds. You want to move the trunk but you are only
able to lift 50 pounds.
The specification of the magnitude and direction does not have to be direct or
explicit. The specification can be indirect or implicit by giving the “X” and “Y”
components of the vector, and it is up to you to use the Pythagorean theorem
to calculate the actual magnitude and direction.
(Do you remember your trigonometry?)
How do I know that this is a vector and not just another arrow?
Answer: If it’s a vector, it must add like a vector
In order to add, I must have another vector. With two vectors, I can add them
together to form a RESULTANT.
Two vectors, A ~ and B, ~ can be added graphically by the simple triangle rule:
Place the tail of the second vector at the head of the first vector, and then draw
a line from the tail of the first vector to the head of the second vector. That
line, both in magnitude and direction is the sum (Resultant) of the two original
vectors.
~ =A
R ~ +B
~
~ =A
R ~ +B
~ +C
~ +D
~
Properties of Vector Addition
~+B
1) Vector addition is commutative: A ~ =B
~ +A
~
~ + (B
2) Vector addition is associative: A ~ + C)
~ = (A
~ + B)
~ +C
~
A scalar may multiply a vector e.g. 2A. ~ This produces a vector twice as large
as the original vector, and in the same direction as the original vector. On the
other hand −0.5A ~ produces a vector half the size of the original vector, and in
the opposite direction to the original vector’s direction.
Lecture 1: Math Preliminaries and Introduction to Vectors 10
Say that you are given a vector A ~ oriented at an angle θ with respect to the x
(horizontal) axis. This original vector may be resolved into two perpendicular
components, A ~x and A ~y which replace A.~
In other words, the original vector no longer exists, and one has two mutually
perpendicular vectors in its place.
The directions of the two component vectors are given by two unit vectors, ~i
and ~j along the x and y directions respectively:
~x = Ax~i
A
~y = Ax~j
A
Clearly the above process can be run backwards. One can obtain back the
~ by using trigonometry:
original vector A
q
For the magnitude use the Pythagorean theorem: A = A2x + A2y . For the
direction use the right triangle trigonometry definitions: tan θ = Ay /Ax =⇒ θ =
tan−1 Ay /Ax
Lecture 1: Math Preliminaries and Introduction to Vectors 11
~ =A
R ~ +B
~
Rx = Ax + Bx
Ry = Ay + By
r q
R = Rx2 + Ry2 = (Ax + Bx )2 + (Ay + By )2
~ which we symbolize as γ
And now the direction of R
Ry (Ay + By )
γ = tan−1 = tan−1
Rx (Ax + Bx )
Lecture 1: Math Preliminaries and Introduction to Vectors 12
Worked Example
A hiker walks 25 km due southeast (= −45o ) the first day, and 40 km at
60o north of east. What is her total displacement for the two days?
Worked Example
You are given a displacement of 20 km to the West, and a second displacement
at 10 km to the North. What is the sum of the two displacements?