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

4.3 Q-7

Question Statement

The points A(βˆ’1,2)A(-1,2), B(3,βˆ’1)B(3,-1), and C(6,…)C(6, \ldots) are consecutive vertices of a rhombus. Find the fourth vertex and show that the diagonals of the rhombus are perpendicular to each other.


Background and Explanation

To solve this problem, we need to apply properties of rhombuses and parallel lines. A rhombus is a type of parallelogram where all sides are of equal length, and its diagonals bisect each other at right angles. Understanding slopes and how they relate to perpendicular lines will be crucial here.


Solution

We are asked to find the fourth vertex D(a,b)D(a, b) of the rhombus, given three vertices A(βˆ’1,2)A(-1, 2), B(3,βˆ’1)B(3, -1), and C(6,…)C(6, \ldots).

  1. Calculate the slope of line ABβ€Ύ\overline{AB}:

    The formula for the slope between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is:

m=y2βˆ’y1x2βˆ’x1 m = \frac{y_2 - y_1}{x_2 - x_1}

For A(βˆ’1,2)A(-1, 2) and B(3,βˆ’1)B(3, -1):

mAB=βˆ’1βˆ’23βˆ’(βˆ’1)=βˆ’34 m_{AB} = \frac{-1 - 2}{3 - (-1)} = \frac{-3}{4}
  1. Set up the slope equation for line CDβ€Ύ\overline{CD}:

    Since the opposite sides of a rhombus are parallel, the slope of ABβ€Ύ\overline{AB} will be equal to the slope of CDβ€Ύ\overline{CD}.

    The slope of line CDβ€Ύ\overline{CD} is:

mCD=bβˆ’3aβˆ’6 m_{CD} = \frac{b - 3}{a - 6}

Since mAB=mCDm_{AB} = m_{CD}:

βˆ’34=bβˆ’3aβˆ’6 \frac{-3}{4} = \frac{b - 3}{a - 6}

Cross-multiply to get:

βˆ’3(aβˆ’6)=4(bβˆ’3) -3(a - 6) = 4(b - 3)

Simplifying:

βˆ’3a+18=4bβˆ’12 -3a + 18 = 4b - 12 3a+4b=30(1) 3a + 4b = 30 \tag{1}
  1. Set up the slope equation for line BCβ€Ύ\overline{BC} and ADβ€Ύ\overline{AD}:

    Similarly, the slope of line BCβ€Ύ\overline{BC} will be equal to the slope of line ADβ€Ύ\overline{AD} because opposite sides of a rhombus are parallel.

    The slope of line BCβ€Ύ\overline{BC} is:

mBC=3+16βˆ’3=43 m_{BC} = \frac{3 + 1}{6 - 3} = \frac{4}{3}

The slope of line ADβ€Ύ\overline{AD} is:

mAD=bβˆ’2a+1 m_{AD} = \frac{b - 2}{a + 1}

Since mBC=mADm_{BC} = m_{AD}:

43=bβˆ’2a+1 \frac{4}{3} = \frac{b - 2}{a + 1}

Cross-multiply to get:

4(a+1)=3(bβˆ’2) 4(a + 1) = 3(b - 2)

Simplifying:

4a+4=3bβˆ’6 4a + 4 = 3b - 6 4aβˆ’3b=βˆ’10(2) 4a - 3b = -10 \tag{2}
  1. Solve the system of equations (1) and (2):

    We now have two equations:

    1. 3a+4b=303a + 4b = 30
    2. 4aβˆ’3b=βˆ’104a - 3b = -10

    To solve this system, we will multiply equation (1) by 4 and equation (2) by 3 to eliminate bb:

12a+16b=120(3) 12a + 16b = 120 \tag{3} 12aβˆ’9b=βˆ’30(4) 12a - 9b = -30 \tag{4}

Subtract equation (4) from equation (3):

(12a+16b)βˆ’(12aβˆ’9b)=120βˆ’(βˆ’30) (12a + 16b) - (12a - 9b) = 120 - (-30) 25b=150 25b = 150 b=6 b = 6
  1. Find aa:

    Substitute b=6b = 6 into equation (1):

3a+4(6)=30 3a + 4(6) = 30 3a+24=30 3a + 24 = 30 3a=6 3a = 6 a=2 a = 2

Thus, the coordinates of the fourth vertex DD are (2,6)(2, 6).

  1. Verify that the diagonals are perpendicular:

    The diagonals of a rhombus are perpendicular. To check this, we calculate the slopes of diagonals ACβ€Ύ\overline{AC} and BDβ€Ύ\overline{BD}:

    • The slope of diagonal ACβ€Ύ\overline{AC} is:
mAC=3βˆ’26βˆ’(βˆ’1)=17 m_{AC} = \frac{3 - 2}{6 - (-1)} = \frac{1}{7}
  • The slope of diagonal BDβ€Ύ\overline{BD} is:
mBD=6βˆ’(βˆ’1)2βˆ’3=7βˆ’1=βˆ’7 m_{BD} = \frac{6 - (-1)}{2 - 3} = \frac{7}{-1} = -7

The product of the slopes of two perpendicular lines is βˆ’1-1. Check:

mACΓ—mBD=17Γ—(βˆ’7)=βˆ’1 m_{AC} \times m_{BD} = \frac{1}{7} \times (-7) = -1

Therefore, the diagonals are perpendicular.


Key Formulas or Methods Used

  • Slope formula:
m=y2βˆ’y1x2βˆ’x1 m = \frac{y_2 - y_1}{x_2 - x_1}
  • The slopes of opposite sides of a rhombus are equal.
  • The diagonals of a rhombus are perpendicular, meaning the product of their slopes equals βˆ’1-1.

Summary of Steps

  1. Calculate the slope of line ABβ€Ύ\overline{AB}.
  2. Set up the equation for the slope of line CDβ€Ύ\overline{CD} and solve for aa and bb.
  3. Calculate the slope of line BCβ€Ύ\overline{BC} and ADβ€Ύ\overline{AD}, and set up the equation for aa and bb.
  4. Solve the system of equations to find a=2a = 2 and b=6b = 6.
  5. Verify that the diagonals are perpendicular by checking the product of their slopes.