Found problems: 3882
2022 India National Olympiad, 1
Let $D$ be an interior point on the side $BC$ of an acute-angled triangle $ABC$. Let the circumcircle of triangle $ADB$ intersect $AC$ again at $E(\ne A)$ and the circumcircle of triangle $ADC$ intersect $AB$ again at $F(\ne A)$. Let $AD$, $BE$, and $CF$ intersect the circumcircle of triangle $ABC$ again at $D_1(\ne A)$, $E_1(\ne B)$ and $F_1(\ne C)$, respectively. Let $I$ and $I_1$ be the incentres of triangles $DEF$ and $D_1E_1F_1$, respectively. Prove that $E,F, I, I_1$ are concyclic.
2000 USAMO, 5
Let $A_1A_2A_3$ be a triangle and let $\omega_1$ be a circle in its plane passing through $A_1$ and $A_2.$ Suppose there exist circles $\omega_2, \omega_3, \dots, \omega_7$ such that for $k = 2, 3, \dots, 7,$ $\omega_k$ is externally tangent to $\omega_{k-1}$ and passes through $A_k$ and $A_{k+1},$ where $A_{n+3} = A_{n}$ for all $n \ge 1$. Prove that $\omega_7 = \omega_1.$
2002 Czech-Polish-Slovak Match, 5
In an acute-angled triangle $ABC$ with circumcenter $O$, points $P$ and $Q$ are taken on sides $AC$ and $BC$ respectively such that $\frac{AP}{PQ} = \frac{BC}{AB}$ and $\frac{BQ}{PQ} =\frac{AC}{AB}$ . Prove that the points $O, P,Q,C$ lie on a circle.
2003 Baltic Way, 13
In a rectangle $ABCD$ be a rectangle and $BC = 2AB$, let $E$ be the midpoint of $BC$ and $P$ an arbitrary inner point of $AD$. Let $F$ and $G$ be the feet of perpendiculars drawn correspondingly from $A$ to $BP$ and from $D$ to $CP$. Prove that the points $E,F,P,G$ are concyclic.
2005 Slovenia Team Selection Test, 5
Let $O$ be the circumcenter of an acute-angled triangle $ABC$ with ${\angle B<\angle C}$. The line $AO$ meets the side $BC$ at $D$. The circumcenters of the triangles $ABD$ and $ACD$ are $E$ and $F$, respectively. Extend the sides $BA$ and $CA$ beyond $A$, and choose on the respective extensions points $G$ and $H$ such that ${AG=AC}$ and ${AH=AB}$. Prove that the quadrilateral $EFGH$ is a rectangle if and only if ${\angle ACB-\angle ABC=60^{\circ }}$.
[i]Proposed by Hojoo Lee, Korea[/i]
2021-IMOC, G2
Let the midline of $\triangle ABC$ parallel to $BC$ intersect the circumcircle $\Gamma$ of $\triangle ABC$ at $P$, $Q$, and the tangent of $\Gamma$ at $A$ intersects $BC$ at $T$. Show that $\measuredangle BTQ = \measuredangle PTA$.
2007 QEDMO 5th, 2
Let $ ABCD$ be a (not self-intersecting) quadrilateral satisfying $ \measuredangle DAB \equal{} \measuredangle BCD\neq 90^{\circ}$. Let $ X$ and $ Y$ be the orthogonal projections of the point $ D$ on the lines $ AB$ and $ BC$, and let $ Z$ and $ W$ be the orthogonal projections of the point $ B$ on the lines $ CD$ and $ DA$.
Establish the following facts:
[b]a)[/b] The quadrilateral $ XYZW$ is an isosceles trapezoid such that $ XY\parallel ZW$.
[b]b)[/b] Let $ M$ be the midpoint of the segment $ AC$. Then, the lines $ XZ$ and $ YW$ pass through the point $ M$.
[b]c)[/b] Let $ N$ be the midpoint of the segment $ BD$, and let $ X^{\prime}$, $ Y^{\prime}$, $ Z^{\prime}$, $ W^{\prime}$ be the midpoints of the segments $ AB$, $ BC$, $ CD$, $ DA$. Then, the point $ M$ lies on the circumcircles of the triangles $ W^{\prime}X^{\prime}N$ and $ Y^{\prime}Z^{\prime}N$.
[hide="Notice"][i]Notice.[/i] This problem has been discussed at http://www.mathlinks.ro/Forum/viewtopic.php?t=172417 .[/hide]
2008 Greece Team Selection Test, 2
The bisectors of the angles $\angle{A},\angle{B},\angle{C}$ of a triangle $\triangle{ABC}$ intersect with the circumcircle $c_1(O,R)$ of $\triangle{ABC}$ at $A_2,B_2,C_2$ respectively.The tangents of $c_1$ at $A_2,B_2,C_2$ intersect each other at $A_3,B_3,C_3$ (the points $A_3,A$ lie on the same side of $BC$,the points $B_3,B$ on the same side of $CA$,and $C_3,C$ on the same side of $AB$).The incircle $c_2(I,r)$ of $\triangle{ABC}$ is tangent to $BC,CA,AB$ at $A_1,B_1,C_1$ respectively.Prove that $A_1A_2,B_1B_2,C_1C_2,AA_3,BB_3,CC_3$ are concurrent.
[hide=Diagram][asy]import graph; size(11cm);
real labelscalefactor = 0.5; /* changes label-to-point distance */
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */
pen dotstyle = black; /* point style */
real xmin = -9.26871978147865, xmax = 19.467150423463277, ymin = -6.150626456647122, ymax = 10.10782642246474; /* image dimensions */
pen aqaqaq = rgb(0.6274509803921569,0.6274509803921569,0.6274509803921569); pen uququq = rgb(0.25098039215686274,0.25098039215686274,0.25098039215686274);
draw((1.0409487561836381,4.30054785243355)--(0.,0.)--(6.,0.)--cycle, aqaqaq);
/* draw figures */
draw((1.0409487561836381,4.30054785243355)--(0.,0.), uququq);
draw((0.,0.)--(6.,0.), uququq);
draw((6.,0.)--(1.0409487561836381,4.30054785243355), uququq);
draw(circle((3.,1.550104087253063), 3.376806580383107));
draw(circle((1.9303371951242874,1.5188413314630436), 1.5188413314630436));
draw((1.0226422135625703,7.734611112525813)--(1.0559139088339535,1.4932847901569466), linetype("2 2"));
draw((-1.2916762981259242,-1.8267024931300444)--(1.0559139088339535,1.4932847901569466), linetype("2 2"));
draw((-0.2820306621765219,2.344520485530311)--(1.0559139088339535,1.4932847901569466), linetype("2 2"));
draw((1.0559139088339535,1.4932847901569466)--(5.212367857300808,4.101231513568902), linetype("2 2"));
draw((1.0559139088339535,1.4932847901569466)--(3.,-1.8267024931300442), linetype("2 2"));
draw((12.047991949367804,-1.8267024931300444)--(1.0559139088339535,1.4932847901569466), linetype("2 2"));
draw((1.0226422135625703,7.734611112525813)--(-1.2916762981259242,-1.8267024931300444));
draw((-1.2916762981259242,-1.8267024931300444)--(12.047991949367804,-1.8267024931300444));
draw((12.047991949367804,-1.8267024931300444)--(1.0226422135625703,7.734611112525813));
/* dots and labels */
dot((1.0409487561836381,4.30054785243355),linewidth(3.pt) + dotstyle);
label("$A$", (0.5889800538632699,4.463280489351154), NE * labelscalefactor);
dot((0.,0.),linewidth(3.pt) + dotstyle);
label("$B$", (-0.5723380089304358,-0.10096957139619551), NE * labelscalefactor);
dot((6.,0.),linewidth(3.pt) + dotstyle);
label("$C$", (6.233525986976863,0.06107480945873997), NE * labelscalefactor);
label("$c_1$", (1.9663572911302232,5.111458012770896), NE * labelscalefactor);
dot((3.,-1.8267024931300442),linewidth(3.pt) + dotstyle);
label("$A_2$", (2.9386235762598374,-2.3155761097469805), NE * labelscalefactor);
dot((5.212367857300808,4.101231513568902),linewidth(3.pt) + dotstyle);
label("$B_2$", (5.315274495465561,4.274228711687063), NE * labelscalefactor);
dot((-0.2820306621765219,2.344520485530311),linewidth(3.pt) + dotstyle);
label("$C_2$", (-0.9234341674494632,2.6807922999468636), NE * labelscalefactor);
dot((1.0226422135625703,7.734611112525813),linewidth(3.pt) + dotstyle);
label("$A_3$", (1.1291279900463889,7.893219884113956), NE * labelscalefactor);
dot((-1.2916762981259242,-1.8267024931300444),linewidth(3.pt) + dotstyle);
label("$B_3$", (-1.8146782621516093,-1.4783468086631473), NE * labelscalefactor);
dot((12.047991949367804,-1.8267024931300444),linewidth(3.pt) + dotstyle);
label("$C_3$", (12.148145888182015,-1.6673985863272387), NE * labelscalefactor);
dot((1.9303371951242874,1.5188413314630436),linewidth(3.pt) + dotstyle);
label("$I$", (2.047379481557691,1.681518618008095), NE * labelscalefactor);
dot((1.9303371951242878,0.),linewidth(3.pt) + dotstyle);
label("$A_1$", (1.4532167517562602,-0.5600953171518461), NE * labelscalefactor);
label("$c_2$", (1.5072315453745722,3.247947632939138), NE * labelscalefactor);
dot((2.9254299438737803,2.666303492733126),linewidth(3.pt) + dotstyle);
label("$B_1$", (2.8576013858323694,3.1129106488933584), NE * labelscalefactor);
dot((0.45412477306806903,1.8761589424582812),linewidth(3.pt) + dotstyle);
label("$C_1$", (0,2.3296961414278368), NE * labelscalefactor);
dot((1.0559139088339535,1.4932847901569466),linewidth(3.pt) + dotstyle);
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);
/* end of picture */[/asy][/hide]
2012 Turkey Junior National Olympiad, 2
In a convex quadrilateral $ABCD$, the diagonals are perpendicular to each other and they intersect at $E$. Let $P$ be a point on the side $AD$ which is different from $A$ such that $PE=EC.$ The circumcircle of triangle $BCD$ intersects the side $AD$ at $Q$ where $Q$ is also different from $A$. The circle, passing through $A$ and tangent to line $EP$ at $P$, intersects the line segment $AC$ at $R$. If the points $B, R, Q$ are concurrent then show that $\angle BCD=90^{\circ}$.
2015 Iran Team Selection Test, 6
$ABCD$ is a circumscribed and inscribed quadrilateral. $O$ is the circumcenter of the quadrilateral. $E,F$ and $S$ are the intersections of $AB,CD$ , $AD,BC$ and $AC,BD$ respectively. $E'$ and $F'$ are points on $AD$ and $AB$ such that $A\hat{E}E'=E'\hat{E}D$ and $A\hat{F}F'=F'\hat{F}B$. $X$ and $Y$ are points on $OE'$ and $OF'$ such that $\frac{XA}{XD}=\frac{EA}{ED}$ and $\frac{YA}{YB}=\frac{FA}{FB}$. $M$ is the midpoint of arc $BD$ of $(O)$ which contains $A$.
Prove that the circumcircles of triangles $OXY$ and $OAM$ are coaxal with the circle with diameter $OS$.
Croatia MO (HMO) - geometry, 2018.7
Given an acute-angled triangle $ABC$ in which $|AB| <|AC|$. Point $D$ is the midpoint of the shorter arc $BC$ of its circumcircle. The point $I$ is the center of its incircle, and the point $J$ is symmetric point of $I$ wrt line $BC$. The line $DJ$ intersects the circumcircle of the triangle $ABC$ at the point $E$ belonging to the arc $AB$. Prove that $|AI |= |IE|$.
2010 ELMO Shortlist, 4
Let $ABC$ be a triangle with circumcircle $\omega$, incenter $I$, and $A$-excenter $I_A$. Let the incircle and the $A$-excircle hit $BC$ at $D$ and $E$, respectively, and let $M$ be the midpoint of arc $BC$ without $A$. Consider the circle tangent to $BC$ at $D$ and arc $BAC$ at $T$. If $TI$ intersects $\omega$ again at $S$, prove that $SI_A$ and $ME$ meet on $\omega$.
[i]Amol Aggarwal.[/i]
2023 Thailand Mathematical Olympiad, 8
Let $ABC$ be an acute triangle. The tangent at $A,B$ of the circumcircle of $ABC$ intersect at $T$. Line $CT$ meets side $AB$ at $D$. Denote by $\Gamma_1,\Gamma_2$ the circumcircle of triangle $CAD$, and the circumcircle of triangle $CBD$, respectively. Let line $TA$ meet $\Gamma_1$ again at $E$ and line $TB$ meet $\Gamma_2$ again at $F$. Line $EF$ intersects sides $AC,BC$ at $P,Q$, respectively. Prove that $EF=PQ+AB$.
1997 IMO Shortlist, 23
Let $ ABCD$ be a convex quadrilateral. The diagonals $ AC$ and $ BD$ intersect at $ K$. Show that $ ABCD$ is cyclic if and only if $ AK \sin A \plus{} CK \sin C \equal{} BK \sin B \plus{} DK \sin D$.
2019 Romania Team Selection Test, 2
The altitudes through the vertices $ A,B,C$ of an acute-angled triangle $ ABC$ meet the opposite sides at $ D,E, F,$ respectively. The line through $ D$ parallel to $ EF$ meets the lines $ AC$ and $ AB$ at $ Q$ and $ R,$ respectively. The line $ EF$ meets $ BC$ at $ P.$ Prove that the circumcircle of the triangle $ PQR$ passes through the midpoint of $ BC.$
1991 Vietnam Team Selection Test, 1
1.) In the plane let us consider a set $S$ consisting of $n \geq 3$ distinct points satisfying the following three conditions:
[b]I.[/b] The distance between any two points $\in S$ is not greater than 1.
[b]II.[/b] For every point $A \in S$, there are exactly two “neighbor” points, i.e. two points $X, Y \in S$ for which $AX = AY = 1$.
[b]III. [/b] For arbitrary two points $A, B \in S$, let $A', A''$ be the two neighbors of $A, B', B''$ the two neighbors of $B$, then $A'AA'' = B'BB''$.
Is there such a set $S$ if $n = 1991$? If $n = 2000$ ? Explain your answer.
2013 Kazakhstan National Olympiad, 2
Given triangle ABC with incenter I. Let P,Q be point on circumcircle such that $\angle API=\angle CPI$ and $\angle BQI=\angle CQI$.Prove that $BP,AQ$ and $OI$ are concurrent.
2002 Czech and Slovak Olympiad III A, 2
Consider an arbitrary equilateral triangle $KLM$, whose vertices $K, L$ and $M$ lie on the sides $AB, BC$ and $CD$, respectively, of a given square $ABCD$. Find the locus of the midpoints of the sides $KL$ of all such triangles $KLM$.
1993 IMO Shortlist, 3
Let triangle $ABC$ be such that its circumradius is $R = 1.$ Let $r$ be the inradius of $ABC$ and let $p$ be the inradius of the orthic triangle $A'B'C'$ of triangle $ABC.$ Prove that \[ p \leq 1 - \frac{1}{3 \cdot (1+r)^2}. \]
[hide="Similar Problem posted by Pascual2005"]
Let $ABC$ be a triangle with circumradius $R$ and inradius $r$. If $p$ is the inradius of the orthic triangle of triangle $ABC$, show that $\frac{p}{R} \leq 1 - \frac{\left(1+\frac{r}{R}\right)^2}{3}$.
[i]Note.[/i] The orthic triangle of triangle $ABC$ is defined as the triangle whose vertices are the feet of the altitudes of triangle $ABC$.
[b]SOLUTION 1 by mecrazywong:[/b]
$p=2R\cos A\cos B\cos C,1+\frac{r}{R}=1+4\sin A/2\sin B/2\sin C/2=\cos A+\cos B+\cos C$.
Thus, the ineqaulity is equivalent to $6\cos A\cos B\cos C+(\cos A+\cos B+\cos C)^2\le3$. But this is easy since $\cos A+\cos B+\cos C\le3/2,\cos A\cos B\cos C\le1/8$.
[b]SOLUTION 2 by Virgil Nicula:[/b]
I note the inradius $r'$ of a orthic triangle.
Must prove the inequality $\frac{r'}{R}\le 1-\frac 13\left( 1+\frac rR\right)^2.$
From the wellknown relations $r'=2R\cos A\cos B\cos C$
and $\cos A\cos B\cos C\le \frac 18$ results $\frac{r'}{R}\le \frac 14.$
But $\frac 14\le 1-\frac 13\left( 1+\frac rR\right)^2\Longleftrightarrow \frac 13\left( 1+\frac rR\right)^2\le \frac 34\Longleftrightarrow$
$\left(1+\frac rR\right)^2\le \left(\frac 32\right)^2\Longleftrightarrow 1+\frac rR\le \frac 32\Longleftrightarrow \frac rR\le \frac 12\Longleftrightarrow 2r\le R$ (true).
Therefore, $\frac{r'}{R}\le \frac 14\le 1-\frac 13\left( 1+\frac rR\right)^2\Longrightarrow \frac{r'}{R}\le 1-\frac 13\left( 1+\frac rR\right)^2.$
[b]SOLUTION 3 by darij grinberg:[/b]
I know this is not quite an ML reference, but the problem was discussed in Hyacinthos messages #6951, #6978, #6981, #6982, #6985, #6986 (particularly the last message).
[/hide]
1970 IMO Longlists, 22
In the triangle $ABC$ let $B'$ and $C'$ be the midpoints of the sides $AC$ and $AB$ respectively and $H$ the foot of the altitude passing through the vertex $A$. Prove that the circumcircles of the triangles $AB'C'$,$BC'H$, and $B'CH$ have a common point $I$ and that the line $HI$ passes through the midpoint of the segment $B'C'.$
2010 Serbia National Math Olympiad, 1
Let $O$ be the circumcenter of triangle $ABC$. A line through $O$ intersects the sides $CA$ and $CB$ at points $D$ and $E$ respectively, and meets the circumcircle of $ABO$ again at point $P \neq O$ inside the triangle. A point $Q$ on side $AB$ is such that $\frac{AQ}{QB}=\frac{DP}{PE}$. Prove that $\angle APQ = 2\angle CAP$.
[i]Proposed by Dusan Djukic[/i]
2022 Spain Mathematical Olympiad, 3
Let $ABC$ be a triangle, with $AB<AC$, and let $\Gamma$ be its circumcircle. Let $D$, $E$ and $F$ be the tangency points of the incircle with $BC$, $CA$ and $AB$ respectively. Let $R$ be the point in $EF$ such that $DR$ is an altitude in the triangle $DEF$, and let $S$ be the intersection of the external bisector of $\angle BAC$ with $\Gamma$. Prove that $AR$ and $SD$ intersect on $\Gamma$.
2012 European Mathematical Cup, 2
Let $ABC$ be an acute triangle with orthocenter $H$. Segments $AH$ and $CH$ intersect segments $BC$ and $AB$ in points $A_1$ and $C_1$ respectively. The segments $BH$ and $A_1C_1$ meet at point $D$. Let $P$ be the midpoint of the segment $BH$. Let $D'$ be the reflection of the point $D$ in $AC$. Prove that quadrilateral $APCD'$ is cyclic.
[i]Proposed by Matko Ljulj.[/i]
Estonia Open Senior - geometry, 1999.2.3
Two right triangles are given, of which the incircle of the first triangle is the circumcircle of the second triangle. Let the areas of the triangles be $S$ and $S'$ respectively. Prove that $\frac{S}{S'} \ge 3 +2\sqrt2$
2010 Iran MO (3rd Round), 1
1. In a triangle $ABC$, $O$ is the circumcenter and $I$ is the incenter. $X$ is the reflection of $I$ to $O$. $A_1$ is foot of the perpendicular from $X$ to $BC$. $B_1$ and $C_1$ are defined similarly. prove that $AA_1$,$BB_1$ and $CC_1$ are concurrent.(12 points)