Skip to main content

3D Coordinate System

Angle Between Two Lines

0:00
LearnStep 1/4

Angle Between Two Lines

Angle Between Two Lines: A JEE Essential

In the realm of 3D Geometry, understanding the angle between two lines is super important for JEE Main. It pops up in various problems, mixing with vectors, planes, and more. So, let's dive deep and nail this concept!

Intersecting Lines and the Angle

Imagine two lines in 3D space. If they intersect, they form an angle. But how do we find it? We use direction cosines (DCs) and direction ratios (DRs) to make our lives easier.

Direction Cosines (DCs) to the Rescue

Direction cosines are the cosines of the angles that a line makes with the positive directions of the xx, yy, and zz axes. Represent them as ll, mm, and nn.

Formula 1: Angle using Direction Cosines

cosθ=l1l2+m1m2+n1n2cos θ = |l₁l₂ + m₁m₂ + n₁n₂|

Explanation:

Let's say we have two lines with DCs l1,m1,n1l₁, m₁, n₁ and l2,m2,n2l₂, m₂, n₂. The angle θθ between them is found using the formula above. This formula stems from the dot product of unit vectors along the two lines. Remember, the dot product ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}| cos θ. If a\vec{a} and b\vec{b} are unit vectors, then ab=cosθ\vec{a} \cdot \vec{b} = cos θ.

For example, if line 1 has DCs (1/√2, 1/√2, 0) and line 2 has DCs (1, 0, 0), then cosθ=(1/2)(1)+(1/2)(0)+(0)(0)=1/2cos θ = |(1/√2)(1) + (1/√2)(0) + (0)(0)| = 1/√2. Thus, θ=45°θ = 45°.

Direction Ratios (DRs) to the Rescue

Direction ratios are numbers proportional to the direction cosines. If l,m,nl, m, n are DCs, then al,am,anal, am, an are DRs, where aa is any non-zero number. Represent them as aa, bb, and cc.

Formula 2: Angle using Direction Ratios

cosθ=a1a2+b1b2+c1c2(a12+b12+c12)(a22+b22+c22)cos θ = \frac{|a₁a₂ + b₁b₂ + c₁c₂|}{\sqrt{(a₁²+b₁²+c₁²)} \cdot \sqrt{(a₂²+b₂²+c₂²)}}

Explanation:

When you have the DRs a1,b1,c1a₁, b₁, c₁ and a2,b2,c2a₂, b₂, c₂ of two lines, this formula is your friend. It is derived from the same dot product principle as the DCs formula, but adjusted to account for the proportionality of DRs. We normalize the DRs to effectively convert them into DCs before applying the dot product.

For example, if line 1 has DRs (1, 1, 0) and line 2 has DRs (1, 0, 0), then

cosθ=(1)(1)+(1)(0)+(0)(0)(12+12+02)(12+02+02)=121=12cos θ = \frac{|(1)(1) + (1)(0) + (0)(0)|}{\sqrt{(1²+1²+0²)} \cdot \sqrt{(1²+0²+0²)}} = \frac{1}{\sqrt{2} \cdot 1} = \frac{1}{\sqrt{2}}. Thus, θ=45°θ = 45°.

Parallel Lines: The Ultimate Alignment

Two lines are parallel if their direction vectors are proportional.

Formula 3: Condition for Parallel Lines

a1a2=b1b2=c1c2 (or l1=l2,m1=m2,n1=n2)\frac{a₁}{a₂} = \frac{b₁}{b₂} = \frac{c₁}{c₂} \text{ (or } l₁=l₂, m₁=m₂, n₁=n₂)

Explanation:

This condition ensures that the direction ratios (or DCs) of the two lines are in constant proportion. It means the lines are pointing in the same (or exactly opposite) direction.

For instance, lines with DRs (1, 2, 3) and (2, 4, 6) are parallel because 1/2 = 2/4 = 3/6.

Perpendicular Lines: Right Angles All Around

Two lines are perpendicular if the angle between them is 90°.

Formula 4: Condition for Perpendicular Lines

a1a2+b1b2+c1c2=0 (or l1l2+m1m2+n1n2=0)a₁a₂ + b₁b₂ + c₁c₂ = 0 \text{ (or } l₁l₂ + m₁m₂ + n₁n₂ = 0)

Explanation:

This condition arises from the fact that cos90°=0cos 90° = 0. So, the dot product of their direction vectors must be zero.

Example: Lines with DRs (1, 1, 0) and (0, 0, 1) are perpendicular because (1)(0) + (1)(0) + (0)(1) = 0.

Tip: Always remember to take the modulus (absolute value) in the angle formulas. This ensures you're finding the acute angle between the lines.
Common Mistake: Forgetting to normalize DRs before using them in the angle formula. DRs need to be converted to DCs (by dividing by the magnitude of the direction vector) if you want to use the l1l2+m1m2+n1n2=0l₁l₂ + m₁m₂ + n₁n₂ = 0 form.
JEE Trick: If a question involves finding the angle between a line and a plane, first find the angle between the line and the normal vector to the plane, and then subtract it from 90° to get the required angle.

Mastering these concepts and formulas will give you a solid edge in tackling 3D geometry problems in JEE Main. Keep practicing, and you'll ace it!