Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A vector is a mathematical quantity that possesses both magnitude (size) and direction. Visually, it is represented as a directed line segment (an arrow). The length of the arrow corresponds to the magnitude, and the arrowhead indicates the direction of movement from the 'tail' (initial point) to the 'head' (terminal point).
Component Form and Unit Vectors: A vector can be written as a column vector or in unit vector form , where is a unit vector of length 1 in the x-direction and is a unit vector of length 1 in the y-direction. Visually, represents the horizontal displacement and represents the vertical displacement on a coordinate plane.
Magnitude of a Vector: The magnitude represents the length or distance of the vector. Geometrically, if you draw a vector on a grid, the magnitude is the length of the hypotenuse formed by its horizontal and vertical components. It is denoted by and is always a non-negative scalar value.
Vector Addition (Triangle and Parallelogram Laws): To add vectors and visually, use the 'tip-to-tail' method: place the tail of at the tip of . The resultant vector is the vector drawn from the start of to the end of . Alternatively, the parallelogram law shows the resultant as the diagonal of a parallelogram formed by and sharing the same tail.
Scalar Multiplication: Multiplying a vector by a scalar changes its magnitude but keeps it on the same line. Visually, if , the vector is stretched; if , it is shrunk; if is negative, the vector's direction is reversed. Algebraically, .
Position Vectors: A position vector describes the location of a point relative to the origin . If a point has coordinates , its position vector is . This allows us to use vector algebra to solve geometric coordinate problems.
Displacement Vector between Two Points: To find the vector connecting point to point , we use the subtraction of their position vectors: . Visually, this is the path required to move from location to location .
Parallel Vectors: Two vectors are parallel if one is a scalar multiple of the other, such that . Visually, parallel vectors point in the exact same or exact opposite direction and will never intersect if placed on the same plane.
📐Formulae
Magnitude of :
Vector between points and :
Vector Addition:
Scalar Multiplication:
Unit Vector in the direction of :
Distance between points and :
💡Examples
Problem 1:
Given points and , find the vector in column form and calculate its magnitude .
Solution:
- Find the components of using :
- Calculate the magnitude:
- Simplify the radical:
Explanation:
To find the vector between two points, subtract the coordinates of the starting point from the coordinates of the end point. The magnitude is then found by treating the components as sides of a right triangle.
Problem 2:
If and , find the resultant vector and find its unit vector .
Solution:
- Perform scalar multiplication:
- Subtract the vectors:
- Find the magnitude of :
- Find the unit vector:
Explanation:
This example demonstrates vector arithmetic (scaling and subtraction) followed by the normalization process to find a unit vector, which is a vector of length 1 pointing in the same direction.