Animated Solution for Mathematics - Three Dimensional Geometry: Let the direction cosines of two lines satisfy the equations : 4l+m−n=0 and 2mn+10nl+3lm=0. Then the cosine of the acute angle between these lines is :
Select Answer:
Visualized Solution
Introduction to the Problem
Given equations for direction cosines (l,m,n):
4l+m−n=0
2mn+10nl+3lm=0
Goal: Find cosθ where θ is the acute angle between the lines.
Strategy: Eliminating a Variable
We have a linear equation and a quadratic equation.
Strategy: Isolate one variable from the linear equation and substitute it into the quadratic one.
Isolating n
From the linear equation: 4l+m−n=0
Rearranging to isolate n:
n=4l+m
Substitution into the Quadratic Equation
Substitute n=4l+m into the second equation:
2mn+10nl+3lm=0
2m(4l+m)+10(4l+m)l+3lm=0
Expanding the Terms
Expand the brackets carefully:
2m(4l)+2m(m)+10(4l)(l)+10(m)(l)+3lm=0
8lm+2m2+40l2+10lm+3lm=0
Forming a Homogeneous Equation
Group the like terms together:
40l2+(8+10+3)lm+2m2=0
40l2+21lm+2m2=0
Converting to a Single Variable Ratio
Divide the entire equation by m2:
40(ml)2+21(ml)+2=0
Let t=ml
40t2+21t+2=0
Solving the Quadratic Equation
Factorize 40t2+21t+2=0
Split the middle term: 16t+5t=21t and 16×5=80
40t2+16t+5t+2=0
8t(5t+2)+1(5t+2)=0
(8t+1)(5t+2)=0
Finding the Roots
Set each factor to zero:
8t+1=0⟹t=−81
5t+2=0⟹t=−52
These two values of t=ml correspond to the two lines.
Direction Ratios for Line 1
Case 1: ml=−81
Let l1=−1 and m1=8
Recall n=4l+m
n1=4(−1)+8=4
Direction Ratios of Line 1: d1=(−1,8,4)
Direction Ratios for Line 2
Case 2: ml=−52
Let l2=−2 and m2=5
Recall n=4l+m
n2=4(−2)+5=−3
Direction Ratios of Line 2: d2=(−2,5,−3)
Formula for the Angle Between Lines
The angle θ between two vectors d1 and d2 is given by:
This is the cosine of the acute angle between the lines.
00:00 / 00:00
The Sigma Insight: Direction Cosines and Direction Ratios
Solution Diagram
The Geometry of Constraints
A Journey into 3D Space
My dear student, welcome to a beautiful intersection of algebra and geometry. Today, we are not just solving a problem; we are peeling back the layers of how lines exist in three-dimensional space.
We are given two equations that govern the direction cosines (l,m,n) of two lines. At first glance, this might look like a daunting system of equations, but I want you to see the elegance hidden within.
Phase 1
The Algebraic Bridge
We start with the linear constraint: 4l+m−n=0. This is our anchor. It tells us that the direction cosines are not free to wander; they are bound by a linear relationship.
The second equation, 2mn+10nl+3lm=0, is a quadratic form. In the world of JEE Advanced, whenever you see a linear equation paired with a quadratic one, your instinct should immediately scream: Substitution!
Let us isolate n from the linear equation. It is the path of least resistance: n=4l+m.
Now, we take this expression and breathe it into the quadratic equation. Wherever we see an n, we replace it with (4l+m). This transforms our quadratic equation into:
2m(4l+m)+10l(4l+m)+3lm=0
Phase 2
The Homogeneous Transformation
Now, do not let the expansion intimidate you. This is where the magic happens. Let us expand carefully:
8lm+2m2+40l2+10lm+3lm=0
When we group the like terms, we arrive at a beautiful, homogeneous quadratic equation:
40l2+21lm+2m2=0
Why is this homogeneous form so powerful? Because it allows us to find the ratio of the direction cosines. By dividing the entire equation by m2 (and knowing $m
eq 0$), we define a new variable t=ml.
The equation becomes a simple quadratic:
40t2+21t+2=0
We are no longer dealing with three variables; we have reduced the complexity of the universe down to a single quadratic equation in t.
Phase 3
Unlocking the Directions
Solving 40t2+21t+2=0 is a classic exercise in factorization. We look for two numbers that multiply to 80 and add to 21. Those numbers are 16 and 5.
Thus, we factor it as (8t+1)(5t+2)=0. This gives us two distinct ratios for ml: t1=−81 and t2=−52.
For the first line, if ml=−81, we can choose l1=−1 and m1=8. Substituting these into our linear constraint n=4l+m, we find n1=4(−1)+8=4. Thus, our first direction vector is d1=(−1,8,4).
For the second line, if ml=−52, we choose l2=−2 and m2=5. Again, using n=4l+m, we find n2=4(−2)+5=−3. Our second direction vector is d2=(−2,5,−3).
Phase 4
The Geometric Payoff
We have arrived at the final stage. We have two vectors, d1=(−1,8,4) and d2=(−2,5,−3). The cosine of the angle θ between them is given by the dot product formula:
cosθ=∣∣d1∣∣∣∣d2∣∣∣d1⋅d2∣
Calculating the dot product:
∣(−1)(−2)+(8)(5)+(4)(−3)∣=∣2+40−12∣=30
Calculating the magnitudes:
∣∣d1∣∣=(−1)2+82+42=1+64+16=81=9
∣∣d2∣∣=(−2)2+52+(−3)2=4+25+9=38
Putting it all together:
cosθ=93830
Simplifying by dividing the numerator and denominator by 3, we get the final answer:
cosθ=33810
Look at that result. It is clean, precise, and derived from a logical flow that started with a simple substitution. You have successfully navigated the geometry of 3D lines.