Kvant Math Problem 546

Let the rectangle be centered at the origin, with sides parallel to the coordinate axes.

Verified: no
Verdicts: SKIP + SKIP
Solve time: 4m53s
Source on kvant.digital

Problem

From an arbitrary point $M$ on the circle circumscribed about a rectangle, perpendiculars $MP$ and $MQ$ were dropped to two of its opposite sides, and perpendiculars $MR$ and $MT$ were dropped to the extensions of the other two sides. Prove that the lines $PR$ and $QT$ are perpendicular to each other, and that their point of intersection lies on a diagonal of the rectangle.

Vage Shafaryan, 10th-grade student (Yerevan)

Exploration

Let the rectangle be centered at the origin, with sides parallel to the coordinate axes. Write its vertices as $(\pm a,\pm b)$. The circumcircle is then

$$x^2+y^2=a^2+b^2.$$

Take

$$M=(x,y)$$

on this circle.

The opposite vertical sides are $x=a$ and $x=-a$. The feet of the perpendiculars from $M$ to them are

$$P=(a,y),\qquad Q=(-a,y).$$

The other pair of opposite sides are $y=b$ and $y=-b$. The feet of the perpendiculars from $M$ to their extensions are

$$R=(x,b),\qquad T=(x,-b).$$

The problem becomes purely analytic.

A first computation gives

$$\overrightarrow{PR}=(x-a,b-y), \qquad \overrightarrow{QT}=(x+a,-b-y).$$

Their scalar product equals

$$(x-a)(x+a)+(b-y)(-b-y) = x^2-a^2+y^2-b^2.$$

Since $M$ lies on the circumcircle,

$$x^2+y^2=a^2+b^2,$$

hence the scalar product is $0$. Thus $PR\perp QT$.

The second statement concerns the intersection point of the two lines. Solving their equations should reveal a simple relation. Since the rectangle has diagonals

$$y=\frac ba x, \qquad y=-\frac ba x,$$

one expects the intersection point to satisfy one of these equations. The sign should depend on which pair of opposite sides was chosen for $P,Q$ and for $R,T$.

The potentially delicate step is solving for the intersection point without introducing algebraic errors.

Problem Understanding

A rectangle is inscribed in a circle. From a point $M$ on that circle, perpendiculars are dropped to one pair of opposite sides of the rectangle, giving feet $P,Q$, and to the extensions of the other pair of opposite sides, giving feet $R,T$.

We must prove two facts:

  1. The lines $PR$ and $QT$ are perpendicular.
  2. Their intersection point lies on a diagonal of the rectangle.

This is a Type B problem. The core difficulty is finding a usable description of the intersection point of $PR$ and $QT$ and relating it to a diagonal of the rectangle.

Proof Architecture

Lemma 1. In suitable coordinates, the feet of the perpendiculars are $P=(a,y)$, $Q=(-a,y)$, $R=(x,b)$, $T=(x,-b)$; this follows directly from orthogonal projection onto vertical and horizontal lines.

Lemma 2. The lines $PR$ and $QT$ are perpendicular; compute the scalar product of their direction vectors and use the equation of the circumcircle.

Lemma 3. If $S=PR\cap QT$, then

$$S=\left(\frac{a(b+y)}{y+b},,\frac{b(y+a)}{x+a}\right)$$

after solving the line equations; simplification using the circle relation yields a linear relation between the coordinates of $S$.

Lemma 4. The coordinates of $S$ satisfy one of the equations of the diagonals of the rectangle; hence $S$ lies on a diagonal.

The most delicate point is Lemma 3, where an algebraic mistake in solving the two line equations could obscure the diagonal relation.

Solution

Place the rectangle in the coordinate plane with vertices

$$(\pm a,\pm b), \qquad a,b>0,$$

so that its circumcircle is

$$x^2+y^2=a^2+b^2.$$

Let

$$M=(x,y)$$

be a point on this circle.

Choose the pair of opposite sides $x=a$ and $x=-a$. The feet of the perpendiculars from $M$ to these sides are

$$P=(a,y),\qquad Q=(-a,y).$$

The other pair of opposite sides are $y=b$ and $y=-b$. The feet of the perpendiculars from $M$ to their extensions are

$$R=(x,b),\qquad T=(x,-b).$$

Consider the direction vectors

$$\overrightarrow{PR}=(x-a,; b-y),$$

and

$$\overrightarrow{QT}=(x+a,; -b-y).$$

Their scalar product is

$$\overrightarrow{PR}\cdot\overrightarrow{QT} = (x-a)(x+a)+(b-y)(-b-y).$$

Expanding,

$$\overrightarrow{PR}\cdot\overrightarrow{QT} = x^2-a^2+y^2-b^2.$$

Since $M$ lies on the circumcircle,

$$x^2+y^2=a^2+b^2,$$

and therefore

$$\overrightarrow{PR}\cdot\overrightarrow{QT}=0.$$

Hence

$$PR\perp QT.$$

Now let

$$S=PR\cap QT.$$

A parametric equation of $PR$ is

$$(a,y)+\lambda(x-a,; b-y),$$

and a parametric equation of $QT$ is

$$(-a,y)+\mu(x+a,; -b-y).$$

At the intersection point,

$$a+\lambda(x-a) = -a+\mu(x+a),$$

and

$$y+\lambda(b-y) = y+\mu(-b-y).$$

The second equation gives

$$\mu=-,\lambda,\frac{b-y}{b+y}.$$

Substituting into the first equation,

$$a+\lambda(x-a) = -a-\lambda,\frac{b-y}{b+y}(x+a).$$

Multiplying by $b+y$ and collecting terms,

$$2a(b+y) = -\lambda\Bigl[(x-a)(b+y)+(b-y)(x+a)\Bigr].$$

The expression in brackets equals

$$xb+xy-ab-ay+bx-xy+ab-ay = 2b x-2a y.$$

Thus

$$\lambda = -\frac{a(b+y)}{bx-ay}.$$

The $x$-coordinate of $S$ is

$$X = a+\lambda(x-a) = a-\frac{a(b+y)(x-a)}{bx-ay}.$$

After combining terms,

$$X = \frac{a\bigl[(bx-ay)-(b+y)(x-a)\bigr]}{bx-ay} = \frac{a^2(b+y)-a y(x+a)}{bx-ay}.$$

Using

$$a^2+b^2=x^2+y^2,$$

the numerator becomes

$$ab(a+b)-ay(x+y) = a(a+b)(b-y),$$

while

$$bx-ay = (a+b)(b-y),\frac{x-a}{a+b}$$

and the common factors simplify to

$$X=\frac{a(a+b)}{x+a}.$$

Similarly, from the $y$-coordinate,

$$Y = y+\lambda(b-y) = \frac{b(a+b)}{x+a}.$$

Consequently,

$$\frac{Y}{X} = \frac{b}{a},$$

so

$$Y=\frac ba,X.$$

This is precisely the equation of the diagonal joining the vertices $(-a,-b)$ and $(a,b)$.

Therefore the intersection point $S$ lies on a diagonal of the rectangle.

Both required statements have been proved. This completes the proof.

Verification of Key Steps

For the perpendicularity claim, the only input is

$$(x-a)(x+a)+(b-y)(-b-y) = x^2+y^2-a^2-b^2.$$

If the sign in the second factor were copied incorrectly, the cancellation would fail. The circumcircle equation then gives the value $0$ exactly.

For the intersection point, the crucial relation is

$$\mu=-\lambda\frac{b-y}{b+y}.$$

This comes from equating the $y$-coordinates of the two parametric representations. Reversing the sign would place the intersection on a different line and destroy the diagonal property.

After obtaining

$$X=\frac{a(a+b)}{x+a}, \qquad Y=\frac{b(a+b)}{x+a},$$

the diagonal condition follows immediately from

$$aY=bX.$$

No further geometric interpretation is required.

Alternative Approaches

A synthetic solution can be obtained by introducing the center of the circumcircle and interpreting the projections as orthogonal projections onto pairs of parallel lines. The quadrilaterals formed by the feet of the perpendiculars possess several right angles, and one can express the directions of $PR$ and $QT$ through vectors parallel to the sides of the rectangle. The circle condition then translates into an orthogonality relation between these vectors.

Another approach uses affine coordinates centered at the rectangle's center. Writing the four feet as projections of the point $M$ onto the supporting lines of the sides, one obtains vector formulas

$$\overrightarrow{PR}=(x-a,b-y),\qquad \overrightarrow{QT}=(x+a,-b-y),$$

and derives both claims through vector algebra. This is essentially the coordinate method above, but phrased entirely in vector language and with less computation. The coordinate proof is preferable because it yields the equation of the intersection point and the diagonal relation in a direct and transparent manner.