From the given vertices of the triangle, we can decide what type of triangle it will create by finding the length of all sides.
Equilateral triangle :
If length of all sides will be equal, then it will create a equilateral triangle.
Isosceles triangle :
If length of two sides alone will be equal, then it will create an isosceles triangle.
Scalene triangle :
If length of all sides is having different length, then it will be a scalene triangle.
Right triangle :
The length of all sides will satisfy the Pythagorean theorem, then it must be right triangle.
Problem 1 :
Is ∆PQR a right angled triangle if P(1, 2), Q(5, -1) and R(-4, -4) ?
Solution :
P(1, 2), Q(5, -1) and R(-4, -4)
D = √[(x2 - x1)2 + (y2 - y1)2]
P(1, 2) and Q = (5, -1)
x1 = 1, y1 = 2, x2 = 5, y2 = -1
PQ = √[(5 - 1)2 + (-1 - 2)2]
= √[(4)2 + (-3)2]
= √[16 + 9]
= √25
PQ = 5
Q = (5, -1) and R(-4, -4)
x1 = 5, y1 = -1, x2 = -4, y2 = -4
QR = √[(-4 - 5)2 + (-4 + 1)2]
= √[(-9)2 + (-3)2]
= √[81 + 9]
QR = √90
R(-4, -4) and P(1, 2)
x1 = -4, y1 = -4, x2 = 1, y2 = 2
RP = √[(1 + 4)2 + (2 + 4)2]
= √[(5)2 + (6)2]
= √[25 + 36]
RP = √61
∆PQR is not a right angled triangle.
Problem 2 :
Classify ∆DEF following triangle as scalene, isosceles or equilateral if D(5, 2), E(-3, 4) and F(-2, -3).
Solution :
D(5, 2), E(-3, 4) and F(-2, -3).
D = √[(x2 - x1)2 + (y2 - y1)2]
D(5, 2) and E(-3, 4)
x1 = 5, y1 = 2, x2 = -3, y2 = 4
DE = √[(-3 - 5)2 + (4 - 2)2]
= √[(-8)2 + (2)2]
= √[64 + 4]
DE = √68
E(-3, 4) and F(-2, -3).
x1 = -3, y1 = 4, x2 = -2, y2 = -3
EF = √[(-2 + 3)2 + (-3 - 4)2]
= √[(1)2 + (-7)2]
= √[1 + 49]
EF = √50
F(-2, -3) and D(5, 2)
x1 = -2, y1 = -3, x2 = 5, y2 = 2
FD = √[(5 + 2)2 + (2 + 3)2]
= √[(7)2 + (5)2]
= √[49 + 25]
FD = √74
Since all the sides are having different length, it must be a scalene triangle.
Problem 3 :
Given the points X(1, 4), Y(-2, 2) and Z(3, 1). Verify that ∆XYZ is a right triangle.
Solution :
X(1, 4), Y(-2, 2) and Z(3, 1)
D = √[(x2 - x1)2 + (y2 - y1)2]
X(1, 4) and Y(-2, 2)
x1 = 1, y1 = 4, x2 = -2, y2 = 2
XY = √[(-2 - 1)2 + (2 - 4)2]
= √[(-3)2 + (-2)2]
= √[9 + 4]
XY = √13
Y(-2, 2) and Z(3, 1)
x1 = -2, y1 = 2, x2 = 3, y2 = 1
YZ = √[(3 + 2)2 + (1 - 2)2]
= √[(5)2 + (-1)2]
= √[25 + 1]
YZ = √26
Z(3, 1) and X(1, 4)
x1 = 3, y1 = 1, x2 = 1, y2 = 4
ZX = √[(1 - 3)2 + (4 - 1)2]
= √[(-2)2 + (3)2]
= √[4 + 9]
ZX = √13
Verifying Pythagorean theorem :
(YZ)2 = (XY)2 + (ZX)2
(√26)2 = (√13)2 + (√13)2
26 = 13 + 13
26 = 26
Since the lengths of triangle satisfies Pythagorean theorem, it must be right triangle.
∴ ∆XYZ is not a right triangle. It is a isosceles triangle.
Problem 4 :
A triangle has vertices K(-2, 2), L(1, 5) and M(3, -3). Verify that :
a) The triangle has a right angle.
b) The midpoint of the hypotenuse is the same distance from each vertex.
Solution :
a)
Given, K(-2, 2), L(1, 5) and M(3, -3)
D = √[(x2 - x1)2 + (y2 - y1)2]
K(-2, 2) and L(1, 5)
x1 = -2, y1 = 2, x2 = 1, y2 = 5
KL = √[(1 + 2)2 + (5 + 2)2]
= √[(3)2 + (7)2]
= √[9 + 49]
KL = √58
L(1, 5) and M(3, -3)
D = √[(x2 - x1)2 + (y2 - y1)2]
x1 = 1, y1 = 5, x2 = 3, y2 = -3
LM = √[(3 - 1)2 + (-3 - 5)2]
= √[(2)2 + (-8)2]
= √[4 + 64]
LM = √68
M(3, -3) and K(-2, 2)
x1 = 3, y1 = -3, x2 = -2, y2 = 2
MK = √[(-2 - 3)2 + (2 + 3)2]
= √[(-5)2 + (5)2]
= √[25 + 25]
LM = √50
b) L(1, 5) and M(3, -3)
Suppose that the midpoint is P.
x1 = 1, y1 = 5, x2 = 3, y2 = -3
P = (2, 1)
Then, K(-2, 2) and P (2, 1)
x1 = -2, y1 = 2, x2 = 2, y2 = 1
KP = √[(2 + 2)2 + (1 - 2)2]
= √[(4)2 + (-1)2]
= √[16 + 1]
KP = √17
L(1, 5) and P (2, 1)
x1 = 1, y1 = 5, x2 = 2, y2 = 1
LP = √[(2 - 1)2 + (1 - 5)2]
= √[(1)2 + (-4)2]
= √[1 + 16]
LP = √17
M(3, -3) and P (2, 1)
x1 = 3, y1 = -3, x2 = 2, y2 = 1
MP = √[(2 - 3)2 + (1 + 3)2]
= √[(-1)2 + (4)2]
= √[1 + 16]
MP = √17
So, the midpoint of the hypotenuse is the same distance from each vertex.
Problem 5 :
A triangle has vertices U(5, 5), V(1, -3) and W(-3, -1). Verify that :
a) ∆UVW is a right triangle
b) The median from the right angle to the hypotenuse is half as long as the hypotenuse.
Solution :
a)
Given, U(5, 5), V(1, -3) and W(-3, -1)
D = √[(x2 - x1)2 + (y2 - y1)2]
U(5, 5), V(1, -3)
x1 = 5, y1 = 5, x2 = 1, y2 = -3
UV = √[(1 - 5)2 + (-3 - 5)2]
= √[(-4)2 + (-8)2]
= √[16 + 64]
= √80
V(1, -3) and W(-3, -1)
x1 = 1, y1 = -3, x2 = -3, y2 = -1
VW = √[(-3 - 1)2 + (-1 + 3)2]
= √[(-4)2 + (2)2]
= √[16 + 4]
= √20
W(-3, -1) and U(5, 5)
x1 = -3, y1 = -1, x2 = 5, y2 = 5
WU = √[(5 + 3)2 + (5 + 1)2]
= √[(8)2 + (6)2]
= √[64 + 36]
WU = √100
Verifying Pythagorean theorem :
(WU)2 = (VW)2 + (UV)2
(√100)2 = (√20)2 + (√80)2
100 = 20 + 80
100 = 100
Since it satisfies the Pythagorean theorem, it must create a right triangle.
b) From the above proof, we understand that UW is the hypotenuse.
U(5, 5) and W(-3, -1)
Midpoint of UW = (5 - 3)/2, (5 - 1)/2
= 2/2, 4/2
Midpoint of hypotenuse = (1, 2)
Distance between V and the midpoint :
V(1, -3) and midpoint (1, 2)
Distance between them = √[(1-1)2 + (2+3)2]
= √[0 + 52
= 5
Length of hypotenuse = 10
Length of median = 5
Hence it is proved.
May 21, 24 08:51 PM
May 21, 24 08:51 AM
May 20, 24 10:45 PM