Consider the line through the origin in three dimensional space parametrized by t*v, where v=i+2j+3k. What is the distance from the point (-3,2,5) to this line? By the distance between a given point P and a line l, we mean the minimal distance between P and a point of l.
I was thinking that to get the angle between two vector (one is to get from the origin to the given point), and get the projection of vector a on vector b, so we could calculate the length of two side, and use the relationship to get the distance?
