Analyzing the Setup
In a 3D coordinate system, two parallel lines share the same direction cosines (l,m,n). These represent a unit vector, implying the constraint l2+m2+n2=1.
We are provided with two specific relations governing these direction cosines:
1. l+m−n=0
2. 3l2+m2+cnl=0
Our objective is to determine the positive value of the constant c that satisfies these conditions.
The Art of Reduction
We begin by simplifying the system using the linear relation
l+m−n=0. By isolating
n, we obtain:
n=l+m
Next, we substitute this expression for
n into the second equation,
3l2+m2+cnl=0. This substitution yields:
3l2+m2+c(l+m)l=0
The Transformation
Expanding the terms of the equation, we get:
3l2+m2+cl2+clm=0
Grouping the terms by the powers of
l and
m, we arrive at a homogeneous quadratic equation:
(3+c)l2+clm+m2=0
To solve for the ratio of the direction cosines, we divide the entire equation by
m2. Letting
x=ml, we obtain the standard quadratic form:
(3+c)x2+cx+1=0
The Final Insight
For the lines to possess a unique direction, the ratio x=ml must be unique. In algebraic terms, this requires the quadratic equation to have equal roots, which occurs if and only if the discriminant D is zero.
The discriminant
D=b2−4ac for our equation is:
D=c2−4(3+c)(1)=0
Expanding and simplifying this expression leads to:
c2−4c−12=0
Factoring the quadratic equation, we find:
(c−6)(c+2)=0
This yields two potential values: c=6 and c=−2. Since the problem explicitly requires the positive value, we conclude that c=6.