Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Direction Cosines (DCs) are the cosines of the angles , , and that a vector makes with the positive directions of the , , and axes respectively. Visually, if you imagine a vector originating from the origin to a point , is the angle between the vector and the -axis, with the -axis, and with the -axis.
Direction Cosines are typically denoted by the letters , , and , where , , and . A key geometric property is that these values represent the coordinates of a point on a unit sphere centered at the origin, meaning the magnitude of the vector is always .
Direction Ratios (DRs) are any three numbers that are proportional to the direction cosines . While a vector has a unique set of direction cosines, it can have infinitely many sets of direction ratios. Visually, any vector parallel to the original vector will share the same direction ratios, differing only by a scalar multiple .
The sum of the squares of the direction cosines of a line is always equal to , expressed as . This implies that . This identity is crucial for finding a missing angle or cosine value when the other two are known.
If a vector is given as , the components are the direction ratios of the vector. To visualize this, these components represent the steps taken along the three primary axes to reach the terminal point of the vector from its starting point.
The direction cosines of a line segment joining two points and are found by first determining the direction ratios , and then dividing each by the distance . Visually, this normalizes the displacement vector between the two points to a unit length.
Two lines with direction ratios and are parallel if . They are perpendicular if the sum of the products of their corresponding ratios is zero, i.e., . This dot-product relationship is fundamental in 3D geometry.
📐Formulae
\text{Distance } PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}$
💡Examples
Problem 1:
A line makes angles , , and with the positive , , and axes respectively. Find its direction cosines.
Solution:
- Identify the angles: .
- Calculate .
- Calculate .
- Calculate .
- Verify the identity: .
- The direction cosines are .
Explanation:
Direction cosines are simply the cosine values of the angles a vector makes with the coordinate axes. The solution confirms these values by checking if the sum of their squares equals 1.
Problem 2:
Find the direction cosines of the line passing through the points and .
Solution:
- Find the Direction Ratios (DRs) by subtracting coordinates: .
- Calculate the magnitude of the vector : .
- Calculate DCs using the formula .
- .
- The direction cosines are .
Explanation:
To find the direction cosines of a line segment, we first find the direction ratios by taking the difference of the coordinates. Then, we normalize these ratios by dividing them by the total distance between the two points.