Found problems: 36
2021 Iran Team Selection Test, 6
Point $D$ is chosen on the Euler line of triangle $ABC$ and it is inside of the triangle. Points $E,F$ are were the line $BD,CD$ intersect with $AC,AB$ respectively. Point $X$ is on the line $AD$ such that $\angle EXF =180 - \angle A$, also $A,X$ are on the same side of $EF$. If $P$ is the second intersection of circumcircles of $CXF,BXE$ then prove the lines $XP,EF$ meet on the altitude of $A$
Proposed by [i]Alireza Danaie[/i]
2016 IMO Shortlist, G5
Let $D$ be the foot of perpendicular from $A$ to the Euler line (the line passing through the circumcentre and the orthocentre) of an acute scalene triangle $ABC$. A circle $\omega$ with centre $S$ passes through $A$ and $D$, and it intersects sides $AB$ and $AC$ at $X$ and $Y$ respectively. Let $P$ be the foot of altitude from $A$ to $BC$, and let $M$ be the midpoint of $BC$. Prove that the circumcentre of triangle $XSY$ is equidistant from $P$ and $M$.
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. $
2017 USA Team Selection Test, 2
Let $ABC$ be an acute scalene triangle with circumcenter $O$, and let $T$ be on line $BC$ such that $\angle TAO = 90^{\circ}$. The circle with diameter $\overline{AT}$ intersects the circumcircle of $\triangle BOC$ at two points $A_1$ and $A_2$, where $OA_1 < OA_2$. Points $B_1$, $B_2$, $C_1$, $C_2$ are defined analogously.
[list=a][*] Prove that $\overline{AA_1}$, $\overline{BB_1}$, $\overline{CC_1}$ are concurrent.
[*] Prove that $\overline{AA_2}$, $\overline{BB_2}$, $\overline{CC_2}$ are concurrent on the Euler line of triangle $ABC$. [/list][i]Evan Chen[/i]
2018-IMOC, G5
Suppose $I,O,H$ are incenter, circumcenter, orthocenter of $\vartriangle ABC$ respectively. Let $D = AI \cap BC$,$E = BI \cap CA$, $F = CI \cap AB$ and $X$ be the orthocenter of $\vartriangle DEF$. Prove that $IX \parallel OH$.
2023 Yasinsky Geometry Olympiad, 4
Pick a point $C$ on a semicircle with diameter $AB$. Let $P$ and $Q$ be two points on segment $AB$ such that $AP= AC$ and $BQ= BC$. The point $O$ is the center of the circumscribed circle of triangle $CPQ$ and point $H$ is the orthocenter of triangle $CPQ$ . Prove that for all posible locations of point $C$, the line $OH$ is passing through a fixed point.
(Mykhailo Sydorenko)
Russian TST 2017, P2
Let $D$ be the foot of perpendicular from $A$ to the Euler line (the line passing through the circumcentre and the orthocentre) of an acute scalene triangle $ABC$. A circle $\omega$ with centre $S$ passes through $A$ and $D$, and it intersects sides $AB$ and $AC$ at $X$ and $Y$ respectively. Let $P$ be the foot of altitude from $A$ to $BC$, and let $M$ be the midpoint of $BC$. Prove that the circumcentre of triangle $XSY$ is equidistant from $P$ and $M$.
Geometry Mathley 2011-12, 13.2
In a triangle $ABC$, the nine-point circle $(N)$ is tangent to the incircle $(I)$ and three excircles $(I_a), (I_b), (I_c)$ at the Feuerbach points $F, F_a, F_b, F_c$. Tangents of $(N)$ at $F, F_a, F_b, F_c$ bound a quadrangle $PQRS$. Show that the Euler line of $ABC$ is a Newton line of $PQRS$.
Luis González
KoMaL A Problems 2021/2022, A. 805
In acute triangle $ABC,$ the feet of the altitudes are $A_1,B_1,$ and $C_1$ (with the usual notations on sides $BC,CA,$ and $AB$ respectively). The circumcircles of triangles $AB_1C_1$ and $BC_1A_1$ intersect at the circumcircle of triangle $ABC$ ar points $P\neq A$ and $Q\neq B,$ respectively. Prove that lines $AQ, BP$ and the Euler line of triangle $ABC$ are either concurrent or parallel to each other.
[i]Proposed by Géza Kós, Budapest[/i]
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]
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$.
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 Balkan MO Shortlist, G2
Let $G, H$ be the centroid and orthocentre of $\vartriangle ABC$ which has an obtuse angle at $\angle B$. Let $\omega$ be the circle with diameter $AG$. $\omega$ intersects $\odot(ABC)$ again at $L \ne A$. The tangent to $\omega$ at $L$ intersects $\odot(ABC)$ at $K \ne L$. Given that $AG = GH$, prove $\angle HKG = 90^o$
.
[i]Sam Bealing, United Kingdom[/i]
Geometry Mathley 2011-12, 4.4
Let $ABC$ be a triangle with $E$ being the centre of its Euler circle. Through $E$, construct the lines $PS, MQ, NR$ parallel to $BC,CA,AB$ ($R,Q$ are on the line $BC, N, P$ on the line $AC,M, S$ on the line $AB$). Prove that the four Euler lines of triangles $ABC,AMN,BSR,CPQ$ are concurrent.
Nguyễn Văn Linh
2021 Mexico National Olympiad, 4
Let $ABC$ be an acutangle scalene triangle with $\angle BAC = 60^{\circ}$ and orthocenter $H$. Let $\omega_b$ be the circumference passing through $H$ and tangent to $AB$ at $B$, and $\omega_c$ the circumference passing through $H$ and tangent to $AC$ at $C$.
[list]
[*] Prove that $\omega_b$ and $\omega_c$ only have $H$ as common point.
[*] Prove that the line passing through $H$ and the circumcenter $O$ of triangle $ABC$ is a common tangent to $\omega_b$ and $\omega_c$.
[/list]
[i]Note:[/i] The orthocenter of a triangle is the intersection point of the three altitudes, whereas the circumcenter of a triangle is the center of the circumference passing through it's three vertices.
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.
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)
2010 Peru IMO TST, 1
Let $ABC$ be an acute-angled triangle and $F$ a point in its interior such that $$ \angle AFB = \angle BFC = \angle CFA = 120^{\circ}.$$ Prove that the Euler lines of the triangles $AFB, BFC$ and $CFA$ are concurrent.
2017 USA TSTST, 1
Let $ABC$ be a triangle with circumcircle $\Gamma$, circumcenter $O$, and orthocenter $H$. Assume that $AB\neq AC$ and that $\angle A \neq 90^{\circ}$. Let $M$ and $N$ be the midpoints of sides $AB$ and $AC$, respectively, and let $E$ and $F$ be the feet of the altitudes from $B$ and $C$ in $\triangle ABC$, respectively. Let $P$ be the intersection of line $MN$ with the tangent line to $\Gamma$ at $A$. Let $Q$ be the intersection point, other than $A$, of $\Gamma$ with the circumcircle of $\triangle AEF$. Let $R$ be the intersection of lines $AQ$ and $EF$. Prove that $PR\perp OH$.
[i]Proposed by Ray Li[/i]
2021 Olympic Revenge, 3
Let $I, C, \omega$ and $\Omega$ be the incenter, circumcenter, incircle and circumcircle, respectively, of the scalene triangle $XYZ$ with $XZ > YZ > XY$. The incircle $\omega$ is tangent to the sides $YZ, XZ$ and $XY$ at the points $D, E$ and $F$. Let $S$ be the point on $\Omega$ such that $XS, CI$ and $YZ$ are concurrent. Let $(XEF) \cap \Omega = R$, $(RSD) \cap (XEF) = U$, $SU \cap CI = N$, $EF \cap YZ = A$, $EF \cap CI = T$ and $XU \cap YZ = O$.
Prove that $NARUTO$ is cyclic.
Geometry Mathley 2011-12, 5.3
Let $ABC$ be an acute triangle, not being isoceles. Let $\ell_a$ be the line passing through the points of tangency of the escribed circles in the angle $A$ with the lines $AB, AC$ produced. Let $d_a$ be the line through $A$ parallel to the line that joins the incenter $I$ of the triangle $ABC$ and the midpoint of $BC$. Lines $\ell_b, d_b, \ell_c, d_c$ are defined in the same manner. Three lines $\ell_a, \ell_b, \ell_c$ intersect each other and these intersections make a triangle called $MNP$. Prove that the lines $d_a, d_b$ and $d_c$ are concurrent and their point of concurrency lies on the Euler line of the triangle $MNP$.
Lê Phúc Lữ
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.)
2007 Postal Coaching, 5
Let $P$ be an interior point of triangle $ABC$ such that $\angle BPC = \angle CPA =\angle APB = 120^o$. Prove that the Euler lines of triangles $APB,BPC,CPA$ are concurrent.
2021 USEMO, 3
Let $A_1C_2B_1A_2C_1B_2$ be an equilateral hexagon. Let $O_1$ and $H_1$ denote the circumcenter and orthocenter of $\triangle A_1B_1C_1$, and let $O_2$ and $H_2$ denote the circumcenter and orthocenter of $\triangle A_2B_2C_2$. Suppose that $O_1 \ne O_2$ and $H_1 \ne H_2$. Prove that the lines $O_1O_2$ and $H_1H_2$ are either parallel or coincide.
[i]Ankan Bhattacharya[/i]
2019 Olympic Revenge, 3
Let $\Gamma$ be a circle centered at $O$ with radius $R$. Let $X$ and $Y$ be points on $\Gamma$ such that $XY<R$. Let $I$ be a point such that $IX = IY$ and $XY = OI$. Describe how to construct with ruler and compass a triangle which has circumcircle $\Gamma$, incenter $I$ and Euler line $OX$. Prove that this triangle is unique.