document.write( "Question 1201855: from my 'Vector Equations of Planes' lesson\r
\n" );
document.write( "\n" );
document.write( "1.
\n" );
document.write( "the plane with the equation (vector) r = (1,2,3)+ s (1,2,5) + t(1,-1,3) where s, t E R inrersects the y and z-axes at the points A and B. Determine the equation of the line thru the points A and B. \n" );
document.write( "
Algebra.Com's Answer #836405 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: \n" ); document.write( "Either \n" ); document.write( "< x,y,z > = < 0,3,0 > + t*< 0,-3,-2 > \n" ); document.write( "Or \n" ); document.write( "< x,y,z > = < 0,3-3t,-2t > \n" ); document.write( "where t is any real number.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each point in 3-space, aka 3d space, is of the form (x,y,z).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Points on the y axis have the x and z coordinates equal to zero. \n" ); document.write( "The y coordinate could be zero, or could be any other real number. \n" ); document.write( "So we have points of the form (0,y,0). \n" ); document.write( "Since point A is the y-intercept, let's have the point be labeled (0,A,0).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We also have (0,0,B) which represents the z intercept located at point B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's rewrite the equation of the plane. \n" ); document.write( "r = (1,2,3)+ s(1,2,5) + t(1,-1,3) \n" ); document.write( "r = (1,2,3)+ (s,2s,5s) + (t,-t,3t) \n" ); document.write( "r = (1+s+t,2+2s-t,3+5s+3t) \n" ); document.write( "(x,y,z) = (1+s+t,2+2s-t,3+5s+3t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That last equation breaks down into these three equations \n" ); document.write( "x = 1+s+t \n" ); document.write( "y = 2+2s-t \n" ); document.write( "z = 3+5s+3t \n" ); document.write( "If we knew what s and t were, then we'd determine a location (x,y,z) \n" ); document.write( "Doing this a whole bunch of times for infinitely many r and s values will generate a flat plane that goes on forever in all directions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in the coordinates of the y intercept. \n" ); document.write( "0 = 1+s+t \n" ); document.write( "A = 2+2s-t \n" ); document.write( "0 = 3+5s+3t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve the subsystem \n" ); document.write( "0 = 1+s+t \n" ); document.write( "0 = 3+5s+3t \n" ); document.write( "and you should get the solution \n" ); document.write( "s = 0, t = -1 \n" ); document.write( "I skipped the steps to solving, which I'll leave for the student to do. \n" ); document.write( "Let me know if you get stuck here.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "A = 2+2s-t \n" ); document.write( "A = 2+2*0-(-1) \n" ); document.write( "A = 3 \n" ); document.write( "Meaning the point A is located at (0,3,0) as the y intercept of this plane.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now plug in the coordinates of the z intercept. \n" ); document.write( "0 = 1+s+t \n" ); document.write( "0 = 2+2s-t \n" ); document.write( "B = 3+5s+3t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve this subsystem \n" ); document.write( "0 = 1+s+t, \n" ); document.write( "0 = 2+2s-t \n" ); document.write( "to get \n" ); document.write( "s = -1, t = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, \n" ); document.write( "B = 3+5s+3t \n" ); document.write( "B = 3+5*(-1)+3*0 \n" ); document.write( "B = -2 \n" ); document.write( "The z intercept is located at (0,0,-2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We now need to find the equation of the line through A(0,3,0) and B(0,0,-2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract the two sets of coordinates to determine the vector that points from A to B \n" ); document.write( "B-A = (0,0,-2) - (0,3,0) \n" ); document.write( "B-A = (0-0,0-3,-2-0) \n" ); document.write( "B-A = (0,-3,-2) \n" ); document.write( "To go from A to B, we do three things:
\n" ); document.write( "It is analogous to the slope in 2D settings.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we started at A(0,3,0) which is the y intercept. \n" ); document.write( "Add on the direction vector mentioned earlier, but scaled up by some parameter t.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "< x,y,z > = some vector in 3 space \n" ); document.write( "< x,y,z > = startPoint + t*(direction vector) \n" ); document.write( "< x,y,z > = < 0,3,0 > + t*< 0,-3,-2 > \n" ); document.write( "< x,y,z > = < 0,3,0 > + < t*0,t*(-3),t*(-2) > \n" ); document.write( "< x,y,z > = < 0,3,0 > + <0,-3t,-2t> \n" ); document.write( "< x,y,z > = < 0+0,3+(-3t),0+(-2t) > \n" ); document.write( "< x,y,z > = < 0,3-3t,-2t > \n" ); document.write( "< x,y,z > = < 0,3-3t,-2t > where t is any real number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's see what happens when t = 0 \n" ); document.write( "(x,y,z) = (0,3-3t,-2t) \n" ); document.write( "(x,y,z) = (0,3-3*0,-2*0) \n" ); document.write( "(x,y,z) = (0,3,0) \n" ); document.write( "We're at the point A(0,3,0) which is the y intercept.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now try t = 1. \n" ); document.write( "This represents moving forward 1 unit in time. \n" ); document.write( "(x,y,z) = (0,3-3t,-2t) \n" ); document.write( "(x,y,z) = (0,3-3*1,-2*1) \n" ); document.write( "(x,y,z) = (0,0,-2) \n" ); document.write( "We've arrived at the z intercept (0,0,-2) which is point B. \n" ); document.write( "This confirms we have the correct equation of the line. \n" ); document.write( " \n" ); document.write( " |