Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.3 Q-25

Question Statement

Find the equation of a line through the point (5, -8) that is perpendicular to the line joining points A(-15, -8) and B(10, 7).


Background and Explanation

To solve this problem, we need to use the concept of perpendicular lines. Two lines are perpendicular if the product of their slopes is -1. First, we calculate the slope of the line joining points A and B, and then use the fact that the slope of the perpendicular line is the negative reciprocal of the original slope.


Solution

Step 1: Find the slope of the line AB.

The slope of a line passing through two points (x1,y1)(x_1, y_1) and (x2,y2x_2, y_2) is given by the formula: slope=y2βˆ’y1x2βˆ’x1\text{slope} = \frac{y_2 - y_1}{x_2 - x_1}

Substitute the coordinates of points A(-15, -8) and B(10, 7) into this formula: slopeΒ ofΒ AB=7βˆ’(βˆ’8)10βˆ’(βˆ’15)=7+810+15=1525=35\text{slope of AB} = \frac{7 - (-8)}{10 - (-15)} = \frac{7 + 8}{10 + 15} = \frac{15}{25} = \frac{3}{5}

Step 2: Find the slope of the perpendicular line.

The slope of a line perpendicular to another line is the negative reciprocal of the original slope. Since the slope of AB is 35\frac{3}{5}, the slope of the perpendicular line will be: mperpendicular=βˆ’53m_{\text{perpendicular}} = \frac{-5}{3}

Step 3: Use the point-slope form of the equation of a line.

The point-slope form is given by: yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1)

Here, m=βˆ’53m = \frac{-5}{3} is the slope of the required line, and the point (5, -8) is the point through which the line passes. Substituting these values: yβˆ’(βˆ’8)=βˆ’53(xβˆ’5)y - (-8) = \frac{-5}{3}(x - 5)

Step 4: Simplify the equation.

Simplify both sides: y+8=βˆ’53(xβˆ’5)y + 8 = \frac{-5}{3}(x - 5)

Multiply through by 3 to eliminate the denominator: 3(y+8)=βˆ’5(xβˆ’5)3(y + 8) = -5(x - 5)

Distribute both sides: 3y+24=βˆ’5x+253y + 24 = -5x + 25

Rearrange the equation: 5x+3yβˆ’1=05x + 3y - 1 = 0

Thus, the equation of the required line is: 5x+3yβˆ’1=05x + 3y - 1 = 0


Key Formulas or Methods Used

  • Slope Formula: The slope of a line through two points is given by y2βˆ’y1x2βˆ’x1\frac{y_2 - y_1}{x_2 - x_1}.
  • Perpendicular Line Slope: The slope of a perpendicular line is the negative reciprocal of the original line’s slope, i.e., mperpendicular=βˆ’1moriginalm_{\text{perpendicular}} = \frac{-1}{m_{\text{original}}}.
  • Point-Slope Form: yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1), where (x1,y1)(x_1, y_1) is a point on the line and mm is the slope.

Summary of Steps

  1. Find the slope of the line joining points A(-15, -8) and B(10, 7) using the slope formula.
  2. Take the negative reciprocal of this slope to find the slope of the perpendicular line.
  3. Use the point-slope form of the equation of a line to set up the equation with the slope βˆ’53\frac{-5}{3} and the point (5, -8).
  4. Simplify the equation to obtain the final answer: 5x+3yβˆ’1=05x + 3y - 1 = 0.