document.write( "Question 148541: I need help.
\n" );
document.write( "#1
\n" );
document.write( "find the parametric equations for line passing through the points P(5,-2,4) Q(7,2,-4).
\n" );
document.write( "#2
\n" );
document.write( "show that if v is a nonzero vector, then v/ llvll is a unit vector
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #108916 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! #1 \n" ); document.write( "find the parametric equations for line passing through the points P(5,-2,4) Q(7,2,-4). \n" ); document.write( "#2 \n" ); document.write( "show that if v is a nonzero vector, then v/ llvll is a unit vector \n" ); document.write( "------------------- \n" ); document.write( "#1 \n" ); document.write( "Using determinants:\r \n" ); document.write( "\n" ); document.write( "x y z 1 \n" ); document.write( "5 -2 4 1 \n" ); document.write( "7 2 -4 1\r \n" ); document.write( "\n" ); document.write( "gives: \n" ); document.write( "2y + z = 0 \n" ); document.write( "This can be expressed in parametric terms. Use t for the parameter (time, eg) \n" ); document.write( "y = t \n" ); document.write( "z = -2t \n" ); document.write( "Other coefficients are usable, as long as the ratio is maintained. \n" ); document.write( "----------------- \n" ); document.write( "#2 show that if v is a nonzero vector, then v/ llvll is a unit vector \n" ); document.write( "--- \n" ); document.write( "I'll edit later and add this. \n" ); document.write( "Vector v is general, connecting 2 points in space. It can be moved (translated) so that one end is at the origin (0,0,0) and the other end is the point (x,y,z). \n" ); document.write( "The length of the vector is sqrt(x^2+y^2+z^2). This is also the absolute value of the vector. \n" ); document.write( "That's proof that dividing the vector by its abs value gives a unit vector, but in math terms: \n" ); document.write( "v/(ABS(v))= x/ABS + y/ABS + z/ABS \n" ); document.write( "= x/sqrt() + y/sqrt() + z/sqrt() \n" ); document.write( "Now calculate the length \n" ); document.write( "= sqrt{ [x/sqrt()]^2 + [y/sqrt()]^2 + [z/sqrt()]^2} \n" ); document.write( "= sqrt{ (x^2+y^2+z^2)/(x^2+y^2+z^2) } (DEN = ABS value from above) \n" ); document.write( "= 1. So it's a unit vector parallel to the original. \n" ); document.write( "This is similar to proving that 2 = 2, imo.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |