Mannheim Circles

by liberator, Aug 23, 2014, 8:45 PM

In Rioplatense Olympiad 2013 Problem 6, we proved a result that concerned a concyclity relating to the orthocenter and the centroid:
liberator wrote:
Let $ABC$ be an acute-angled scalene triangle, with centroid $G$ and orthocenter $H$. The circle with diameter $AH$ cuts the circumcircle of $BHC$ at $A'$, distinct from $H$. Analogously define $B', C'$. Prove that $A', B', C', G$ are concyclic.
A careful reader may have noticed that in the proof, there was in fact nothing special about the two centers aforementioned, other than the fact that the orthocenter may be described as the Miquel point of $\triangle DEF$ w.r.t $\triangle ABC$, and that the centroid may be described as the intersection of the cevian rays defined by the circle intersections. This suggests a possible generalization of the question, and in fact, such a result exists. The following theorem was first proved by Mannheim in his Nouvelles Annales de Mathématiques (1890). The proof is very similar to that of Rioplatense Olympiad 2013 Problem 6, yet for completeness, it is included here.

Theorem (Mannheim) Let $ABC$ be a triangle, and let $L,M,N$ be points on $BC,CA,AB$ respectively. Let $A', B', C'$ be points on $(AMN), (BNL), (CLM)$, and denote $K \equiv AA' \cap BB'$. Then if $K \in CC'$, $A',B',C',K$ are concyclic.

[asy]
/* First diagram for a generalization of Rioplatense Olympiad 2013 Problem 6, free script by liberator, 23 August 2014 */
unitsize(1.8cm);
defaultpen(fontsize(10pt));
pointpen=black;
pen dsp = rgb(0.4,0.6,0.8);
pen rcp = rgb(0.9,0,0);
pen gcp = rgb(0,0.6,0);
/* Initialize objects */
pair A = (-2.5,2.5);
pair B = (-3.5,-0.5);
pair C = (0.5,-0.5);
pair L = (-1.5,-0.5);
pair M = (-1,1);
pair N = (-2.8,1.6);
pair [] p = intersectionpoints(circumcircle(C,L,M), circumcircle(A,M,N));
pair P = p[1];
pair K = incenter(A,B,C);
pair [] x = intersectionpoints(A--K, circumcircle(A,M,N));
pair Ap = x[1];
pair Bp = IP(Line(B,K,-0.01, 2014), circumcircle(B,N,L));
pair Cp = intersectionpoint(C--K, circumcircle(C,L,M));
pair Q = IP(Line(P,Bp,-0.01,2014), circumcircle(A,M,N));
/* Draw objects */
draw(A--B--C--cycle, dsp+linewidth(1));
draw(A--K, dsp);
draw(B--Bp, dsp);
draw(A--Q, dsp);
draw(Bp--Q, dsp);
draw(circumcircle(A,M,N), rcp);
draw(circumcircle(B,N,L), rcp);
draw(circumcircle(C,L,M), rcp);
draw(circumcircle(Ap, Bp, Cp), gcp+dotted+linewidth(1));
/* Place dots on and label each point */
Drawing("A", A, dir(110));
Drawing("B", B, dir(200));
Drawing("C", C, dir(340));
Drawing("L", L, dir(-100));
Drawing("M", M, dir(-90));
Drawing("N", N, dir(130));
Drawing("A'", Ap, dir(60));
Drawing("B'", Bp, dir(0));
Drawing("C'", Cp, dir(110));
Drawing("K", K, dir(-90));
Drawing("P", P, dir(-45));
Drawing("Q", Q, dir(110));
[/asy]
Proof Define $P$ the Miquel point of $\triangle LMN$. Let $Q \equiv PB' \cap (AMN)$. By Reim's theorem on $(AMN), (BNL)$, $AQ \parallel BB'$; by a converse of Reim's theorem, $A'B'PK$ is cyclic: similarly, $B'PC'K$ is cyclic, and the result follows. $\Box$

In fact, the reverse implication is also true. Mannheim did not actually prove this, but it is credited to him in R.A Johnson's Advanced Euclidean Geometry (1960).

Converse Let $ABC$ be a triangle, and let $L,M,N$ be points on $BC,CA,AB$ respectively. Let $A', B', C'$ be points on $(AMN), (BNL), (CLM)$, and denote $K \equiv AA' \cap BB'$. Then if $A',B',C',K$ are concyclic, $C' \in CK$.

[asy]
/* Second diagram for a generalization of Rioplatense Olympiad 2013 Problem 6, free script by liberator, 23 August 2014 */
unitsize(1.8cm);
defaultpen(fontsize(10pt));
pointpen=black;
pen dsp = rgb(0.4,0.6,0.8);
pen rcp = rgb(0.9,0,0);
pen gcp = rgb(0,0.6,0);
/* Initialize objects */
pair A = (-2.5,2.5);
pair B = (-3.5,-0.5);
pair C = (0.5,-0.5);
pair L = (-1.5,-0.5);
pair M = (-1,1);
pair N = (-2.8,1.6);
pair []p = intersectionpoints(circumcircle(C,L,M), circumcircle(A,M,N));
pair P = p[1];
pair K = incenter(A,B,C);
pair [] x = intersectionpoints(A--K, circumcircle(A,M,N));
pair Ap = x[1];
pair Bp = intersectionpoint(Line(B,K,-0.01, 2014), circumcircle(B,N,L));
pair Cp = intersectionpoint(C--K, circumcircle(C,L,M));
/* Draw objects */
draw(A--B--C--cycle, dsp+linewidth(1));
draw(A--K, dsp);
draw(B--Bp, dsp);
draw(C--K, dsp+dashed);
draw(circumcircle(A,M,N), rcp);
draw(circumcircle(B,N,L), rcp);
draw(circumcircle(C,L,M), rcp);
draw(circumcircle(Ap, Bp, Cp), gcp);
/* Place dots on and label each point */
Drawing("A", A, dir(110));
Drawing("B", B, dir(200));
Drawing("C", C, dir(340));
Drawing("L", L, dir(-100));
Drawing("M", M, dir(-90));
Drawing("N", N, dir(130));
Drawing("A'", Ap, dir(60));
Drawing("B'", Bp, dir(0));
Drawing("C'", Cp, dir(110));
Drawing("K", K, dir(-90));
Drawing("P", P, dir(-45));
[/asy]

Proof Denote $P$ as before. By Miquel's theorem on $\triangle NA'B'$ w.r.t $\triangle KBA$, it follows $P \in (KA'B')$; by Miquel's theorem on $\triangle ACK$, with $A', M$ on $AK, CA$, it follows $C' \in CK$. $\Box$
This post has been edited 3 times. Last edited by liberator, Jul 21, 2015, 11:18 AM
Reason: asy

Comment

1 Comment

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
For the converse, we can also do the phantom point trick in which we note that $CK, (KA'B')$, and $(CLM)$ concur by the direct Mannheim Theorem.

by MathStudent2002, Apr 13, 2019, 4:16 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: 37791
  • Total comments: 43
Search Blog
a