题目
Problem
With respect to a fixed origin O, the equations of lines l1 and l2 are given by
l1: r=2810+λ−123
l2: r=−4−12+μ548
where λ and μ are scalar parameters.
Prove that lines l1 and l2 are skew.
(5)
题目中文翻译
相对于固定原点 O,直线 l1 和 l2 的方程分别为
l1: r=2810+λ−123
l2: r=−4−12+μ548
其中 λ,μ 为标量参数。
证明直线 l1 与 l2 是异面直线。
解答
解法一
思路
展开
证明两条直线异面需要完成两件事:先比较方向向量,证明它们不平行;再假设两线相交,联立三个坐标方程。由前两个坐标求出参数后,第三个坐标不相等,因此两线不相交。
答题过程
展开
The direction vectors of l1 and l2 are
−123and548.
They are not scalar multiples, since, for example,
−15=24.
Therefore, l1 and l2 are not parallel.
If the lines intersect, their coordinates must satisfy
2−λ=8+2λ=10+3λ=−4+5μ,−1+4μ,2+8μ.
Solving the first two equations,
λ+5μ=2λ−4μ=6,−9,
which gives
λ=−23,μ=23.
Substituting these values into the third coordinate,
10+3(−23)=211,
whereas
2+8(23)=14.
These values are not equal, so the lines do not intersect.
Since l1 and l2 are neither parallel nor intersecting,
l1 and l2 are skew.