Question Statement
Given the points A(7,1), B(−2,2), and C(1,4) as consecutive vertices of a parallelogram, find the coordinates of the fourth vertex D.
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 will be equal to the slope of line CD, and the slope of line AD will be equal to the slope of line BC.
We will use the slope formula to express these relationships and solve for the unknown coordinates of vertex D.
Solution
Step 1: Set up slope equations for parallel sides
We are given the points A(7,1), B(−2,2), and C(1,4). Let the coordinates of the fourth vertex D be (a,b).
- The slope of AB is:
m1​=−2−72−1​=−91​=3−1​
- The slope of BC is:
m2​=1−(−2)4−2​=32​
- The slope of AD is:
m3​=a−7b−1​
- The slope of CD is:
m4​=1−a4−b​
Step 2: Apply the condition for parallel sides
Since AB∥CD and AD∥BC, we can set the slopes equal to each other:
- From AB∥CD:
m1​=m4​⇒3−1​=1−a4−b​
Cross-multiply to get the equation:
3(4−b)=−1(1−a)
Simplifying:
12−3b=−1+a⇒a+3b=13(1)
- From AD∥BC:
m3​=m2​⇒a−7b−1​=32​
Cross-multiply to get the equation:
3(b−1)=2(a−7)
Simplifying:
3b−3=2a−14⇒2a−3b=11(2)
Step 3: Solve the system of equations
We now have the system of equations:
- a+3b=13
- 2a−3b=11
To solve for a and b, multiply the first equation by 2 and the second equation by 1:
2a+6b=26(from equation 1 multiplied by 2)
2a−3b=11(from equation 2)
Now subtract the second equation from the first:
(2a+6b)−(2a−3b)=26−11
Simplifying:
9b=15⇒b=915​=1
Step 4: Substitute to find a
Substitute b=1 into equation (1):
a+3(1)=13⇒a+3=13⇒a=10
Thus, the coordinates of point D are (a,b)=(10,1).
- Slope of a line between two points (x1​,y1​) and (x2​,y2​):
m=x2​−x1​y2​−y1​​
- The slopes of opposite sides of a parallelogram are equal.
Summary of Steps
- Calculate the slopes of the sides AB and BC.
- Set up equations for the slopes of lines AD and CD, ensuring the opposite sides are parallel.
- Solve the system of equations for the unknown coordinates of point D.
- Find the coordinates of the fourth vertex D as (10,1).