A while ago, I was eating pizza and wondered that if you were to cut parallel to one of the radii, how far along would you need to cut in order to split a slice's area in half?
In attempting to find a general answer for a sector with radius $r$ and angle $\theta$, I used some trigonometry to find $$a\sin\theta\sqrt{r^2 - a^2 \sin^2\theta} + r^2 \arcsin\left(\frac{a\sin\theta}{r}\right) - a^2\sin\theta\cos\theta = \frac{1}{2}r^2\theta$$ where $a$ is the distance along from the origin where we start our cut. After seeing this I had absolutely no idea how or even if I could continue, so I tried $r=1$ and $\theta = \pi/2$, i.e. a quarter-circle with radius 1. This gives: $$a\sqrt{1-a^2} + \arcsin(a) = \pi/4$$ Is there any way this expression can be further simplified?
If you let $x= \arcsin a$ then $a=\sin x$ and your equation is $$\sin x \cos x + x = \frac{\pi}{4}$$
or $$\sin 2x + 2x = \frac{\pi}{2}.$$
That seems like a transcendental equation that might have been studied.