3 Dimensional Geometry: Class 12 Maths NCERT Guide
Welcome to the world of 3 Dimensional Geometry! Until now, you've mostly worked with points and lines on a flat, 2D plane (the x-y plane). But the world we live in isn't flat; it has depth. This chapter introduces the z-axis, allowing us to describe the position and orientation of objects in 3D space. Understanding 3D geometry is crucial not just for your exams but also for fields like engineering, architecture, computer graphics, and physics. We'll build on your Class 11 knowledge of direction cosines and ratios and then dive deep into the vector and Cartesian equations of lines and planes. You will master finding the shortest distance between lines, the angle between planes, and the position of points relative to lines and planes. Let's get ready to visualize and solve problems in three dimensions!
Direction Cosines (DCs) and Direction Ratios (DRs)
Before we can define lines and planes, we need a way to describe their orientation in space. This is where Direction Cosines and Direction Ratios come in. Imagine a line passing through the origin. This line makes certain angles with the positive x, y, and z axes. Let these angles be α, β, and γ respectively. The Direction Cosines (DCs) of the line are defined as the cosines of these angles: l = cos(α), m = cos(β), and n = cos(γ). A fundamental property of DCs is that the sum of their squares is always 1: l² + m² + n² = 1. This is because they represent the components of a unit vector along that line.
While DCs are unique for a directed line, Direction Ratios (DRs) are any three numbers a, b, c that are proportional to the direction cosines. This means a/l = b/m = c/n = k for some constant k. So, a line can have infinitely many sets of DRs (e.g., if (2,3,4) are DRs, so are (4,6,8) and (-2,-3,-4)). If you have the DRs a, b, c, you can find the DCs using the formula:l = ± a/√(a²+b²+c²), m = ± b/√(a²+b²+c²), n = ± c/√(a²+b²+c²). These concepts are the building blocks for creating equations of lines and planes.
Key Equations for Lines and Planes in Space
- Equation of a Line (passing through point A(a) and parallel to vector b)
- Vector form: r = a + λb Cartesian form: (x - x₁) / a = (y - y₁) / b = (z - z₁) / c, where A is (x₁, y₁, z₁) and DRs are a, b, c.
- Equation of a Line (passing through two points A(a) and B(b))
- Vector form: r = a + λ(b - a) Cartesian form: (x - x₁) / (x₂ - x₁) = (y - y₁) / (y₂ - y₁) = (z - z₁) / (z₂ - z₁).
- Equation of a Plane (in Normal Form)
- Vector form: r ⋅ n̂ = d, where d is the perpendicular distance from the origin and n̂ is the unit normal vector. Cartesian form: lx + my + nz = d, where l, m, n are the DCs of the normal.
- Equation of a Plane (perpendicular to a vector N and passing through a point A(a))
- Vector form: (r - a) ⋅ N = 0 Cartesian form: A(x - x₁) + B(y - y₁) + C(z - z₁) = 0, where A, B, C are DRs of the normal.
Worked Example: Shortest Distance Between Skew Lines
- Problem: Find the shortest distance between the skew lines: Line 1: r = (î + 2ĵ + k̂) + λ(î - ĵ + k̂) Line 2: r = (2î - ĵ - k̂) + μ(2î + ĵ + 2k̂) Solution: The formula for the shortest distance (d) between two skew lines r = a₁ + λb₁ and r = a₂ + μb₂ is: d = |( (b₁ × b₂) ⋅ (a₂ - a₁) ) / |b₁ × b₂| | Step 1: Identify the vectors From the given equations: a₁ = î + 2ĵ + k̂ b₁ = î - ĵ + k̂ a₂ = 2î - ĵ - k̂ b₂ = 2î + ĵ + 2k̂ Step 2: Calculate a₂ - a₁ a₂ - a₁ = (2î - ĵ - k̂) - (î + 2ĵ + k̂) = (2-1)î + (-1-2)ĵ + (-1-1)k̂ = î - 3ĵ - 2k̂ Step 3: Calculate the cross product b₁ × b₂ b₁ × b₂ is the determinant: | î ĵ k̂ | | 1 -1 1 | | 2 1 2 | = î(-2 - 1) - ĵ(2 - 2) + k̂(1 - (-2)) = -3î - 0ĵ + 3k̂ = -3î + 3k̂ Step 4: Calculate the dot product (b₁ × b₂) ⋅ (a₂ - a₁) = (-3î + 3k̂) ⋅ (î - 3ĵ - 2k̂) = (-3)(1) + (0)(-3) + (3)(-2) = -3 + 0 - 6 = -9 Step 5: Calculate the magnitude of the cross product |b₁ × b₂| = | -3î + 3k̂ | = √((-3)² + 0² + 3²) = √(9 + 9) = √18 = 3√2 Step 6: Substitute values into the formula d = | -9 / (3√2) | = |-3/√2| = 3/√2 To rationalize the denominator: d = (3√2) / 2 units. Final Answer: The shortest distance between the two lines is 3/√2 units or (3√2)/2 units.
Exam Traps and Important Points
Be extremely careful with your calculations in 3D Geometry, as a single sign error can change the entire answer. Here are some common traps:
- Confusing DCs and DRs: Direction Ratios (a, b, c) are proportional to Direction Cosines (l, m, n). Remember to normalize DRs (divide by √(a²+b²+c²)) to get DCs. The formula for the angle between two lines, cos θ = |l₁l₂ + m₁m₂ + n₁n₂|, requires DCs. If you use DRs, the formula is cos θ = |a₁a₂ + b₁b₂ + c₁c₂| / (√(a₁²+b₁²+c₁²) * √(a₂²+b₂²+c₂²)).
- Cross Product Errors: When finding a vector perpendicular to two others (like in the shortest distance formula or finding a plane's normal), a mistake in the determinant calculation is common. Double-check your î, ĵ, and k̂ components.
- Skew vs. Parallel: To find the shortest distance, first check if the lines are parallel. Lines are parallel if their direction vectors are proportional (i.e., b₁ = kb₂). If they are, use the simpler formula for parallel lines: d = |(a₂ - a₁) × b| / |b|. If not, they are skew (or intersecting), and you should use the skew line formula.
- Vector vs. Cartesian: While both forms are equivalent, vector form often simplifies calculations for shortest distance and angles. However, problems involving finding the foot of a perpendicular or the image of a point are often easier to manage in Cartesian form. Be flexible and choose the form that makes the problem simpler.
Practice Questions with Solutions
- [object Object]
- [object Object]
- [object Object]
- [object Object]
Frequently Asked Questions
What is the difference between Direction Ratios (DRs) and Direction Cosines (DCs)?
Direction Cosines (l, m, n) are the cosines of the angles a line makes with the positive x, y, and z axes, and they uniquely define a line's direction, satisfying l²+m²+n²=1. Direction Ratios (a, b, c) are any set of three numbers proportional to the DCs, meaning a line has infinite sets of DRs.
What are skew lines and how are they different from parallel lines?
Skew lines are lines in 3D space that are neither parallel nor intersecting. They lie on different planes and never meet. Parallel lines, on the other hand, lie in the same plane, never meet, and have proportional direction vectors.
How do I know when to use the vector form vs. the Cartesian form?
Vector form is often more concise and conceptually simpler for theoretical problems involving angles, shortest distance, and projections. Cartesian form is generally more useful for concrete numerical problems, like finding the coordinates of an intersection point or the image of a point in a plane.
Why is the cross product used to find the normal vector to a plane?
A plane can be defined by two non-parallel vectors lying in it. The cross product of these two vectors, by its geometric definition, results in a new vector that is perpendicular to both original vectors, and therefore perpendicular (or normal) to the plane itself.