🇮🇳 INMO · 2024

INMO 2024

Indian National Mathematical Olympiad 2024 — 6 problems with solutions

INMO 2024

Indian National Mathematical Olympiad 2024. 6 problems. Problems sourced from MathNet (CC BY 4.0). Solutions are expert-authored.


Problem 1

Combinatorics
Problem

All the squares of a 2024×20242024 \times 2024 board are coloured white. In one move, Mohit can select one row or column whose every square is white, choose exactly 10001000 squares in this row or column, and colour all of them red. Find the maximum number of squares that Mohit can colour red in a finite number of moves.

View Solution

Let n=2024n = 2024 and k=1000k = 1000. We claim that the maximum number of squares that can be coloured in this way is k(2nk)k(2n - k), which evaluates to 30480003048000.

Indeed, call a row/column bad if it has at least one red square. After the first move, there are exactly k+1k+1 bad rows and columns: if a row was picked, then that row and the kk columns corresponding to the chosen squares are all bad. Any subsequent move increases the number of bad rows/columns by at least 11. Since there are only 2n2n rows and columns, we can make at most 2n(k+1)2n - (k+1) moves after the first one, and so at most 2nk2n - k moves can be made in total. Thus we can have at most k(2nk)k(2n - k) red squares.

To prove this is achievable, let’s choose each of the nn columns in the first nn moves, and colour the top kk cells in these columns. Then, the bottom nkn-k rows are still uncoloured, so we can make nkn-k more moves, colouring k(n+nk)k(n+n-k) cells in total.

\square


Problem 2

Number Theory
Problem

Let pp be an odd prime number and a,b,ca, b, c be integers so that the integers

a2023+b2023,b2024+c2024,c2025+a2025a^{2023} + b^{2023}, \quad b^{2024} + c^{2024}, \quad c^{2025} + a^{2025}

are all divisible by pp. Prove that pp divides each of a,ba, b, and cc.

View Solution

Solution 1.

Set k=2023k = 2023. If one of a,b,ca, b, c is divisible by pp, then all of them are. Indeed, for example, if pap \mid a, then pak+bkp \mid a^k + b^k implies pbp \mid b, and then pbk+1+ck+1p \mid b^{k+1} + c^{k+1} implies pcp \mid c. The other cases follow similarly. So for the sake of contradiction assume none of a,b,ca, b, c is divisible by pp. Then

ak(k+2)(ak)k+2(bk)k+2bk(k+2)(modp)a^{k(k+2)} \equiv (a^k)^{k+2} \equiv (-b^k)^{k+2} \equiv -b^{k(k+2)} \pmod{p}

and

ak(k+2)(ak+2)k=(ck+2)kck(k+2)(modp).a^{k(k+2)} \equiv (a^{k+2})^k = (-c^{k+2})^k \equiv -c^{k(k+2)} \pmod{p}.

So bk(k+2)ck(k+2)(modp)b^{k(k+2)} \equiv c^{k(k+2)} \pmod{p}. But then

ck(k+2)cc(k+1)2(bk+1)k+1b(k+1)2bk(k+2)bck(k+2)b(modp)c^{k(k+2)} \cdot c \equiv c^{(k+1)^2} \equiv (-b^{k+1})^{k+1} \equiv b^{(k+1)^2} \equiv b^{k(k+2)} \cdot b \equiv c^{k(k+2)} \cdot b \pmod{p}

which forces bc(modp)b \equiv c \pmod{p}. Thus

0bk+1+ck+1=2bk+1(modp)0 \equiv b^{k+1} + c^{k+1} = 2b^{k+1} \pmod{p}

implying pbp \mid b, a contradiction. Thus the proof is complete. □

View Solution

Solution 2.

As before, we may assume pp divides none of a,ba, b, and cc and set k=2023k = 2023. Then

akbk(modp)a^k \equiv -b^k \pmod{p}bk+1ck+1(modp)b^{k+1} \equiv -c^{k+1} \pmod{p}ck+2ak+2(modp)c^{k+2} \equiv -a^{k+2} \pmod{p}

and multiplying these three equations yields akbk+1ck+2bkck+1ak+2(modp)a^k b^{k+1} c^{k+2} \equiv -b^k c^{k+1} a^{k+2} \pmod{p}. By cancelling the factor akbkck+1a^k b^k c^{k+1}, we get a2bc(modp)a^2 \equiv -bc \pmod{p}. Now

pak+bk    a4kb4k(modp)    c2kb2k(modp)p \mid a^k + b^k \implies a^{4k} \equiv b^{4k} \pmod{p} \implies c^{2k} \equiv b^{2k} \pmod{p}

so

pbk+1+ck+1    b2(k+1)c2(k+1)(modp)    b2c2(modp)p \mid b^{k+1} + c^{k+1} \implies b^{2(k+1)} \equiv c^{2(k+1)} \pmod{p} \implies b^2 \equiv c^2 \pmod{p}

so either bc(modp)b \equiv c \pmod{p} or bc(modp)b \equiv -c \pmod{p}. In the latter case, a2c2(modp)a^2 \equiv c^2 \pmod{p} so ac(modp)a \equiv c \pmod{p} or ac(modp)a \equiv -c \pmod{p}. In any case, two out of {a,b,c}\{a, b, c\} are the same mod pp, so one of the equations gives p2xyp \mid 2x^y where x{a,b,c}x \in \{a, b, c\} and y{k,k+1,k+2}y \in \{k, k+1, k+2\}, hence pp odd implies pxp \mid x so pabcp \mid abc, the desired contradiction. □

View Solution

Solution 3.

We have

a2023b2023(modp)(1)a^{2023} \equiv -b^{2023} \pmod{p} \qquad (1)b2024c2024(modp)(2)b^{2024} \equiv -c^{2024} \pmod{p} \qquad (2)c2025a2025(modp)(3)c^{2025} \equiv -a^{2025} \pmod{p} \qquad (3)

Thus,

a202320242025b202320242025(modp)by (1)c202320242025(modp)by (2)a202320242025(modp)by (3)\begin{align*} a^{2023 \cdot 2024 \cdot 2025} &\equiv b^{2023 \cdot 2024 \cdot 2025} \pmod{p} & \text{by (1)} \\ &\equiv -c^{2023 \cdot 2024 \cdot 2025} \pmod{p} & \text{by (2)} \\ &\equiv -a^{2023 \cdot 2024 \cdot 2025} \pmod{p} & \text{by (3)} \end{align*}

Thus, p2a202320242025p \mid 2 \cdot a^{2023 \cdot 2024 \cdot 2025} and hence pap \mid a since pp is odd. Now, finish as before. □


Problem 3

Combinatorics
Problem

A finite set SS of positive integers is called cardinal if SS contains the integer S|S|, where S|S| denotes the number of distinct elements in SS. Let ff be a function from the set of positive integers to itself, such that for any cardinal set SS, the set f(S)f(S) is also cardinal. Here f(S)f(S) denotes the set of all integers that can be expressed as f(a)f(a) for some aa in SS. Find all possible values of f(2024)f(2024). Note: As an example, {1,3,5}\{1, 3, 5\} is a cardinal set because it has exactly 3 distinct elements, and the set contains 3.

View Solution

Solution 1.

Solution 1. The possible values are 1, 2, and 2024.

Construction. The function f(x)=1f(x) = 1 for all xNx \in \mathbb{N} works. Also, f(x)=1f(x) = 1 for all x2024x \neq 2024 and f(2024)=2f(2024) = 2, works. Finally, f(x)=xf(x) = x for all xNx \in \mathbb{N} works as well. It remains to show these are the only possible values for f(2024)f(2024).

Proof. Denote Im(f)={f(x)xN}\text{Im}(f) = \{f(x) \mid x \in \mathbb{N}\}. The cardinal set {1}\{1\} gives f(1)=1f(1) = 1. Consider the following two cases:

  • Im(f)\text{Im}(f) is unbounded. Fix any nNn \in \mathbb{N}, with n>1n > 1. Pick n1n-1 distinct integers k1,,kn1k_1, \dots, k_{n-1} such that f(ki){n,f(n)}f(k_i) \notin \{n, f(n)\} and f(ki)f(k_i) are all pairwise distinct, for 1i<n1 \le i < n. Then {n,k1,,kn1}\{n, k_1, \dots, k_{n-1}\} is a cardinal set. Then {f(n),f(k1),,f(kn1)}\{f(n), f(k_1), \dots, f(k_{n-1})\} is a cardinal set with nn distinct elements, so nn lies in this set, hence f(n)=nf(n) = n. This gives the identity function.

  • Im(f)\text{Im}(f) is bounded. Suppose f(x)Mf(x) \le M for all xNx \in \mathbb{N} and some integer M>0M > 0.

Claim. For any integer aa satisfying 1aM1 \le a \le M, if there are infinitely many integers nNn \in \mathbb{N} such that f(n)=af(n) = a, then a=1a = 1.

Proof. Let b>1b > 1 be one of the integers with f(b)=af(b) = a. Consider b1b-1 other integers c1,,cb1c_1, \dots, c_{b-1}, such that f(ci)=af(c_i) = a for 1i<b1 \le i < b, and cic_i are all pairwise distinct. Then {b,c1,,cb1}\{b, c_1, \dots, c_{b-1}\} is a cardinal set, so the image set, which consists of the singleton {a}\{a\} is cardinal, hence a=1a = 1. \square

So for every 2mM2 \le m \le M, there are only finitely many integers xx such that f(x)=mf(x) = m. Thus, there exists an integer N>1N > 1 such that for all nNn \ge N, f(n)=1f(n) = 1. Now for every 1<l<N1 < l < N, consider the cardinal set {l,N+1,N+2,,N+l1}\{l, N+1, N+2, \dots, N+l-1\}. Then the image set consists of {1,f(l)}\{1, f(l)\}, which can be cardinal only when f(l)=1f(l) = 1 or f(l)=2f(l) = 2.

By the above reasoning, f(2024)f(2024) can only be 1, 2, or 2024, each of which occurs as an example. \square

View Solution

Solution 2.

Solution 2. We present a second proof of the fact that the proposed values are the only possibilities. Considering the singleton cardinal set {1}\{1\}, we see that f(1)=1f(1) = 1. The cardinal set {1,2}\{1, 2\} gets mapped to {1,f(2)}\{1, f(2)\}, so f(2)f(2) must be 2 or 1.

Case 1. Suppose f(2)=1f(2) = 1. Now {2,2024}\{2, 2024\} is a cardinal set, and therefore so is {1,f(2024)}\{1, f(2024)\}. This means f(2024)f(2024) is 1 or 2.

Case 2. Suppose f(2)=2f(2) = 2. The cardinal set f({1,2,3})={1,2,f(3)}f(\{1, 2, 3\}) = \{1, 2, f(3)\} shows that f(3){1,2,3}f(3) \in \{1, 2, 3\}, but the cardinal set f({2,3})={2,f(3)}f(\{2, 3\}) = \{2, f(3)\} proves f(3)f(3) cannot be 2. Thus there are two sub-cases:

2.1. f(3)=1f(3) = 1. Then the set {1,3,2024}\{1, 3, 2024\} is cardinal, hence so is {1,f(2024)}\{1, f(2024)\}, implying, as before, f(2024){1,2}f(2024) \in \{1, 2\}.

2.2. f(3)=3f(3) = 3. In this case, we show via induction that f(n)=nf(n) = n for all nNn \in \mathbb{N}.

The base cases n=1,2,3n = 1, 2, 3 are already known. Now consider n4n \ge 4, and assume f(k)=kf(k) = k for all k<nk < n. Consider the cardinal f({1,2,,n})={1,2,,n1,f(n)}f(\{1, 2, \dots, n\}) = \{1, 2, \dots, n-1, f(n)\} which implies f(n){1,2,,n}f(n) \in \{1, 2, \dots, n\}.

However, consider the n1n-1-element cardinal set {1,2,,n}{n2}\{1, 2, \dots, n\} \setminus \{n-2\}. For its image to be cardinal f(n)f(n) cannot equal any number in {1,2,,n1}{n2}\{1, 2, \dots, n-1\} \setminus \{n-2\}; else its cardinality would be n2n-2, which isn’t in the set. So f(n){n2,n}f(n) \in \{n-2, n\}.

Finally, consider the n2n-2-element set {1,2,,n}{n1,n3}\{1, 2, \dots, n\} \setminus \{n-1, n-3\}. If f(n)=n2f(n) = n-2, its image would only have n3n-3 elements, and thus would not be cardinal. So we conclude that f(n)=nf(n) = n and the induction is complete. In particular, f(2024)=2024f(2024) = 2024.


Problem 4

Geometry
Problem

Let points A1A_1, A2A_2, and A3A_3 lie on the circle Γ\Gamma in counter-clockwise order, and let PP be a point in the same plane. For i{1,2,3}i \in \{1, 2, 3\}, let τi\tau_i denote the counter-clockwise rotation of the plane centred at AiA_i, where the angle of the rotation is equal to the angle at vertex AiA_i in A1A2A3\triangle A_1A_2A_3. Further, define PiP_i to be the point τi+2(τi(τi+1(P)))\tau_{i+2}(\tau_i(\tau_{i+1}(P))), where indices are taken modulo 3 (i.e., τ4=τ1\tau_4 = \tau_1 and τ5=τ2\tau_5 = \tau_2). Prove that the radius of the circumcircle of P1P2P3\triangle P_1P_2P_3 is at most the radius of Γ\Gamma.

Note

This problem originally includes a geometry diagram. The diagram is omitted in this version.

View Solution

Solution 1.

Solution 1. Fix an index i{1,2,3}i \in \{1, 2, 3\}. Let D1,D2,D3D_1, D_2, D_3 be the points of tangency of the incircle of triangle A1A2A3\triangle A_1A_2A_3 with its sides A2A3A_2A_3, A3A1A_3A_1, A1A2A_1A_2 respectively. The key observation is that given a line \ell in the plane, the image of \ell under the mapping τi+2(τi(τi+1()))\tau_{i+2}(\tau_i(\tau_{i+1}(\ell))) is a line parallel to \ell. Indeed, \ell is rotated thrice by angles equal to the angles of A1A2A3\triangle A_1A_2A_3, and the composition of these rotations induces a half-turn and translation on \ell as the angles of A1A2A3\triangle A_1A_2A_3 add to 180180^\circ. Since DiD_i is a fixed point of this transformation (by the chain of maps Diτi+1Di+2τiDi+1τi+2DiD_i \xrightarrow{\tau_{i+1}} D_{i+2} \xrightarrow{\tau_i} D_{i+1} \xrightarrow{\tau_{i+2}} D_i), we conclude that the line PDi\overline{PD_i} maps to the line PiDi\overline{P_iD_i}. But the two lines are parallel and both of them pass through DiD_i hence they must coincide, so DiD_i lies on PPi\overline{PP_i}. Further, each rotation preserves distances, hence PiP_i is the reflection of PP in DiD_i. In other words, the triangle P1P2P3P_1P_2P_3 is obtained by applying a homothety with ratio 2 and center PP to the triangle D1D2D3D_1D_2D_3. Thus, the radius of the circumcircle of P1P2P3\triangle P_1P_2P_3 is twice the radius of the circumcircle of D1D2D3\triangle D_1D_2D_3, i.e., twice the radius of the incircle of A1A2A3\triangle A_1A_2A_3, which is known to be at most the radius of the circumcircle Γ\Gamma.

Now, for any complex number zz, the rotation at z0z_0 with angle θ\theta counterclockwise sends zz to (zz0)eiθ+z0(z - z_0)e^{i\theta} + z_0. Therefore, one computes that

τ321(z)=τ3(τ1(τ2(z)))=τ3(τ1((zb)eiB+b))=τ3(zei(A+B)+beiA(1eiB)+a(1eiA))=z+b+c+bei(A+C)+aeiCaei(A+C)ceiC\begin{align*} \tau_{321}(z) &= \tau_3(\tau_1(\tau_2(z))) &= \tau_3(\tau_1((z-b)e^{iB} + b)) \\ &= \tau_3(ze^{i(A+B)} + be^{iA}(1 - e^{iB}) + a(1 - e^{iA})) \\ &= -z + b + c + be^{i(A+C)} + ae^{iC} - ae^{i(A+C)} - ce^{iC} \end{align*}

Thus, τ312(z)+z\tau_{312}(z)+z is independent of zz. Similarly τ123(z)+z\tau_{123}(z)+z and τ231(z)+z\tau_{231}(z)+z are also independent of zz. Note that adding zz is the same as translation by zz, hence we have shown that the circumradius of P1P2P3\triangle P_1P_2P_3 is independent of PP. Thus, it suffices to prove the result for z=z0=a+b+cz = z_0 = a + b + c. Let U=τ312(z0)U = -\tau_{312}(z_0), V=τ123(z0)V = -\tau_{123}(z_0), W=τ231(z0)W = -\tau_{231}(z_0). So, it is enough to prove that the circumradius of UVW\triangle UVW at most the radius of Γ\Gamma. Name the vertices A1,A2,A3A_1, A_2, A_3 as A,B,CA, B, C for convenience. Let the parallel line to BCBC passing through AA intersect Γ\Gamma again at KK. Similarly, define LL as the second intersection of the line through BB parallel to CACA and finally MM for CC parallel to ABAB. We claim that UU lies on the line segment AK\overrightarrow{AK}: We have U=a(ba)ei(A+C)+(ca)eiCU = a - (b-a)e^{i(A+C)} + (c-a)e^{iC}, hence AU\overrightarrow{AU} is parallel to AK\overrightarrow{AK} hence UU lies on the line AKAK. If AB=ACAB = AC then U=AU = A, and the claim is proven. Else suppose that AB<ACAB < AC. Then AU\overrightarrow{AU} points towards KK and AU=ACAB|AU| = AC - AB, so it suffices

to show that AK>ACABAK > AC - AB. But this is clear because KCBAKCBA is an isosceles trapezium, so AB=KCAB = KC, and then triangle inequality on KAC\triangle KAC to get KA+KC>ACKA + KC > AC. Thus, UAKU \in \overline{AK}, and similarly VBLV \in \overline{BL}, WCMW \in \overline{CM}. We claim that for any U,V,WU,V,W on the segments AK,BL,CMAK, BL, CM respectively, the circumradius of UVW\triangle UVW is less than or equal to the radius of Γ\Gamma. Now let X,YX,Y be two fixed points on the same side of a line \ell. Fix a side of XY\overleftrightarrow{XY}, and let ZZ be a variable point on \ell which always remains on this fixed side of XY\overleftrightarrow{XY}. Then the circumradius of XYZ\triangle XYZ is minimized at the unique point Z0Z_0 (on this fixed side of XY\overleftrightarrow{XY}) for which the circumcircle of XYZ0\triangle XYZ_0 is tangent to \ell and it is an increasing function as one goes further away from this unique point Z0Z_0. Thus, the maximum circumradius of UVW\triangle UVW is achieved only if U{A,K}U \in \{A,K\}, V{B,L}V \in \{B,L\}, W{C,M}W \in \{C,M\}. For each of these, the circumradius is the radius of Γ\Gamma, hence we are done. \square

View Solution

Solution 2.

Toss the figure on the complex plane, and let A1=aA_1 = a, A2=bA_2 = b, A3=cA_3 = c without loss of generality. Let the angles of the triangle at A1,A2,A3A_1, A_2, A_3 be denoted by A,B,CA, B, C. Now, for any complex number zz, the rotation at z0z_0 with angle θ\theta counterclockwise sends zz to (zz0)eiθ+z0(z - z_0)e^{i\theta} + z_0.

The key observation is that given a line \ell in the plane, the image of \ell under the mapping τi+2(τi(τi+1()))\tau_{i+2}(\tau_i(\tau_{i+1}(\ell))) is a line parallel to \ell. Indeed, \ell is rotated thrice by angles equal to the angles of A1A2A3\triangle A_1A_2A_3, and the composition of these rotations induces a half-turn and translation on \ell as the angles of A1A2A3\triangle A_1A_2A_3 add to 180180^\circ. Since DiD_i is a fixed point of this transformation (by the chain of maps Diτi+1Di+2τiDi+1τi+2DiD_i \xrightarrow{\tau_{i+1}} D_{i+2} \xrightarrow{\tau_i} D_{i+1} \xrightarrow{\tau_{i+2}} D_i), we conclude that the line PDi\overline{PD_i} maps to the line PiDi\overline{P_iD_i}. But the two lines are parallel and both of them pass through DiD_i hence they must coincide, so DiD_i lies on PPi\overline{PP_i}. Further, each rotation preserves distances, hence PiP_i is the reflection of PP in DiD_i. In other words, the triangle P1P2P3P_1P_2P_3 is obtained by applying a homothety with ratio 2 and center PP to the triangle D1D2D3D_1D_2D_3. Thus, the radius of the circumcircle of P1P2P3\triangle P_1P_2P_3 is twice the radius of the circumcircle of D1D2D3\triangle D_1D_2D_3, i.e., twice the radius of the incircle of A1A2A3\triangle A_1A_2A_3, which is known to be at most the radius of the circumcircle Γ\Gamma.


Problem 5

Algebra
Problem

For each positive integer n3n \ge 3, define AnA_n and BnB_n as

An=n2+1+n2+3++n2+2n1,A_n = \sqrt{n^2 + 1} + \sqrt{n^2 + 3} + \dots + \sqrt{n^2 + 2n - 1},Bn=n2+2+n2+4++n2+2n.B_n = \sqrt{n^2 + 2} + \sqrt{n^2 + 4} + \dots + \sqrt{n^2 + 2n}.

Determine all positive integers n3n \ge 3 for which An=Bn\lfloor A_n \rfloor = \lfloor B_n \rfloor.

Note. For any real number xx, x\lfloor x \rfloor denotes the largest integer NN such that NxN \le x.

View Solution

Let M=n2+12nM = n^2 + \frac{1}{2}n.

Lemma 1. BnAn<12B_n - A_n < \frac{1}{2}.

Indeed,

(BnAn)=k=1n(n2+2kn2+2k1)=k=1n1n2+2k+n2+2k1<k=1n12n=n2n=12(B_n - A_n) = \sum_{k=1}^{n} (\sqrt{n^2 + 2k} - \sqrt{n^2 + 2k - 1}) = \sum_{k=1}^{n} \frac{1}{\sqrt{n^2 + 2k} + \sqrt{n^2 + 2k - 1}} < \sum_{k=1}^{n} \frac{1}{2n} = \frac{n}{2n} = \frac{1}{2}

proving the lemma.

Lemma 2. An<M<BnA_n < M < B_n.

Proof. Observe that

(Ann2)=k=1n(n2+2k1n)=k=1n2k1n2+2k1+n<k=1n2k1n+n=n22n=n2(A_n - n^2) = \sum_{k=1}^{n} \left( \sqrt{n^2 + 2k - 1} - n \right) = \sum_{k=1}^{n} \frac{2k - 1}{\sqrt{n^2 + 2k - 1} + n} < \sum_{k=1}^{n} \frac{2k - 1}{n + n} = \frac{n^2}{2n} = \frac{n}{2}

as k=1n(2k1)=n2\sum_{k=1}^{n}(2k-1) = n^2, proving Ann2<n2A_n - n^2 < \frac{n}{2} or An<MA_n < M. Similarly,

(Bnn2)=k=1n(n2+2kn)=k=1n2kn2+2k+n>k=1n2k(n+1)+n=n(n+1)2n+1>n2(B_n - n^2) = \sum_{k=1}^{n} (\sqrt{n^2 + 2k} - n) = \sum_{k=1}^{n} \frac{2k}{\sqrt{n^2 + 2k} + n} > \sum_{k=1}^{n} \frac{2k}{(n+1) + n} = \frac{n(n+1)}{2n+1} > \frac{n}{2}

as k=1n(2k)=n(n+1)\sum_{k=1}^{n}(2k) = n(n+1), so Bnn2>n2B_n - n^2 > \frac{n}{2} hence Bn>MB_n > M, as desired. \square

By Lemma 2, we see that AnA_n and BnB_n are positive real numbers containing MM between them. When nn is even, MM is an integer. This implies An<M\lfloor A_n \rfloor < M, but BnM\lfloor B_n \rfloor \ge M, which means we cannot have An=Bn\lfloor A_n \rfloor = \lfloor B_n \rfloor.

When nn is odd, MM is a half-integer, and thus M12M - \frac{1}{2} and M+12M + \frac{1}{2} are consecutive integers. So the above two lemmas imply

M12<Bn(BnAn)=An<Bn=An+(BnAn)<M+12.M - \frac{1}{2} < B_n - (B_n - A_n) = A_n < B_n = A_n + (B_n - A_n) < M + \frac{1}{2}.

This shows An=Bn=M12\lfloor A_n \rfloor = \lfloor B_n \rfloor = M - \frac{1}{2}.

Thus, the only integers n3n \ge 3 that satisfy the conditions are the odd numbers and all of them work. \square


Problem 6

Geometry
Problem

In triangle ABCABC with CA=CBCA = CB, point EE lies on the circumcircle of ABCABC such that ECB=90\angle ECB = 90^\circ. The line through EE parallel to CBCB intersects CACA in FF and ABAB in GG. Prove that the centre of the circumcircle of triangle EGBEGB lies on the circumcircle of triangle ECFECF.

Note

This problem originally includes a geometry diagram. The diagram is omitted in this version.

View Solution

Solution 1.

We have FG=FAFG = FA since FGFG is parallel to BCBC. But also GAE\triangle GAE is a right angle triangle. Thus, if FF' is the midpoint of GEGE, then GAF=FGA=FGA=GAF\angle GAF = \angle FGA = \angle F'GA = \angle GAF', which implies FFF \equiv F'. Thus, FF is the midpoint of GEGE.

If OO is the circumcenter of EBG\triangle EBG, then

FOE=GBE=ABE=ACE=FCE\angle FOE = \angle GBE = \angle ABE = \angle ACE = \angle FCE

Thus, we get FOE=FCE\angle FOE = \angle FCE as desired.

View Solution

Solution 2.

(BCA\angle BCA acute case)

Let O1O_1 be the circumcenter of ABC\triangle ABC, OO be the circumcenter of EBG\triangle EBG and ω\omega be the circumcircle of ECF\triangle ECF.

First, show that FF is the midpoint of EGEG as in Solution 1. Next, we show that O1O_1 lies on ω\omega. This follows from

EO1C=2EBC=2O1BC=2BCO1=BCA=EFC\angle EO_1C = 2\angle EBC = 2\angle O_1BC = 2\angle BCO_1 = \angle BCA = \angle EFC

Now, O1O_1 is the midpoint of EBEB and FF is the midpoint of EGEG, therefore the homothety at EE with ratio 1/21/2 takes EGB\triangle EGB to EFO1\triangle EFO_1. Thus, it takes OO, the circumcenter of EGB\triangle EGB, to the circumcenter of EFO1\triangle EFO_1, thus proving that the midpoint of EOEO is the center of ω\omega. This immediately implies that OO lies on ω\omega.