A square in the coordinate plane has vertices whose -coordinates are , , , and . What is the area of the square?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
A tilted square's vertices sit at heights 0, p, q, p+q, so p = 1 and q = 4, and each side is the hypotenuse of a 1-by-4 right triangle.
Solution
An axis-parallel square has only two distinct -coordinates, so this square is tilted and has a unique lowest vertex at height .
Walk along the two sides leaving . One side rises by some amount and runs horizontally by ; the other side is that vector rotated , so it rises by and runs by (in the opposite horizontal direction). The vertex opposite is reached by adding both sides, so it sits at height .
The four heights are therefore . Matching with forces , and indeed .
Each side is the hypotenuse of a right triangle with legs and , so
which is the area of the square.
The answer is .
Why this works
For a square, rotating one side vector by gives the adjacent side : the horizontal run of one side equals the vertical rise of the other. That single fact turns the four given heights into the two legs of the side's right triangle. Any tilted square can be boxed inside an axis-parallel square, with four congruent right triangles in the corners; the legs of those triangles are exactly the differences of consecutive heights.
Alternative approach
Concretely, take , then , , . Adjacent sides and are perpendicular (dot product ) and have equal length , so this is a valid square, and its area is .
The trap
Trying to make the square axis-parallel, or taking the side length to be a difference of y-coordinates such as 4 or 5.
Common mistakes
- Trying to make the square axis-parallel, or taking the side length to be a difference of y-coordinates such as 4 or 5.
- Pairing the heights as legs and or and , giving or ; the legs are the two smaller gaps, whose sum is the largest height.
Techniques
Add construction lines/points (drop altitudes, extend segments, connect centers) · Set up the equation/formula and compute; no special trick needed