Question
Question: ABCD is a square whose side length is a with sides AB and AD along x and y-axis respectively. If C l...
ABCD is a square whose side length is a with sides AB and AD along x and y-axis respectively. If C lies in I quadrant, then find the equation to the circle circumscribing the square.

(x - a/2)^2 + (y - a/2)^2 = a^2/2
(x - a)^2 + (y - a)^2 = a^2
(x - a/2)^2 + (y - a/2)^2 = a^2
(x - a)^2 + (y - a)^2 = a^2/2
(x - a/2)^2 + (y - a/2)^2 = a^2/2
Solution
The vertices of the square ABCD, with AB along the x-axis and AD along the y-axis, and side length 'a', are A(0,0), B(a,0), D(0,a), and C(a,a) (since C is in the I quadrant, 'a' must be positive). The center of the circle circumscribing the square is the midpoint of its diagonal AC. Center (h,k)=(20+a,20+a)=(2a,2a). The radius of the circle is half the length of the diagonal AC. Diagonal length AC=(a−0)2+(a−0)2=a2+a2=2a2=a2. Radius r=2AC=2a2=2a. The equation of a circle with center (h,k) and radius r is (x−h)2+(y−k)2=r2. Substituting the values of h,k, and r: (x−2a)2+(y−2a)2=(2a)2, which simplifies to (x−2a)2+(y−2a)2=2a2.