FiveThirtyEight.com Riddler Puzzle / May 13
The puzzle goes like this; "It’s Friday. You’ve kicked your feet up and have drunk enough of your martini that, when the conical glass () is upright, the drink reaches some fraction p of the way up its side. When tipped down on one side, just to the point of overflowing, how far does the drink reach up the opposite side?"
I came up with an an answer of $ p^2 $, based on the following (probably incorrect) solution;
$
\begin{aligned}
\overline{AE} &= \overline{AD} &&= 1 \dots \text{length of one side}\\
\overline{AC} &= p &&=\text{initial distance of liquid along one side from the bottom}\\
\overline{AB} &= q &&= \text{distance when glass is tipped over to the other side}\\
h_p &= p \cos\theta &&= \text{height of upright triangle} \\
b_p &= 2p \sin\theta &&= \text{base of upright triangle} \\
h_q &= \overline{AE} \sin(2\theta) &&= \text{height of tipped-over triangle} \\
&= 2\sin\theta\cos\theta\\
b_q &= q &&= \text{base of tipped-over triangle} \\
&&&\\
\triangle(ACF) &= \left( \displaystyle \frac{h_p b_p}{2} \right) &&= p^2\sin\theta \cos\theta\\
\triangle(ABE) &= \left(\displaystyle\frac{h_q b_q}{2}\right) &&= q\sin\theta\cos\theta&&\\
\end{aligned}
$
$\begin{aligned} \text{As } & \text{volume of cone AEB} &&= \text{volume of cone ACF,}\\ & \triangle(ACF) &&= \triangle(ABE) \dots \text{(leap of faith?)}\\ & q &&= p^2 \\ \end{aligned} $
So the questions are;
a) Is it valid to assume that equal volumes imply equal vertical cross-sections?
b) How to derive the major and minor axes of the elliptical cross section $BE$ (so we can state the equation for the tilted volume in terms of $\overline{AB}$, and ultimately state $\overline{AB}$ as a function of $p$)?










On the surface of the cone, $\frac rz=\tan\theta$. On the planar surface of the fluid, using the point-slope formula for a line $$\frac{z-h}{r\cos\psi-h\tan\theta}=\tan\phi$$ Where $\phi$ is the angle of tilt of the glass and $\psi$ will be the azimuthal angle. $\psi=0$ at point $E$ in the diagram. On the meniscus, $$z=\frac r{\tan\theta}=h+r\tan\phi\cos\psi-h\tan\theta\tan\phi$$ So $$r=\frac{h(1-\tan\theta\tan\phi)}{\frac1{\tan\theta}-\tan\phi\cos\psi}=\frac{h(1-e)\tan\theta}{1-e\cos\psi}$$ Where we have used the variable $e=\tan\theta\tan\phi$ to clean things up a little. Then we can calculate $$\begin{align}V_{\phi}&=\int_0^{2\pi}\int_0^{\frac{h(1-e)\tan\theta}{1-e\cos\psi}}\int_{\frac r{\tan\theta}}^{h+r\tan\phi\cos\psi-he}dz\,r\,dr\,d\psi\\ &=\int_0^{2\pi}\int_0^{\frac{h(1-e)\tan\theta}{1-e\cos\psi}}\left[h(1-e)-\frac{r(1-e\cos\psi)}{\tan\theta}\right]r\,dr\,d\psi\\ &=\int_0^{2\pi}\left[\frac12h(1-e)\frac{h^2(1-e)^2\tan^2\theta}{(1-e\cos\psi)^2}-\frac1{3\tan\theta}\frac{h^3(1-e)^3\tan^3\theta}{(1-e\cos\psi)^2}\right]d\psi\\ &=\frac16h^3(1-e)^3\tan^2\theta\int_0^{2\pi}\frac{d\psi}{(1-e\cos\psi)^2}\end{align}$$ We will let $\nu=\psi-\pi$, then use the eccentric anomaly $$\sin E=\frac{\sqrt{1-e^2}\sin\nu}{1+e\cos\nu},\,\cos E=\frac{\cos\nu+e}{1+e\cos\nu},\,(1-e\cos E)=\frac{1-e^2}{1+e\cos\nu},\,dE=\frac{\sqrt{1-e^2}d\nu}{1+e\cos\nu}$$ Then $$\begin{align}V_{\phi}&=\frac16h^3(1-e)^3\tan^2\theta\int_{-\pi}^{\pi}\frac{d\nu}{(1+e\cos\nu)^2}\\ &=\frac16h^3(1-e)^3\tan^2\theta\int_{-\pi}^{\pi}\frac{(1-e\cos E)dE}{(1-e^2)^{3/2}}\\ &=\frac16h^3\left(\frac{1-e}{1+e}\right)^{3/2}\tan^2\theta\left[E-e\sin E\right]_{-\pi}^{\pi}\\ &=\frac13\pi h^3\tan^2\theta\left(\frac{1-e}{1+e}\right)^{3/2}\end{align}$$ When the glass is full and not tilted it holds a volume $$V_0=\frac13\pi h^3\tan^2\theta$$ And since the volume scales as $p^3$, we have the current volume $$V_{\phi}=V_p=p^3V_0=p^3\frac13\pi h^3\tan^2\theta=\frac13\pi h^3\tan^2\theta\left(\frac{1-e}{1+e}\right)^{3/2}$$ We can find the distance the fluid goes up the far side by setting $\psi=\pi$, $$r=\frac{h(1-e)\tan\theta}{1+e}=qh\tan\theta$$ Where $q$ is the fraction of the far side the fluid reaches. Since $p=\left(\frac{1-e}{1+e}\right)^{1/2}$ and $q=\frac{1-e}{1+e}$, we see that in fact $q=p^2$. Amazing!