How to Check if Given Four Points Form a Square ?
Here we are going to see how to check if the given four points form a square.
We have to follow the steps given below in order to check if given four points form a square.
(i) Plot the given points in the graph and join the points.
(ii) Find the length of all sides.
(iii) In a square length of all sides will be equal.
(iv) The diagonals will have same length.
If the given points satisfies the conditions (iii) and (iv), we may decide that the points form a square.
Let us see some example problems.
Example :
Examine whether the given points
A (2, 6), B (5, 1), C (0, -2) and D (-3, 3)
forms a square.
Solution :
Step 1 :
Step 2 :
Finding the length of all sides.
Distance Between Two Points (x1, y1) and (x2, y2)
√(x2 - x1)2 + (y2 - y1)2
Four points are A (2,6) and B (5,1) and C (0,-2) and D (-3,3)
Length of AB :
Here x1 = 2, y1 = 6, x2 = 5 and y2 = 1
= √(5-2)2 + (1-6)2
= √32+(-5)2
= √9+25
= √34 units ----(1)
Length of BC :
Here x1 = 5, y1 = 1, x2 = 0 and y2 = -2
= √(0-5)2 + (-2-1)2
= √(-5)2 + (-3)2
= √(25 + 9)
= √34 units ----(2)
Length of CD :
Here x1 = 0, y1 = -2, x2 = -3 and y2 = 3
= √(-3-0)² + (3-(-2))²
= √(-3)² + (3+2)²
= √9 + 25
= √34 units ----(3)
length of DA :
Here x1 = -3, y1 = 3, x2 = 2 and y2 = 6
= √(2-(-3))² + (6-3)²
= √5² + 3²
= √25 + 9
= √34 units ----(4)
Step 3 :
Length of diagonal AC :
Here x1 = 2, y1 = 6, x2 = 0 and y2 = -2
= √(0-2)² + (-2-6)²
= √(-2)² + (-8)²
= √4 + 64
= √70 units
Length of diagonal BD :
Here x1 = 5, y1 = 1, x2 = -3 and y2 = 3
= √(-3-5)² + (3-1)²
= √(-8)² + (2)²
= √64 + 4
= √70 units
Length of diagonal AC = Length of diagonal BD
So, the given points are vertices of square.
Kindly mail your feedback to v4formath@gmail.com
We always appreciate your feedback.
©All rights reserved. onlinemath4all.com
Nov 18, 24 08:19 AM
Nov 18, 24 08:15 AM
Nov 17, 24 01:42 PM