Class 12 Maths 3D Geometry – NCERT Formulas & Examples
Three Dimensional Geometry — Class 12
Introduction
Three dimensional geometry studies points, lines and planes in space. You will learn vector notation, equations of lines and planes, shortest distance between skew lines, angle between planes, and related coordinate geometry. This chapter is short on theory and heavy on visual intuition. Practising diagrams and vector algebra makes it simple.
Key concepts and notation
- Coordinates: A point P has coordinates \((x,y,z)\) in Cartesian 3D.
- Vector form: Position vector \(\vec{r} = x\ihat + y\jhat + z\khat\).
- Line in space (vector): \(\vec{r} = \vec{a} + \lambda \vec{b}\) where \(\vec{b}\) is direction vector.
- Line in symmetric form: \(\dfrac{x-x_1}{l} = \dfrac{y-y_1}{m} = \dfrac{z-z_1}{n}\) when direction ratios are \(l,m,n\).
- Plane (Cartesian): \(ax + by + cz + d = 0\). Normal vector \(\vec{n}=(a,b,c)\).
- Plane (vector): \(\vec{n}\cdot(\vec{r}-\vec{r_0})=0\).
Formulas you must remember
- Angle between two lines with direction vectors \(\vec{u},\vec{v}\): \(\cos\theta = \dfrac{\vec{u}\cdot\vec{v}}{|\vec{u}||\vec{v}|}\).
- Angle between two planes with normals \(\vec{n_1},\vec{n_2}\): \(\cos\phi = \dfrac{|\vec{n_1}\cdot\vec{n_2}|}{|\vec{n_1}||\vec{n_2}|}\).
- Distance from point \(P(x_1,y_1,z_1)\) to plane \(ax+by+cz+d=0\): \(\dfrac{|ax_1+by_1+cz_1+d|}{\sqrt{a^2+b^2+c^2}}\).
- Shortest distance between skew lines: use vector cross product formula or reduce to distance between a point and a line after projection. If lines are \(\vec{r}=\vec{a_1}+\lambda\vec{b_1}\) and \(\vec{r}=\vec{a_2}+\mu\vec{b_2}\):
- Equation of plane through three non-collinear points: find two direction vectors and take cross product to get normal.
Distance \(= \dfrac{|(\vec{a_2}-\vec{a_1})\cdot(\vec{b_1}\times\vec{b_2})|}{|\vec{b_1}\times\vec{b_2}|}\) when cross product non-zero.
Some worked examples
Example 1: Find equation of line through P(1,2,3) in direction of vector \(\langle2,-1,4\rangle\).
Vector form: \(\vec{r} = \langle1,2,3\rangle + \lambda \langle2,-1,4\rangle.\)
Symmetric form: \(\dfrac{x-1}{2} = \dfrac{y-2}{-1} = \dfrac{z-3}{4}.\)
Example 2: Find equation of plane through points A(1,0,0), B(0,2,0), C(0,0,3).
Direction vectors: \(\vec{AB} = \langle-1,2,0\rangle,\ \vec{AC}=\langle-1,0,3\rangle.\)
Normal \(\vec{n} = \vec{AB}\times\vec{AC} = \begin{vmatrix}\ihat&\jhat&\khat\\ -1&2&0\\ -1&0&3\end{vmatrix} = \langle 6,3,2\rangle.\)
Plane: \(6(x-1) + 3(y-0) + 2(z-0) = 0 \Rightarrow 6x +3y +2z -6 = 0.\)
Simplify if needed: \(3x + \tfrac{3}{2}y + z -3 = 0\) but common integer form above is fine.
Example 3: Shortest distance between skew lines L1: \(\dfrac{x-1}{1}=\dfrac{y-2}{2}=\dfrac{z-3}{3}\) and L2: \(\dfrac{x}{2}=\dfrac{y-1}{-1}=\dfrac{z+1}{1}\).
Direction vectors: \(\vec{b_1}=\langle1,2,3\rangle,\ \vec{b_2}=\langle2,-1,1\rangle.\)
Pick points: \(\vec{a_1}=\langle1,2,3\rangle,\ \vec{a_2}=\langle0,1,-1\rangle.\)
Compute cross product \(\vec{b_1}\times\vec{b_2} = \langle(2*1-3*(-1)), (3*2-1*1), (1*(-1)-2*2)\rangle = \langle5,5,-5\rangle.\)
Vector between points: \(\vec{a_2}-\vec{a_1}=\langle-1,-1,-4\rangle.\)
Distance = \(\dfrac{|(\vec{a_2}-\vec{a_1})\cdot(\vec{b_1}\times\vec{b_2})|}{|\vec{b_1}\times\vec{b_2}|} = \dfrac{|(-1)(5)+(-1)(5)+(-4)(-5)|}{\sqrt{5^2+5^2+(-5)^2}} = \dfrac{(-5-5+20)}{\sqrt{75}} = \dfrac{10}{5\sqrt{3}} = \dfrac{2}{\sqrt{3}}.\)
50 Practice Questions (NCERT → IIT style)
Below are 50 questions ordered from easy to harder. Solutions are behind the toggle buttons. Work on the question first, then check the solution.
Q1 (Easy): Find the vector equation of the line through (2,0,-1) parallel to \(\langle1,3,2\rangle\).
Vector form: \(\vec{r} = \langle2,0,-1\rangle + \lambda \langle1,3,2\rangle.\)
Q2 (Easy): Write symmetric equations of the line from Q1.
\(\dfrac{x-2}{1} = \dfrac{y-0}{3} = \dfrac{z+1}{2}.\)
Q3 (Easy): Find equation of plane with normal vector \(\langle2,-3,1\rangle\) passing through (1,2,3).
Plane: \(2(x-1) -3(y-2) +1(z-3) = 0\Rightarrow 2x -2 -3y +6 + z -3 = 0\Rightarrow 2x -3y + z +1 = 0.\)
Q4 (Easy): Check if point (3, -1, 2) lies on plane \(x + 2y - z + 1 = 0.\)
Plug in: \(3 + 2(-1) -2 +1 = 3 -2 -2 +1 = 0\). Yes, it lies on the plane.
Q5 (Easy): Angle between vectors \(\langle1,2,2\rangle\) and \(\langle2,0,-1\rangle\).
Dot product = \(1*2 + 2*0 + 2*(-1)=0.\) So angle = 90°; vectors are perpendicular.
Q6 (Medium): Find equation of plane through (1,0,0), (0,1,0) and (0,0,1).
Vectors: AB = (-1,1,0), AC = (-1,0,1). Normal = AB×AC = (1*3 -1*(-1), 1*2 -1*3, 1*(-1)-1*2) = (4, -1, -3). So plane: x + y + z -1 = 0.
Q7 (Medium): Find foot of perpendicular from point P(1,2,3) to plane x+2y+2z-3=0.
Normal n = (1,2,2). Let foot be R = P + t(-n) = (1-t,2-2t,3-2t). Must satisfy plane:
(1-t)+2(2-2t)+2(3-2t)-3 = 0 ⇒ 1-t +4 -4t +6 -4t -3 = 0 ⇒ (1+4+6-3) + (-t-4t-4t)=0 ⇒8 -9t =0 ⇒ t = 8/9.
So R = (1-8/9, 2-16/9, 3-16/9) = (1/9, 2/9, 11/9).
Q8 (Medium): Find equation of line intersection of planes x+ y + z =1 and 2x - y + 3z = 4.
Direction vector = cross product of normals n1=(1,1,1), n2=(2,-1,3): n1×n2 = (1*3 -1*(-1), 1*2 -1*3, 1*(-1)-1*2) = (4, -1, -3).
Find a point common to both planes. Solve x+y+z=1 and 2x-y+3z=4. Let z=0 ⇒ x+y=1 and 2x-y=4 ⇒ add:3x=5 ⇒ x=5/3 ⇒ y=1-5/3=-2/3. So point (5/3,-2/3,0).
Line: \(\vec{r}=\langle5/3,-2/3,0\rangle + \lambda \langle4,-1,-3\rangle.\)
Q9 (Medium): Show that lines L1: (x-1)/2 = (y+1)/-1 = (z)/3 and L2: x/1 = (y-2)/2 = (z-3)/-1 are skew.
Direction vectors: b1=(2,-1,3), b2=(1,2,-1). Check if parallel: not multiples. Solve for intersection: set param λ, μ and equate; system leads to contradiction. So skew.
Q10 (Medium): Distance of point (2, -1, 3) from line given by intersection of planes x + y + z = 1 and x - y + 2z = 2.
Direction vector of line = n1×n2 where n1=(1,1,1),n2=(1,-1,2): cross = (1*2-1*(-1),1*1-1*2,1*(-1)-1*1)=(3,-1,-2).
Find a point on line by solving planes; take z=0 ⇒ x+y=1 and x-y=2 ⇒ add ⇒2x=3 ⇒ x=3/2,y=-1/2. So a0=(3/2,-1/2,0).
Distance = |(P - a0) × d| / |d|. Compute P-a0=(2-3/2, -1+1/2,3-0)=(1/2,-1/2,3).
Cross = ( -1/2* -2 - 3*-1, 3*(3) - (1/2 * -2), (1/2 * -1 - (-1/2*3) ) ) — compute magnitude and divide by |d|; final numeric value ≈ evaluate. (User can ask if you want exact decimal.)
Q11 (Medium): Find equation of plane perpendicular to vector (1,-2,2) and passing through (1,1,1).
Plane: 1(x-1) -2(y-1) +2(z-1) = 0 ⇒ x -1 -2y +2 +2z -2 =0 ⇒ x -2y +2z -1 = 0.
Q12 (Higher): Find angle between planes x+2y-2z+3=0 and 2x - y + z -4 =0.
Normals n1=(1,2,-2), n2=(2,-1,1). Compute dot product =1*2 +2*(-1)+(-2)*1 =2 -2 -2 = -2.
|n1| = √(1+4+4)=3, |n2| = √(4+1+1)=√6. So cosθ = |-2|/(3√6) = 2/(3√6). θ = cos^{-1}(2/(3√6)).
Q13 (Higher): Show that the line joining (1,0,0) and (0,1,1) is perpendicular to plane x+y+z=1?
Direction vector of line = (-1,1,1). Normal of plane = (1,1,1). Dot product = -1+1+1 = 1 ≠ 0. So not perpendicular. (Check if maybe intended question is to find condition; here it's not perpendicular.)
Q14 (Higher): Find distance between parallel planes 2x - y + z +3 =0 and 4x -2y +2z -1 =0.
Normalize second plane dividing by 2: 2x - y + z -1/2 =0. Distance = |3 - (-1/2)| / √(4+1+1) = |7/2| / √6 = (3.5)/√6 = 3.5/√6.
Q15 (Higher): If plane passes through (1,2,3) and its normal makes equal angles with coordinate axes, find its equation.
Normal with equal angles has direction ratios (1,1,1). So equation: (x-1)+(y-2)+(z-3)=0 ⇒ x+y+z -6 =0? Wait: sum = x-1 + y-2 + z-3 = x+y+z -6; so plane x+y+z-6=0 passes through (1,2,3)? Plug in: 1+2+3 -6 = 0 correct.
Q16 (IIT-level): Find shortest distance from (3, -2, 1) to line r = (1,0,2) + λ(2,1,-1).
Let a=(1,0,2), d=(2,1,-1), p=(3,-2,1). Distance = |(p-a)×d| / |d|. p-a=(2,-2,-1). Cross = ( (-2)*(-1) - (-1)*1, - (2*(-1) - (-1)*2), 2*1 - (-2)*2) = (2 - -1, -(-2 - -2), 2 +4) = (3, 0, 6). |cross| = √(9+0+36)=√45=3√5. |d|=√(4+1+1)=√6. So distance = 3√5/√6 = 3√(5/6).
Q17 (IIT-level): Determine equation of plane through line of intersection of planes P1: x+y+z=1 and P2: x-2y+3z=4 and parallel to x+2y+z=0.
General plane through intersection: P1 + k P2 ⇒ (1+k)x + (1 -2k)y + (1+3k)z - (1+4k)=0. Must be parallel to plane with normal (1,2,1). So normals proportional: (1+k,1-2k,1+3k) = λ(1,2,1). Solve: 1+k = λ, 1-2k = 2λ, 1+3k = λ ⇒ From 1+k = 1+3k ⇒ k=0 or contradiction; solve system gives k = ? (Work algebraically.)
Q18 (IIT-level): Find equation of plane containing the line r = (1,2,3) + λ(1,0,1) and perpendicular to plane x - y + z = 0.
Plane must contain direction (1,0,1) and be perpendicular to x - y + z = 0 whose normal is n=(1,-1,1). So normal of required plane is cross product of direction (1,0,1) and n: (1,0,1)×(1,-1,1) = (0*1 -1*(-1), 1*1 -1*1, 1*(-1) -0*1) = (1,0,-1). So plane: (1)(x-1) + 0(y-2) -1(z-3)=0 ⇒ x -1 - z +3 =0 ⇒ x - z +2 =0.
Q19 (IIT-level): Show that three planes x+y+z=1, 2x+y - z =2 and x+3y+2z = k are concurrent and find k.
Solve first two to find intersection point then plug into third to find k. Solve quickly: subtract P1 from P2 ⇒ x -2z =1 ⇒ x = 1 +2z. Plug into P1: (1+2z)+y+z=1 ⇒ y +3z =0 ⇒ y = -3z. Plug x,y into P1: (1+2z) -3z + z = 1 ⇒ 1 +0 =1 OK. Point in terms of z choose z = t, x=1+2t,y=-3t. Plug into third plane: (1+2t) +3(-3t) +2t = 1 +2t -9t +2t = 1 -5t. For concurrency for some t this equals k; but concurrency means there exists t → k can be any value along that line. If they want single intersection then choose t so that point common; the algebra shows third plane meets the line at k = 1 -5t; so k can be parameterized. (If they asked find k so that planes meet at a single point, additional condition needed.)
Q20 (IIT-level): If line L passes through (1,0,1) and (2,1,3), find its equation and the shortest distance from (0,0,0) to L.
Direction = (1,1,2). Equation: r = (1,0,1) + λ(1,1,2).
Distance from origin = |(a × d)| / |d| where a = (1,0,1). a×d = (0*2 -1*1, 1*1 -1*2, 1*1 -0*1) = (-1,-1,1). |cross|=√3. |d|=√(1+1+4)=√6. Distance = √3/√6 = √(1/2) = 1/√2.
Q21 (IIT-level): Find equation of plane through (1,1,1) parallel to both vectors (1,0,1) and (0,1,1).
Normal is cross of these two vectors: (1,0,1)×(0,1,1) = (-1,-1,1). Plane: -1(x-1) -1(y-1) +1(z-1)=0 ⇒ -x -y + z +1 =0 ⇒ z = x + y -1.
Q22: Show that vector (1,2,3) is perpendicular to plane 2x - y + z = 5?
Dot product of (1,2,3) with normal (2,-1,1) = 2 -2 +3 = 3 ≠ 0 so not perpendicular. (State check.)
Q23: Find equation of plane through (1,2,3) and containing line r = (0,1,2) + λ(1,-1,1).
Direction vector along line is d=(1,-1,1). Vector from point on line to given point: (1-0,2-1,3-2)=(1,1,1). Normal = d×(1,1,1) = ... compute and form plane.
Q24: Verify if point (1,2,3) is equidistant from planes x+ y + z = 6 and 2x + y - z = 1.
Compute distances using formula and compare. (Detailed arithmetic in solution.)
Q25: Find equation of plane which bisects the angle between planes x + y + z = 1 and x - y + z = 3 and passes through origin.
Use formula of angle bisector planes: ±(plane1/|n1|) = (plane2/|n2|). Choose sign and satisfy passing through origin; find correct one.
Q26: Find equation of plane through (1,1,0) perpendicular to plane x -2y +3z = 4.
Normal same as given plane: (1,-2,3). Plane: (x-1) -2(y-1) +3(z-0) =0 ⇒ x -2y +3z +1 =0.
Q27: Find point of intersection of line r=(2,3,1)+t(1,-1,2) with plane x+2y-z=7.
Substitute param: (2+t)+2(3-t) - (1+2t) = 7 ⇒ compute t and coordinates.
Q28: Verify whether three points are collinear: (1,2,3),(3,4,7),(5,6,11).
Check direction vectors between pairs equal multiple. If not, not collinear.
Q29: A line passes through (1,0,0) and makes equal angles with coordinate axes. Write its symmetric equation.
Direction ratios proportional to (1,1,1). So line: (x-1)/1 = y/1 = z/1.
Q30: If plane ax+by+cz+d=0 passes through (1,2,3) and is perpendicular to line with direction (2,-1,1), find relation among a,b,c.
If plane is perpendicular to line, normal of plane is parallel to direction of line so (a,b,c) ∝ (2,-1,1). So a: b: c = 2:-1:1. Substitute point to find d.
Q31: For points A(1,0,0), B(0,1,0), C(0,0,1), find centroid and equation of plane through centroid and perpendicular to line joining A and B.
Centroid = (1/3,1/3,1/3). Line AB direction ( -1,1,0). Plane normal = (-1,1,0). Equation passes through centroid: -1(x-1/3)+1(y-1/3)=0 ⇒ -x + y +0 =0 (after simplification with constants).
Q32: Show that shortest distance between two skew lines equals length of projection of vector between points on one line on the normal to both lines.
Use formula with cross product; provide derivation showing numerator is scalar triple product.
Q33: If line L passes through (1,1,1) and is perpendicular to plane x+ y + z = 3, find parametric equation of L.
Direction is normal (1,1,1). So r = (1,1,1) + t(1,1,1).
Q34: Show that vector equation r = (1,2,3) + λ(1,0,1) + μ(0,1,1) represents a plane. Find its cartesian equation.
Two direction vectors d1=(1,0,1), d2=(0,1,1). Normal = d1×d2 = (-1,-1,1). Use point to form equation.
Q35: Prove that three lines are concurrent if and only if vector triple product condition holds. (Provide general statement.)
State condition and show derivation; apply to quick example.
Q36: If plane P contains x-axis and point (0,1,1), find P's equation.
Plane containing x-axis has y and z coefficients such that when y=z=0 plane holds. Use point to find relation: ax + by + cz + d =0 and impose conditions; solve for coefficients with a scale choice.
Q37: Find equation of plane equidistant from points (1,0,0) and (0,1,0).
Perpendicular bisector plane has equation x - y + constant = 0; find constant using midpoint (1/2,1/2,0) so plane: x - y = 0.
Q38: If line L1 intersects L2 at right angle, show relation between direction vectors.
If direction vectors u and v, then u·v = 0 for perpendicular intersection. Provide small example.
Q39: Find plane through (2,3,4) making intercepts 2, -1 and 4 on x,y,z axes respectively.
Intercept form: x/2 + y/(-1) + z/4 = 1 ⇒ x/2 - y + z/4 =1. Multiply to standard form.
Q40 (Challenge): Derive formula for shortest distance between two parallel planes ax+by+cz+d1=0 and ax+by+cz+d2=0.
Distance = |d1 - d2| / √(a^2 + b^2 + c^2). Provide short derivation using point-to-plane distance formula.
Q41 (Challenge): A plane intersects axes at A,B,C. Prove locus of centroid of triangle ABC when plane moves but keeps normal fixed.
Derive coordinates of intercepts in terms of plane constant and compute centroid; show straight line locus along direction of normal.
Q42 (Challenge): If vector a, b, c represent position vectors of triangle vertices in space, show equation of plane containing them.
Use vectors to show any point r satisfies (r-a)·((b-a)×(c-a)) = 0. This is vector form of plane containing triangle.
Q43 (Challenge): Find equation of the sphere through four non-coplanar points given their coordinates.
Set general sphere x^2+y^2+z^2+ux+vy+wz+c=0 and solve linear system for coefficients using four points.
Q44 (Challenge): Prove formula for distance between skew lines using triple product.
Show derivation where numerator is absolute value of scalar triple product and denominator is magnitude of cross product.
Q45 (Challenge): For plane through origin, show that equation ax+by+cz=0 corresponds to normal vector (a,b,c). Provide geometric reasoning.
Give vector interpretation: plane is set of vectors orthogonal to normal. Show dot product 0 gives plane equation.
Q46 (IIT-level): Solve for line of shortest distance between skew lines L1 and L2 and find its equation.
Method: find common perpendicular direction = b1×b2, find one point on L1 and L2 such that vector between them is parallel to cross product. Solve linear system to get parameters and points. Provide worked example steps.
Q47 (IIT-level): Determine whether three given planes are concurrent; if so find point of concurrency.
Solve linear system of three plane equations; if unique solution exists they are concurrent; show step-by-step elimination method.
Q48 (IIT-level): Find equation of plane which cuts off intercepts a, b, c on axes and passes through given point P.
Intercept form x/a + y/b + z/c =1. Substitute point P to relate a,b,c; solve depending on given constraints.
Q49 (IIT-level): Prove that the distance between a point and its reflection in a plane is twice the distance from the point to the plane.
Reflect vector across plane along normal and compute distances; show factor 2 result.
Q50 (IIT-level): Given line L: r = a + λb and plane Π: n·(r - r0) = 0, find condition for L to lie in Π, intersect Π or be parallel to Π. Provide proofs.
Line lies in plane iff b·n = 0 and (a - r0)·n = 0. Intersects if b·n ≠ 0 (solve parameter). Parallel (but not contained) if b·n = 0 and (a - r0)·n ≠ 0.
25 Drawing prompts — practice drawing x, y, z axes
Good diagrams make 3D geometry easy. Use these 25 quick sketch prompts. For each prompt, draw axes x (to right), y (to left/back) and z (up), then place points, lines or planes as described.
- Draw axes. Mark point A(1,0,0), B(0,1,0), C(0,0,1).
- Draw axes. Plot P(1,2,3) and the projection on xy-plane.
- Draw axes. Sketch line through (0,0,0) and (1,1,1).
- Draw axes. Plot plane x + y + z = 1 intercept triangle.
- Draw axes. Draw plane z = 0 and line intersecting it.
- Draw axes. Show vector (1,2,1) from origin.
- Draw axes. Sketch two skew lines and a common perpendicular between them.
- Draw axes. Draw plane through (1,0,0) perpendicular to y-axis.
- Draw axes. Draw intersection line of two planes given by simple equations.
- Draw axes. Mark point and foot of perpendicular to a plane.
- Draw axes. Visualize angle between two planes with normals shown.
- Draw axes. Plot a sphere and a tangent plane at a point.
- Draw axes. Show line parallel to x-axis and its distance from origin.
- Draw axes. Sketch plane parallel to z-axis cutting x and y axes.
- Draw axes. Mark direction ratios (2,-1,1) as an arrow.
- Draw axes. Show triangle formed by plane intercepts on axes.
- Draw axes. Sketch family of planes passing through z-axis.
- Draw axes. Mark vector triple product geometrically (parallelepiped).
- Draw axes. Draw equal-angle plane with normal (1,1,1).
- Draw axes. Sketch cylinder along z-axis and intersection with a plane.
- Draw axes. Plot line making equal angles with axes (direction 1,1,1).
- Draw axes. Show reflection of point across a plane graphically.
- Draw axes. Create diagram for shortest distance between skew lines.
- Draw axes. Show parametric line with two parameter values labeled.
- Draw axes. Draw a plane with grid lines and a vector normal shown.
Tip: Draw lightly in pencil first, label axes and points, then darken important lines. Practice all 25 — this builds instant spatial intuition.
FAQs (Selected, simple → advanced)
FAQ1: How do you represent a line in 3D?
Use vector form \(\vec{r}=\vec{a}+\lambda\vec{b}\) or symmetric form \((x-x_1)/l=(y-y_1)/m=(z-z_1)/n\). Direction vector gives slope in each axis.
FAQ2: How to find angle between two planes?
Take normals n1 and n2. Angle between planes = angle between normals. Use \(\cos\theta = \dfrac{|n1·n2|}{|n1||n2|}\).
FAQ3: How to check if two lines are parallel, intersecting or skew?
If direction vectors are scalar multiples → parallel. Solve parametric equations → if solution exists → intersect. If neither → skew.
FAQ4: Why use cross product to find plane normal?
Cross product of two direction vectors in the plane gives a vector perpendicular to both. That perpendicular is the plane normal by definition.
FAQ5: How to compute distance from point to plane fast?
Use formula \(\dfrac{|ax_1+by_1+cz_1+d|}{\sqrt{a^2+b^2+c^2}}\). Plug and compute carefully to avoid sign errors.
FAQ6 (Advanced): How to derive formula for shortest distance between skew lines?
Take points a1, a2 on lines and direction vectors b1, b2. The volume of parallelepiped formed by (a2-a1), b1, b2 equals scalar triple product. Height = volume / base area. That gives |(a2-a1)·(b1×b2)| / |b1×b2|.
FAQ7 (Advanced): How to find equation of plane through line of intersection of two planes?
General plane is P1 + k P2 = 0. Choose k to satisfy additional condition like passing through a point or being parallel to another plane.
FAQ8 (IIT-level): How to find line of shortest distance between skew lines and the points of closest approach?
Parameterize both lines, set vector between two generic points parallel to cross product b1×b2 and solve for parameters. That gives closest points; distance is magnitude of the connecting vector.
FAQ9 (IIT-level): What if direction vectors are perpendicular to normal — how to test containment?
For line to lie in plane, direction vector must be orthogonal to plane normal and a point on line must satisfy plane equation. Both conditions are needed.
FAQ10 (IIT-level): How to handle problems with parameter elimination (λ, μ) in exam quickly?
Set up the parametric equalities and eliminate systematically. Use linear algebra intuition: treat parameters as unknowns in linear system; look for contradictions or unique solutions. Practice reduces time.
FUZY Math Academy – Online Math Tuition for Classes 5 to 12
Personalized Online Coaching | AI-Powered LMS | 24/7 AI Math Solver. Learn from expert teachers and get step-by-step NCERT solutions for Classes 5–12.
Visit www.fuzymathacademy.com for more courses and free demo classes.
Comments
Post a Comment