The **direction ratios** (dr) of a line are the proportional values of the differences in the coordinates of two points on the line, i.e., (x₂ - x₁), (y₂ - y₁), (z₂ - z₁).
The **direction cosines** (l, m, n) of a line are the cosines of the angles made by the line with the positive x, y, and z-axes respectively.
l = cos(α), m = cos(β), n = cos(γ), where α, β, and γ are the angles the line makes with the x, y, and z-axes respectively.
5. Angle Between Two Intersecting Lines
The angle θ between two lines with direction ratios (l₁, m₁, n₁) and (l₂, m₂, n₂) is given by:
The equation of a line in three-dimensional space passing through a point (x₁, y₁, z₁) with direction ratios (l, m, n) is given by:
(x - x₁) / l = (y - y₁) / m = (z - z₁) / n
7. Skew Lines
Two lines are said to be **skew lines** if they are not parallel and do not intersect.
The shortest distance between two skew lines can be found using the formula:
Distance = |(r₂ - r₁) . (d₁ × d₂)| / |d₁ × d₂|
Where r₁ and r₂ are position vectors of points on the respective lines, and d₁ and d₂ are direction ratios of the lines.
8. Shortest Distance Between Two Skew Lines
The shortest distance between two skew lines can be calculated using the cross product of their direction ratios, as explained in the previous section on skew lines.