Which conditions should I check to see if a quadrilateral is a square?

  • #1
murshid_islam
461
20
TL;DR Summary
Conditions to check if a quadrilateral is a square
If I'm given the coordinates (edit: in a plane) of 4 vertices of a quadrilateral, which conditions should I check to see if it is a square? Will it be sufficient if I check if -
  1. all 4 sides are equal
  2. all 4 angles are right angles (or even 2 angles are right angles?)
or are there other conditions I need to check as well? Can I check any alternate set of conditions to verify if it's a square?
 
Last edited:
Mathematics news on Phys.org
  • #2
murshid_islam said:
TL;DR Summary: Conditions to check if a quadrilateral is a square

If I'm given the coordinates of 4 vertices of a quadrilateral, which conditions should I check to see if it is a square? Will it be sufficient if I check if -
  1. all 4 sides are equal
  2. all 4 angles are right angles (or even 2 angles are right angles?)
or are there other conditions I need to check as well? Can I check any alternate set of conditions to verify if it's a square?
These are coordinates in a plane? i.e. ordered pairs? Or coordinates in 3-space? i.e. ordered triples?

If you are working in the plane, all four sides equal plus one right angle means that it is a square.

In three space, one angle alone won't do it, but it seems clear that four would. However, a check that the cross products of all four pairs of adjacent sides are equal might be more convenient.
 
  • #3
jbriggs444 said:
These are coordinates in a plane? i.e. ordered pairs?
Yes, coordinates in a plane. Thank you. Edited my original post.
 
  • #4
jbriggs444 said:
If you are working in the plane, all four sides equal plus one right angle means that it is a square.
Any other alternate set of conditions I can check? Like checking if the opposite sides are parallel and the diagonals are equal?
 
  • Like
Likes jbriggs444
  • #5
murshid_islam said:
Any other alternate set of conditions I can check? Like checking if the opposite sides are parallel and the diagonals are equal?
With cartesian coordinates in the plane, compute the vector difference between each pair of adjacent endpoints. Two differences should be equal and opposite. The other two should be equal to the transpose of the first with one coordinate negated.
 
  • #6
murshid_islam said:
Will it be sufficient if I check if -
  1. all 4 sides are equal
  2. all 4 angles are right angles (or even 2 angles are right angles?)
Assuming that both conditions are satisfied, these should be sufficient. If you have determined only that all four sides are equal, the figure could be a rhombus, sort of a diamond shape. If you also determine that two of the interior angles are equal, then that narrows things down to a specific kind of rhombus; namely a square.
 
  • #7
Mark44 said:
If you also determine that two of the interior angles are equal, then that narrows things down to a specific kind of rhombus; namely a square.
Wait. Correct me of I'm wrong but "Interior angles" in a closed polygon simply refers to any of the angles inside. (Here's a polygon with no parallels, to make the point):

1733192609752.png


I think you're thinking of this:

1733192752010.png

which is not a polygon, let alone a quadrilateral.


So to determine that a quadrilateral (a closed polygon) is square, you couldn't measure any two interior angles, since a quadrilateral has two pairs of equal interior angles. You'd have to measure adjacent angles.

Yes?
 
  • #8
DaveC426913 said:
So to determine that a quadrilateral (a closed polygon) is square, you couldn't measure any two interior angles, since a quadrilateral has two pairs of equal interior angles. You'd have to measure adjacent angles.
@Mark44 specifically mentioned a rhombus -- a four sided plane figure with four equal sides.

But yes, in a rhombus, the opposite angles are always equal and a test for squareness would be that two adjacent angles (and, therefore, all four angles) are equal.
 
  • #9
jbriggs444 said:
@Mark44 specifically mentioned a rhombus -- a four sided plane figure with four equal sides
Yes, but his criteria weren't sufficient to determine if its a square, which what i thought was his point.
 
  • #10
DaveC426913 said:
Yes, but his criteria weren't sufficient to determine if its a square, which what i thought was his point.
I misspoke a bit. I meant two interior right angles but wrote only equal interior angles, to elaborate on what the OP wrote. Sometimes the brain doesn't communicate well with the fingers.
 
  • Like
Likes DaveC426913

Similar threads

Replies
2
Views
2K
Replies
1
Views
1K
Replies
5
Views
2K
Replies
4
Views
1K
Replies
1
Views
119
Back
Top