Level 4 — Application3D Geometry

3D Geometry

50 marksprintable — key stays hidden on paper

Time: 60 minutes Total Marks: 50

Instructions: Attempt all questions. Show full working. No calculators unless stated. Use vector methods where appropriate.


Q1. [10 marks] A drone starts at point A(1,2,3)A(1, 2, 3) and flies in a straight line, passing through B(4,1,5)B(4, -1, 5).

(a) Find the direction cosines of its flight path. [3]

(b) At what point does the drone's straight-line path (extended in both directions) cross the plane 2xy+z=122x - y + z = 12? [4]

(c) A sensor at S(0,0,0)S(0, 0, 0) must be no farther than 5\sqrt{5} from the point where the path crosses the plane. Determine whether the sensor requirement is met. [3]


Q2. [10 marks] Two lines are given by L1:x12=y+11=z23,L2:x21=y34=z+12.L_1: \frac{x-1}{2} = \frac{y+1}{-1} = \frac{z-2}{3}, \qquad L_2: \frac{x-2}{1} = \frac{y-3}{4} = \frac{z+1}{2}.

(a) Show that the lines are skew. [3]

(b) Find the shortest distance between them. [4]

(c) Find the acute angle between the two lines, giving your answer to the nearest degree. [3]


Q3. [10 marks] A triangular solar panel has vertices P(2,0,1)P(2, 0, 1), Q(1,3,2)Q(1, 3, 2), R(4,1,1)R(4, 1, -1).

(a) Find the equation of the plane containing the panel in the form ax+by+cz=dax + by + cz = d. [4]

(b) Find the acute angle between this plane and the ground plane z=0z = 0. [3]

(c) A light source is at T(6,5,4)T(6, 5, 4). Find its perpendicular distance from the panel's plane. [3]


Q4. [10 marks] The point MM divides the segment joining C(3,2,4)C(3, -2, 4) and D(1,6,2)D(-1, 6, -2) in the ratio k:1k : 1 (internally).

(a) Find the coordinates of MM in terms of kk. [3]

(b) Find kk so that MM lies on the plane x+y+z=5x + y + z = 5. [4]

(c) For this value of kk, state the octant in which MM lies. [3]


Q5. [10 marks] A line \ell passes through (0,1,1)(0, 1, -1) with direction ratios (1,2,2)(1, 2, 2).

(a) Find the acute angle between \ell and the plane Π:x2y+2z=6\Pi: x - 2y + 2z = 6. [4]

(b) Find the foot of the perpendicular from the point (0,1,1)(0,1,-1) to the plane Π\Pi. [4]

(c) Hence find the reflection (image) of (0,1,1)(0,1,-1) in the plane Π\Pi. [2]


Answer keyMark scheme & solutions

Q1

(a) Direction vector AB=(3,3,2)\vec{AB} = (3, -3, 2), magnitude 9+9+4=22\sqrt{9+9+4} = \sqrt{22}. Direction cosines: (322,322,222)\left(\dfrac{3}{\sqrt{22}}, \dfrac{-3}{\sqrt{22}}, \dfrac{2}{\sqrt{22}}\right). [3] (1 for direction vector, 1 for magnitude, 1 for DCs.)

(b) Parametrize: (1+3t, 23t, 3+2t)(1+3t,\ 2-3t,\ 3+2t). Substitute into 2xy+z=122x - y + z = 12: 2(1+3t)(23t)+(3+2t)=122(1+3t) - (2-3t) + (3+2t) = 12 2+6t2+3t+3+2t=1211t+3=12t=9112 + 6t - 2 + 3t + 3 + 2t = 12 \Rightarrow 11t + 3 = 12 \Rightarrow t = \tfrac{9}{11}. Point =(1+2711, 22711, 3+1811)=(3811,511,5111)= \left(1 + \tfrac{27}{11},\ 2 - \tfrac{27}{11},\ 3 + \tfrac{18}{11}\right) = \left(\tfrac{38}{11}, -\tfrac{5}{11}, \tfrac{51}{11}\right). [4] (2 for substitution & solving tt, 2 for point.)

(c) Distance from origin: (3811)2+(511)2+(5111)2=1444+25+260111=40701163.8115.80\sqrt{\left(\tfrac{38}{11}\right)^2 + \left(\tfrac{5}{11}\right)^2 + \left(\tfrac{51}{11}\right)^2} = \frac{\sqrt{1444 + 25 + 2601}}{11} = \frac{\sqrt{4070}}{11} \approx \frac{63.8}{11} \approx 5.80. Since 52.24<5.80\sqrt5 \approx 2.24 < 5.80, the requirement is NOT met. [3] (2 for distance, 1 for conclusion.)


Q2

(a) d1=(2,1,3)\vec{d_1}=(2,-1,3), d2=(1,4,2)\vec{d_2}=(1,4,2). Not parallel (ratios differ). Point difference a2a1=(1,4,3)\vec{a_2}-\vec{a_1} = (1,4,-3). Scalar triple product: 143213142\begin{vmatrix}1&4&-3\\2&-1&3\\1&4&2\end{vmatrix} =1(1234)4(2231)+(3)(24(1)1)= 1(-1\cdot2 - 3\cdot4) - 4(2\cdot2 - 3\cdot1) + (-3)(2\cdot4 - (-1)\cdot1) =1(212)4(43)3(8+1)=14427=450= 1(-2-12) - 4(4-3) -3(8+1) = -14 - 4 - 27 = -45 \neq 0. Non-zero ⇒ not coplanar and not parallel ⇒ skew. [3] (1 not parallel, 2 triple product ≠ 0.)

(b) d1×d2=ijk213142=i(212)j(43)+k(8+1)=(14,1,9)\vec{d_1}\times\vec{d_2} = \begin{vmatrix}i&j&k\\2&-1&3\\1&4&2\end{vmatrix} = i(-2-12) - j(4-3) + k(8+1) = (-14, -1, 9). d1×d2=196+1+81=278|\vec{d_1}\times\vec{d_2}| = \sqrt{196+1+81} = \sqrt{278}. Shortest distance =(a2a1)(d1×d2)d1×d2=45278=452782.70= \dfrac{|(\vec{a_2}-\vec{a_1})\cdot(\vec{d_1}\times\vec{d_2})|}{|\vec{d_1}\times\vec{d_2}|} = \dfrac{|-45|}{\sqrt{278}} = \dfrac{45}{\sqrt{278}} \approx 2.70. [4] (2 cross product, 2 distance.)

(c) cosθ=d1d2d1d2=24+61421=4294=417.1460.2333\cos\theta = \dfrac{|\vec{d_1}\cdot\vec{d_2}|}{|\vec{d_1}||\vec{d_2}|} = \dfrac{|2 -4 +6|}{\sqrt{14}\sqrt{21}} = \dfrac{4}{\sqrt{294}} = \dfrac{4}{17.146} \approx 0.2333. θ76.5°77°\theta \approx 76.5° \approx \mathbf{77°}. [3] (1 dot, 1 magnitudes, 1 angle.)


Q3

(a) PQ=(1,3,1)\vec{PQ} = (-1,3,1), PR=(2,1,2)\vec{PR} = (2,1,-2). Normal n=PQ×PR=ijk131212\vec n = \vec{PQ}\times\vec{PR} = \begin{vmatrix}i&j&k\\-1&3&1\\2&1&-2\end{vmatrix} =i(3(2)11)j((1)(2)12)+k((1)(1)32)= i(3\cdot(-2) - 1\cdot1) - j((-1)(-2) - 1\cdot2) + k((-1)(1) - 3\cdot2) =i(61)j(22)+k(16)=(7,0,7)= i(-6-1) - j(2-2) + k(-1-6) = (-7, 0, -7). Simplify n=(1,0,1)\vec n = (1, 0, 1). Plane through P(2,0,1)P(2,0,1): x+z=3x + z = 3. So x+z=3\mathbf{x + z = 3}. [4] (2 normal, 2 equation.)

(b) Ground plane z=0z=0 has normal (0,0,1)(0,0,1). cosθ=(1,0,1)(0,0,1)21=12\cos\theta = \dfrac{|(1,0,1)\cdot(0,0,1)|}{\sqrt2 \cdot 1} = \dfrac{1}{\sqrt2}θ=45°\theta = \mathbf{45°}. [3]

(c) Distance from T(6,5,4)T(6,5,4) to x+z3=0x+z-3=0: 6+431+1=72=7224.95\dfrac{|6 + 4 - 3|}{\sqrt{1+1}} = \dfrac{7}{\sqrt2} = \dfrac{7\sqrt2}{2} \approx 4.95. [3]


Q4

(a) Section formula (ratio k:1k:1, C=(3,2,4)C=(3,-2,4), D=(1,6,2)D=(-1,6,-2)): M=(k(1)+3k+1, k(6)+(2)k+1, k(2)+4k+1)=(3kk+1,6k2k+1,42kk+1).M = \left(\frac{k(-1)+3}{k+1},\ \frac{k(6)+(-2)}{k+1},\ \frac{k(-2)+4}{k+1}\right) = \left(\frac{3-k}{k+1}, \frac{6k-2}{k+1}, \frac{4-2k}{k+1}\right). [3]

(b) x+y+z=5x+y+z = 5: (3k)+(6k2)+(42k)k+1=5\dfrac{(3-k) + (6k-2) + (4-2k)}{k+1} = 5 3k+5k+1=53k+5=5k+52k=0k=0\Rightarrow \dfrac{3k + 5}{k+1} = 5 \Rightarrow 3k+5 = 5k+5 \Rightarrow 2k = 0 \Rightarrow k = 0. But k=0k=0 gives M=C=(3,2,4)M=C=(3,-2,4); check: 32+4=53-2+4=5 ✓. So k=0\mathbf{k=0} (M coincides with C). [4] (2 setup, 2 solve. Accept noting M=C.)

(c) M=(3,2,4)M = (3, -2, 4): x>0,y<0,z>0x>0, y<0, z>0octant IV (signs +,,++,-,+). [3] (2 coordinates check, 1 octant.)


Q5

(a) Line direction d=(1,2,2)\vec d=(1,2,2), plane normal n=(1,2,2)\vec n=(1,-2,2). sinθ=dndn=14+433=19\sin\theta = \dfrac{|\vec d\cdot\vec n|}{|\vec d||\vec n|} = \dfrac{|1 -4 +4|}{3\cdot3} = \dfrac{1}{9}. θ=arcsin(1/9)6.4°\theta = \arcsin(1/9) \approx \mathbf{6.4°}. [4] (2 sin formula, 2 angle.)

(b) Foot of perpendicular from A(0,1,1)A(0,1,-1) to Π:x2y+2z=6\Pi: x-2y+2z=6. Line: (t,12t,1+2t)(t, 1-2t, -1+2t). Substitute: t2(12t)+2(1+2t)=6t2+4t2+4t=69t4=6t=109t - 2(1-2t) + 2(-1+2t) = 6 \Rightarrow t - 2 + 4t - 2 + 4t = 6 \Rightarrow 9t - 4 = 6 \Rightarrow t = \tfrac{10}{9}. Foot F=(109, 1209, 1+209)=(109,119,119)F = \left(\tfrac{10}{9},\ 1 - \tfrac{20}{9},\ -1 + \tfrac{20}{9}\right) = \left(\tfrac{10}{9}, -\tfrac{11}{9}, \tfrac{11}{9}\right). [4]

(c) Image A=2FA=(209, 2291, 229+1)=(209,319,319)A' = 2F - A = \left(\tfrac{20}{9},\ -\tfrac{22}{9} - 1,\ \tfrac{22}{9} + 1\right) = \left(\tfrac{20}{9}, -\tfrac{31}{9}, \tfrac{31}{9}\right). [2]


[
  {"claim":"Q1(b) line meets plane at t=9/11 giving point (38/11,-5/11,51/11)","code":"t=Rational(9,11); P=(1+3*t, 2-3*t, 3+2*t); result = (2*P[0]-P[1]+P[2]==12) and P==(Rational(38,11),Rational(-5,11),Rational(51,11))"},
  {"claim":"Q2(b) shortest distance between skew lines = 45/sqrt(278)","code":"d1=Matrix([2,-1,3]); d2=Matrix([1,4,2]); diff=Matrix([1,4,-3]); c=d1.cross(d2); dist=abs(diff.dot(c))/sqrt(c.dot(c)); result = simplify(dist - Rational(45,1)/sqrt(278))==0"},
  {"claim":"Q3(c) distance from T(6,5,4) to plane x+z=3 is 7/sqrt(2)","code":"dist=Abs(6+4-3)/sqrt(2); result = simplify(dist - 7/sqrt(2))==0"},
  {"claim":"Q5(b) foot of perpendicular is (10/9,-11/9,11/9) and lies on plane","code":"F=(Rational(10,9),Rational(-11,9),Rational(11,9)); result = (F[0]-2*F[1]+2*F[2]==6)"}
]