Found problems: 3882
2015 Sharygin Geometry Olympiad, P20
Given are a circle and an ellipse lying inside it with focus $C$. Find the locus of the circumcenters of triangles $ABC$, where $AB$ is a chord of the circle touching the ellipse.
2007 Indonesia TST, 1
Given triangle $ ABC$ and its circumcircle $ \Gamma$, let $ M$ and $ N$ be the midpoints of arcs $ BC$ (that does not contain $ A$) and $ CA$ (that does not contain $ B$), repsectively. Let $ X$ be a variable point on arc $ AB$ that does not contain $ C$. Let $ O_1$ and $ O_2$ be the incenter of triangle $ XAC$ and $ XBC$, respectively. Let the circumcircle of triangle $ XO_1O_2$ meets $ \Gamma$ at $ Q$.
(a) Prove that $ QNO_1$ and $ QMO_2$ are similar.
(b) Find the locus of $ Q$ as $ X$ varies.
1997 USAMO, 2
Let $ABC$ be a triangle. Take points $D$, $E$, $F$ on the perpendicular bisectors of $BC$, $CA$, $AB$ respectively. Show that the lines through $A$, $B$, $C$ perpendicular to $EF$, $FD$, $DE$ respectively are concurrent.
2013 European Mathematical Cup, 4
Given a triangle $ABC$ let $D$, $E$, $F$ be orthogonal projections from $A$, $B$, $C$ to the opposite sides respectively. Let $X$, $Y$, $Z$ denote midpoints of $AD$, $BE$, $CF$ respectively. Prove that perpendiculars from $D$ to $YZ$, from $E$ to $XZ$ and from $F$ to $XY$ are concurrent.
2003 AIME Problems, 11
Triangle $ABC$ is a right triangle with $AC=7,$ $BC=24,$ and right angle at $C.$ Point $M$ is the midpoint of $AB,$ and $D$ is on the same side of line $AB$ as $C$ so that $AD=BD=15.$ Given that the area of triangle $CDM$ may be expressed as $\frac{m\sqrt{n}}{p},$ where $m,$ $n,$ and $p$ are positive integers, $m$ and $p$ are relatively prime, and $n$ is not divisible by the square of any prime, find $m+n+p.$
2007 Estonia Math Open Senior Contests, 10
Consider triangles whose each side length squared is a rational number. Is it true
that
(a) the square of the circumradius of every such triangle is rational;
(b) the square of the inradius of every such triangle is rational?
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]
2011 Romanian Masters In Mathematics, 3
A triangle $ABC$ is inscribed in a circle $\omega$.
A variable line $\ell$ chosen parallel to $BC$ meets segments $AB$, $AC$ at points $D$, $E$ respectively, and meets $\omega$ at points $K$, $L$ (where $D$ lies between $K$ and $E$).
Circle $\gamma_1$ is tangent to the segments $KD$ and $BD$ and also tangent to $\omega$, while circle $\gamma_2$ is tangent to the segments $LE$ and $CE$ and also tangent to $\omega$.
Determine the locus, as $\ell$ varies, of the meeting point of the common inner tangents to $\gamma_1$ and $\gamma_2$.
[i](Russia) Vasily Mokin and Fedor Ivlev[/i]
1998 Slovenia National Olympiad, Problem 3
A point $A$ is outside a circle $\mathcal K$ with center $O$. Line $AO$ intersects the circle at $B$ and $C$, and a tangent through $A$ touches the circle in $D$. Let $E$ be an arbitrary point on the line $BD$ such that $D$ lies between $B$ and $E$. The circumcircle of the triangle $DCE$ meets line $AO$ at $C$ and $F$ and line $AD$ at $D$ and $G$. Prove that the lines $BD$ and $FG$ are parallel.
1971 Bulgaria National Olympiad, Problem 4
It is given a triangle $ABC$. Let $R$ be the radius of the circumcircle of the triangle and $O_1,O_2,O_3$ be the centers of excircles of the triangle $ABC$ and $q$ is the perimeter of the triangle $O_1O_2O_3$. Prove that $q\le6R\sqrt3$. When does equality hold?
2005 Iran MO (2nd round), 2
In triangle $ABC$, $\angle A=60^{\circ}$. The point $D$ changes on the segment $BC$. Let $O_1,O_2$ be the circumcenters of the triangles $\Delta ABD,\Delta ACD$, respectively. Let $M$ be the meet point of $BO_1,CO_2$ and let $N$ be the circumcenter of $\Delta DO_1O_2$. Prove that, by changing $D$ on $BC$, the line $MN$ passes through a constant point.
Swiss NMO - geometry, 2012.6
Let $ABCD$ be a parallelogram with at least an angle not equal to $90^o$ and $k$ the circumcircle of the triangle $ABC$. Let $E$ be the diametrically opposite point of $B$. Show that the circumcircle of the triangle $ADE$ and $k$ have the same radius.
2022 Vietnam National Olympiad, 3
Let $ABC$ be an acute triangle, $B,C$ fixed, $A$ moves on the big arc $BC$ of $(ABC)$. Let $O$ be the circumcenter of $(ABC)$ $(B,O,C$ are not collinear, $AB \ne AC)$, $(I)$ is the incircle of triangle $ABC$. $(I)$ tangents to $BC$ at $D$. Let $I_a$ be the $A$-excenter of triangle $ABC$. $I_aD$ cuts $OI$ at $L$. Let $E$ lies on $(I)$ such that $DE \parallel AI$.
a) $LE$ cuts $AI$ at $F$. Prove that $AF=AI$.
b) Let $M$ lies on the circle $(J)$ go through $I_a,B,C$ such that $I_aM \parallel AD$. $MD$ cuts $(J)$ again at $N$. Prove that the midpoint $T$ of $MN$ lies on a fixed circle.
2006 India National Olympiad, 1
In a non equilateral triangle $ABC$ the sides $a,b,c$ form an arithmetic progression. Let $I$ be the incentre and $O$ the circumcentre of the triangle $ABC$. Prove that
(1) $IO$ is perpendicular to $BI$;
(2) If $BI$ meets $AC$ in $K$, and $D$, $E$ are the midpoints of $BC$, $BA$ respectively then $I$ is the circumcentre of triangle $DKE$.
2010 USA Team Selection Test, 7
In triangle ABC, let $P$ and $Q$ be two interior points such that $\angle ABP = \angle QBC$ and $\angle ACP = \angle QCB$. Point $D$ lies on segment $BC$. Prove that $\angle APB + \angle DPC = 180^\circ$ if and only if $\angle AQC + \angle DQB = 180^\circ$.
1998 Korea Junior Math Olympiad, 7
$O$ is a circumcircle of non-isosceles triangle $ABC$ and the angle bisector of $A$ meets $BC$ at $D$. If the line perpendicular to $BC$ passing through $D$ meets $AO$ at $E$, show that $ADE$ is an isosceles triangle.
2018 Hong Kong TST, 1
The altitudes $AD$ and $BE$ of acute triangle $ABC$ intersect at $H$. Let $F$ be the intersection of $AB$ and a line that is parallel to the side $BC$ and goes through the circumcentre of $ABC$. Let $M$ be the midpoint of $AH$. Prove that $\angle CMF=90^\circ$
2025 Junior Macedonian Mathematical Olympiad, 5
Let $M$ be the midpoint of side $BC$ in $\triangle ABC$, and $P \neq B$ is such that the quadrilateral $ABMP$ is cyclic and the circumcircle of $\triangle BPC$ is tangent to the line $AB$. If $E$ is the second common point of the line $BP$ and the circumcircle of $\triangle ABC$, determine the ratio $BE: BP$.
Kyiv City MO Juniors Round2 2010+ geometry, 2012.9.4
In an acute-angled triangle $ABC$, the point $O$ is the center of the circumcircle, and the point $H$ is the orthocenter. It is known that the lines $OH$ and $BC$ are parallel, and $BC = 4OH $. Find the value of the smallest angle of triangle $ ABC $.
(Black Maxim)
2010 ELMO Shortlist, 5
Determine all (not necessarily finite) sets $S$ of points in the plane such that given any four distinct points in $S$, there is a circle passing through all four or a line passing through some three.
[i]Carl Lian.[/i]
2003 Vietnam Team Selection Test, 2
Given a triangle $ABC$. Let $O$ be the circumcenter of this triangle $ABC$. Let $H$, $K$, $L$ be the feet of the altitudes of triangle $ABC$ from the vertices $A$, $B$, $C$, respectively. Denote by $A_{0}$, $B_{0}$, $C_{0}$ the midpoints of these altitudes $AH$, $BK$, $CL$, respectively. The incircle of triangle $ABC$ has center $I$ and touches the sides $BC$, $CA$, $AB$ at the points $D$, $E$, $F$, respectively. Prove that the four lines $A_{0}D$, $B_{0}E$, $C_{0}F$ and $OI$ are concurrent. (When the point $O$ concides with $I$, we consider the line $OI$ as an arbitrary line passing through $O$.)
2013 Irish Math Olympiad, 5
$A, B$ and $C$ are points on the circumference of a circle with centre $O$. Tangents are drawn to the circumcircles of triangles $OAB$ and $OAC$ at $P$ and $Q$ respectively, where $P$ and $Q$ are diametrically opposite $O$. The two tangents intersect at $K$. The line $CA$ meets the circumcircle of $\triangle OAB$ at $A$ and $X$. Prove that $X$ lies on the line $KO$.
1996 AIME Problems, 14
In triangle $ ABC$ the medians $ \overline{AD}$ and $ \overline{CE}$ have lengths 18 and 27, respectively, and $ AB \equal{} 24$. Extend $ \overline{CE}$ to intersect the circumcircle of $ ABC$ at $ F$. The area of triangle $ AFB$ is $ m\sqrt {n}$, where $ m$ and $ n$ are positive integers and $ n$ is not divisible by the square of any prime. Find $ m \plus{} n$.
1993 IMO Shortlist, 1
Let $ABC$ be a triangle, and $I$ its incenter. Consider a circle which lies inside the circumcircle of triangle $ABC$ and touches it, and which also touches the sides $CA$ and $BC$ of triangle $ABC$ at the points $D$ and $E$, respectively. Show that the point $I$ is the midpoint of the segment $DE$.
2010 Indonesia MO, 8
Given an acute triangle $ABC$ with circumcenter $O$ and orthocenter $H$. Let $K$ be a point inside $ABC$ which is not $O$ nor $H$. Point $L$ and $M$ are located outside the triangle $ABC$ such that $AKCL$ and $AKBM$ are parallelogram. At last, let $BL$ and $CM$ intersects at $N$, and let $J$ be the midpoint of $HK$. Show that $KONJ$ is also a parallelogram.
[i]Raja Oktovin, Pekanbaru[/i]