So here's a nice puzzle from Donald Bell.

It's a lovely question to show that the shaded area in the first image here has area one fifth of the original square.

Using the same construction, joining vertices to midpoints, does the same thing hold true for a general quadrilateral?

How would you prove it? Do you have a counter-example?

#Geometry #Puzzle

@ColinTheMathmo Nice, I expected shearing to preserve the fraction, e.g. rhombus, but not work for the second quadrilateral. Works nicely #geogebra and other dynamic geometry software.

The closest to a counter-example I found were concave quadrilaterals and quadrilaterals with three points colinear (a triangle so a bit of a cheat)

@foldworks The question is ... what's the easiest proof that the middle area in the general quadrilateral is one fifth of the area as a whole?

I'm tempted to brute force it to verify that it's true, but a clean and elegant proof of the general case would be nice to see.

@ColinTheMathmo @GerardWestendorp I thought a simpler problem might help, i.e. https://en.wikipedia.org/wiki/Varignon%27s_theorem

However, I then found some counter-examples showing a small divergence from the desired area. I need to be sure that these aren't rounding errors
#geometry #iTeachMath #puzzle #quadrilateral #midpoint #geogebra

@foldworks So you are suggesting that the proposed theorem is false?

Interesting.

I'd be interested in reproducing the calculation by hand, just to be sure it's not rounding errors. If the result is false it should be possible to find coordinates that give "nice numbers".

CC: @GerardWestendorp

@ColinTheMathmo @GerardWestendorp
OK, here’s a counterexample with mostly nice numbers.

It wasn’t easy to find because when all numbers are ‘nice’ then the proposed theorem usually holds true 😆 e.g. rhombus, parallelogram, etc.

#geometry #iTeachMath #puzzle #quadrilateral #midpoint #geogebra
#geometry #iTeachMath #puzzle #quadrilateral #midpoint #geogebra

@foldworks That's very impressive ... thank you.

I'll pass that on to the person who posed the question, who I'm sure will be equally impressed. Maybe this will persuade him finally to join Mastodon.

Cheers!

CC: @GerardWestendorp

@ColinTheMathmo @GerardWestendorp Excellent, part of the reason I think rounding errors are not relevant is that Varignon's theorem only fails in #Geogebra in specific situations, i.e. when rounding to 15 decimal places for very thin darts. The proposed theorem seems to fail within 3 to 5 decimal places

@foldworks @ColinTheMathmo @GerardWestendorp I think I've got this right, but (as always) am happy to be corrected: https://www.geogebra.org/classic/sebwvtsm

As you move the slider to zero, the shape approaches a triangle and the ratio approaches 1/6 rather than 1/5.

GeoGebra Classic - GeoGebra

Free online apps bundle from GeoGebra: get graphing, geometry, algebra, 3D, statistics, probability, all in one tool!

@icecolbeveridge Brilliant ... thank you. I'll pass this on to Donald.

Cheers!

CC: @foldworks @GerardWestendorp

@ColinTheMathmo Please pass on my regards too 🙂
@ColinTheMathmo @icecolbeveridge @foldworks
Hmm, apparently these 2 tilings of the plane cannot have the correct periodicity. (such 1 in 5 of the quadrilaterals in the left tiling overlap with a quadrilateral in the right tiling).

@GerardWestendorp Forgive me for being a bit dense (I'm on holiday, which only makes it worse) -- I don't understand what's going on there.

I can see you've decomposed the quad into its nine constituent parts, and rearranged them to tessellate, but beyond that I'm a bit lost.

@icecolbeveridge Well, in some cases you can lay these 2 tessellations on top of each other, such that 1 in 5 quadrilaterals of the left tessellation would overlap with a corresponding one of the right tessellation. In which case you can conclude that the 1/5th area conjecture is correct.
But it only works for a subclass of cases.
@ColinTheMathmo
Aha, think I got something. You can tile the plane with both the original quad, and the sub quads.

@ColinTheMathmo This was a nice nerd-snipe!

Areas behave nicely under affine transformations, and in particular the ratio of the areas of two regions is preserved, so we may as well assume that three of the vertices of the quadrilateral are at nice coordinates. I chose \((0,0)\), \((2,0)\), and \((0,2)\) (the choice of \(2\) was so that the midpoints were still integers). So then the fourth point is at, say \((a,b)\).

The quadrilateral then has area \(a + b\) (which took me by surprise when I saw it!)

Playing with this in Geogebra shows that the ratio of \(5\), to within the display precision, is surprisingly persistent. But it doesn't take much experimenting to get into the region where it is obviously false.

As a counter-example, with the fourth vertex at \((20,2)\) then I get the ratio to be \(5.33\). But even by \((100,2)\) then it only gets up to about \(5.7\).

I have formulae for the intersection points. They're okay, but not the nicest formulae I've ever seen. So in theory I could give you a formula for the area of the smaller quadrilateral - I just haven't quite got the energy to put it all together just yet! If I knew how to use a symbolic algebra system then it would be a bit easier.

@ColinTheMathmo Okay, done a bit more analysis.

If I keep \(b = 2\) and let \(a\) get very large then the area of the central region tends to \(\frac{a}{6}\). Since the area of the quadrilateral is roughly \(a\) by this point, the ratio tends to \(\frac{1}{6}\).

In fact, if I keep \(b\) constant and let \(a\) get large then the ratio tends to \(\frac{1}{6}\).

Code to work out the area of the quadrilateral defined by joining each vertex to the next-but-one midpoint of an edge, where the original quadrilateral has vertices (0,0), (2,0), (a,b), and (0,2).

Code to work out the area of the quadrilateral defined by joining each vertex to the next-but-one midpoint of an edge, where the original quadrilateral has vertices (0,0), (2,0), (a,b), and (0,2). ...

Gist

@loopspace @ColinTheMathmo If I haven't screwed up and Mathematica isn't lying to me (neither of these assumptions is very safe) then for a quadrilateral with vertices (0,1), (0,0), (1,0), (x,y) ...

(choosing the handedness so that each vertex is joined to the midpoint of the next two)

the area ratio is 1/5 exactly when 1+x=2y OR 2x+y=3

the area ratio for (x, tx) with x large and k fixed approaches 1/6 + 5t/(18+78t+72𝑡²)

in particular, (1,inf) and (inf,1) both yield a ratio of 1/6 (so to speak)

in particular, "on the diagonal" it approaches 11/56, obviously a combination of 1/5 and 1/6 :-)

in particular, (2x,x) for large x yields a limit of 1/5; if you want exactly 1/5, as mentioned above (2x-1,x) will do for any x

the area ratio for (1+u,1+v) is 1/5 + >=quartic terms in u,v, so for "parallelogram-ish" values of u,v it's not surprising that the answer is close to 1/5

the quantity 1/5 - area ratio is a rational function whose numerator is a square and whose denominator is a product of linear terms that are positive when x+y>1, so the area ratio never goes above 1/5 (at least for convex quadrilaterals)

the quantity area ratio - 1/6 is a rational function whose denominator is again a product of linear terms that are positive when x+y>1; its numerator is the product of two quadratic things defining hyperbolae, which can just barely reach 0 at (0,1) and (1,0) but can't be negative in the region of convex quadrilaterals, so the area ratio never goes below 1/6 for convex quadrilaterals