Paralogic Triangles

by yayups, Jun 13, 2019, 4:00 AM

In this post, we consider Paralogic Triangles. The content of this post comes from a discussion with tastymath75025 and pinetree1. It's also mostly from Lemmas in Olympiad Geometry.

[asy]
unitsize(1.5inches);
pair A,B,C,D,E,F,X,Y,Z,P,Q,H,HH,R;
A=dir(105);
B=dir(210);
C=dir(330);
F=(0.3)*A+(0.7)*B;
E=(3/5)*A+(2/5)*C;
D=extension(E,F,B,C);

X=2*circumcenter(A,E,F)-A;
Y=2*circumcenter(B,D,F)-B;
Z=2*circumcenter(C,D,E)-C;

P=extension(A,X,B,Y);
Q=2*foot(P,circumcenter(A,B,C),circumcenter(X,Y,Z))-P;

H=orthocenter(A,B,C);
HH=orthocenter(X,Y,Z);

R=2*foot(Q,D,E)-Q;

draw(A--B--C--cycle,linewidth(1.5)+red);
draw(D--B);
draw(X--Y--Z--cycle,linewidth(1.5)+orange);
draw(X--E,dotted);
draw(circumcircle(A,B,C));
draw(D--F--E,blue);
draw(A--X--P,green);
draw(P--B--Y,green);
draw(Z--P--C,green);
draw(circumcircle(X,Y,Z));


dot("$A$",A,dir(A));
dot("$B$",B,dir(230));
dot("$C$",C,dir(C));
dot("$F$",F,1.5*dir(105));
dot("$E$",E,dir(0));
dot("$D$",D,dir(180));
dot("$X$",X,dir(-10));
dot("$Y$",Y,dir(160));
dot("$Z$",Z,dir(200));
dot("$P$",P,1.3*dir(270));
dot("$Q$",Q,1.3*dir(110));
dot("$H$",H,1.3*dir(0));
dot("$H'$",HH,1.3*dir(180));
dot("$R$",R,1.3*dir(-30));
[/asy]

Consider $\triangle ABC$, and let $\ell$ be an arbitrary line that intersects the sides at $D$, $E$ and $F$. Let $\ell_A$ be the the perpendicular to $BC$ through $D$, and define $\ell_B$ and $\ell_C$ similarly. Finally, let $XYZ$ be the triangle determined by $\ell_A$, $\ell_B$ and $\ell_C$.

It's clear that $XYZ\sim ABC$ because the repsective sides are perpendicular. In fact, the triangles are perspective through $P$ which lies on $(ABC)\cap(XYZ)$. Firstly, by Desargues's theorem, the triangles are perspective. To show that $P\in (ABC)$, note that
\[\angle BCP=\angle DCZ=\angle DEZ=\angle FEX=\angle FAX=\angle BAP,\]since $DECZ$ cyclic, so $P\in(ABC)$. We also see that $P\in(XYZ)$ since the setup is symmetric under $ABC\leftrightarrow XYZ$ interchange.

It turns out that $(ABC)$ and $(XYZ)$ are in fact orthogonal. The key is to constuct the point $Q$ which is the other intersection of the two circles. Note that $P=YB\cap CZ$ and $Q=(PYZ)\cap(PBC)$, so $Q$ is the spiral center sending $YZ\mapsto BC$. Thus, $Q$ is the center of the unique spiral similarity sending $XYZ\mapsto ABC$. Now we see that any such spiral similarity must have angle equal to $\pi/2$ since the corresponding sides of $XYZ$ and $ABC$ are perpendicular. Thus, the unique spiral similarity sending $(XYZ)$ to $(ABC)$ has angle $\pi/2$, which implies the circles are orthogonal.

The point $Q$ turns out to be quite nice, and in fact it is the Miquel point of $DFXZEY$ and $FBCEAD$. To see this, note that by the spiral similarity, $\angle AQX=\pi/2$, so $(AQFXE)$ is cyclic, which implies it's the Miquel point of both quadrilaterals, since $Q$ is already on $(ABC)$ and $(XYZ)$. In particular, this means that $Q$ has a Simson line with respect to both complete quadrilaterals, which will be useful soon.

We now prove Sondat's Theorem for Paralogic Triangles. Let $H$ be the orthocenter of $ABC$ and $H'$ the orthocenter of $XYZ$. The theorem states that the line $\ell=DEF$ bisects $HH'$. Note that when $DEF$ is a Simson line, then $X=Y=Z=H'=P$, and the theorem is the classic statement that the Simson line bisects $PH$.

Let $s$ be the Steiner line of $Q$ with respect to $(ABC)$, which is just the Simson line scaled up by a factor of $2$ at $Q$. By the lemma above, we see that it passes through $H$. But since $Q$ is the Miquel point, the line $s$ also passes through the reflection of $Q$ in $DEF$, which we'll call $R$. Thus, line $s$ is $HR$.

Let $s'$ be the corresponding Steiner line of $Q$ with respect to $XYZ$. We see that $s'$ is sent to $s$ under the spiral similarity at $Q$, so $s\perp s'$ By the above, we also have $s'=H'R$. This implies that $\angle H'RH=\pi/2$. Thus, $\ell=DEF$ is the perpendicular bisector of $QR$, which implies that it passes through the center $(HH'QR)$, which is the midpoint of $HH'$, as desired. This completes the proof. $\blacksquare$

Comment

J
U VIEW ATTACHMENTS T PREVIEW J CLOSE PREVIEW rREFRESH
J

2 Comments

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
In the book LiOG (Lemmas in Olympiad Geometry by Titu Andresscu) it was also mentioned that the fact that $P$ (the perspectrix of two triangles) lies on both $\odot(ABC),\odot(XYZ)$ is a generalization of Simson line theorem (the fact that for any point $P$ its pedal triangle wrt $\triangle ABC$ is a line iff $P \in \odot(ABC)$). So can someone please tell why is that true ? (like, how does the first fact imply the second). I tried some continuity argument to prove this, but was unable to do that.

by guptaamitu1, Aug 9, 2021, 8:14 PM

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Let $P'$ be the isogonal conjugate of $P$ written $ABC$. It is known that $P'$ is the orthocenter of pedal triangle $DEF$ which is at infinity when $DEF$ is a line. Simple angle chase gives $P$ is on the circumcircle.

by Infinityfun, Feb 25, 2023, 6:37 PM

Random Math Tidbits

avatar

yayups
Shouts
Submit
  • i searched up moving points and found this
    what the actual orz

    by balllightning37, Mar 24, 2024, 9:24 PM

  • what the orz have I seen here

    by avisioner, Feb 7, 2024, 2:50 PM

  • yayups howsopro ORZORZ

    by the_mathmagician, Oct 20, 2021, 12:09 AM

  • orzorzorzorzorzorzorzorzorzorzorzorzorzorzorzorzorzorzorzorzorzorz

    by 554183, Oct 18, 2021, 3:32 PM

  • One of the best blogs I have come across :omighty:

    by lneis1, Jul 26, 2021, 2:17 PM

  • Are u surprised by him making IMO
    looking at his posts, it was very likely any way

    by 554183, Jul 8, 2021, 6:05 AM

  • WAIT WHAT HE MADE IMO 2020

    HOW TO BE SO GOD TIER

    ORZORZORZORZ

    by OlympusHero, Jun 6, 2021, 3:00 AM

  • give contrib thanqies

    by RedFireTruck, May 5, 2021, 5:16 PM

  • hey there

    by yofro, Apr 13, 2021, 1:44 AM

  • @below He is contestant 2 :omighty:

    by Gaussian_cyber, Sep 20, 2020, 10:37 AM

  • did you make IMO 2020? :)
    which contestant are you?

    by Orestis_Lignos, Sep 18, 2020, 2:27 PM

  • yayups IMO 2020 :omighty:

    by fukano_2, Sep 10, 2020, 6:30 AM

  • how do u know he made IMO?

    by Puffer13, Sep 6, 2020, 12:12 PM

  • Congrats on USA IMO!

    by Imayormaynotknowcalculus, Aug 15, 2020, 4:52 PM

  • IMO 2020 :o :omighty:

    by cmsgr8er, Aug 7, 2020, 8:16 PM

93 shouts
Contributors
padyayups
Tags
About Owner
  • Posts: 1614
  • Joined: Apr 17, 2013
Blog Stats
  • Blog created: Jun 26, 2017
  • Total entries: 45
  • Total visits: 38879
  • Total comments: 64
Search Blog
a