So I was trying to remember what the goat problem was when I thought of this:
Imagine points $A$, $B$, and $C$ on a circle. $B$ and $C$ are reflections of each other on the diameter that $A$ is on. What would $\theta=\angle BAC$ be if shape $BAC$ is half of the circle?
My idea was to let the center of the circle be $O$. We then draw radii $OB$, $OA$, and $OC$. Angle $BOC$ is $2\theta$ and angles $BOA$ and $COA$ are $\pi-\theta$. Using area formulas for triangles $ABO$ and $ACO$, we get $$r^2\sin\theta+\theta r^2=\frac{\pi}2r^2$$Where $r$ is the length of the radius. Dividing by $r^2$, we get stuck: $$\theta+\sin\theta=\frac{\pi}2$$ Are there other ways of reaching this equation, possibly even giving a closed form solution? I tried using Lagrange Inversion but the coefficients don't exist. Wolfram Alpha states that $\theta\approx48^\circ$ if this helps.

Use
$$\theta=\sum_{n=0}^\infty\frac{\left(\frac\pi2\right)^{2n+1}}{(2n+1)!}\left.\frac{d^{2n}}{dx^{2n}}\left(1+\frac{\sin(x)}x\right)^{-(2n+1)}\right|_0$$
Unfortunately, applying the series reversion formula would be too complicated, $(y+1)^{-(2n+1)}=\sum\limits_{m=0}^\infty\frac{(-1)^m (m+2n)!}{(2n)!m!}y^m$ makes the coefficients diverge, and the top 2 formulas in the ratio section from Wolfram functions take too long to evaluate. However, as requested by the asker, one can find an integral representation a method with the inverse-Z transform:
$$\begin{align}\left.\frac{d^n}{dx^n}f(x)\right|_0=\frac{n!}{2\pi i}\int_{|z|=1}f(z)z^{-n-1}dz=\frac{n!}{2\pi}\int_0^{2\pi}f(e^{it})e^{-i nt}dt\implies \left.\frac{d^{2n}}{dx^{2n}}\left(1+\frac{\sin(x)}x\right)^{-(2n+1)}\right|_0=\frac{(2n)!}{2\pi}\int_0^{2\pi}\left(1+e^{-i t}\sin(e^{i t})\right)^{-(2n+1)}e^{-2nit}dt\end{align}$$
Summing over $n$ uses $\coth^{-1}$’s series expansion. After using integration by parts on $e^{i t}$ and the rest of the integrand, we get:
$$\boxed{\theta=\frac1{2\pi}\int_0^{2\pi}e^{it}\coth^{-1}\left(\frac2\pi(\sin(e^{it})+e^{i t}\right)dt=\int_0^{2\pi}\frac{e^{2it}(\cos(e^{it})+1)}{4(\sin(e^{i t})+e^{i t})^2-\pi^2}dt}$$
shown here.
Also, you can just use “Solve $x+\sin(x) = \frac\pi2$” and Bessel J:
$$\theta+\sin(\theta)=\frac\pi2\implies \theta=\frac\pi 2+2\sum_{n=1}^\infty\frac{\text J_n(-n)}{n} \sin\left(\frac{\pi n}2\right)=\frac\pi2+2\sum_{n=1}^\infty\left(\frac{J_{4n-1}(4n-1)}{4n-1}-\frac{J_{4n-3}(4n-3)}{4n-3}\right)$$