emancipezN
2021-08-06
falhiblesw
Skilled2021-08-07Added 97 answers
Rationalization. Geometrically speaking, two lines
Two lines are interesting if there exists a point (x,y,z) that is common in their domain. Lastly, two lines are skew if they are neither parallel or intersecting. We are given two sets of symmetric equations:
Two lines must be one of the three (parallel, intersecting, or skew).
Acquiring the directional vectors. The directional vectors of a parametric equation correspond to the denominators of each line. Thus, we get:
Checking if the vectors are parallel. We can check if the vectors are parallel through the cross product or by ratio and proportion. We do not need to do that here fortunately. Observe that the x-component of the vectors is the same but no the other components, which means that they are not parallel.
Checking if the vectors are intersecting: rationalization. A common way of doing this is by equating x and y and solving for parameters s and t. However, the given equations are still in symmetric form. Let's rewrite these symmetric equations into parametric form by equating to parameters s and t, respectively:
Substituting s and t to the parametric equations for z must yield an equality. We are checking the consistency of the linear system. Doing that, we get:
Finding the intersection (x,y,z). To find the point of intersection (x,y,z), simply substitute the calculated values s=1 and t=2 to either equation
Conclusion. There are values of s and t such that both equations are equal due to the consistency of the system. The system are intersecting at point (4,-1,-5)