document.write( "Question 1207841: Determine whether each pair of lines is parallel, perpendicular, or neither. \r
\n" );
document.write( "\n" );
document.write( "(a) 3x + 4y = 12; 4x - 3y = -12 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) y = 1; y = -1 \n" );
document.write( "
Algebra.Com's Answer #845970 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For the first one, the other tutor uses a basic algebraic method, showing the lines are perpendicular by finding the slopes and showing that the product of the slopes is -1. \n" ); document.write( "A more sophisticated (and faster and easier) method is to use a dot product. \n" ); document.write( "Given two linear equations ax+by=m and cx+dy=n, the dot product is ac+bd -- the product of the x coefficients plus the product of the y coefficients. The lines are perpendicular only if the dot product is 0. \n" ); document.write( "In the first example, the dot product is (3)(4)+(4)(-3) = 12-12 = 0, so the lines are perpendicular. \n" ); document.write( "With a little experience, you can tell that the lines are perpendicular by inspection. By comparing the two equations, we see that the coefficients of x and y are switched, with one of them changing sign. That guarantees that the dot product will be 0 and the lines will be perpendicular. \n" ); document.write( "Here are a couple of quick examples of pair of equations of lines that are perpendicular: \n" ); document.write( "3x-7y=4 and 7x+3y=4 \n" ); document.write( "17x+39y=100 and 39x-17y=0 \n" ); document.write( " \n" ); document.write( " |