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

4.3 Q-8

Question Statement

Two pairs of points are given. Find whether the two lines determined by these points are:
(i) parallel
(ii) perpendicular
(iii) neither.


Background and Explanation

To determine whether two lines are parallel, perpendicular, or neither, we calculate their slopes.

  1. Parallel Lines: Two lines are parallel if their slopes are equal.
  2. Perpendicular Lines: Two lines are perpendicular if the product of their slopes is equal to -1.
    In both cases, we’ll use the formula for the slope of a line passing through two points:
    m=y2βˆ’y1x2βˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1}
    Where (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) are the coordinates of the two points.

Solution

Part (a)

We are given points A(1,βˆ’2),B(2,4),C(4,1)A(1, -2), B(2, 4), C(4, 1). We need to determine if the lines ABβ€Ύ\overline{AB} and CDβ€Ύ\overline{CD} are parallel, perpendicular, or neither.

Step 1: Find the slope of ABβ€Ύ\overline{AB}

Using the formula for slope:
m1=y2βˆ’y1x2βˆ’x1=4βˆ’(βˆ’2)2βˆ’1=61=6m_1 = \frac{y_2 - y_1}{x_2 - x_1} = \frac{4 - (-2)}{2 - 1} = \frac{6}{1} = 6
So, the slope of ABβ€Ύ\overline{AB} is m1=6m_1 = 6.

Step 2: Find the slope of CDβ€Ύ\overline{CD}

Using the same formula:
m2=y2βˆ’y1x2βˆ’x1=1βˆ’(βˆ’2)4βˆ’1=33=1m_2 = \frac{y_2 - y_1}{x_2 - x_1} = \frac{1 - (-2)}{4 - 1} = \frac{3}{3} = 1
So, the slope of CDβ€Ύ\overline{CD} is m2=1m_2 = 1.

Step 3: Compare the slopes

We can see that:
m1=6andm2=1m_1 = 6 \quad \text{and} \quad m_2 = 1
Since the slopes are not equal, the lines are not parallel.

To check if the lines are perpendicular, we multiply the slopes:
m1Γ—m2=6Γ—1=6m_1 \times m_2 = 6 \times 1 = 6
Since the product is not equal to βˆ’1-1, the lines are not perpendicular.

Thus, the lines are neither parallel nor perpendicular.


Part (b)

We are given points A(βˆ’3,4),B(6,2),C(4,5),D(βˆ’2,βˆ’7)A(-3, 4), B(6, 2), C(4, 5), D(-2, -7). We need to determine if the lines ABβ€Ύ\overline{AB} and CDβ€Ύ\overline{CD} are parallel, perpendicular, or neither.

Step 1: Find the slope of ABβ€Ύ\overline{AB}

Using the slope formula:
m1=2βˆ’46βˆ’(βˆ’3)=βˆ’29m_1 = \frac{2 - 4}{6 - (-3)} = \frac{-2}{9}
So, the slope of ABβ€Ύ\overline{AB} is m1=βˆ’29m_1 = \frac{-2}{9}.

Step 2: Find the slope of CDβ€Ύ\overline{CD}

Using the formula for the slope:
m2=βˆ’7βˆ’5βˆ’2βˆ’4=βˆ’12βˆ’6=2m_2 = \frac{-7 - 5}{-2 - 4} = \frac{-12}{-6} = 2
So, the slope of CDβ€Ύ\overline{CD} is m2=2m_2 = 2.

Step 3: Compare the slopes

We can see that:
m1=βˆ’29andm2=2m_1 = \frac{-2}{9} \quad \text{and} \quad m_2 = 2
Since the slopes are not equal, the lines are not parallel.

To check if the lines are perpendicular, we multiply the slopes:
m1Γ—m2=βˆ’29Γ—2=βˆ’49m_1 \times m_2 = \frac{-2}{9} \times 2 = \frac{-4}{9}
Since the product is not equal to βˆ’1-1, the lines are not perpendicular.

Thus, the lines are neither parallel nor perpendicular.


Key Formulas or Methods Used

  • Slope formula:
    m=y2βˆ’y1x2βˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1}
  • Parallel Lines Condition: Lines are parallel if m1=m2m_1 = m_2.
  • Perpendicular Lines Condition: Lines are perpendicular if m1Γ—m2=βˆ’1m_1 \times m_2 = -1.

Summary of Steps

  1. Calculate the slopes of both lines using the slope formula.
  2. Check if the slopes are equal (parallel lines) or if their product is -1 (perpendicular lines).
  3. Conclude whether the lines are parallel, perpendicular, or neither based on the comparison of slopes.