Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Direction Vectors and Ratios: In 3D geometry, every line has a direction vector , where are the direction ratios. Visually, imagine a vector pointing along the line's path; these ratios define its orientation relative to the , , and axes.
Angle between Two Lines: The angle between two lines depends solely on their direction vectors and . If the lines are represented as and , we treat them as if they both pass through the origin to find the angle between them using the dot product formula.
Normal Vectors of Planes: A plane is uniquely defined by its normal vector , which is a vector sticking straight out (perpendicular) from the surface of the plane. Visually, if you place a flat sheet of paper on a table, the normal vector would be a pencil standing vertically on it.
Angle between Two Planes: The angle between two intersecting planes is defined as the angle between their respective normal vectors. Imagine two flat surfaces (like an open book); the angle between the surfaces is the same as the angle between two lines drawn perpendicular to each surface from the same point on the spine.
Angle between a Line and a Plane: This is the angle between the line and its projection on the plane. Visually, think of a rod piercing a surface; the angle is measured between the rod and its shadow on the surface. Because the formula uses the normal vector of the plane (which is to the surface), we use instead of .
Condition for Perpendicularity: Two lines (or two planes) are perpendicular if the dot product of their direction vectors (or normal vectors) is zero. In Cartesian form, this means . Visually, this occurs when the vectors meet at a angle.
Condition for Parallelism: Two lines (or two planes) are parallel if their direction ratios (or normal ratios) are proportional, meaning . Visually, parallel lines or planes never meet and maintain a constant distance between each other.
📐Formulae
Angle between two lines (Vector):
Angle between two lines (Cartesian):
Angle between two planes (Vector):
Angle between two planes (Cartesian):
Angle between a line and a plane (Vector):
Angle between a line and a plane (Cartesian):
💡Examples
Problem 1:
Find the angle between the pair of lines given by: and .
Solution:
- Identify the direction ratios of the two lines: and .
- Calculate the dot product: .
- Calculate the magnitude of : .
- Calculate the magnitude of : .
- Use the formula: .
- Therefore, .
Explanation:
To find the angle between two lines in Cartesian form, we extract the denominators as direction ratios, treat them as vectors, and apply the cosine dot product formula.
Problem 2:
Find the angle between the line and the plane .
Solution:
- Identify the line's direction vector: .
- Identify the plane's normal vector: .
- Calculate .
- Calculate .
- Calculate .
- Use the sine formula: .
- Therefore, .
Explanation:
When finding the angle between a line and a plane, we use the sine function because the angle between the line and the plane is the complement of the angle between the line and the plane's normal vector.