How to find shortest distance between a point and a vector with projections? (1 Viewer)

SadCeliac

done hsc yay
Joined
Sep 23, 2021
Messages
3,117
Location
Sydney <3
Gender
Male
HSC
2023
Hi all,

I don't really have a specific example question from a paper (will look for one), but this is the type of thing that I really can't seem to do - is anyone able to explain this?

I.e., how to use projections properly to find the shortest perpendicular distance between two vectors?

Thanks!
 

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,727
Gender
Undisclosed
HSC
N/A
I wouldn't use projections.

Method 1 (without finding the minimum distance)






Method 2 (finding the minimum distance first)

Most efficient way is using cross product.









 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,727
Gender
Undisclosed
HSC
N/A
cross product is out of syllabus
Well if you really must use projections, you can use the formula







but I think you can now see why I'd rather use cross product.

I guess one argument for projection method is it works in any dimension whereas cross product only works in dimensions 3 and 7.

However in your question it is in 3 dimensions so in this case the cross product method is better.
 
Last edited:

SadCeliac

done hsc yay
Joined
Sep 23, 2021
Messages
3,117
Location
Sydney <3
Gender
Male
HSC
2023
A
I guess one argument for projection method is it works in any dimension whereas cross product only works in dimensions 3 and 7.

However in your question it is in 3 dimensions so in this case the cross product method is better.
again, cross product is out of syllabus

when I get my trial paper back I'll send the question that I was referring to - it required projections
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top