3D Geometry
Subject: Mathematics
Chapter: Three-Dimensional Geometry
Time: 45 minutes
Total Marks: 50
Instructions: Derive results from first principles where asked. Show all reasoning ("explain-out-loud"). Marks are indicated against each question.
Q1. (Derivation — from scratch) [8 marks]
(a) Starting only from the distance formula in 3D, derive the section formula giving the coordinates of the point that divides the segment joining and internally in ratio . Explain each step. [5]
(b) Hence find the coordinates of the point dividing and internally in ratio . [3]
Q2. (Direction cosines — reasoning) [9 marks]
(a) Prove from first principles that if are the direction cosines of a line, then . State clearly the geometric meaning of . [5]
(b) A line makes angles and with the positive - and -axes respectively. Find the two possible angles it makes with the -axis, and give one set of direction cosines. [4]
Q3. (Line — build the equation) [8 marks]
(a) A line passes through and is parallel to the vector . Write its vector, parametric, and symmetric forms. [4]
(b) Find the coordinates of the point on this line at parameter such that the point is at distance from . [4]
Q4. (Plane — construct and use) [8 marks]
(a) Find the equation of the plane passing through the three points , , using the normal (cross-product) method. [5]
(b) Find the perpendicular distance from the origin to this plane. [3]
Q5. (Skew lines — shortest distance) [10 marks]
Consider the two lines
(a) Derive (explain the geometry) the formula for the shortest distance between two skew lines in the form . [4]
(b) Show these lines are skew and compute the shortest distance between them. [6]
Q6. (Mixed — angle relations) [7 marks]
(a) Derive the formula for the angle between a line with direction ratios and a plane , explaining why (not ) appears. [3]
(b) Find the angle between the line and the plane . [4]
Answer keyMark scheme & solutions
Q1 [8]
(a) [5] Let divide internally so that . Since are collinear and is between them, . Writing componentwise (position vectors), [1]. So [1] → → [1]. Thus [1]. The distance-formula consistency check (equal division of directed length) justifies internal division. [1]
(b) [3] With : Point . [3] (1 each coordinate)
Q2 [9]
(a) [5] Take the line through origin with a point at distance . The direction cosines are , angles with the axes [1]. By projection, [2]. Then (distance formula) gives [1], hence [1].
(b) [4] ; [1]. [1] → , so or [1]. One set: [1].
Q3 [8]
(a) [4]
- Vector: [1]
- Parametric: [1.5]
- Symmetric: [1.5]
(b) [4] [1]. Distance from = → [1]. : ; : [2].
Q4 [8]
(a) [5] , [1]. Normal [2], simplify [1]. Plane through : → [1].
(b) [3] Plane: , i.e. , plane passes through origin [2]. Distance [1].
Q5 [10]
(a) [4] The common perpendicular to both lines has direction [1]. The shortest distance is the length of the projection of the connecting vector onto this common perpendicular direction [2]: [1]
(b) [6] ; . [1]. [2]. Numerator: [1]. [1]. . Nonzero ⇒ skew. [1]
Q6 [7]
(a) [3] The angle between the line's direction and the plane's normal satisfies [1]. The line–plane angle is the complement, [1], so Sine appears because is measured from the plane, not the normal. [1]
(b) [4] [1]. [1]. , [1]. → [1].
[
{"claim":"Q1b section formula point is (4,-2,6)","code":"m,n=1,2;A=Matrix([2,-3,4]);B=Matrix([8,0,10]);P=(m*B+n*A)/(m+n);result=(P==Matrix([4,-2,6]))"},
{"claim":"Q5 shortest distance = 3*sqrt(2)/2","code":"a1=Matrix([1,2,1]);a2=Matrix([2,-1,-1]);b1=Matrix([1,-1,1]);b2=Matrix([2,1,2]);cr=b1.cross(b2);d=abs((a2-a1).dot(cr))/cr.norm();result=(simplify(d-3*sqrt(2)/2)==0)"},
{"claim":"Q4 normal simplifies to (-1,3,2) and plane passes through origin","code":"P=Matrix([1,1,-1]);Q=Matrix([-2,-2,2]);R=Matrix([1,-1,2]);nrm=(Q-P).cross(R-P);result=(nrm==Matrix([-3,9,6]) and nrm.dot(Matrix([1,1,-1]))==0)"},
{"claim":"Q6b sin(theta)=13/21","code":"d=Matrix([2,3,6]);n=Matrix([2,-1,2]);s=abs(d.dot(n))/(d.norm()*n.norm());result=(simplify(s-Rational(13,21))==0)"}
]