document.write( "Question 206224: Hi again, hopefully someone can help me with the follwoing question,
\n" ); document.write( "Find an equation of the line intersection of the two planes:
\n" ); document.write( "x+2y-z = -1 and 3x-2y+5z = 5
\n" ); document.write( "Any help would be most appreciated.
\n" ); document.write( "-nick
\n" ); document.write( "

Algebra.Com's Answer #155816 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find an equation of the line intersection of the two planes:
\n" ); document.write( "x+2y-z = -1 and 3x-2y+5z = 5
\n" ); document.write( "---------------
\n" ); document.write( "The vector v1 = (1,2,-1) is normal to x+2y-z = -1.
\n" ); document.write( "The vector v2 = (3,-2,5) is normal to 3x-2y+5z = 5.
\n" ); document.write( "These vectors are not parallel, so the planes do intersect.
\n" ); document.write( "-----------------
\n" ); document.write( "The cross product gives a vector that's perpendicular to both above.
\n" ); document.write( "v3 = v1Xv2 = i - j - k (Cross product of v1 and v2), or (1,-1,-1)
\n" ); document.write( "v3 gives the direction of the line of intersection.
\n" ); document.write( "--------------
\n" ); document.write( "Next, we need a point that is on both planes.
\n" ); document.write( "+x+2y-z = -1
\n" ); document.write( "3x-2y+5z = 5
\n" ); document.write( "--------------
\n" ); document.write( "Set one dimension to zero, and get 2 linear eqns:
\n" ); document.write( "x=0
\n" ); document.write( "2y - z = -1
\n" ); document.write( "2y -5z = -5
\n" ); document.write( "----------- Subtract 2 from 1
\n" ); document.write( "4z = 4
\n" ); document.write( "z = 1
\n" ); document.write( "y = 0
\n" ); document.write( "-----
\n" ); document.write( "So the point with the position vector (0,0,1) lies on the line of intersection.
\n" ); document.write( "The eqn of the line of intersection is (0,0,1) + t(1,-1,-1)
\n" ); document.write( "-----------------
\n" ); document.write( "To check a few points:
\n" ); document.write( "+x+2y-z = -1
\n" ); document.write( "3x-2y+5z = 5
\n" ); document.write( "t = 1 --> (1,-1,0) is on both planes.
\n" ); document.write( "t = 4 --> (4,-4,-3) is also on both planes.
\n" ); document.write( "2 points is sufficient to fix a line, so it's correct.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );