1 LA Lecture 1 - Pre-Read
1 LA Lecture 1 - Pre-Read
What is a Vector?
A vector is a quantity that has both magnitude (size) and direction. Vectors are often
represented graphically by an arrow, where the length of the arrow represents the
magnitude, and the arrow's direction shows the vector's direction.
For example, displacement and velocity are vector quantities as they both describe
magnitude and a specific direction. In the below image, we show a velocity vector v,
2v and -0.6v.
● Vector: A vector quantity has both magnitude and direction. Examples include
velocity, force, and displacement.
● Scalar: A scalar quantity has only magnitude and no direction. Examples
include temperature, mass, and speed.
Speed is a scalar quantity that represents the rate at which an object is moving,
irrespective of its direction (e.g., 50 km/hr).
Velocity, however, is a vector quantity that includes both the rate and direction of
motion (e.g., 50 km/hr east). This is why velocity is represented as a vector: it
describes both how fast and in which direction.
Force is a vector because it requires both magnitude and direction to fully describe its
effect.
Knowing only the magnitude of a force (e.g., 5 N) doesn't tell us where it's acting or in
what direction.
For example, applying a 5 N force to the left on an object produces a different result
than applying a 5 N force upward.
The norm (or magnitude) of a vector measures the "length" of the vector.
For a vector 𝐴 = (𝐴𝑥, 𝐴𝑦, 𝐴𝑧), the magnitude |A| is given by the formula:
2 2 2
|𝐴| = √(𝐴𝑥 + 𝐴𝑦 + 𝐴𝑧 )
Basic Arithmetic Operations on Vectors
Vectors can be added, subtracted, and multiplied. Multiplication can involve a scalar,
or two vectors can be multiplied using the dot product or cross product.
Vector Addition
- In i, j, k form:
^ ^ ^
𝐴 + 𝐵 = (𝐴𝑥 + 𝐵𝑥) 𝑖 + (𝐴𝑦 + 𝐵𝑦) 𝑗 + (𝐴𝑧 + 𝐵𝑧) 𝑘
Vector Subtraction
- In i, j, k form:
^ ^ ^
𝐴 + 𝐵 = (𝐴𝑥 − 𝐵𝑥) 𝑖 + (𝐴𝑦 − 𝐵𝑦) 𝑗 + (𝐴𝑧 − 𝐵𝑧) 𝑘
Dot Product
In i, j, k form:
𝐴. 𝐵 = 𝐴𝑥 * 𝐵𝑥 + 𝐴𝑦 * 𝐵𝑦 + 𝐴𝑧 * 𝐵𝑧
where
^^ ^^ ^ ^
𝑖.𝑖 = 1, 𝑗.𝑗 = 1, 𝑘. 𝑘 = 1
^^ ^ ^ ^^
𝑖.𝑗 = 0, 𝑗.𝑘 = 0, 𝑘.𝑖 = 0
Cross Product
In i, j, k form:
^ ^ ^
𝐴 𝑋 𝐵 = (𝐴𝑦𝐵𝑧 − 𝐴𝑧𝐵𝑦) 𝑖 − (𝐴𝑥𝐵𝑧 − 𝐴𝑧𝐵𝑥) 𝑗 + (𝐴𝑥𝐵𝑦 − 𝐴𝑦𝐵𝑥) 𝑘
where,
^ ^ ^ ^ ^ ^
𝑖 X 𝑖 = 0, 𝑗 X 𝑗 = 0, 𝑘X𝑘=0
^ ^ ^ ^ ^ ^ ^ ^ ^
𝑖 X 𝑗 = 𝑘 , 𝑗 X 𝑘 = 𝑖, 𝑘X𝑖=𝑗