document.write( "Question 1006338: Please help me solve the problem
\n" ); document.write( "two vertices of a triangle(5,-1) and (-2,3) and if the orthocentre lies on origin Find the third vertex:
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #622493 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the third vertex is at (-4,-7)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "how to find it.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first understand what orthocenter means.
\n" ); document.write( "it is the intersection of all the altitudes of the triangle.
\n" ); document.write( "the altitudes of the triangle pass through one vertex and are perpendicular to the opposite side.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the rest if finding the equations of the lines of the triangles and of the altitudes of the triagnles and then finding the intersections of a couple of those lines to find the third point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the specific application strategy is shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first get the equation of the line through the points (-2,3) and (5,-1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation of that line is y = (-4/7) * x + 13/7.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "next find the line that is perpendicular to that line and passing through the point (0,0).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation of that line is y = (7/4) * x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "next find the equation of the line through the point (5,-1) and the point (0,0).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation of that line is y = (-1/5) * x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "next find the line that is perpendicular to y = (-1/5) * x and passing through the point (-2,3).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation of that line is y = 5 * x + 13.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "next find the intersection of y = 5 * x + 13 with y = (7/4) * x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that intersection is the point (-4,-7).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's all you need.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "as a bonus, i found the equation of the line through the points (-4,-7) and (5,-1) as well.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that equation is y = (2/3) * x - 13/3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation of the line through the origin and through the point (5,-1) is equal to y = (-3/2) * x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "all of this is shown on the following graph:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equations of the lines that form the sides of the triangle are shown in black.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equations of the lines that are perpendicular to those lines and passing through the origin are shown in red.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "basic concepts used:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope intercept equation of a straight line is y = mx + b
\n" ); document.write( "m is the slope
\n" ); document.write( "b is the y-intercept.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope is derived from 2 points on the line.
\n" ); document.write( "first point is (x1,y1)
\n" ); document.write( "second point is (x2,y2)
\n" ); document.write( "slope = (y2-y1) / (x2-1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope of a line perpendicular to another line is the negative reciprocal of the slope of that line.
\n" ); document.write( "if the slope of the line is -4/7, then the slope of the line perpendicular to it would be 7/4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you have the slope of a line and a point on that line, then replace x with the x-coordinate of the point and replace y with the y-coordinate of the point and then solve for b.
\n" ); document.write( "example:
\n" ); document.write( "y = mx + b.
\n" ); document.write( "slope is 2/3.
\n" ); document.write( "y = mx + b becomes y = (2/3) * x + b.
\n" ); document.write( "point is (5,-1).
\n" ); document.write( "y = (2/3) * x + b becomes -1 = (2/3) * 5 + b.
\n" ); document.write( "simplify to get -1 = 10/3 + b.
\n" ); document.write( "subtract 10/3 from both sides of the equation to get:
\n" ); document.write( "-1 - 10/3 = b.
\n" ); document.write( "solve for b to get b = -13/3.
\n" ); document.write( "y = (2/3) * x + b becomes y = (2/3) * x - 13/3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you are confused by how any of this was derived, let me know and i'll do my best to clear up the confusion.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );