Distance of a point to a line in 3D using 3 different techniques.

Поделиться
HTML-код
  • Опубликовано: 4 апр 2013
  • Demonstration of 3 methods of finding the shortest distance from a point to a line in 3D space. Thereby also revising a good amount of 3D vector content and application.
    1. Using a perpendicular plane containing the point.
    2. Using the scalar product to find a perpendicular vector.
    3. Using the vector product to find the altitude of a parallelogram on the line.

Комментарии • 12

  • @205mlee
    @205mlee 11 лет назад +8

    By far the most extensive, helpful and intuitive method on finding the distance of a point to a line in 3D. Thanks!

  • @CaptainZavec
    @CaptainZavec 9 лет назад +28

    Helped me for the unit test a few months ago, and now for the exam. Thank you very much!

  • @MallyGx
    @MallyGx 11 лет назад +6

    That last method we use explains it so well!

  • @darkness9484
    @darkness9484 10 лет назад +6

    actually, with the 2nd method, you don't need to calculate t at all. you just need the minimum module of that vector, that is, minimize a quadratic equation. you know that the minimum is found at (-b/2a, -delta/4a), so the answer will be sqrt(-delta/4a). anyway, very good explanation :D

  • @Usagimusical
    @Usagimusical 10 лет назад +6

    This was an excellent video! You have superb teaching skills!

  • @visuaviewer
    @visuaviewer 10 лет назад +4

    Awesome video. Great to see 3 different ways to go about this problem. Technique 1 is very helpful as it gives practice to 4 "topics" in 12.5. Thanks for the video!

  • @TheMatttm
    @TheMatttm 9 лет назад +3

    Great man, thanks!!

  • @Svajok
    @Svajok 10 лет назад +3

    what a legend, thanks a lot

  • @ShivamSharma0515
    @ShivamSharma0515 9 лет назад +2

    Awesome video...really helpful!!! :)

  • @nidhishgautam9043
    @nidhishgautam9043 9 лет назад +13

    Fucking awesome

  • @arunjyotisinharoy3449
    @arunjyotisinharoy3449 9 лет назад

    thank u vry much...:)

  • @dmytro6080
    @dmytro6080 9 лет назад

    Really nice video.