- Let $R$ be the Golden Rectangle (sides of length 1 and $\phi =\frac{1+\sqrt5}{2}$)
- Centered at one of the vertices of $R$, inscribe a circle of radius $\lambda$
- What is the value of $\lambda$ that partitions $R$ into 2 equal halves by area?
- I was able to determine a function for the convex region, parameterized by $\lambda$; $C(\lambda)$ and from there, use software to find a meaningful root of $C(\lambda)-\frac{\phi}{2}$ ($\approx1.016144)$. However, I am disappointed I couldn't find an analytical solution.
- I am looking for an expression for $\lambda$
$Aside:$ I was somewhat expecting $\lambda$ to be more "interesting"

Parameterizing by $\theta$ as in the figure ...
... the goal is to solve ...
$$\frac12\cdot 1 \cdot \phi = X + Y = \frac12 \cdot 1 \cdot \tan\theta + \frac12 \cdot \sec^2\theta \cdot \left(\frac{\pi}{2}-\theta\right) $$ $$\to\qquad 2\phi = 2\tan\theta + (\pi-2\theta)\sec^2\theta$$ $$\to\qquad(\pi-2\theta)\tan^2\theta+2\tan\theta + \pi-2\phi-2\theta = 0 \tag{$\star$}$$ Because $(\star)$ is a non-trivial transcendental equation, it cannot be solved algebraically. Mathematica gives this numerical approximation $\theta = 0.1784924382\ldots$ so that the radius of the circle is $$\lambda = \sec\theta = 1.0161440156726\ldots$$