Maths Olympiad Prep

Library / /515 of 520

Geometry Difficulty 8.3 Shortlist Prove it

Let ABCDABCD be a square and let \ell be a line. Let MM be the centre of the square. The diagonals of the square have length 2 and the distance from MM to \ell exceeds 1. Let A,B,C,DA',B',C',D' be the orthogonal projections of A,B,C,DA,B,C,D onto \ell. Suppose that one rotates the square, such that MM is invariant. The positions of A,B,C,D,A,B,C,DA,B,C,D,A',B',C',D' change. Prove that the value of AA2+BB2+CC2+DD2AA'^2 + BB'^2 + CC'^2 + DD'^2 does not change.

Solution

1. Define the coordinates and properties of the square:
- Let the center M M of the square be the origin (0,0)(0,0).
- The diagonals of the square have length 2, so the side length of the square is 2\sqrt{2}.
- The vertices of the square A,B,C,D A, B, C, D can be represented as:
A=(22,22),B=(22,22),C=(22,22),D=(22,22) A = \left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right), \quad B = \left(-\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right), \quad C = \left(-\frac{\sqrt{2}}{2}, -\frac{\sqrt{2}}{2}\right), \quad D = \left(\frac{\sqrt{2}}{2}, -\frac{\sqrt{2}}{2}\right)

2. **Define the line \ell and the projections:**
- Let \ell be a line at a distance dd from the origin MM, where d>1d > 1.
- The orthogonal projections of A,B,C,DA, B, C, D onto \ell are A,B,C,DA', B', C', D'.

3. **Calculate the distance from each vertex to the line \ell:**
- Let the equation of the line \ell be ax+by+c=0ax + by + c = 0.
- The distance from a point (x1,y1)(x_1, y_1) to the line ax+by+c=0ax + by + c = 0 is given by:
Distance=ax1+by1+ca2+b2 \text{Distance} = \frac{|ax_1 + by_1 + c|}{\sqrt{a^2 + b^2}}
- For each vertex A,B,C,DA, B, C, D, the distances to the line \ell are:
Distance from A=a22+b22+ca2+b2 \text{Distance from } A = \frac{|a\frac{\sqrt{2}}{2} + b\frac{\sqrt{2}}{2} + c|}{\sqrt{a^2 + b^2}}
Distance from B=a(22)+b22+ca2+b2 \text{Distance from } B = \frac{|a(-\frac{\sqrt{2}}{2}) + b\frac{\sqrt{2}}{2} + c|}{\sqrt{a^2 + b^2}}
Distance from C=a(22)+b(22)+ca2+b2 \text{Distance from } C = \frac{|a(-\frac{\sqrt{2}}{2}) + b(-\frac{\sqrt{2}}{2}) + c|}{\sqrt{a^2 + b^2}}
Distance from D=a22+b(22)+ca2+b2 \text{Distance from } D = \frac{|a\frac{\sqrt{2}}{2} + b(-\frac{\sqrt{2}}{2}) + c|}{\sqrt{a^2 + b^2}}

4. Sum of the squares of the distances:
- Let k=ca2+b2k = \frac{|c|}{\sqrt{a^2 + b^2}}, which is the distance from the origin to the line \ell.
- The sum of the squares of the distances from the vertices to the line \ell is:
AA2+BB2+CC2+DD2=(a22+b22+ca2+b2)2+(a(22)+b22+ca2+b2)2+(a(22)+b(22)+ca2+b2)2+(a22+b(22)+ca2+b2)2 AA'^2 + BB'^2 + CC'^2 + DD'^2 = \left(\frac{|a\frac{\sqrt{2}}{2} + b\frac{\sqrt{2}}{2} + c|}{\sqrt{a^2 + b^2}}\right)^2 + \left(\frac{|a(-\frac{\sqrt{2}}{2}) + b\frac{\sqrt{2}}{2} + c|}{\sqrt{a^2 + b^2}}\right)^2 + \left(\frac{|a(-\frac{\sqrt{2}}{2}) + b(-\frac{\sqrt{2}}{2}) + c|}{\sqrt{a^2 + b^2}}\right)^2 + \left(\frac{|a\frac{\sqrt{2}}{2} + b(-\frac{\sqrt{2}}{2}) + c|}{\sqrt{a^2 + b^2}}\right)^2

5. Simplify the expression:
- Notice that the terms involving aa and bb will cancel out due to symmetry, leaving:
AA2+BB2+CC2+DD2=4k2+2((22)2+(22)2) AA'^2 + BB'^2 + CC'^2 + DD'^2 = 4k^2 + 2\left(\left(\frac{\sqrt{2}}{2}\right)^2 + \left(\frac{\sqrt{2}}{2}\right)^2\right)
- Simplify further:
AA2+BB2+CC2+DD2=4k2+2(12+12)=4k2+2 AA'^2 + BB'^2 + CC'^2 + DD'^2 = 4k^2 + 2\left(\frac{1}{2} + \frac{1}{2}\right) = 4k^2 + 2

6. Conclusion:
- Since kk is the distance from the origin to the line \ell, which is fixed, and the term 22 is constant, the value of AA2+BB2+CC2+DD2AA'^2 + BB'^2 + CC'^2 + DD'^2 does not change when the square is rotated.

\blacksquare

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.