Concept:Given two linear equations in direction cosines, find the ratios of
l,m,n, then use
l2+m2+n2=1 to determine the required expression.
Explanation:We have the equations:
l+2m+n=02l−2m+3n=0Solve for ratios using cross‑multiplication:
2⋅3−(−2)⋅1l=1⋅3−2⋅1m? Wait, careful: standard formula for two equations
a1l+b1m+c1n=0,
a2l+b2m+c2n=0 gives
b1c2−b2c1l=c1a2−c2a1m=a1b2−a2b1n.
Here
a1=1,b1=2,c1=1;
a2=2,b2=−2,c2=3Thus:
l:m:n=(2⋅3−(−2)⋅1):(1⋅3−2⋅1):(1⋅(−2)−2⋅2)=(6+2):(3−2):(−2−4)=8:1:−6Wait: sign of m? Actually compute precisely: For m, denominator is
c1a2−c2a1=1⋅2−3⋅1=2−3=−1. But ratio includes sign:
8l=−1m=−6n.
So let common ratio be
k:
l=8k,m=−k,n=−6kSince
l,m,n are direction cosines, we have
l2+m2+n2=1:
(8k)2+(−k)2+(−6k)2=164k2+k2+36k2=1101k2=1⟹k2=1011Now compute
l2+m2−n2:
l2+m2−n2=(l2+m2+n2)−2n2=1−2n2n2=(−6k)2=36k2=36⋅1011=10136Thus
l2+m2−n2=1−2⋅10136=1−10172=101101−72=10129Answer:10129, which corresponds to option B.