Two consecutive vertices of a square are the points
Determine the coordinates of the other two vertices.
Turn the given side into a vector. Because and are consecutive vertices, the segment is a full side of the square, not a diagonal. Its vector is
with length . So the square has side .
Rotate that vector by 90° to get the adjacent side. In a square, consecutive sides are perpendicular and equally long — exactly what a rotation produces. Rotating counter-clockwise gives and clockwise gives , so from the two candidates are
both of length . Two rotations means two valid squares, one on each side of — the problem as stated has two answers, and giving only one is incomplete.
Case 1: translate by . Adding this vector to each given vertex slides the side across to the opposite side of the square:
The square is , , , .
Case 2: translate by . Using the opposite rotation gives the mirror square:
The square is , , , .
Verify both squares. In each case all four sides measure , and both diagonals measure — equal diagonals of length side is what distinguishes a square from a rhombus. The dot product in both cases confirms the right angles.
Need to solve a different problem like this? Open the solver →