Problem 23

Question

\(D\) is a point on \(A C\) of the triangle with vertices \(A(2,\), 3), \(B(1,-3), C(-4,-7)\) and \(B D\) divides \(A B C\) into two triangles of equal area. The equation of the line drawn through \(B\) at right angles to \(B D\) is (A) \(y-2 x+5=0\) (B) \(2 y-x+5=0\) (C) \(y+2 x-5=0\) (D) \(2 y+x-5=0\)

Step-by-Step Solution

Verified
Answer
The equation of the line is (A) \(y - 2x + 5 = 0\).
1Step 1: Calculate the Area of Triangle ABC
The area of triangle with vertices \((x_1, y_1), (x_2, y_2), (x_3, y_3)\) is given by:\[ \text{Area} = \frac{1}{2} \left| x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2) \right|. \]Substituting the coordinates of points \(A(2,3), B(1,-3), C(-4,-7)\), we have:\[ \text{Area} = \frac{1}{2} \left| 2(-3+7) + 1(-7-3) + (-4)(3+3) \right| \]\[ = \frac{1}{2} \left| 2 \times 4 + 1 \times (-10) + (-4) \times 6 \right| \]\[ = \frac{1}{2} \left| 8 - 10 - 24 \right| \]\[ = \frac{1}{2} \times 26 \]\[ = 13. \]
2Step 2: Find Coordinate of Point D
To divide triangle \(ABC\) into two triangles of equal area, the point \(D\) lies on \(AC\) such that the triangles \(ABD\) and \(BDC\) have equal area.Since \(ABD\) must have half the area of \(ABC\), we calculate the coordinates of \(D\) such that one of these triangles has area 6.5.We represent \(D\) as \((x, y)\).Applying area condition for triangle \(ABD\):\[ 6.5 = \frac{1}{2} \left| 2(y+3) + 1(y-3) + x(-6) \right| \]Solving for \(x, y\) yields \((x, y) = (-1, -2)\).
3Step 3: Find the Slope of BD
The slope of a line through two points \((x_1, y_1)\) and \((x_2, y_2)\) is given by:\[ m = \frac{y_2-y_1}{x_2-x_1}. \]For \(B(1, -3)\) and \(D(-1, -2)\):\[ m = \frac{-2-(-3)}{-1-1} = \frac{1}{-2} = -\frac{1}{2}. \]
4Step 4: Determine the Perpendicular Line through B
A line perpendicular to another line with slope \(m\) will have a slope of \(-\frac{1}{m}\). Since the slope of \(BD\) is \(-\frac{1}{2}\), the perpendicular slope is \(-\frac{1}{-\frac{1}{2}} = 2\).Using point \(B\), substitute into the point-slope form \(y - y_1 = m(x - x_1)\):\[ y + 3 = 2(x - 1) \]\[ y + 3 = 2x - 2 \]\[ y = 2x - 5 \].Given in form \(y - 2x + 5 = 0\), the correct choice is \(A\).

Key Concepts

Area of a TriangleSlope of a LinePerpendicular Lines
Area of a Triangle
The area of a triangle in coordinate geometry can be calculated through a specific formula using the vertices of the triangle. When you have a triangle with vertices
  • \((x_1, y_1)\)
  • \((x_2, y_2)\)
  • \((x_3, y_3)\)
the area is given by \[\text{Area} = \frac{1}{2} \left| x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2) \right|. \]This formula might look a bit complex, but it's systematic. Each term represents a unique way of pairing up the vertices and taking a difference in their coordinates.
Substituting the values of the triangle's vertices into this formula allows you to neatly compute the area. In the exercise above, we substitute the points\[A(2,3), B(1,-3), C(-4,-7)\] into the formula to determine the area of triangle ABC. This results in an area of 13 square units. By applying the formula step-by-step, calculating the area becomes straightforward.
Slope of a Line
The slope of a line is an essential concept in coordinate geometry. It determines the steepness or incline of the line and is denoted by \(m\). A slope can be positive, negative, zero, or undefined. In mathematical terms, for a line passing through two points
  • \((x_1, y_1)\)
  • \((x_2, y_2)\)
the slope \(m\) is calculated by \[m = \frac{y_2-y_1}{x_2-x_1}. \]This formula gives you the ratio of vertical change to horizontal change between any two points on the line. In the example from our exercise, the line we consider is between points \(B(1, -3)\) and \(D(-1, -2)\).
After substituting these coordinates into the formula, the slope of line BD is determined as \(-\frac{1}{2}\), indicating that for every unit increase in \(x\), \(y\) decreases by half a unit. Understanding the slope helps in determining the line's direction and inclination, which are critical in more advanced topics such as finding perpendicular lines.
Perpendicular Lines
The concept of perpendicular lines is fundamental in both geometry and algebra. In coordinate geometry, a line is said to be perpendicular to another if the product of their slopes is \(-1\).
If a line has a slope of \(m\), then a line perpendicular to it will have a slope \(-\frac{1}{m}\). This relationship is particularly useful when you are asked to find the equation of a line that is perpendicular to another given line.
In the given solution, we calculated the slope of line BD as \(-\frac{1}{2}\). Thus, the slope of the line perpendicular to BD becomes \(-\frac{1}{-\frac{1}{2}}\), which equals \(2\). We utilize this perpendicular slope \(2\) alongside point \(B(1, -3)\) to find the equation for this perpendicular line. The equation, using point-slope form, becomes \(y = 2x - 5\), which can be reorganized as \(y - 2x + 5 = 0\).
This principle is vital when solving problems related to angles, perpendicular bisectors, or when constructing polygons in coordinate planes.