Announcement

Collapse
No announcement yet.

Tough maths problem - 3D Vectors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tough maths problem - 3D Vectors

    well i think its tough

    Two lines in space are skew if they are not parallel and do not interscet. Let l be a line in space with direction vector v passing through the point P. Let m be a line in space with direction vector w passing through the point Q. Suppose that l and m are skew. Determine the minimum distance between l and m.

    stumped on where to start...i did it all with x's and y's..ended up with 14 variables..lol..new approach needed!

  • #2
    Here's a hint: what is the cross-product of v and w?
    12-17-10 Mohamed Bouazizi NEVER FORGET
    Stadtluft Macht Frei
    Killing it is the new killing it
    Ultima Ratio Regum

    Comment


    • #3
      Geometrically? The area formed by the parallelogram with sides v and w...

      I like the idea of a hint...gets me started but allows me to make progress. Thanks...gotta get thinking about this now!

      Comment


      • #4
        Think about its direction.
        "Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way. "
        -Bokonon

        Comment


        • #5
          perpendicular to both v and w...

          Comment


          • #6
            That's right. And what do you know about the direction of the shortest vector between the lines (the answer should be obvious given the context in which I'm writing the question, but visualize it - play around with your fingers and arms and whatnot)?
            "Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way. "
            -Bokonon

            Comment


            • #7
              Ok it is a line that is perpendicular to both v and w.

              Here's whats running though my head
              Doesnt the cross product inolve vectors that are tail to tail, which these cant be?

              Comment


              • #8


                thanks guys!

                i think ive got something down

                Comment


                • #9
                  agghh, that was tough

                  here is basicaly what i did

                  Find the cross-product which is V x W

                  The point with position vector P lies on a line L
                  The point with position vector Q lies on a line M

                  Shifting a copy of M until it interstets with L gives the plane A(1) with the point P lying on it

                  Shifting a copy of L until it interstets with M gives the plane A(2) with the point Q lying on it

                  The cross product give a common normal to both planes

                  Call this unit normal 'n'

                  Then I found A(1) = n.p
                  Then I found A(2) = n.q

                  The distance to the origin of each is the modulus of the dot product

                  therefore for my answer i get

                  |p.n-q.n|

                  wow...am i even close? tell me i am

                  [edit...correct variables put in!]
                  Last edited by heardie; March 10, 2003, 07:24.

                  Comment


                  • #10
                    There is a easier way yeah?
                    ok

                    Call the normal vector n same as above

                    Would the distance b/w the 2 skew lines be the modulus of the scalar projection of PQ onto n???

                    Comment


                    • #11
                      talking to myself here....

                      from my post above

                      =|(PQ.n)|
                      =|(p-q).n|
                      =|p.n-q.n|

                      holy crap thats the same as above...so does this mean im right? or just totally dumb, and co-incidently get the same (wrong) answer twice

                      Comment


                      • #12
                        Would the distance b/w the 2 skew lines be the modulus of the scalar projection of PQ onto n???
                        yes
                        Concrete, Abstract, or Squoingy?
                        "I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis

                        Comment

                        Working...
                        X