Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
A line in three-dimensional space is uniquely determined if it passes through a given point and has a given direction, or if it passes through two given points. Visually, think of a line as a path traced by a point whose position vector changes relative to a fixed origin, guided by a direction vector .
Direction Cosines and Direction Ratios: If a line makes angles with the positive directions of the axes respectively, then are called direction cosines (represented as ). Any numbers proportional to are direction ratios. Visually, these values define the 'tilt' of the line in 3D space.
Vector Equation of a Line: The line passing through a point with position vector and parallel to a vector is given by , where is a scalar parameter. Geometrically, as varies, the tip of the vector moves along the infinite line.
Cartesian Equation of a Line: If a line passes through the point and has direction ratios , its equation is . This form represents the line as the intersection of two planes in the XYZ coordinate system.
Line passing through two points: For a line passing through two points and , the direction ratios are . The vector equation is .
Angle between two lines: The angle between two lines is the angle between their direction vectors. If the direction vectors are and , then . Visually, if the lines are perpendicular, their dot product is zero; if parallel, one is a scalar multiple of the other.
Shortest Distance between Skew Lines: Skew lines are lines that are neither parallel nor intersecting and lie in different planes. The shortest distance is the length of the line segment perpendicular to both lines. Visually, imagine two wires in a room at different heights running in different directions; the shortest distance is the 'gap' between them.
πFormulae
Vector equation (Point and Direction):
Cartesian equation (Point and Direction):
Vector equation (Two points):
Cartesian equation (Two points):
Angle between lines:
Shortest distance (Skew lines):
Shortest distance (Parallel lines):
π‘Examples
Problem 1:
Find the vector and Cartesian equations of the line passing through the point and which is parallel to the vector .
Solution:
- Identify the given point vector: . \n2. Identify the direction vector: . \n3. Plug into the vector equation formula : \n . \n4. For Cartesian equation, use and direction ratios : \n .
Explanation:
This problem demonstrates the direct conversion from physical coordinates and a direction vector into both standard forms of a 3D line.
Problem 2:
Find the angle between the pair of lines given by: and .
Solution:
- Identify direction ratios of first line: . \n2. Identify direction ratios of second line: . \n3. Use the cosine formula: \n \n4. Calculate numerator: . \n5. Calculate denominator: . \n6. . \n7. .
Explanation:
The angle between lines depends solely on their direction ratios. We extract the denominators from the Cartesian form and apply the dot product formula.