25
$\begingroup$

I am working through Paul Lockhart's Measurements. It's one of the most engaging and insightful introductions to elementary mathematics I've read. In the opening pages, he presents a simple challenge: Prove that the three medians of a triangle intersect at a point (screenshot below). He doesn't provide any answers, which I think is the whole point of the book. I've come up with an argument, but I'm not sure if it holds water. Can you please review this proof, or point out the flaw in it? Thanks!

Proof: Slowly scale (contract) the triangle down to a point. The three corners of the triangle trace the three medians of the triangle. Therefore, the three medians intersect at a point.

I spent some time thinking about why exactly the three corners would trace the median, and not some other line. The reason (I think) lies in the side opposite to the corner. As that side contracts, both ends of the side uniformly reduce in size but the midpoint of that side still lies on the median.

enter image description here

$\endgroup$
2
  • 14
    $\begingroup$ I think many of the answers misunderstood the question. This question is not "show me your favorite proof that the medians intersect"; it is "tell me why my proof attempt does not work". $\endgroup$ Commented Nov 14, 2017 at 13:38
  • 1
    $\begingroup$ I think yours is a beautiful proof and I suspect it can be salvaged by defining the intersection of two medians and then differentiating either the distance or the angle between the third median and their intersection with respect to the size of the triangle as it is scaled. This distance being invariant with respect to scale would complete the proof. $\endgroup$ Commented Dec 30, 2017 at 16:31

9 Answers 9

37
$\begingroup$

Well, since you've asked for criticism, here some is! (Both positive and negative).

Firstly, nice try. It seems you've got something of the right idea. Intuitively it does indeed seem that if you do as you say and "contract" the triangle down to a point, the corners trace the medians, and eventually meet at a single point, or something like that.

Now time for the bad news; unfortunately, intuition does not a mathematical proof make. The problem with your proof is that you don't actually define anything that you've said. What does it mean to "Slowly scale (contract) the triangle down to a point."? Intuitively we do understand, but mathematically, we do not.

You follow this up by asserting something about the corners tracing the three medians of the triangle. This is unfortunately tantamount to stating what you're trying to prove - and is a no no!

I won't provide you with a proof, that would ruin all your fun, but the main thing is to ask yourself "If I say this to somebody, do they have any other choice than to agree with me?". The answer to that question, for a proper proof, is no. You can not disagree with a proof. However, in your example above, almost anyone could, because it's not quite watertight enough. Hope this helps :-)

$\endgroup$
2
  • 1
    $\begingroup$ Thanks for your input! I'll work on my argument and try to make it more rigorous. $\endgroup$
    – Akash C
    Commented Nov 14, 2017 at 2:49
  • 7
    $\begingroup$ Intuition is the steering wheel, but rigor is the motor. Allow yourself to be guided by your intuition but don't think intuition alone will get you where you want to go. $\endgroup$
    – corsiKa
    Commented Nov 14, 2017 at 17:56
17
$\begingroup$

The midpoints of the three sides of a triangle form another triangle similar to the original but scaled by one half, rotated a half revolution, and its medians are half of the medians of the original triangle. Perform the operation again and the new triangle is scaled by one fourth and has the same orientation as the original, and its medians are one fourth of the medians of the original triangle. Iterating this process indefinitely shrinks the triangle down to just one point, the centroid, which is common to all of the medians.

I think you had a valid intuition, and that is important, but the precise details needed some work. I hope my version helps.

$\endgroup$
3
  • $\begingroup$ Splendid! This is a neat way. $\endgroup$ Commented Nov 14, 2017 at 3:16
  • 1
    $\begingroup$ Aha! The key idea of this being that the three medians of the one-half-scaled-and-rotated triangle coincide exactly with the three medians of the original. Of course, some details need work. $\endgroup$ Commented Nov 14, 2017 at 17:41
  • $\begingroup$ Thank you for your edit :) $\endgroup$ Commented Jul 17, 2018 at 19:16
13
$\begingroup$

Proof: Slowly scale (contract) the triangle down to a point. The three corners of the triangle trace the three medians of the triangle. Therefore, the three medians intersect at a point.

Please don't take this harshly -- I think it's a very nice idea. But others have not been honest enough: the idea of this proof is not correct. I think it cleverly hides this, and seems to be possibly correct, but if you try to write down the details, you will not get anywhere with it.

The main problem is that you say to "Slowly scale (contract) the triangle down to a point." But what point? Scaling a triangle requires that you pick a point to scale it down to, and move the vertices towards that point at a uniform rate.

The only reasonable answer to "what point" is "scale it down to the centroid of the triangle." But then, the proof is circular: in order to give the scaling argument, you already have to know that the three lines all go through the centroid.


Q: Can't I just say to scale down the figure, and not specify what point I'm scaling it down to?

You could, but then it would not be clear what it means for the three corners of the triangle to "trace out" lines during this scaling. In order for them to trace out lines, they must move towards a specified point.

Q: OK. Then can I just pick an arbitrary point to scale it down to?

If you did this, then the lines traced out by the three corners of the triangle would be arbitrary lines, and not necessarily the medians of the triangle.

Q: What if I define the centroid first (say, the average of the three vertices' coordinates), and then scale down to that point?

This will work, but the next step (after defining the centroid) will be to prove that all three medians go through the centroid. And once you have proven that, the scaling argument becomes unnecessary, because you already know that the three medians intersect in a point. The proof is already done.

Q: How could I have seen, before going into this detail, that this proof would not work?

The best "heuristic" reason is that it is not clear, from reading the proof, what facts it uses about the median lines. It seems like the proof could be understood by someone who does not even know what a "median" is. Thus, the proof must be wrong.

$\endgroup$
12
  • $\begingroup$ Those are very helpful comments. Thank you! When I said "scale it down to a point," I was referring to the limiting case of the scaling-down action, which would culminate in a point. But your answer sheds light on the importance of rigor in mathematics -- because intuition alone can have hidden crevasses. $\endgroup$
    – Akash C
    Commented Nov 15, 2017 at 4:01
  • 1
    $\begingroup$ @AkashC What do you mean by "the limiting case of the scaling-down action"? I don't think you understood my answer :) $\endgroup$ Commented Nov 15, 2017 at 5:47
  • 1
    $\begingroup$ I can only imagine that you mean to scale down the figure (not necessarily to any particular point). But I addressed this in my answer -- then, the vertices of the triangle do not trace anything out. $\endgroup$ Commented Nov 15, 2017 at 5:49
  • 1
    $\begingroup$ Somos' idea was actually the first idea I had had about how to prove it. Ironically, I thought there was something wrong with that proof and settled on the contraction-proof instead :) But anyway, people are motivated by different things. I'm sure I'll love rigor someday. I recently read this article by Terrence Tao where he also shares the same philosophy about progressing from intuition initially to rigor secondarily and back to intuitive rigor finally: terrytao.wordpress.com/career-advice/… $\endgroup$
    – Akash C
    Commented Nov 15, 2017 at 7:38
  • 1
    $\begingroup$ @AkashC Funny -- the exact same article from Terry Tao had come to my mind as well. Anyway, good luck (and good night for me). $\endgroup$ Commented Nov 15, 2017 at 7:41
8
$\begingroup$

In a rigorous way, you may prove that

In a triangle $ABC$, the median through $A$ is the locus of points $P$ such that $[PAB]=[PAC]$.

Let $X$ be the intersection between the median $m_A$ through $A$ and the median $m_B$ through $B$.
Since $X\in m_A$, $[XCA]=[XAC]=[XAB]=[XBA]$.
Since $X\in m_B$, $[XBA]=[XBC]=[XCB]$. By transitivity of $=$, $[XCA]=[XCB]$.
It follows that $X\in m_C$, hence the medians of a triangle are always concurrent.

By describing axis, heights and angle bisectors as loci you may easily devise similar proofs for the existence and unicity of the circumcenter, orthocenter and incenter. Here it is an extended implementation of this trick:

  1. The perpendicular bisector of $AB$ is the locus of points $P$ such that $PA=PB$;
  2. The angle bisector(s) of $\widehat{BAC}$ is (are) the locus of points $P$ such that $d(P,AB)=d(P,AC)$;
  3. The altitude through $A$ is the locus of points $P$ such that $PB^2-PC^2=AB^2-AC^2$, or the radical axis of the circles having diameters $AB,AC$.

Here $[PQR]$ stands for the area of $PQR$ and $d$ for the Euclidean distance, of course.

$\endgroup$
9
  • 6
    $\begingroup$ But, @JackD'Aurizio, aren’t you introducing a new definition of the median here. The definition in the book is just that median connects the vertex with the midpoint of tr opposite side. $\endgroup$ Commented Nov 14, 2017 at 3:20
  • 2
    $\begingroup$ I am just suggesting to prove that mine is an equivalent definition of the same object, best suited for proving a concurrency by exploiting transitivity and the definition of a geometric locus. $\endgroup$ Commented Nov 14, 2017 at 3:27
  • 4
    $\begingroup$ Sure, but in that case, doesn’t the proof have to involve another step, namely that the two defintions are equivalent? Or have you left that to the OP as an exercise? It’s not explicitly stated. $\endgroup$ Commented Nov 14, 2017 at 3:41
  • 3
    $\begingroup$ What does [PAB] denote? ​ ​ $\endgroup$
    – user57159
    Commented Nov 14, 2017 at 5:34
  • 2
    $\begingroup$ @RickyDemer: Here [PQR] stands for the area of PQR, of course. $\endgroup$ Commented Nov 14, 2017 at 11:36
6
$\begingroup$

You are using the conclusion in your demonstration: you assume that the three lines meet at one point (when you "contract the triangle in a single point"). To see what I mean, imagine that the medians intersection forms a triangle instead of one point:

enter image description here

Then your argument won't work. You would have to prove first that two of the medians meet and that the third one meets in exactly same point.

$\endgroup$
5
$\begingroup$

You hit the nail on the head: in your proof attempt, it is difficult to justify why the lines that you have drawn are the medians.

Consider this more general construction instead: take an arbitrary point $P$ in the triangle, and draw the segments $PA$, $PB$, $PC$. You can "scale down" the triangle to the point $P$ along these segments. More formally, this means taking points $A(t), B(t), C(t)$ on $PA, PB, PC$ respectively such that $$\frac{PA(t)}{PA} = \frac{PB(t)}{PB} = \frac{PB(t)}{PB} = 1-t.$$

Now the triangle $\triangle A(t)B(t)C(t)$ coincides with $\triangle ABC$ for $t=0$, with the point $P$ for $t=1$, and stretches uniformly inbetween when $t$ goes from $0$ to $1$.

So all the arguments that you have made work for every point $P$ inside the triangle; you are not using any property which is specific of the medians. And you are just proving that the the segments $PA, PB, PC$ intersect in $P$ (which is obvious), but nothing there says that those lines are the medians (and indeed for general $P$ they won't).

Note that you can't get out of this by saying "I take $P=G$, then these are the medians", because the existence of $G$ is what you are trying to prove.

So you need to bring into the picture an additional property of the medians, otherwise your argument is not going to work.

$\endgroup$
3
$\begingroup$

The triangle $\triangle ABC$ will balance on an edge that goes along a single median $AD$ (where $D$ is the midpoint of $BC$) (the median bisects every single parallel to $BC$, so if you chop up the triangle into many thin, parallel slices, they each balance on the median, so the triangle as a whole balances as well). That means that the center of mass of the triangle must lie on that median. But then, by the same argument, the center of mass must also lie on each of the other two medians as well. So the center of mass lies on all three medians, and therefore the medians must intersect in that single point.

$\endgroup$
0
$\begingroup$

I am surprised that nobody gave the following counter to your proof:

Consider, instead of medians, lines that connect a corner not with the middle of the opposing side, but with the point that is 1/4 away from either end of the opposing side.

If you consider all three such lines, clearly they do not intersect into the same point. However, if you slowly contract the triangle as you suggested, then they eventually do meet!

Therefore, your proof will work for invalid assumptions as well.

$\endgroup$
2
  • $\begingroup$ The reason nobody gave that counter to my proof is because it's a nonsensical counter that fails. Here's an example: imgur.com/xGWTDvM Notice how the smaller triangle, which is a scaled-down version of the larger triangle, has one vertex that doesn't sit on the corresponding line. The only situation in which the three corners of the scaled-down triangle sit on the three lines emanating from the three vertices is when the lines are medians. This is a hint that you cannot shrink a triangle to a point while still having all three vertices tracing non-median lines. $\endgroup$
    – Akash C
    Commented Nov 16, 2017 at 10:24
  • $\begingroup$ Ok, I missed the part where you say that while contracting the triangle the vertices stay on the lines. I assumed you just shrink the triangle and redraw the lines. Well, in this case, you first have to prove that by contracting the triangle the vertices do stay on the lines. $\endgroup$ Commented Nov 16, 2017 at 13:18
0
$\begingroup$

You seem to assume that the three lines are concurrent. To show you this is the case, take any point in the plane, call it $P$. It can be a point interior to the triangle, but this is not mandatory. Draw three concurrent lines, each passing through one vertex of the triangle and the point $P$. If you apply a scale transformation to the plane, centered on point $P$, which corresponds to your "Slowly scale (contract) the triangle down to a point", then the three corners of the triangle trace the three lines, only this time none of them is necessarily a median of the triangle, since $P$ is not necessarily the centroid.

In conclusion, the fact that the triangle scales down to a point is a consequence of your construction independent of the point you choose to scale it down. And the vertices will always follow the lines that are concurrent to the center of the scaling transformation.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .