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 , , and axes. Represent them as , , and .
Formula 1: Angle using Direction Cosines
Explanation:
Let's say we have two lines with DCs and . 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 . If and are unit vectors, then .
For example, if line 1 has DCs (1/√2, 1/√2, 0) and line 2 has DCs (1, 0, 0), then . Thus, .
Direction Ratios (DRs) to the Rescue
Direction ratios are numbers proportional to the direction cosines. If are DCs, then are DRs, where is any non-zero number. Represent them as , , and .
Formula 2: Angle using Direction Ratios
Explanation:
When you have the DRs and 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
. Thus, .
Parallel Lines: The Ultimate Alignment
Two lines are parallel if their direction vectors are proportional.
Formula 3: Condition for Parallel Lines
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
Explanation:
This condition arises from the fact that . 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.
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!