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

4.3 Q-6

Question Statement

Given the points A(7,1)A(7,1), B(−2,2)B(-2,2), and C(1,4)C(1,4) as consecutive vertices of a parallelogram, find the coordinates of the fourth vertex DD.


Background and Explanation

In a parallelogram, opposite sides are both parallel and equal in length. To find the fourth vertex, we can use the property of parallel lines: the slopes of opposite sides are equal. This means that the slope of line AB‾\overline{AB} will be equal to the slope of line CD‾\overline{CD}, and the slope of line AD‾\overline{AD} will be equal to the slope of line BC‾\overline{BC}.

We will use the slope formula to express these relationships and solve for the unknown coordinates of vertex DD.


Solution

Step 1: Set up slope equations for parallel sides

We are given the points A(7,1)A(7,1), B(−2,2)B(-2,2), and C(1,4)C(1,4). Let the coordinates of the fourth vertex DD be (a,b)(a, b).

  1. The slope of AB‾\overline{AB} is:
m1=2−1−2−7=1−9=−13m_1 = \frac{2 - 1}{-2 - 7} = \frac{1}{-9} = \frac{-1}{3}
  1. The slope of BC‾\overline{BC} is:
m2=4−21−(−2)=23m_2 = \frac{4 - 2}{1 - (-2)} = \frac{2}{3}
  1. The slope of AD‾\overline{AD} is:
m3=b−1a−7m_3 = \frac{b - 1}{a - 7}
  1. The slope of CD‾\overline{CD} is:
m4=4−b1−am_4 = \frac{4 - b}{1 - a}

Step 2: Apply the condition for parallel sides

Since AB‾∥CD‾\overline{AB} \parallel \overline{CD} and AD‾∥BC‾\overline{AD} \parallel \overline{BC}, we can set the slopes equal to each other:

  1. From AB‾∥CD‾\overline{AB} \parallel \overline{CD}:
m1=m4⇒−13=4−b1−am_1 = m_4 \quad \Rightarrow \quad \frac{-1}{3} = \frac{4 - b}{1 - a}

Cross-multiply to get the equation:

3(4−b)=−1(1−a)3(4 - b) = -1(1 - a)

Simplifying:

12−3b=−1+a⇒a+3b=13(1)12 - 3b = -1 + a \quad \Rightarrow \quad a + 3b = 13 \tag{1}
  1. From AD‾∥BC‾\overline{AD} \parallel \overline{BC}:
m3=m2⇒b−1a−7=23m_3 = m_2 \quad \Rightarrow \quad \frac{b - 1}{a - 7} = \frac{2}{3}

Cross-multiply to get the equation:

3(b−1)=2(a−7)3(b - 1) = 2(a - 7)

Simplifying:

3b−3=2a−14⇒2a−3b=11(2)3b - 3 = 2a - 14 \quad \Rightarrow \quad 2a - 3b = 11 \tag{2}

Step 3: Solve the system of equations

We now have the system of equations:

  1. a+3b=13a + 3b = 13
  2. 2a−3b=112a - 3b = 11

To solve for aa and bb, multiply the first equation by 2 and the second equation by 1:

2a+6b=26(from equation 1 multiplied by 2)2a + 6b = 26 \quad \text{(from equation 1 multiplied by 2)} 2a−3b=11(from equation 2)2a - 3b = 11 \quad \text{(from equation 2)}

Now subtract the second equation from the first:

(2a+6b)−(2a−3b)=26−11(2a + 6b) - (2a - 3b) = 26 - 11

Simplifying:

9b=15⇒b=159=19b = 15 \quad \Rightarrow \quad b = \frac{15}{9} = 1

Step 4: Substitute to find aa

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

a+3(1)=13⇒a+3=13⇒a=10a + 3(1) = 13 \quad \Rightarrow \quad a + 3 = 13 \quad \Rightarrow \quad a = 10

Thus, the coordinates of point DD are (a,b)=(10,1)(a, b) = (10, 1).


Key Formulas or Methods Used

  • Slope of a line between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2):
m=y2−y1x2−x1m = \frac{y_2 - y_1}{x_2 - x_1}
  • The slopes of opposite sides of a parallelogram are equal.

Summary of Steps

  1. Calculate the slopes of the sides AB‾\overline{AB} and BC‾\overline{BC}.
  2. Set up equations for the slopes of lines AD‾\overline{AD} and CD‾\overline{CD}, ensuring the opposite sides are parallel.
  3. Solve the system of equations for the unknown coordinates of point DD.
  4. Find the coordinates of the fourth vertex DD as (10,1)(10, 1).