Advertisements
Advertisements
प्रश्न
Find the shortest distance between the lines, `(x - 1)/2 = (y - 2)/3 = (z - 3)/4` and `(x - 2)/3 = (y - 4)/4 = (z - 5)/5`.
Advertisements
उत्तर १
The lines are
`(x - 1)/2 = (y - 2)/3 = (z - 3)/4` ...(1)
`(x - 2)/3 = (y - 4)/4 = (z - 5)/5` ...(2)
Here
x1 = 1, y1 = 2, z1 = 3 and a1 = 2, b1 = 3, c1 = 4
x2 = 2, y2 = 4, z2 = 5 and a2 = 3, b2 = 4, c2 = 5
Shortest distance between the lines is
`d = |[x_2 - x_1, y_2 - y_1, z_2 - z_1],[a_1, b_1, c_1],[a_2, b_2, c_2]|/sqrt((b_1c_2 - b_2c_1)^2 + (c_1a_2 - c_2a_1)^2 + (a_1b_2 - a_2b_1)^2)`
Now `|[x_2 - x_1, y_2 - y_1, z_2 - z_1],[a_1, b_1, c_1],[a_2, b_2, c_2]| = |[1, 2, 2],[2, 3, 4],[3, 4, 5]|`
= 1(15 – 16) – 2(10 – 12) + 2(8 – 9)
= –1 + 4 – 2
= 1
And (b1c2 – b2c1)2 + (c1a2 – c2a1)2 + (a1b2 – a2b1)2
= (15 – 16)2 + (12 – 10)2 + (8 – 9)2
= 1 + 4 + 1
= 6
Hence, the shortest distance between lines (1) and (2) = `|1/sqrt(6)| = 1/sqrt(6)` units.
उत्तर २
The shortest distance between the lines
`(x - x_1)/(l_1) = (y - y_1)/(m_1) = (z - z_1)/(n_1)` and `(x - x_2)/(l_2) = (y - y_2)/(m_2) = (z - z_2)/(n_2)` is given by
`d = |(|(x_2 - x_1, y_2 - y_1, z_2 - z_1),(l_1, m_1, n_1),(l_2, m_2, n_2)|)/(sqrt((m_1n_2 - m_2n_1)^2 + (l_2n_1 - l_1n_2)^2 + (l_1m_2 - l_2m_1)^2))|`
The equations of the given lines are
`(x - 1)/2 = (y - 2)/3 = (z - 3)/4` and `(x - 2)/3 = (y - 4)/4 = (z - 5)/5`
∴ x1 = 1, y1 = 2, z1 = 3, x2 = 2, y2 = 4, z2 = 5, l1 = 2, m1 = 3, n1 = 4, l2 = 3, m2 = 4, n2 = 5
∴ `|(x_2 - x_1, y_2 - y_1, z_2 - z_1),(l_1, m_1, n_1),(l_2, m_2, n_2)| = |(1, 2, 2),(2, 3, 4),(3, 4, 5)|`
= 1(15 – 16) – 2(10 – 12) + 2(8 – 9)
= –1 + 4 – 2
= 1
And (m1n2 – m2n1)2 + (l2n1 – l1n2)2 + (l1m2 – l2m1)2
= (15 – 16)2 + (12 – 10)2 + (8 – 9)2
= 1 + 4 + 1
= 6
Hence, the required shortest distance between the given lines = `|1/sqrt(6)|` = `1/sqrt(6)` units.
