Question
Question: If the coordinates of the vertices of the triangle ABC be (-1, 6), (-3, -9), and (5, -8) respectivel...
If the coordinates of the vertices of the triangle ABC be (-1, 6), (-3, -9), and (5, -8) respectively, then the equation of the median through C is
A. 13x−14y−47=0
B. 13x−14y+47=0
C. 13x+14y+47=0
D. 13x+14y−47=0
Solution
Hint : This question is solved by first finding the slope of median and then applying one point form for finding the equation, that is, (y−y1)=m(x−x1) where the line passes through the point (x1,y1) and m is the slope of this line. Also, first we have to find the coordinates of midpoint by applying the formula that (x,y)=(2x1+x2,2y1+y2) where (x, y) are coordinates of mid points of (x1,y1) and (x2,y2) .
Complete step-by-step answer :
Median is the line which divides a given line into two equal parts. This means that if CD is median of line AB and D lies on the line AB then, AD = BD.
ABC is a triangle, we have to find the equation of the median through C, this means that the median through C meets AB at a point. Let that point be D, and let the coordinates of D be (x, y). We know that D is midpoint of AB so the coordinates of D is given by formula, (x,y)=(2x1+x2,2y1+y2) where x1=−1,y1=6 and x2=−3,y2=−9 , substituting these values in above equation.
(x,y)=(2−1−3,26−9)
(x,y)=(2−4,2−3)
(x,y)=(−2,2−3)
This implies coordinates of D are (−2,2−3)
Now, we find slope of CD (m) which is given by formula
= (y- Coordinate of C) – (y- coordinate of D) / (x- Coordinate of C) – (x- coordinate of D)
That is,
m=5+2−8+23
m=72−16+3
m=−1413
Now, the equation of median CD is given by one-point form for finding the equation, that is, (y−y1)=m(x−x1) where the line passes through the point (x1,y1) and m is the slope of this line.
The median passes through the point (5, -8) and m=−1413
Therefore,
(y+8)=−1413(x−5)
14(y+8)=−13(x−5)
14y+112=−13x+65
13x+14y+47=0
Hence, option (C) is the correct answer.
So, the correct answer is “Option C”.
Note : The main thing to keep in mind while doing such questions is to remember the formula to calculate coordinates of midpoint. And also keep in mind how to calculate the slope of a given line. One- point form should be remembered by heart. This question can also be done by using two- point form finding the equation of line if 2 points of line, which is as follow
Let (x1,y1) and (x2,y2) be two given points then the equation through them is given by (y−y1)=(y2−y1)(x2−x1)(x−x1)