Found problems: 3882
2020 Dutch IMO TST, 2
Given is a triangle $ABC$ with its circumscribed circle and $| AC | <| AB |$. On the short arc $AC$, there is a variable point $D\ne A$. Let $E$ be the reflection of $A$ wrt the inner bisector of $\angle BDC$. Prove that the line $DE$ passes through a fixed point, regardless of point $D$.
2012 Iran Team Selection Test, 2
Consider $\omega$ is circumcircle of an acute triangle $ABC$. $D$ is midpoint of arc $BAC$ and $I$ is incenter of triangle $ABC$. Let $DI$ intersect $BC$ in $E$ and $\omega$ for second time in $F$. Let $P$ be a point on line $AF$ such that $PE$ is parallel to $AI$. Prove that $PE$ is bisector of angle $BPC$.
[i]Proposed by Mr.Etesami[/i]
2001 239 Open Mathematical Olympiad, 2
In a convex quadrangle $ ABCD $, the rays $ DA $ and $ CB $ intersect at point $ Q $, and the rays $ BA $ and $ CD $ at the point $ P $. It turned out that $ \angle AQB = \angle APD $. The bisectors of the angles $ \angle AQB $ and $ \angle APD $ intersect the sides quadrangle at points $ X $, $ Y $ and $ Z $, $ T $ respectively. Circumscribed circles of triangles $ ZQT $ and $ XPY $ intersect at $ K $ inside quadrangle. Prove that $ K $ lies on the diagonal $ AC $.
2008 Sharygin Geometry Olympiad, 2
(F.Nilov) Given right triangle $ ABC$ with hypothenuse $ AC$ and $ \angle A \equal{} 50^{\circ}$. Points $ K$ and $ L$ on the cathetus $ BC$ are such that $ \angle KAC \equal{} \angle LAB \equal{} 10^{\circ}$. Determine the ratio $ CK/LB$.
2019 Bulgaria EGMO TST, 1
Determine the length of $BC$ in an acute triangle $ABC$ with $\angle ABC = 45^{\circ}$, $OG = 1$ and $OG \parallel BC$. (As usual $O$ is the circumcenter and $G$ is the centroid.)
2010 Greece National Olympiad, 3
A triangle $ ABC$ is inscribed in a circle $ C(O,R)$ and has incenter $ I$. Lines $ AI,BI,CI$ meet the circumcircle $ (O)$ of triangle $ ABC$ at points $ D,E,F$ respectively. The circles with diameter $ ID,IE,IF$ meet the sides $ BC,CA, AB$ at pairs of points $ (A_1,A_2), (B_1, B_2), (C_1, C_2)$ respectively.
Prove that the six points $ A_1,A_2, B_1, B_2, C_1, C_2$ are concyclic.
Babis
2000 Czech and Slovak Match, 2
Let ${ABC}$ be a triangle, ${k}$ its incircle and ${k_a,k_b,k_c}$ three circles orthogonal to ${k}$ passing through ${B}$ and ${C, A}$ and ${C}$ , and ${A}$ and ${B}$ respectively. The circles ${k_a,k_b}$ meet again in ${C'}$ ; in the same way we obtain the points ${B'}$ and ${A'}$ . Prove that the radius of the circumcircle of ${A'B'C'}$ is half the radius of ${k}$ .
2022 Iran MO (3rd Round), 2
In the triangle $ABC$, variable points $D, E, F$ are on the sides[lines] $BC, CA, AB$ respectively so the triangle $DFE$ is similar to the triangle $ABC$ in this order. Circumcircles of $BDF$ and $CDE$ intersect respectively the circumcircle of $ABC$ at $P$ and $Q$ for the second time. Prove that the circumcircle of $DPQ$ passes through a fixed point.
2007 Sharygin Geometry Olympiad, 18
Determine the locus of vertices of triangles which have prescribed orthocenter and center of circumcircle.
1980 IMO, 24
Let $k$ be the incircle and let $l$ be the circumcircle of the triangle $ABC$. Prove that for each point $A'$ of the circle $l$, there exists a triangle $(A'B'C')$, inscribed in the circle $l$ and circumscribed about the circle $k.$
1993 IMO, 2
Let $A$, $B$, $C$, $D$ be four points in the plane, with $C$ and $D$ on the same side of the line $AB$, such that $AC \cdot BD = AD \cdot BC$ and $\angle ADB = 90^{\circ}+\angle ACB$. Find the ratio
\[\frac{AB \cdot CD}{AC \cdot BD}, \]
and prove that the circumcircles of the triangles $ACD$ and $BCD$ are orthogonal. (Intersecting circles are said to be orthogonal if at either common point their tangents are perpendicuar. Thus, proving that the circumcircles of the triangles $ACD$ and $BCD$ are orthogonal is equivalent to proving that the tangents to the circumcircles of the triangles $ACD$ and $BCD$ at the point $C$ are perpendicular.)
2021 Turkey Team Selection Test, 3
A point $D$ is taken on the arc $BC$ of the circumcircle of triangle $ABC$ which does not contain $A$. A point $E$ is taken at the intersection of the interior region of the triangles $ABC$ and $ADC$ such that $m(\widehat{ABE})=m(\widehat{BCE})$. Let the circumcircle of the triangle $ADE$ meets the line $AB$ for the second time at $K$. Let $L$ be the intersection of the lines $EK$ and $BC$, $M$ be the intersection of the lines $EC$ and $AD$, $N$ be the intersection of the lines $BM$ and $DL$. Prove that $$m(\widehat{NEL})=m(\widehat{NDE})$$
2012 Irish Math Olympiad, 2
$A,B,C$ and $D$ are four points in that order on the circumference of a circle $K$. $AB$ is perpendicular to $BC$ and $BC$ is perpendicular to $CD$. $X$ is a point on the circumference of the circle between $A$ and $D$. $AX$ extended meets $CD$ extended at $E$ and $DX$ extended meets $BA$ extended at $F$. Prove that the circumcircle of triangle $AXF$ is tangent to the circumcircle of triangle $DXE$ and that the common tangent line passes through the center of the circle $K$.
2022 Germany Team Selection Test, 3
Let $ABC$ be a triangle with orthocenter $H$ and circumcenter $O$. Let $P$ be a point in the plane such that $AP \perp BC$. Let $Q$ and $R$ be the reflections of $P$ in the lines $CA$ and $AB$, respectively. Let $Y$ be the orthogonal projection of $R$ onto $CA$. Let $Z$ be the orthogonal projection of $Q$ onto $AB$. Assume that $H \neq O$ and $Y \neq Z$. Prove that $YZ \perp HO$.
[asy]
import olympiad;
unitsize(30);
pair A,B,C,H,O,P,Q,R,Y,Z,Q2,R2,P2;
A = (-14.8, -6.6);
B = (-10.9, 0.3);
C = (-3.1, -7.1);
O = circumcenter(A,B,C);
H = orthocenter(A,B,C);
P = 1.2 * H - 0.2 * A;
Q = reflect(A, C) * P;
R = reflect(A, B) * P;
Y = foot(R, C, A);
Z = foot(Q, A, B);
P2 = foot(A, B, C);
Q2 = foot(P, C, A);
R2 = foot(P, A, B);
draw(B--(1.6*A-0.6*B));
draw(B--C--A);
draw(P--R, blue);
draw(R--Y, red);
draw(P--Q, blue);
draw(Q--Z, red);
draw(A--P2, blue);
draw(O--H, darkgreen+linewidth(1.2));
draw((1.4*Z-0.4*Y)--(4.6*Y-3.6*Z), red+linewidth(1.2));
draw(rightanglemark(R,Y,A,10), red);
draw(rightanglemark(Q,Z,B,10), red);
draw(rightanglemark(C,Q2,P,10), blue);
draw(rightanglemark(A,R2,P,10), blue);
draw(rightanglemark(B,P2,H,10), blue);
label("$\textcolor{blue}{H}$",H,NW);
label("$\textcolor{blue}{P}$",P,N);
label("$A$",A,W);
label("$B$",B,N);
label("$C$",C,S);
label("$O$",O,S);
label("$\textcolor{blue}{Q}$",Q,E);
label("$\textcolor{blue}{R}$",R,W);
label("$\textcolor{red}{Y}$",Y,S);
label("$\textcolor{red}{Z}$",Z,NW);
dot(A, filltype=FillDraw(black));
dot(B, filltype=FillDraw(black));
dot(C, filltype=FillDraw(black));
dot(H, filltype=FillDraw(blue));
dot(P, filltype=FillDraw(blue));
dot(Q, filltype=FillDraw(blue));
dot(R, filltype=FillDraw(blue));
dot(Y, filltype=FillDraw(red));
dot(Z, filltype=FillDraw(red));
dot(O, filltype=FillDraw(black));
[/asy]
2013 JBMO Shortlist, 4
Let $I$ be the incenter and $AB$ the shortest side of the triangle $ABC$. The circle centered at $I$ passing through $C$ intersects the ray $AB$ in $P$ and the ray $BA$ in $Q$. Let $D$ be the point of tangency of the $A$-excircle of the triangle $ABC$ with the side $BC$. Let $E$ be the reflection of $C$ with respect to the point $D$. Prove that $PE\perp CQ$.
2010 IMO Shortlist, 1
Let $ABC$ be an acute triangle with $D, E, F$ the feet of the altitudes lying on $BC, CA, AB$ respectively. One of the intersection points of the line $EF$ and the circumcircle is $P.$ The lines $BP$ and $DF$ meet at point $Q.$ Prove that $AP = AQ.$
[i]Proposed by Christopher Bradley, United Kingdom[/i]
2012 Indonesia TST, 3
Given a cyclic quadrilateral $ABCD$ with the circumcenter $O$, with $BC$ and $AD$ not parallel. Let $P$ be the intersection of $AC$ and $BD$. Let $E$ be the intersection of the rays $AB$ and $DC$. Let $I$ be the incenter of $EBC$ and the incircle of $EBC$ touches $BC$ at $T_1$. Let $J$ be the excenter of $EAD$ that touches $AD$ and the excircle of $EAD$ that touches $AD$ touches $AD$ at $T_2$. Let $Q$ be the intersection between $IT_1$ and $JT_2$. Prove that $O,P,Q$ are collinear.
2021-IMOC, G6
Let $\Omega$ be the circumcircle of triangle $ABC$. Suppose that $X$ is a point on the segment $AB$ with $XB=XC$, and the angle bisector of $\angle BAC$ intersects $BC$ and $\Omega$ at $D$, $M$, respectively. If $P$ is a point on $BC$ such that $AP$ is tangent to $\Omega$ and $Q$ is a point on $DX$ such that $CQ$ is tangent to $\Omega$, show that $AB$, $CM$, $PQ$ are concurrent.
2019 Korea National Olympiad, 2
Triangle $ABC$ is an scalene triangle. Let $I$ the incenter, $\Omega$ the circumcircle, $E$ the $A$-excenter of triangle $ABC$. Let $\Gamma$ the circle centered at $E$ and passes $A$. $\Gamma$ and $\Omega$ intersect at point $D(\neq A)$, and the perpendicular line of $BC$ which passes $A$ meets $\Gamma$ at point $K(\neq A)$. $L$ is the perpendicular foot from $I$ to $AC$. Now if $AE$ and $DK$ intersects at $F$, prove that $BE\cdot CI=2\cdot CF\cdot CL$.
2009 China Team Selection Test, 1
Given that points $ D,E$ lie on the sidelines $ AB,BC$ of triangle $ ABC$, respectively, point $ P$ is in interior of triangle $ ABC$ such that $ PE \equal{} PC$ and $ \bigtriangleup DEP\sim \bigtriangleup PCA.$ Prove that $ BP$ is tangent of the circumcircle of triangle $ PAD.$
2010 Stanford Mathematics Tournament, 9
For an acute triangle $ABC$ and a point $X$ satisfying $\angle{ABX}+\angle{ACX}=\angle{CBX}+\angle{BCX}$.
Find the minimum length of $AX$ if $AB=13$, $BC=14$, and $CA=15$.
2020 Serbia National Math Olympiad, 3
We are given a triangle $ABC$. Points $D$ and $E$ on the line $AB$ are such that $AD=AC$ and $BE=BC$, with the arrangment of points $D - A - B - E$. The circumscribed circles of the triangles $DBC$ and $EAC$ meet again at the point $X\neq C$, and the circumscribed circles of the triangles $DEC$ and $ABC$ meet again at the point $Y\neq C$. Find the measure of $\angle ACB$ given the condition $DY+EY=2XY$.
2015 Iran Geometry Olympiad, 2
In acute-angled triangle $ABC$, $BH$ is the altitude of the vertex $B$. The points $D$ and $E$ are midpoints of $AB$ and $AC$ respectively. Suppose that $F$ be the reflection of $H$ with respect to $ED$. Prove that the line $BF$ passes through circumcenter of $ABC$.
by Davood Vakili
1990 ITAMO, 2
In a triangle $ABC$, the bisectors of the angles at $B$ and $A$ meet the opposite sides at $P$ and $Q$, respectively. Suppose that the circumcircle of triangle $PQC$ passes through the incenter $R $ of $\vartriangle ABC$. Given that $PQ = l$, find all sides of triangle $PQR$.
2024 Nigerian MO Round 3, Problem 3
Let $ABC$ be a triangle, and let $O$ be its circumcenter. Let $\overline{CO}\cap AB\equiv D$. Let $\angle BAC=\alpha$, and $\angle CBA=\beta$. Prove that $$\dfrac{OD}{OC}=\Bigg|\dfrac{\cos(\alpha+\beta)}{\cos(\alpha-\beta)}\Bigg|$$\\
For clarification, $\overline{CO}$ represents the line $CO$, and $AC$ represents the segment $AC$. Cases in which $D$ doesn't exist should be ignored.