How can you find out if two lines expressed in their vector form intersect?

Let the lines be:

r1 = (a, b, c) + t(d, e, f)

r2 = (g, h, i) + s(j, k, l)

Since t and s above are variables and the rest of the letters are constants, the only way to change the point which the vector equations are referring to is by varying t and s. If the lines intersect, there must be some value of t and some value of s that results in r1 equalling r2. If there is no such point, the lines are skew (they do not intersect). The way to find the relevant values of t and s is simultaneously. Split up each equation above into 3 parts: x, y and z.

r1:    x = a + d * t    y = b + e * t    z = c + f * t

r2:    x = g + j * s    y = h + k * s    z = i + l * s

Therefore: a + d * t = g + j * s

    b + e * t = h + k * s

    c + f * t = i + l * s

Solve the first two equations simultaneously to find the values of t and s. Substitute them into the third equation. If a contradiction results, the lines are skew. If the third equation works with those values of t and s, the lines meet.

Answered by Yordan I. Maths tutor

3695 Views

See similar Maths A Level tutors

Related Maths A Level answers

All answers ▸

Integrate with respect to x ) dy/dx= 6x^5


Express (9x^2 + 43x + 8)/(3+x)(1-x)(2x+1) in partial fractions.


Using the substitution x = 2cosu, find the integral of dx/((x^2)(4-x^2)^1/2), evaluated between x=1 and x=sqrt(2).


Show that the derivative of tan(x) is sec^2(x), where sec(x) is defined as 1/cos(x). [Hint: think of tan(x) as a quotient of two related functions and apply the appropriate identity]


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences