Chapter 11: Three Dimensional Geometry
Summary
- Introduction to three-dimensional geometry using vector algebra.
- Study of direction cosines and direction ratios of lines.
- Equations of lines and planes in space.
- Calculation of angles between lines and planes.
- Determination of shortest distance between skew lines and distance from a point to a plane.
Key Concepts
Direction Cosines and Direction Ratios
- Direction cosines are the cosines of angles made by a line with the coordinate axes.
- If a line makes angles α, β, γ with the axes, then:
- Direction cosines: cos(α), cos(β), cos(γ)
- Direction ratios are proportional to direction cosines.
Equations of Lines in Space
- A line can be defined by:
- A point and a direction vector.
- Two points in space.
- Vector form: r = a + λb, where a is a position vector of a point on the line and b is the direction vector.
Angles Between Lines
- The angle Θ between two lines with direction ratios (a₁, b₁, c₁) and (a₂, b₂, c₂) is given by:
- cos(Θ) = (a₁a₂ + b₁b₂ + c₁c₂) / (√(a₁² + b₁² + c₁²) * √(a₂² + b₂² + c₂²))
Shortest Distance Between Lines
- For skew lines, the shortest distance is the length of the perpendicular segment connecting the two lines.
- Formula: d = |b₁ × b₂|, where b₁ and b₂ are direction vectors of the lines.
Common Mistakes & Exam Tips
- Confusing direction cosines with direction ratios; remember they are proportional but not the same.
- Miscalculating angles; ensure to use the correct formula for the angle between lines.
- Not recognizing skew lines; check if lines are neither parallel nor intersecting.
- When finding distances, ensure the segment is perpendicular to both lines.