document.write( "Question 1203546: Where does the line through (1, 2, 1) and (2, 1, 4) intersect the plane 2x + 3y + z = 10? \n" ); document.write( "
Algebra.Com's Answer #839197 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A = (1, 2, 1) \n" ); document.write( "B = (2, 1, 4) \n" ); document.write( "v = direction vector from A to B \n" ); document.write( "v = B - A \n" ); document.write( "v = (2,1,4) - (1,2,1) \n" ); document.write( "v = (2-1,1-2,4-1) \n" ); document.write( "v = (1,-1,3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To go from A to B we must:
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "One possible equation for the line AB is (x,y,z) = (1+t,2-t,1+3t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The scratch work to figure out the line is shown below. \n" ); document.write( "(x,y,z) = startPoint + directionVector*t \n" ); document.write( "(x,y,z) = (1,2,1) + (1,-1,3)*t \n" ); document.write( "(x,y,z) = (1,2,1) + (t,-t,3t) \n" ); document.write( "(x,y,z) = (1+t,2-t,1+3t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The variable t represents the moment in time. Example: t = 5 means 5 seconds \n" ); document.write( "t = 0 leads to (x,y,z) = (1,2,1) while t = 1 leads to (2,1,4) \n" ); document.write( "This will help verify that we did things correctly. \n" ); document.write( "I leave the scratch work calculations for the student to do.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Other equations for line AB are possible. \n" ); document.write( "For instance, we could have made the start point (2,1,4). \n" ); document.write( "The direction vector could also be scaled up or down. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Because (1+t,2-t,1+3t) represents the location along line AB, at some time t, we can plug those x,y,z coordinates into the equation of the plane. \n" ); document.write( "This will ensure that we find where the line and plane intersect (if such a thing happens).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 3y + z = 10 \n" ); document.write( "2(1+t) + 3(2-t) + (1+3t) = 10 \n" ); document.write( "2+2t + 6-3t + 1+3t \n" ); document.write( "2t+9 = 10 \n" ); document.write( "2t = 10-9 \n" ); document.write( "2t = 1 \n" ); document.write( "t = 1/2 \n" ); document.write( "t = 0.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use this time value to figure out where we are on the line. \n" ); document.write( "(x,y,z) = (1+t,2-t,1+3t) \n" ); document.write( "(x,y,z) = (1+0.5,2-0.5,1+3*0.5) \n" ); document.write( "(x,y,z) = (1.5,1.5,2.5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At time t = 0.5, we're at the location (1.5,1.5,2.5) which is interestingly the midpoint of segment AB.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's check to see if this point is on the plane. \n" ); document.write( "2x + 3y + z = 10 \n" ); document.write( "2*1.5 + 3*1.5 + 2.5 = 10 \n" ); document.write( "3 + 4.5 + 2.5 = 10 \n" ); document.write( "3 + 7 = 10 \n" ); document.write( "10 = 10 \n" ); document.write( "The answer has been confirmed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------- \n" ); document.write( "--------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: \n" ); document.write( "(1.5, 1.5, 2.5) \n" ); document.write( "or its fraction equivalent (3/2, 3/2, 5/2) \n" ); document.write( " \n" ); document.write( " |