Lecture 01 - Vectors
A vector is a straight arrow. It carries two pieces of information:
Examples of vectors:
A vector is denoted in calcuations with a tiny arrow on the top. For example, a vector named "\( v \)" is denoted as \( \vec{v} \).
The arrow on the top of \(v\) is not optional, you will be penalized in the exams omitting it.
In mathematics, a quantity that is just a number (without direction) is called a scalar. You can think of scalar as the "opposite" of vector. Temperature is an example of a scalar. If you say today's temperature is \(25^\circ C\), no direction is needed, so we write temperature as \(T\) and not \(\vec{T}\). Other examples of scalars are energy (\(E\)), work (\(W\)), mass (\(m\)), and many more. We do not put the little arrow on the top of a scalar.
Vectors can be added or subtracted "component by component". For example:
$$
\left\{
\begin{array}{l}
\vec{u} = 10 \hat i + 7 \hat j \\
\vec{v} = 3 \hat i -2 \hat j
\end{array}
\right.
\Rightarrow
\left\{
\begin{array}{l}
\vec{u} + \vec{v}= 13 \hat i + 5 \hat j \\
\vec{u} - \vec{v} = 7 \hat i +9 \hat j
\end{array}
\right.
$$
This allows us to calculate things like \( |\vec{u} - \vec{v}| \): $$ |\vec{u} - \vec{v}| = |7 \hat i +9 \hat j| = \sqrt{7^2 + 9^2} = 11.40 $$
Drag vectors out of the box, drag back to remove.
The individual vectors can be changed by dragging.
The red arrow is the sum of all the vectors.
Drag to line up (tail of one arrow on the head of another) all the blue arrows to see if they always combine to give the red arrow.
Line them up in a different order to see if they still produce the same total (red) vector.
Write out each vector in component form (i.e. with \(\hat i\) and \(\hat j\)) and add them up algebraically to see if it gives the same result.
It is assumed that you have some basic knowledge of trigonometry. If you are new to trigonometry, click here for the bare essentials.
"Decomposing a vector" means finding the x and y components of a vector. Usually you will need to use some trignometry to get the answer.
It is assumed that you have some basic knowledge of trigonometry. If you are new to trigonometry, click here for the bare essentials.
Unless any other axes are specified, when you are asked to find "the angle of a vector", it means the angle the vector makes with the positive x-axis. The basic formula for find the the angle of a vector \(\vec{v} = a \hat i + b\hat j\) is:
Check out the angle calculations below the simulation earlier (click here).
In Physics (as opposed to in your Math classes), vectors almost always have units. While we have been ignoring the units for simplicity earlier, you should remember to include them in the exams. A vector \(\vec{s}\) that describes position (what physicists call "displacement") in meters, we would write as: $$ \vec{s} = (3\hat i - 4\hat j) m $$ Note that the unit "\(m\)" is written outside the parenthese.
If a vector \(\vec{v}\) is describing velocity in \(m/s\) (meters per second), then we write: $$ \vec{v} = (-23\hat i - 7\hat j) m/s $$
Other common vectors you will meet later are acceleration and force (units are "meters per second squared" and "Newtons"). $$ \vec{a} = (-23\hat i - 7\hat j) m/s^2 \\ \vec{F} = (-23\hat i - 7\hat j) N $$