The following steps would be useful to check if four points form a rectangle.
Step 1 :
Find the lengths of all three sides of the triangle using distance formula.
Step 3 :
Using the lengths found, check whether Pythagorean Theorem is satisfied. That is, square of one of the sides is equal to sum of the squares of other two sides.
Example 1 :
Show that the following are the vertices of a right angled triangle.
A(-3, -4), B(2, 6), C(-6, 10)
Solution :
Distance between A and B :
Formula to find the distance between two points :
d = √[(x2 - x1)2 + (y2 - y1)2]
Substitute (x1, y1) = A(-3, -4) and (x2, y2) = B(2, 6).
= √[(2 + 3)2 + (6 + 4)2]
= √[52 + 102]
= √[25 + 100]
AB = √125
AB2 = 125
Distance between D and C :
= √[(x2 - x1)2 + (y2 - y1)2]
Substitute (x1, y1) = B(2, 6) and (x2, y2) = C(-6, 10).
= √[(-6 - 2)2 + (10 - 6)2]
= √[(-8)2 + 42]
= √[64 + 16]
DC = √80
DC2 = 80
Distance between A and C :
= √[(x2 - x1)2 + (y2 - y1)2]
Substitute (x1, y1) = A(-3, -4) and (x2, y2) = C(-6, 10).
= √[(-6 + 3)2 + (10 + 4)2]
= √[(-3)2 + 142]
= √[9 + 196]
AC = √205
AC2 = 205
From the above workings,
125 + 80 = 205
AB2 + DC2 = AC2
The side lengths AB, BC and AC satisfy Pythagorean Theorem.
So, the given points form a right triangle.
Example 2 :
Prove that (2, -2) (-2, 1) and (5, 2) are the vertices of right angled triangle. Find the area of the triangle and length of hypotenuse.
Solution :
Let the given coordinates as A(2, -2) B(-2, 1) and C(5, 2).
Distance between A and B :
d = √[(x2 - x1)2 + (y2 - y1)2]
AB = √[(-2 - 2)2 + (1 - (-2))2]
= √[(-4)2 + (1 + 2)2]
= √[(-4)2 + 32]
= √16 + 9
= √25
Distance between B and C :
B(-2, 1) and C(5, 2).
BC = √[(5 - (-2))2 + (2 - 1)2]
= √[(5 + 2)2 + 12]
= √[72 + 12]
= √49 + 1
= √50
Distance between C and A :
A(2, -2) and C(5, 2).
CA = √[(5 - 2)2 + (2 - (-2))2]
= √[32 + (2 + 2)2]
= √[32 + 42]
= √9 + 16
= √25
BC2 = AB2 + CA2
√502 = √252 + √252
50 = 25 + 25
50 = 50
Since it satisfies the Pythagorean theorem, it given coordinates are the points of the right triangle.
BC is the longest side and it must be the hypotenuse.
Example 3 :
The points 𝐴(4, 7), 𝐵(𝑝, 3) and 𝐶(7, 3) are the vertices of a right triangle, right–angled at 𝐵. Find the value of 𝑝.
Solution :
Let the given coordinates as 𝐴(4, 7), 𝐵(𝑝, 3) and 𝐶(7, 3)
Distance between A and B :
d = √[(x2 - x1)2 + (y2 - y1)2]
AB = √[(p - 4)2 + (3 - 7)2]
= √[(p - 4)2 + (-4)2]
= √[(p - 4)2 + 16]
Distance between B and C :
𝐵(𝑝, 3) and 𝐶(7, 3)
BC = √[(7 - p)2 + (3 - 3)2]
= √[(7 - p)2 + 02]
= 7 - p
Distance between C and A :
𝐴(4, 7) and 𝐶(7, 3)
CA = √[(7 - 4)2 + (3 - 7)2]
= √[32 + (-4)2]
= √[32 + 42]
= √9 + 16
= √25
Since right angled at B, AB is perpendicular to BC.
AC2 = AB2 + BC2
√252 = √[(p - 4)2 + 16]2 + (7 - p)2
25 = p2 - 8p + 16 + 16 + 72 - 14p + p2
25 = 2p2 - 22p + 32 + 49
2p2 - 22p + 81 - 25 = 0
2p2 - 22p + 56 = 0
p2 - 11p + 28 = 0
(p - 4) (p - 7) = 0
p = 4 and p = 7
So, the possible values of p are 4 and 7.
Example 4 :
Show that the points (−2, 5);(3, −4) and (7, 10) are the vertices of a right angled isosceles triangle.
Solution :
Let the given points be A (−2, 5) B (3, −4) and C (7, 10)
Distance between AB :
AB = √[(3 + 2)2 + (-4 - 5)2]
= √[52 + (-9)2]
= √(25 + 81)
= √106
Distance between BC :
BC = √[(7 - 3)2 + (10 + 4)2]
= √[42 + 142]
= √(16 + 196)
= √212
Distance between CA :
CA = √[(7 + 2)2 + (10 - 5)2]
= √[92 + 52]
= √(81 + 25)
= √106
BC2 = AB2 + AC2
√2122 = √1062 + √1062
212 = 106 + 106
212 = 212
So, these are the points of right triangle. Since two sides are equal, it must be isosceles triangle.
Kindly mail your feedback to v4formath@gmail.com
We always appreciate your feedback.
©All rights reserved. onlinemath4all.com
Apr 25, 25 11:46 AM
Apr 24, 25 11:10 PM
Apr 24, 25 11:06 PM