A Simple Lemma Revisited

by liberator, Aug 15, 2014, 9:52 PM

Several questions in olympiads are very closely linked, and I present one example where the diagram bears resemblance to that of A Simple Lemma.

Problem 1: In an acute scalene triangle $ABC$ the bisector of the acute angle between the altitudes $BY$ and $CZ$ meets the sides $BC$ and $CA$ at $D$ and $E$ respectively. The bisector of the angle $A$ intersects the segment joining the orthocenter of $ABC$ and the midpoint of $BC$ at point $K$. Prove that $ADKE$ is cyclic.

[All-Russian Olympiad 2000 Grade 10 Q3]

Problem 2: Let $ABC$ be an acute-angled triangle with $AB \not= AC$. Let $H$ be the orthocenter of triangle $ABC$, and let $M$ be the midpoint of the side $BC$. Let $D,E$ be points on $AB,AC$ respectively such that $AD=AE$ and the points $D$, $H$, $E$ are collinear. Prove that the line $HM$ is perpendicular to the common chord of the circumscribed circles of $\triangle ABC$ and $\triangle ADE$.

[ISL 2005 G5]

Problem 3: Let $ABC$ be an acute triangle with orthocenter $H$. The external bisector of $\angle CHB$ intersects $AB$ and $AC$ at $D$ and $E$ respectively.The internal bisector of $\angle CAB$ intersects the circumcircle of $\triangle ADE$ again at $K$. Show that $HK$ passes through the midpoint of $BC$.

[British FST-1 2014 Q3, Vietnam TST 2006 Q1]

Visualization:
[asy]
/* Free script by liberator, 15 August 2014 */
unitsize(3cm);
defaultpen(fontsize(10pt));
pointpen=black;
/* Initialize objects */
pair A = dir(110);
pair B = dir(200);
pair C = dir(340);
pair Ap = dir(-A);
pair H = orthocenter(A,B,C);
pair Y = foot(B,C,A);
pair Z = foot(C,A,B);
pair D1 = bisectorpoint(Z,H,B);
pair D = intersectionpoint(A--B, H--D1);
pair E1 = bisectorpoint(C,H,Y);
pair E = intersectionpoint(C--A, H--E1);
pair K = intersectionpoint(H--Ap, circumcircle(A,D,E));
pair P = foot(A,K,H);
pair M = midpoint(B--C);
/* Draw objects */
draw(A--B--C--cycle, rgb(0.4,0.6,0.8)+linewidth(1));
draw(H--Z--Y--cycle, rgb(0.4,0.6,0.8));
draw(D--E, rgb(0.4,0.6,0.8)+linewidth(1));
draw(A--H, rgb(0.4,0.6,0.8));
draw(B--H, rgb(0.4,0.6,0.8));
draw(C--H, rgb(0.4,0.6,0.8));
draw(P--Ap, rgb(0.4,0.6,0.8)+linewidth(1)+dashed);
draw(unitcircle, rgb(0,0.6,0));
draw(circumcircle(A,D,E), rgb(0.9,0,0));
draw(circumcircle(A,Z,Y), rgb(0.9,0,0));
/* Place dots on and label each point */
dot(A); label("$A$", A, dir(A));
dot(B); label("$B$", B, dir(B));
dot(C); label("$C$", C, dir(C));
dot(Ap); label("$A'$", Ap, dir(Ap));
dot(D); label("$D$", D, dir(D));
dot(E); label("$E$", E, dir(E));
dot(H); label("$H$", H, 1.2*dir(-100));
dot(M); label("$M$", M, dir(M));
dot(K); label("$K (K')$", K, dir(-70));
dot(Y); label("$Y$", Y, dir(0));
dot(Z); label("$Z$", Z, dir(Z));
dot(P); label("$P$", P, dir(P));
[/asy]

As you may have noticed, I have adapted some of the questions so as to keep notation consistent. In this way, it is easier to see the similarities between solutions and enables a better understanding of how the problems are linked. Of course, we could use roughly the same solution for each question, but I have presented three different (synthetic) proofs, so that the reader may try as an exercise to adapt each different proof to the other questions.

Problem 1 solution: Let $A'$ be antipodal to $A$ on the $(ABC)$, and $H$ the orthocenter. Clearly, $AH$ and $AD$ are symmetrical about the angle bisector $AK$, and $K \in HA'$, since $ ADCH$ is a parallelogram from A Simple Lemma.

Since $ \triangle HAY \sim \triangle A'AB$, we get $ \frac {AH}{AA} = \frac {AZ}{AB}$, so $ \frac {DH}{DA'} = \frac {AZ}{BC}$. But $ \triangle CHY \sim \triangle BHZ$ $\sim \triangle BAY$, so as $ DE$ is angle bisector, hence

\[\frac {DZ}{CD} = \frac {EZ}{EB} = \frac {AY}{AB} = \frac {HK}{KA'}.\]
It follows that $ DK \parallel BY$ and $EK \parallel CZ$, hence $ADKE$ is cyclic.

Problem 2 solution: Denote $P'$ the Miquel point of $BCYZ$. By Brochard, $MH \perp AP'$, so it suffices to show that $P=P'$, where $P = (ABC) \cap (ADE)$.

Let $Q$ be the radical center of $(AP'BC), (BCYZ), (YZP'A)$, and let $R = YZ \cap ED$. Hence $(R,H;D,E) \stackrel{E}{=} (Q,X;B,C)=-1$. By Maclaurin's theorem, $RD \cdot RE = RH \cdot RN$. By considering the power of $R$ w.r.t $(AFE)$, we have \[RD \cdot RE = RH \cdot RN = RP' \cdot RA,\] so that $P' \in (ADE) \implies P=P'$.

Problem 3 solution: Let $K' \equiv AK \cap HM$ and $A'$ be the antipode of $A$ w.r.t $(ABC)$. By A Simple Lemma, $H,M,A'$ are collinear.

Now note that $\frac{HK'}{K'A'}= \frac{AH}{AA'}= \cos A = \frac{HY}{HC}= \frac{YE}{EC}$. Since $HY \parallel A'C$ we have $HY \parallel A'C \parallel K'E$ which means $K'E\perp{AC}$, hence $AEK'D$ is cyclic, so $K \equiv K'$ and the result follows.

For more, you can see http://jl.ayme.pagesperso-orange.fr/Docs/un%20leitmotif.pdf.
This post has been edited 9 times. Last edited by liberator, Nov 2, 2014, 11:59 AM

Comment

3 Comments

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
thank you !

by bcp123, Aug 15, 2014, 10:09 PM

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
For number 1 you could do say:

$ZY/BC = ZD/DB = PZ/PB$ so $PD$ bisects $\angle BPZ$ and then easily $P \in ADE$. Now, you can just angle chase it using the angle bisector stuff.

I like you simplicity though :)

by IDMasterz, Aug 19, 2014, 2:07 PM

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
thanks IDMasterz!

by liberator, Aug 19, 2014, 5:54 PM

It's not just good - it's revolutionary!

avatar

liberator
Shouts
Submit
  • whoa....

    by bachkieu, Jan 31, 2025, 1:40 AM

  • hello...

    by ethan2011, Jul 4, 2024, 5:13 PM

  • 2024 shout ftw

    by Shreyasharma, Feb 19, 2024, 10:28 PM

  • time flies

    by Asynchrone, Dec 13, 2023, 9:29 PM

  • first 2023 shout :D

    by gracemoon124, Aug 2, 2023, 4:58 AM

  • offline.................

    by 799786, Dec 27, 2021, 7:08 AM

  • YOU SHALL NOT PASS! - liberator

    by OlympusHero, Aug 16, 2021, 4:10 AM

  • Nice Blog!

    by geometry6, Jul 31, 2021, 1:39 PM

  • First shout out in 2021 :D

    by Aimingformygoal, May 31, 2021, 4:23 PM

  • indeed a pr0 blog :surf:

    by Kanep, Dec 3, 2020, 10:46 PM

  • pr0 blog !!

    by Hamroldt, Dec 2, 2020, 8:32 AM

  • niice bloog!

    by Eliot, Oct 1, 2020, 3:27 PM

  • nice blog :o

    by fukano_2, Aug 8, 2020, 7:49 AM

  • Nice blog :)

    by Feridimo, Mar 31, 2020, 9:29 AM

  • Very nice blog !

    by Kamran011, Oct 31, 2019, 5:48 PM

56 shouts
Tags
About Owner
  • Posts: 95
  • Joined: May 28, 2014
Blog Stats
  • Blog created: Aug 13, 2014
  • Total entries: 46
  • Total visits: 38224
  • Total comments: 43
Search Blog
a