KVPY Scholarship Exam Problem on finding the area of a rectangle

293 Views Asked by At

In a rectangle $ABCD$, the coordinates of $A$ and $B$ are $(1,2)$ and $(3,6)$ respectively and some diameter of the circumscribing circle of $ABCD$ has equation $2x-y+4=0$. Then the area of the rectangle is:

My work: I found the equations of $AD$ and $BC$ of the rectangle. Taking the points $C$ and $D$ as $(x_1,y_1)$ and $(x_2,y_2)$ I wrote the equation for $AD=BC$. I think that the equation given for the diameter of the circle should pass through the point of intersection of the diagonals of the rectangle and wrote equation for the point of intersection. This gives me two equations and four unknowns. I know there is some problem with my method making the answer to this problem hard. So, please help me do the problem by the right method.

2

There are 2 best solutions below

0
On

HINT: The slope of the line $AB$ (i.e $2$) is equal to that of the diameter, that is they are parallel.

$\therefore$ The diameter must go through the mid-ponts of $BC$ and $AD$.

$\therefore$ Perpendicular distance between the diameter and $AB$ is $\frac{1}{2}BC$.

1
On

Here is one ugly way.

Since the diameter lies on the given line, we know the centre of the circle $P=(x,y)$ lies on this line. The distance from $P$ to $A=(1,2)$ and $B=(3,6)$ must be the same so we have the equation: $(x-1)^2+(y-2)^2 = (x-3)^2+(y-6)^2$. Simplifying gives the equation $2y+x = 10$. Since $P$ lies on the given line, we must also have $2x-y+4 = 0$ as well, and solving gives the rather ugly $P=\frac{1}{5}(2, 24)$.

Now we can compute $C$ by reflecting through $P$, to get $C = P+(P-A) = \frac{1}{5}(-1, 38)$, then the area is given by $|A-B||B-C| = \sqrt{(2^2+4^2)\frac{1}{25}(16^2+8^2)} = 16$.