Why Three Dimensional Geometry Class 12 Matters in CBSE Board Exams
Three dimensional geometry class 12 is unique in the CBSE Mathematics syllabus because it bridges pure algebra, vector methods, and spatial visualization. In the 2024 and 2025 board exams, this chapter contributed exactly 13 marks on average: one 4-mark question on direction cosines or angle between lines, and one 6-mark question on shortest distance or equation of a plane. The marking scheme awards full method marks even if a computational slip occurs in the final step, provided the formula application is correct. Examiners look for clear vector notation, proper use of parametric forms, and systematic substitution when converting between vector and Cartesian equations. Compared to chapters like Probability or Differential Equations, three dimensional geometry class 12 has fewer conceptual variants—once you know the six core formulas (direction cosines relation, line equation, plane equation, angle formulas, distance formulas), you can solve 90 percent of board questions. This predictability makes it a high-return chapter for focused revision in the final month before boards.
- 13 marks average allocation in 2024 and 2025 CBSE Class 12 Maths papers
- Questions test both vector form (using r, a, b notation) and Cartesian form (using x, y, z explicitly)
- Method marks dominate: a correct formula setup earns 3 out of 4 marks even if arithmetic is wrong
- Spatial reasoning is testable via diagrams (e.g. 'show that three points are collinear in 3D')
- Integration with vector algebra (Chapter 10) is common—examiners assume fluency with dot and cross products
NCERT Chapter 11 Structure: What Three Dimensional Geometry Class 12 Covers
The 2024–25 NCERT textbook organizes three dimensional geometry class 12 into five major sections across approximately 45 pages. Section 11.1 introduces the 3D coordinate system and the distance formula √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²], extending the 2D Pythagorean result. Section 11.2 defines direction cosines and direction ratios: if a line makes angles α, β, γ with the positive x, y, z axes, then direction cosines are l = cos α, m = cos β, n = cos γ, satisfying l² + m² + n² = 1. Section 11.3 derives the equation of a line passing through point (x₁, y₁, z₁) with direction ratios (a, b, c): the vector form is r = a + λb (where a is position vector of the point, b = ai + bj + ck), and the Cartesian form is (x−x₁)/a = (y−y₁)/b = (z−z₁)/c. Section 11.4 tackles planes: a plane with normal vector n passing through point A has equation n · (r − a) = 0 in vector form, or Ax + By + Cz = D in Cartesian form. Section 11.5 presents angle between lines, angle between planes, angle between line and plane, and the shortest distance between two skew lines—the formula d = |(b₁ × b₂) · (a₂ − a₁)| / |b₁ × b₂| is derived using the scalar triple product. Each section contains 3–5 worked examples and concludes with an exercise (Exercise 11.1 through 11.3, plus a miscellaneous exercise). The miscellaneous exercise at chapter end has 15–20 challenging problems that combine multiple concepts.
- Total 17 solved examples across five sections, each demonstrating both vector and Cartesian methods
- Exercise 11.1: 5 questions on direction cosines and direction ratios (foundational)
- Exercise 11.2: 15 questions on line equations, including finding equations given two points or parallel/perpendicular conditions
- Exercise 11.3: 14 questions on plane equations, intercept form, and distance from point to plane
- Miscellaneous Exercise: 19 questions integrating lines, planes, angles, and distances—ideal for board exam practice
Direction Cosines and Direction Ratios: The Foundation of Three Dimensional Geometry Class 12
Direction cosines are the cosines of the angles a directed line makes with the positive x, y, and z axes. If a line OP makes angles α, β, γ with these axes, then l = cos α, m = cos β, n = cos γ are the direction cosines. The fundamental identity l² + m² + n² = 1 arises because the unit vector along OP is li + mj + nk, which has magnitude 1. Direction ratios (a, b, c) are any three numbers proportional to the direction cosines: if the line has direction cosines (l, m, n), then a = kl, b = km, c = kn for some scalar k. To convert direction ratios (a, b, c) to direction cosines, compute l = a/√(a²+b²+c²), m = b/√(a²+b²+c²), n = c/√(a²+b²+c²). A common CBSE board question type: 'Find the direction cosines of a line joining points A(2, 3, −1) and B(4, 1, 3)'. Solution: direction ratios are (4−2, 1−3, 3−(−1)) = (2, −2, 4); magnitude = √(4+4+16) = √24 = 2√6; hence direction cosines are (2/(2√6), −2/(2√6), 4/(2√6)) = (1/√6, −1/√6, 2/√6). Verification: (1/6 + 1/6 + 4/6) = 1. NCERT Example 1 in Section 11.2 uses exactly this method.
- Direction cosines are unique for a given directed line; direction ratios are infinitely many (any scalar multiple)
- If direction ratios are (a, b, c), direction cosines are (a/k, b/k, c/k) where k = √(a²+b²+c²)
- The angle θ between two lines with direction cosines (l₁, m₁, n₁) and (l₂, m₂, n₂) is cos θ = l₁l₂ + m₁m₂ + n₁n₂
- Lines are perpendicular if l₁l₂ + m₁m₂ + n₁n₂ = 0; parallel if l₁/l₂ = m₁/m₂ = n₁/n₂
Equation of a Line in Vector and Cartesian Forms (Three Dimensional Geometry Class 12)
A line in three dimensional geometry class 12 is fully determined by a point on the line and a direction vector. In vector form, if the line passes through point A with position vector a and is parallel to vector b, the equation is r = a + λb, where λ is a real parameter and r is the position vector of any point on the line. In Cartesian coordinates, if A = (x₁, y₁, z₁) and b = ai + bj + ck (so direction ratios are (a, b, c)), the equation is (x−x₁)/a = (y−y₁)/b = (z−z₁)/c. Each ratio equals the parameter λ. For example, the line through (1, 2, 3) parallel to the vector 2i − j + 4k has vector equation r = (i + 2j + 3k) + λ(2i − j + 4k) and Cartesian equation (x−1)/2 = (y−2)/(−1) = (z−3)/4. If two points A(x₁, y₁, z₁) and B(x₂, y₂, z₂) are given, the direction ratios are (x₂−x₁, y₂−y₁, z₂−z₁), and the line equation is (x−x₁)/(x₂−x₁) = (y−y₁)/(y₂−y₁) = (z−z₁)/(z₂−z₁). NCERT Example 4 in Section 11.3 shows this: find the equation of the line through (2, 3, 4) and (1, −1, 3). Direction ratios: (1−2, −1−3, 3−4) = (−1, −4, −1). Equation: (x−2)/(−1) = (y−3)/(−4) = (z−4)/(−1), which simplifies to (x−2)/1 = (y−3)/4 = (z−4)/1 after multiplying through by −1.
- Vector form r = a + λb is compact and ideal for dot/cross product operations
- Cartesian form (x−x₁)/a = (y−y₁)/b = (z−z₁)/c breaks into parametric equations x = x₁ + aλ, y = y₁ + bλ, z = z₁ + cλ
- If any direction ratio is zero (e.g. b = 0), the corresponding coordinate is constant: y = y₁
- To find the point of intersection of a line with a plane, substitute parametric forms into the plane equation and solve for λ
Equation of a Plane in Three Dimensional Geometry Class 12
A plane in 3D is characterized by a normal vector (a vector perpendicular to every line in the plane) and a point on the plane. If the plane passes through point A with position vector a and has normal vector n, the vector equation is n · (r − a) = 0, which expands to n · r = n · a. In Cartesian form, if n = Ai + Bj + Ck and the plane passes through (x₁, y₁, z₁), the equation is A(x − x₁) + B(y − y₁) + C(z − z₁) = 0, or Ax + By + Cz = D where D = Ax₁ + By₁ + Cz₁. The general equation Ax + By + Cz + D = 0 represents any plane; the coefficients (A, B, C) are components of the normal vector. NCERT introduces three methods to find a plane equation: (i) given normal and a point, (ii) given three non-collinear points (use cross product of two vectors in the plane to find normal), (iii) intercept form x/a + y/b + z/c = 1 if the plane cuts x, y, z axes at (a, 0, 0), (0, b, 0), (0, 0, c). Example (NCERT Example 9): Find the plane through points (1, 1, 0), (1, 2, 1), (−2, 2, −1). Vectors in plane: AB = (0, 1, 1), AC = (−3, 1, −1). Normal n = AB × AC = (1·(−1) − 1·1)i − (0·(−1) − 1·(−3))j + (0·1 − 1·(−3))k = −2i − 3j + 3k. Plane equation: −2(x−1) − 3(y−1) + 3(z−0) = 0, simplifying to −2x − 3y + 3z + 5 = 0 or 2x + 3y − 3z = 5.
Angle Between Two Lines in Three Dimensional Geometry Class 12
The angle θ between two lines in space is the angle between their direction vectors. If the lines have direction ratios (a₁, b₁, c₁) and (a₂, b₂, c₂), then cos θ = |a₁a₂ + b₁b₂ + c₁c₂| / [√(a₁²+b₁²+c₁²) √(a₂²+b₂²+c₂²)]. The absolute value ensures 0 ≤ θ ≤ 90° (we take the acute angle). In vector form, if the lines are r = a₁ + λb₁ and r = a₂ + μb₂, then cos θ = |b₁ · b₂| / (|b₁| |b₂|). Lines are perpendicular if b₁ · b₂ = 0 (i.e. a₁a₂ + b₁b₂ + c₁c₂ = 0), and parallel if b₁ = kb₂ for some scalar k (i.e. a₁/a₂ = b₁/b₂ = c₁/c₂). NCERT Example 12: Find the angle between lines (x−2)/3 = (y+1)/(−2) = z/2 and (x−1)/1 = (2y+3)/3 = (z+5)/2. Direction ratios: (3, −2, 2) and (1, 3/2, 2). Dot product = 3·1 + (−2)·(3/2) + 2·2 = 3 − 3 + 4 = 4. Magnitudes: √(9+4+4) = √17, √(1 + 9/4 + 4) = √(29/4) = (√29)/2. So cos θ = 4 / [√17 · (√29)/2] = 8/(√493). Hence θ = cos⁻¹(8/√493) ≈ 69.9°.
- Use dot product formula: b₁ · b₂ = |b₁| |b₂| cos θ, then solve for θ
- Lines perpendicular ⇔ a₁a₂ + b₁b₂ + c₁c₂ = 0
- Lines parallel ⇔ direction ratios proportional: a₁/a₂ = b₁/b₂ = c₁/c₂
- If lines are skew (non-intersecting, non-parallel), angle is still defined by direction vectors
Angle Between Two Planes and Between a Line and a Plane
The angle between two planes is the angle between their normal vectors. If planes have normals n₁ = A₁i + B₁j + C₁k and n₂ = A₂i + B₂j + C₂k, then cos θ = |n₁ · n₂| / (|n₁| |n₂|) = |A₁A₂ + B₁B₂ + C₁C₂| / [√(A₁²+B₁²+C₁²) √(A₂²+B₂²+C₂²)]. Planes are perpendicular if n₁ · n₂ = 0 (A₁A₂ + B₁B₂ + C₁C₂ = 0), and parallel if n₁ = kn₂ (A₁/A₂ = B₁/B₂ = C₁/C₂). The angle φ between a line with direction vector b and a plane with normal n is given by sin φ = |b · n| / (|b| |n|) — note sine, not cosine, because φ is the complement of the angle between b and n. For instance, if line has direction ratios (2, 1, −1) and plane is 3x − 4y + z = 0 (normal (3, −4, 1)), then b · n = 2·3 + 1·(−4) + (−1)·1 = 6 − 4 − 1 = 1, |b| = √6, |n| = √26, so sin φ = 1/(√6 √26) = 1/√156 and φ = sin⁻¹(1/√156) ≈ 4.6°. CBSE board questions often ask 'find the angle between the line r = a + λb and the plane r · n = d', requiring this formula.
- Angle between planes uses cos θ with normals; angle between line and plane uses sin φ with direction and normal
- Line perpendicular to plane ⇔ line direction parallel to plane normal: b = kn
- Line parallel to plane ⇔ b · n = 0 (direction perpendicular to normal)
- Two planes parallel ⇔ normals proportional; perpendicular ⇔ normals dot to zero
Shortest Distance Between Two Skew Lines (High-Weightage Topic in Three Dimensional Geometry Class 12)
Two lines in 3D are skew if they do not intersect and are not parallel. The shortest distance between skew lines r = a₁ + λb₁ and r = a₂ + μb₂ is the length of the common perpendicular, given by d = |(b₁ × b₂) · (a₂ − a₁)| / |b₁ × b₂|. This is the absolute value of the scalar triple product [b₁, b₂, (a₂−a₁)] divided by the magnitude of b₁ × b₂. In Cartesian form, if lines are (x−x₁)/a₁ = (y−y₁)/b₁ = (z−z₁)/c₁ and (x−x₂)/a₂ = (y−y₂)/b₂ = (z−z₂)/c₂, compute the cross product (a₁, b₁, c₁) × (a₂, b₂, c₂), then dot with (x₂−x₁, y₂−y₁, z₂−z₁), and divide by the magnitude of the cross product. NCERT Example 15 demonstrates: lines L₁: (x−1)/2 = (y−2)/3 = (z−3)/4 and L₂: (x−2)/3 = (y−4)/4 = (z−5)/5. Direction vectors b₁ = (2,3,4), b₂ = (3,4,5). Points a₁ = (1,2,3), a₂ = (2,4,5). Cross product b₁ × b₂ = (3·5−4·4, 4·3−2·5, 2·4−3·3) = (15−16, 12−10, 8−9) = (−1, 2, −1). Vector a₂−a₁ = (1,2,2). Dot product (−1,2,−1)·(1,2,2) = −1 + 4 − 2 = 1. Magnitude |b₁×b₂| = √(1+4+1) = √6. Hence d = |1|/√6 = 1/√6 = √6/6. This 6-mark question appears almost every year in CBSE boards.
- Formula: d = |(b₁ × b₂) · (a₂ − a₁)| / |b₁ × b₂| — memorize this for board exams
- If b₁ × b₂ = 0, the lines are parallel (not skew); distance formula does not apply
- The numerator (b₁ × b₂) · (a₂ − a₁) is the scalar triple product, often written as [b₁, b₂, (a₂−a₁)]
- Cross product b₁ × b₂ yields a vector perpendicular to both lines; its magnitude is needed for normalization
Distance from a Point to a Line and from a Point to a Plane
The perpendicular distance from a point P with position vector p to the line r = a + λb is d = |b × (p − a)| / |b|. In Cartesian form, if the line is (x−x₁)/a = (y−y₁)/b = (z−z₁)/c and the point is (x₀, y₀, z₀), compute the vector from (x₁, y₁, z₁) to (x₀, y₀, z₀), take its cross product with direction (a, b, c), and divide the magnitude by √(a²+b²+c²). The perpendicular distance from point (x₀, y₀, z₀) to plane Ax + By + Cz + D = 0 is d = |Ax₀ + By₀ + Cz₀ + D| / √(A²+B²+C²). This is analogous to the 2D point-to-line formula. Example: distance from (1, 2, 3) to plane 2x − y + 2z = 5. Rewrite as 2x − y + 2z − 5 = 0, so A=2, B=−1, C=2, D=−5. d = |2·1 − 1·2 + 2·3 − 5| / √(4+1+4) = |2 − 2 + 6 − 5| / 3 = 1/3. CBSE often asks for the foot of the perpendicular from a point to a line: find the parameter λ such that the vector from the point on the line to P is perpendicular to b, i.e. [p − (a + λb)] · b = 0, solve for λ, substitute back to get coordinates of foot.
- Point-to-line: use cross product to measure perpendicular component
- Point-to-plane: direct substitution into |Ax₀+By₀+Cz₀+D| / √(A²+B²+C²)
- Foot of perpendicular on line: set dot product [(x−x₁, y−y₁, z−z₁) − λ(a,b,c)] · (a,b,c) = 0
- Foot of perpendicular on plane: line through point perpendicular to plane has direction equal to normal; find intersection
Common Board Exam Question Patterns in Three Dimensional Geometry Class 12
CBSE board papers feature recurring question types in three dimensional geometry class 12. Pattern 1: Find the angle between two lines or between a line and a plane (4 marks). Pattern 2: Derive the equation of a plane given three points or given normal and a point (4 marks). Pattern 3: Calculate shortest distance between two skew lines using the vector formula (6 marks). Pattern 4: Find the foot of perpendicular from a point to a line, then compute distance (6 marks). Pattern 5: Determine the equation of a line of intersection of two planes (the direction vector is the cross product of the two normals, and any common point can be found by setting z=0 or x=0 and solving the simultaneous equations) (4–6 marks). Pattern 6: Prove that four given points are coplanar by showing that vectors AB, AC, AD are linearly dependent (determinant of matrix with these as rows is zero) (4 marks). The 2025 CBSE sample paper included one 4-mark question on direction cosines (finding the angle a line makes with coordinate axes given two points) and one 6-mark question on shortest distance. Practicing NCERT miscellaneous exercise problems (Questions 11–19) and previous years' board questions from 2020–2024 covers 95 percent of possible variations.
Step-by-Step Strategy to Master Three Dimensional Geometry Class 12
Step 1: Ensure fluency with vector operations (dot product, cross product, scalar triple product) from Chapter 10. Without this foundation, three dimensional geometry class 12 formulas will seem arbitrary. Step 2: Memorize the six core formulas—direction cosines relation, line equation (vector and Cartesian), plane equation (vector and Cartesian), angle formulas (line-line, plane-plane, line-plane), shortest distance, and point-to-plane distance. Write them on a single flashcard. Step 3: Work through all NCERT solved examples without looking at solutions first; check your method against the textbook. Step 4: Complete Exercise 11.1 (direction cosines), 11.2 (lines), 11.3 (planes) in sequence. Each exercise builds on the previous. Step 5: Tackle the miscellaneous exercise—these 19 questions simulate board exam difficulty. Step 6: Solve CBSE sample papers and five years of board PYQs, timing yourself (allocate 12 minutes for a 4-mark question, 18 minutes for a 6-mark question). Step 7: For any error, write out the correct solution in a separate notebook and redo the problem after 48 hours. CBSETUTOR.ai supports this workflow by providing instant step-by-step solutions when you photograph any NCERT problem or PYQ; the AI tutor shows vector and Cartesian methods side by side and highlights common errors (such as forgetting absolute value in angle formulas or sign errors in cross products).
- Dedicate 2–3 hours to mastering cross product notation and computation before starting Chapter 11
- Create a formula sheet with all six formulas plus the intercept form of a plane
- Practice converting between vector form r = a + λb and Cartesian form (x−x₁)/a = (y−y₁)/b = (z−z₁)/c
- Use graph paper or 3D visualization software (GeoGebra 3D) to plot lines and planes for spatial intuition
- Review one board PYQ per day in the final month, focusing on method marks and clear presentation
How CBSETUTOR.ai Accelerates Three Dimensional Geometry Class 12 Mastery
CBSETUTOR.ai is a 24×7 AI-powered tutor designed specifically for CBSE Classes 6–12, with every NCERT chapter—including three dimensional geometry class 12—embedded in its knowledge base. Students can photograph any problem from NCERT Exercise 11.1, 11.2, 11.3, or the miscellaneous exercise, and receive an instant, step-by-step solution showing both vector and Cartesian approaches. The AI explains why the cross product is used for shortest distance, how to verify that l² + m² + n² = 1 for direction cosines, and how to check if two lines are skew (non-intersecting and non-parallel). Unlike static video lectures, CBSETUTOR.ai responds to follow-up questions: 'Why did you take absolute value here?' or 'Can I use a different point on the line?' The platform costs ₹999/month flat across all classes (6–12), with a 3-day free trial and no credit card required to start. Parents report that students gain confidence in three dimensional geometry class 12 within two weeks of consistent use, as the AI provides unlimited practice problems with varied coefficients and immediate feedback. The photo-upload feature is especially valuable for messy cross product calculations—students can snap their work and the AI will pinpoint algebraic slips or sign errors. For board exam preparation, CBSETUTOR.ai offers curated problem sets sorted by difficulty (NCERT standard, board PYQ, advanced Olympiad-style) and tracks time spent per question type, helping students allocate revision hours efficiently.
- Instant solutions for all 50+ NCERT three dimensional geometry class 12 problems across four exercises
- AI tutor explains common errors: forgetting to normalize direction ratios, sign mistakes in cross products, incorrect parametric substitution
- Photo upload of handwritten work for real-time debugging of vector algebra steps
- ₹999/month for unlimited access across Classes 6–12, no per-class or per-subject pricing
- 3-day free trial with full feature access; cancel anytime, no hidden fees
Important Formulas Summary for Three Dimensional Geometry Class 12 (Quick Reference)
Direction cosines and direction ratios: If direction ratios are (a, b, c), then direction cosines (l, m, n) = (a/k, b/k, c/k) where k = √(a²+b²+c²), and l² + m² + n² = 1. Equation of line (vector): r = a + λb. Equation of line (Cartesian): (x−x₁)/a = (y−y₁)/b = (z−z₁)/c. Equation of plane (vector): n · (r − a) = 0 or n · r = d. Equation of plane (Cartesian): Ax + By + Cz + D = 0. Angle between lines: cos θ = |b₁ · b₂| / (|b₁| |b₂|). Angle between planes: cos θ = |n₁ · n₂| / (|n₁| |n₂|). Angle between line and plane: sin φ = |b · n| / (|b| |n|). Shortest distance between skew lines: d = |(b₁ × b₂) · (a₂ − a₁)| / |b₁ × b₂|. Distance from point (x₀, y₀, z₀) to plane Ax+By+Cz+D=0: d = |Ax₀+By₀+Cz₀+D| / √(A²+B²+C²). Intercept form of plane: x/a + y/b + z/c = 1 (intercepts a, b, c on axes). Coplanarity of vectors: vectors a, b, c are coplanar if [a, b, c] = a · (b × c) = 0. These formulas, properly applied, solve 100 percent of CBSE board questions in three dimensional geometry class 12.
Common Mistakes and How to Avoid Them in Three Dimensional Geometry Class 12
Mistake 1: Confusing direction cosines with direction ratios. Remember, direction cosines must satisfy l²+m²+n²=1; direction ratios are any proportional set and do not have this constraint. Always normalize before claiming you have direction cosines. Mistake 2: Forgetting absolute value in angle formulas. cos θ = |b₁·b₂|/(|b₁||b₂|) ensures θ ≤ 90°; without absolute value, you may get an obtuse angle, which is not the acute angle between lines. Mistake 3: Sign errors in cross product. The determinant method for cross product is i(b₁c₂−b₂c₁) − j(a₁c₂−a₂c₁) + k(a₁b₂−a₂b₁); note the minus sign on the j component. Write out the 3×3 determinant carefully. Mistake 4: Incorrect parametric substitution. When finding intersection of line and plane, substitute x = x₁+λa, y = y₁+λb, z = z₁+λc into Ax+By+Cz+D=0 and solve for λ; then plug λ back to get (x,y,z). Students often forget the last step. Mistake 5: Not checking if lines are skew before applying shortest distance formula. If b₁ × b₂ = 0, lines are parallel (distance is from a point on one line to the other line); if they intersect, shortest distance is zero. CBSETUTOR.ai flags these mistakes in real time when students upload their solutions, providing corrective hints without giving away the full answer initially.
- Always verify l²+m²+n²=1 after computing direction cosines from direction ratios
- Use absolute value in dot product formulas for angles to ensure acute angle
- Double-check the sign of the j-component in cross product computations
- After finding parameter λ, substitute back to get coordinates; do not leave answer as λ =...
- Test if b₁ × b₂ ≠ 0 before using skew-line distance formula; if zero, lines are parallel