document.write( "Question 3359: I want to know how to find the slope by using the subsition method? And what is the easiest way you know to find slope? \n" ); document.write( "
Algebra.Com's Answer #1559 by Pieter(35)![]() ![]() ![]() You can put this solution on YOUR website! How do you mean by sutstitution method?\r \n" ); document.write( "\n" ); document.write( "if you have two points A(x1,y1) and B(x2,y2), then the slope of the line going through this two points is \n" ); document.write( "y2 - y1 \n" ); document.write( "------- = m \n" ); document.write( "x2 - x2 \r \n" ); document.write( "\n" ); document.write( "to find the equation of the line going through this two points:\r \n" ); document.write( "\n" ); document.write( "y - y1 = m(x - x1) which you will be able to reduce to an ecuation of the form \n" ); document.write( "ux + vy + w = 0\r \n" ); document.write( "\n" ); document.write( "If you want to find the slope of a tangent on a curve in a point on that curve you have to calculate the DERIVATIVE of the curve in that point. The value of it is equal to m. \n" ); document.write( " |