Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Vectors in 2D and 3D: A vector is a quantity with both magnitude and direction, represented by a directed line segment (an arrow). In 3D space, a vector can be expressed in component form as or in unit vector notation as , where are unit vectors along the axes respectively.
Magnitude of a Vector: The magnitude represents the length of the vector arrow. For a 3D vector , the magnitude is denoted by and is calculated using the 3D version of Pythagoras' Theorem: . Visually, this is the distance from the tail to the tip of the vector.
Vector Addition and Scalar Multiplication: Adding two vectors is performed by adding their corresponding components. Visually, this follows the 'tip-to-tail' rule, where the resultant vector is the diagonal of the parallelogram formed by and . Scalar multiplication changes the length of the vector by factor ; if , the vector's direction is reversed.
The Scalar (Dot) Product: The dot product results in a scalar value. It is calculated as or as , where is the angle between the vectors. If , the vectors are perpendicular (), which means they are visually at a right angle to each other.
Vector Equation of a Line: A line in 2D or 3D can be defined by a fixed point (position vector) and a direction vector . The equation is , where is a scalar parameter. Visually, as changes, the point moves along a straight path that passes through and stays parallel to .
Unit Vectors: A unit vector is a vector with a magnitude of exactly . Any non-zero vector can be converted into a unit vector in the same direction by dividing the vector by its magnitude: .
Parallel and Collinear Vectors: Two vectors are parallel if one is a scalar multiple of the other, i.e., . Visually, they point in the same or opposite directions but have the same 'slope' in space. Three points are collinear if the vectors and are parallel and share a common point .
📐Formulae
Magnitude:
Dot Product (Algebraic):
Dot Product (Geometric):
Angle between vectors:
Vector Line Equation:
Unit Vector:
Distance between two points:
💡Examples
Problem 1:
Find the angle between the vectors and .
Solution:
- Calculate the dot product: .
- Calculate the magnitude of : .
- Calculate the magnitude of : .
- Use the cosine formula: .
- Find the angle: .
Explanation:
To find the angle between two vectors, we use the dot product formula. First, compute the algebraic dot product and the lengths of both vectors. Then, solve for the cosine of the angle and use the inverse cosine function.
Problem 2:
Determine the vector equation of the line passing through the points and .
Solution:
- Identify a position vector for a point on the line. Using point , .
- Find the direction vector by calculating .
- Write the equation in the form .
- Result: .
Explanation:
A vector line requires a starting point (position vector) and a direction. The direction is found by subtracting the coordinates of the first point from the second point. The final equation combines these using a parameter .