You baked a pie in the shape of a disc, with some cherries spread unevenly on its top. You want to give each of your two children a piece of cake such that:
- The pieces are congruent - have the same shape and size;
- Each piece has the same amount of cherries (cherries are considered divisible so each piece might contain fractions of cherries).
One way to do this is the following: hold a knife over the diameter of the pie and rotate it slowly, changing its angle from $0$ towards $\pi$. Let $l(t)$ be the number of cherries to the left of the knife at angle $t$ and $r(t)$ the number of cherries to its right. At angle $\pi$, right becomes left and left becomes right, $l(0)=r(\pi)$ and $r(0)=l(\pi)$, so if (for example) $l(0)>r(0)$, then $l(\pi)<r(\pi)$. Both functions are continuous, so by the intermediate value theorem, there must be a $T\in[0,\pi]$ in which $r(T)=l(T)$. Cutting at that angle gives two semi-discs with the same amount of cherries.
MY QUESTION IS: What happens if, instead of a straight knife, you have a fork, which leaves a small piece of cake undivided, like this? There, the green 3-part line represents the fork. It divides the brown pie to 3 parts, two of which (the larger ones) are given to your children, and the small triangular reminder is discarded.
The argument from the semi-disc case doesn't work, because it is no longer true that $r(0)=l(\pi)$. However, by playing with the GeoGebra simulation it seems to be always possible to find an angle in which $r(T)=l(T)$, so I am trying to prove this.
I thought of the following 'proof' which I am trying to complete:
Because the two pieces are symmetric, their integral is the same, i.e.:
$$\int_{t=0}^{2\pi} l(t)dt = \int_{t=0}^{2\pi} r(t)dt$$
So:
$$\int_{t=0}^{2\pi} (l(t)-r(t))dt = 0$$
So there must be a $T\in[0,2\pi]$ in which $l(T)-r(T) = 0$.
Is this proof correct?