Given a square ABCD with two consecutive vertices, say A and B on the positive x-axis and positive y-axis respectively. Suppose the other vertex C lying in the first quadrant has coordinates (u , v). Then find the area of the square ABCD in terms of u and v.
If I understand correctly, for a square side s,
A=(sqrt2 s/2, 0), B=(0, sqrt2 s/2), C=(u,v)=(sqrt2 s/2, sqrt2 s),
so, Area = s^2 = v^2/2 and Area= 2 u^2 and Area = uv
Later: This is wrong as I assumed A and B equidistant from the origin. I knew it looked too easy!
Edited on September 1, 2024, 12:20 am