- #1
Kaede_N9
- 11
- 0
Homework Statement
In each case find the shortest distance from the point P to the line, and find the point Q on the line closest to P.
P(-1,0,1); [x y z]^T = [3 1 -4]^T +t[3 -2 0]
Homework Equations
Projection equation
The Attempt at a Solution
Let P_o be (3,1-4)
Vector V = Vector P_o to P = (-1,0,1) - (3,-1,4) = (-4,-1,-3)
Vector V_1 = projection of vector V over direction vector
= ( ( (-4,-1,-3)·(3,-2,0) ) / (sqrt. ((3)^2 + (-2)^2)) (3,-2,0)
= (-10 / 13) (3,-2,0)
||Vector QP|| = || vector V - vector V_1 ||
= || (-4,-1,-3) + (30/13,-20/13,0)||
=|| (-52/13,-13/13,-3) + (30/13,-20/13,0)||
= ||(-22/13,-33/13,-3/13)||
= (1/13) (sqrt.1582)
In the back of the book it says (1/13) (sqrt.1846). Where did I go wrong?
Last edited: