Found problems: 36
2011 Gheorghe Vranceanu, 1
Let be a triangle $ ABC $ that's not equilateral, nor right-angled. Let $ A',B',C' $ be the feet of the heights of $ A,B,C, $ respectively. Prove that the Euler's lines of the triangles $ AB'C',BC'A',CA'B' $ meet at one point on the Euler's circle of $ ABC. $
2020-IMOC, G3
Triangle $ABC$ has incenter $I$ and circumcenter $O$. $AI, BI, CI$ intersect the circumcircle of $ABC$ again at $M_A, M_B, M_C$, respectively. Show that the Euler line of $BIC$ passes through the circumcenter of $OM_BM_C$.
(houkai)
2019 Belarus Team Selection Test, 2.2
Let $O$ be the circumcenter and $H$ be the orthocenter of an acute-angled triangle $ABC$. Point $T$ is the midpoint of the segment $AO$. The perpendicular bisector of $AO$ intersects the line $BC$ at point $S$.
Prove that the circumcircle of the triangle $AST$ bisects the segment $OH$.
[i](M. Berindeanu, RMC 2018 book)[/i]
2011 Junior Balkan Team Selection Tests - Romania, 3
Let $ABC$ be a triangle, $I_a$ the center of the excircle at side $BC$, and $M$ its reflection across $BC$. Prove that $AM$ is parallel to the Euler line of the triangle $BCI_a$.
Kyiv City MO Seniors 2003+ geometry, 2020.10.5
Given an acute isosceles triangle $ABC, AK$ and $CN$ are its angle bisectors, $I$ is their intersection point . Let point $X$ be the other intersection point of the circles circumscribed around $\vartriangle ABC$ and $\vartriangle KBN$. Let $M$ be the midpoint of $AC$. Prove that the Euler line of $\vartriangle ABC$ is perpendicular to the line $BI$ if and only if the points $X, I$ and $M$ lie on the same line.
(Kivva Bogdan)
2015 USA Team Selection Test, 3
Let $ABC$ be a non-equilateral triangle and let $M_a$, $M_b$, $M_c$ be the midpoints of the sides $BC$, $CA$, $AB$, respectively. Let $S$ be a point lying on the Euler line. Denote by $X$, $Y$, $Z$ the second intersections of $M_aS$, $M_bS$, $M_cS$ with the nine-point circle. Prove that $AX$, $BY$, $CZ$ are concurrent.
Geometry Mathley 2011-12, 16.1
Let $ABCD$ be a cyclic quadrilateral with two diagonals intersect at $E$. Let $ M$, $N$, $P$, $Q$ be the reflections of $ E $ in midpoints of $AB$, $BC$, $CD$, $DA$ respectively. Prove that the Euler lines of $ \triangle MAB$, $\triangle NBC$, $\triangle PCD,$ $\triangle QDA$ are concurrent.
Trần Quang Hùng
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.)
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]
2020 Romanian Master of Mathematics Shortlist, G2
Let $ABC$ be an acute scalene triangle, and let $A_1, B_1, C_1$ be the feet of the altitudes from $A, B, C$. Let $A_2$ be the intersection of the tangents to the circle $ABC$ at $B, C$ and define $B_2, C_2$ similarly. Let $A_2A_1$ intersect the circle $A_2B_2C_2$ again at $A_3$ and define $B_3, C_3$ similarly. Show that the circles $AA_1A_3, BB_1B_3$, and $CC_1C_3$ all have two common points, $X_1$ and $X_2$ which both lie on the Euler line of the triangle $ABC$.
[i]United Kingdom, Joe Benton[/i]
2025 Sharygin Geometry Olympiad, 9
The line $l$ passing through the orthocenter $H$ of a triangle $ABC$ $(BC>AB)$ and parallel to $AC$ meets $AB$ and $BC$ at points $D$ and $E$ respectively. The line passing through the circumcenter of the triangle and parallel to the median $BM$ meets $l$ at point $F$. Prove that the length of segment $HF$ is three times greater than the difference of $FE$ and $DH$
Proposed by: A.Mardanov, K.Mardanova