SOLUTION: find the distance from point Q to line l (matriks) Q=(0, 1, 0) l= [x y z] = [1 1 1] + t[-2 0 3]

Algebra.Com
Question 54307This question is from textbook Linear Algebra
: find the distance from point Q to line l (matriks)
Q=(0, 1, 0)
l= [x y z] = [1 1 1] + t[-2 0 3]
This question is from textbook Linear Algebra

Answer by Edwin McCravy(20054)   (Show Source): You can put this solution on YOUR website!
find the distance from point Q to line l (matrix)

Q=(0, 1, 0)

line = < x y z > = < 1 1 1 > + t< -2 0 3 >

Formula:
       __
     ||PQ × u||
D = ------------
       ||u||

where u is the direction vector for the line and
P is a point on the line

Using the direction numbers -2, 0, and 4, you know
that the direction vector for the line is

u = < -2, 0, 4 >

To find a point on the line, let t = 0 and obtain

P = (1, 1, 1)

Thus, since Q = (0, 1, 0)
__
PQ = < 0-1, 1-1, 0-1 > = < -1,0,-1 >
                          __
Now get the cross product PQ × u

__       | i  j  k| 
PQ × u = |-1  0 -1| = i(0+0) - j(-4-2) + k(0+0) = -6j
         |-2  0  4|
  __
||PQ × u|| = ||-6j|| = 6
         ____________    ______    __     _
||u|| = Ö(-2)²+0²+ 4² = Ö4+0+16 = Ö20 = 2Ö5
       __                            _
     ||PQ × u||      6       3     3Ö5
D = ------------ = ----- = ---- = -----
       ||u||        2Ö5     Ö5      5

Edwin


RELATED QUESTIONS

(a) The coordinates of the points P and Q are (6,4) and (-2,0) respectively. T is the... (answered by josgarithmetic)
a b c d e f g h i j k l m n o p q r (answered by ewatrrr)
Find the distance of the line PQ where P( 0, -1 ) Q ( 2, -3 ) (answered by Alan3354)
INSTRUCTIONS: Select the conclusion that follows in a single step from the given... (answered by jim_thompson5910)
7. Consider the line L represented by the equation x + 4y = 12. (a) Find the equation of... (answered by Boreal)
Hi you guys, i need help with this question for sat or sunday, thank you very much.... (answered by venugopalramana)
Q:1- What is the rank of unit matrix of order n? Q:2- If S is linear and onto... (answered by ikleyn)
Find point P(x,y) on line y=2x-1 so that its distance from point Q(4,3) is... (answered by Theo)
Write the equation of the line L if L has y-intercept (0,-3) and is parallel to the line... (answered by ashlyn.xo)