Stay ahead of learning milestones! Enroll in a class over the summer!

G
Topic
First Poster
Last Poster
one cyclic formed by two cyclic
CrazyInMath   12
N 3 minutes ago by cj13609517288
Source: EGMO 2025/3
Let $ABC$ be an acute triangle. Points $B, D, E$, and $C$ lie on a line in this order and satisfy $BD = DE = EC$. Let $M$ and $N$ be the midpoints of $AD$ and $AE$, respectively. Suppose triangle $ADE$ is acute, and let $H$ be its orthocentre. Points $P$ and $Q$ lie on lines $BM$ and $CN$, respectively, such that $D, H, M,$ and $P$ are concyclic and pairwise different, and $E, H, N,$ and $Q$ are concyclic and pairwise different. Prove that $P, Q, N,$ and $M$ are concyclic.
12 replies
+3 w
CrazyInMath
Today at 12:38 PM
cj13609517288
3 minutes ago
Mock 22nd Thailand TMO P9
korncrazy   0
3 minutes ago
Source: own
Let $H_A,H_B,H_C$ be the feet of the altitudes of the triangle $ABC$ from $A,B,C$, respectively. $P$ is the point on the circumcircle of the triangle $ABC$, $H$ is the orthocenter of the triangle $ABC$, and the incircle of triangle $H_AH_BH_C$ has radius $r$. Let $T_A$ be the point such that $T_A$ and $H$ are on the opposite side of $H_BH_C$, line $T_AP$ is perpendicular to the line $H_BH_C$, and the distance from $T_A$ to line $H_BH_C$ is $r$. Define $T_B$ and $T_C$ similarly. Prove that $T_A,T_B,T_C$ are collinear.
0 replies
1 viewing
korncrazy
3 minutes ago
0 replies
No more topics!
IMO Shortlist 2010 - Problem G1
Amir Hossein   131
N Apr 11, 2025 by Avron
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.$

Proposed by Christopher Bradley, United Kingdom
131 replies
Amir Hossein
Jul 17, 2011
Avron
Apr 11, 2025
IMO Shortlist 2010 - Problem G1
G H J
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Amir Hossein
5452 posts
#1 • 16 Y
Y by -[]-, sandeepreddy, siavosh, DIGGER1, jam10307, Davi-8191, mathlearner2357, donotoven, megarnie, Adventure10, Mango247, ItsBesi, buddyram, Rounak_iitr, Sadigly, namanrobin08
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.$

Proposed by Christopher Bradley, United Kingdom
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Jutaro
388 posts
#2 • 7 Y
Y by DIGGER1, jam10307, Amir Hossein, karitoshi, Adventure10, Mango247, Rounak_iitr
By construction $ABCP$ is cyclic so that $\angle APB=\angle BCA$. On the other hand since $AD$ and $CF$ are altitudes $ACDF$ is also cyclic, whence $\angle BFD=\angle BCA$. Putting this together one gets that $\angle APQ=\angle BFQ$, that is, $APQF$ is cyclic.

Now by angle chasing $\angle AFE = \angle BFD = \angle BCA$, and using the previous fact gives $\angle AQP = \angle AFP =\angle BCA$. Thus $APQ$ is isosceles with $AP=AQ$.

This was my argument for the case when $Q$ lies inside the triangle. When it is outside you do basically the same. :)
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Jutaro
388 posts
#3 • 3 Y
Y by Amir Hossein, Adventure10, Mango247
Sorry to double post, I just realized the cases can be avoided by using directed angles from the beginning: $\angle AFQ = \angle AFD = \angle ACD = \angle ACB \pmod \pi$ and $\angle APQ=\angle APB = \angle ACB \pmod \pi$, so $\angle APQ = \angle AFQ \pmod \pi$. But $\angle AQP = \angle AFP = \angle EFB= \angle ECB = \angle ACB \pmod \pi$. Therefore $\angle APQ = \angle AQP \pmod \pi$.
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
dragon96
3212 posts
#4 • 11 Y
Y by meowme, siavosh, Amir Hossein, KamalDoni, AoPS_0829, ike.chen, Adventure10, Mango247, Math_.only., and 2 other users
Hmm, this looks familiar...

[asy]
import olympiad;
defaultpen(linewidth(0.65));
defaultpen(fontsize(10));
size(250);
pair C=origin,
A=(5,12),
B=(14,0),
D=foot(A,B,C),
E=foot(B,A,C),
F=foot(C,A,B),
H=orthocenter(A,B,C),
om=extension(E,F,C,B),
nom=extension(E,F,D,(9,3));
path circ = circumcircle(A,B,C);
pair P1=intersectionpoint(F--om, circ),
P2=intersectionpoint(E--nom, circ),
Q1=intersectionpoint(D--F, B--P1),
Q2=extension(B,P2,D,F),
Ep=reflect(A,B)*E,
Cp=reflect(A,B)*C,
Hp=reflect(A,B)*H,
Dp=reflect(A,B)*D;
draw(A--B--C--A--D--F--C);
draw(B--E);
draw(P1--P2);
draw(F--Q2);
draw(P1--B--Q2, dotted);
dot(A^^B^^C^^D^^E^^F^^Q1^^Q2^^H^^P1^^P2);
draw(circ);
markscalefactor=0.05;
draw(rightanglemark(C,F,A));
draw(rightanglemark(B,E,C));
draw(rightanglemark(A,D,B));
label("$A$", A, N);
label("$B$", B, SE);
label("$C$", C, SW);
label("$D$", D, S);
label("$E$", E, NW);
label("$F$", F, dir(340));
label("$H$", H, E);
label("$P_1$", P1, W);
label("$P_2$", P2, NE);
label("$Q_1$", Q1, dir(290));
label("$Q_2$", Q2, N);
[/asy]
Solution
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
arshakus
769 posts
#5 • 4 Y
Y by Adventure10, Mango247, and 2 other users
$\angle{C}=\angle{APB}=\angle{BFC}=a=\angle{AEC}=>APQF$ is cyclic.
$\angle{QAP}=\angle{DFP}=180-2a=>\angle{AQP}=a=>AP=AQ$
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
mavropnevma
15142 posts
#6 • 19 Y
Y by jatin, biomathematics, Not_a_Username, Amir Hossein, AlastorMoody, OlympusHero, Adventure10, and 12 other users
Let's correct the above, since it is indeed a short proof (although basically the proof at #2).

$\angle{C}=\angle{APB}=\angle{BFD}=a=>APQF$ is cyclic.
$\angle{QAP}=\angle{DFP}=180-2a=>\angle{AQP}=a=>AP=AQ$

EDIT. It seems some of our readers think this was not only unneeded, but spammish. Indeed, why take the trouble to correct some patently wrong mathematical statements, or mention the similarity with some already posted solution? Some of our users like it muddy, the same their own thinking processes are ...
This post has been edited 1 time. Last edited by mavropnevma, Aug 9, 2011, 2:46 PM
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Pascal96
124 posts
#7 • 9 Y
Y by Adventure10, Mango247, Math_DM, ehuseyinyigit, AlexRuiz, and 4 other users
Quite a simple angle chase. Can't believe this made an IMO shortlist!
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Bertus
37 posts
#8 • 3 Y
Y by leru007, Adventure10, Mango247
Since : $\angle{PQF}=\angle{BQD}=\pi-\angle{PBC}-\angle{FBD}=\pi-\angle{PAC}-\angle{BAC}=\pi-\angle{PAF}$. Hence $APQF$ is cyclic, and then $\angle{AQP}=\angle{AFE}=\angle{ACB}=\angle{APB}=\angle{APQ}$, and so we are done !
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
SKhan
297 posts
#9 • 5 Y
Y by Amir Hossein, Adventure10, and 3 other users
My Solution referring to dragon96's diagram
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
dgreenb801
1896 posts
#10 • 2 Y
Y by Adventure10, Mango247
Here is my solution:
Let $O$ be the circumcenter of $\triangle ABC$.
Let the other intersection of $EF$ with the circumcircle be $R$.
Then it is well known that $AO \perp EF$, so $AP=AR$. Thus $\angle PBA= \angle ABR$.
Also $\angle AFR= \angle BFD=\angle AFQ$, so $\angle BFR= \angle BFQ$.
So by $ASA$ congruency, $\triangle BFQ \cong \triangle BFR$. Then $\triangle BAQ \cong \triangle BAR$.
So $\triangle BAQ$ and $\triangle BAR$ have congruent circumcircles.
Since $AP$ and $AQ$ are both intercepted by $\angle ABQ$ in these circumcircles, $AP=AQ$.
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
exmath89
2572 posts
#11 • 2 Y
Y by Adventure10, Mango247
Solution
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
IDMasterz
1412 posts
#12 • 4 Y
Y by Amir Hossein, mikestro, Adventure10, Mango247
Looks projective...

Lemma 1: $PAFQ$ is cyclic, with circle $w$.

$\angle APQ = \angle APB = \angle ACB = \angle BFD$ where the last follows from anti-parallel $DF$ wrt $\angle ABC$.

Lemma 2: Let $FC \cap BP = K$, then $(P, Q; K, B)$ is harmonic.

Let $EF \cap BC = X$, so $(X, D; C, B) = -1 \implies F(X, D; C, B) = -1 \implies (P, Q; K, B) = -1$.

Proof: Take the pencil $F(P, Q; K, B)$ and intersect it with $w$ to get $PQA'A$ is a harmonic quadrilateral, where $A' = FK \cap w$. Since $\angle KFB = 90 \implies KF$ bisects $\angle PFQ$, so $A'$ is the midpoint of arc $PQ$, and thus $A$ is the midpoint of the supplementary arc $PQ$, so $AP = AQ$.

Truth be told, Jutaro's is the one I saw first ;)
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
bonciocatciprian
41 posts
#13 • 1 Y
Y by Adventure10
Take $P'$ the second point of intersection of $EF$ with the circle. We will prove that $Q$ is the mirror image of $P'$ about $AB$. To do this, we take $Q'$ the mirror image of $P'$ about $AB$, and try to prove that is equivalent to $Q$. Firstly, we show that $Q' \in BP \Leftrightarrow  \angle ABQ' \equiv \angle ABP \Leftrightarrow \angle P'BA \equiv \angle ABP \Leftrightarrow \angle P'A \equiv \angle PA$ (as arcs of circles). But this is equivalent to $EF || t_A$ (the tangent through $A$ at the circumcircle), which is obvious ($\angle AFE \equiv \angle ACB$). Now, to prove that $Q' \in FD$: $Q' \in FD \Leftrightarrow \angle BFQ' \equiv \angle BFD \Leftrightarrow \angle BFP' \equiv \angle BFD \equiv \angle EFA$, which is obvious. So, $Q \equiv Q'$. Since $Q$ and $P'$ are symmetric, we have $AP' = AQ$. Since $\angle AP' \equiv \angle AP$, we also have $AP' = AP$. Hence, the conclusion follows.
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
AnonymousBunny
339 posts
#14 • 2 Y
Y by Adventure10, Rounak_iitr
This is just angle chasing. Let $\angle PCB = \angle PAC = \theta.$ We have that $\angle QFB = C$ and $\angle FBP = B - \theta,$ so $\angle FQB = A + \theta = \angle BAC + \angle CAP = \angle BAP,$ so $APQF$ is cyclic. It follows that $\angle AQP = C.$ From cyclic $ABCP,$ we have that $\angle APB = C,$ so $\angle APQ = \angle AQP,$ which implies $\triangle APQ$ is isoceles with $AP=AQ.$ $\blacksquare$
Z K Y
The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
sayantanchakraborty
505 posts
#15 • 3 Y
Y by Adventure10, Mango247, Rounak_iitr
This problem,I should say,is a really easy geometry problem.First of all,we have $\angle{APQ}=\angle{APB}=\angle{ACB}=\angle{BFD}=\angle{BFQ} \Rightarrow APQF$ is cyclic.Finally $\angle{AQP}=\angle{AFP}=\angle{AFE}=\angle{ACB}=\angle{APQ} \Rightarrow AP=AQ %Error. "Blackbox" is a bad command.
$.
Z K Y
G
H
=
a