Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The direction of a line in 3D space is defined by its Direction Ratios or Direction Cosines . Visually, a line can be thought of as a vector extending infinitely in both directions. The angle between two lines is the angle between their respective direction vectors.
When two lines intersect, they form two pairs of vertically opposite angles. By convention, the 'angle between two lines' refers to the acute angle . If the lines are skew (do not intersect and are not parallel), the angle is defined as the angle between two intersecting lines that are respectively parallel to the given skew lines.
Two lines with direction ratios and are perpendicular if the dot product of their direction vectors is zero, satisfying . Visually, they form a angle at their point of intersection.
The orientation of a plane is uniquely defined by its normal vector , which is a vector perpendicular to every line lying on the plane. The angle between two planes is defined as the acute angle between their normal vectors. If you imagine two intersecting sheets of paper, the angle between them is the same as the angle between two pencils held perpendicular to each sheet.
The angle between a line and a plane is the complement of the angle between the line and the normal to the plane. Visually, if you project the line onto the plane, is the angle the line makes with its projection. Because we use the normal vector for calculation, we use the sine function instead of cosine: .
Condition for Parallelism: Two planes are parallel if their normal vectors are proportional, meaning . A line is parallel to a plane if its direction vector is perpendicular to the plane's normal vector, i.e., .
📐Formulae
Angle between two lines with direction ratios and :
Angle between two lines using vector form and :
Angle between two planes and :
Angle between a line with direction ratios and a plane :
Angle between a line and a plane :
💡Examples
Problem 1:
Find the angle between the two lines whose direction ratios are and .
Solution:
- Let the direction ratios be and .
- Use the formula .
- Calculate the numerator: .
- Calculate the denominators: and .
- .
- Therefore, or .
Explanation:
To find the angle between two lines, we apply the cosine formula using their direction ratios. The calculation involves finding the dot product of the direction vectors and dividing by the product of their magnitudes.
Problem 2:
Find the angle between the line and the plane .
Solution:
- Identify the direction ratios of the line: .
- Identify the direction ratios of the normal to the plane: .
- Use the formula for the angle between a line and a plane: .
- Calculate the numerator: .
- Calculate the denominators: and .
- .
- .
Explanation:
The angle between a line and a plane is calculated using the sine of the angle, relating the line's direction vector and the plane's normal vector. Note that we take the absolute value to ensure we find the acute angle.