I have been trying to solve the following goat grazing problem:
A goat is tied to the outside of a circular fence. If the length of the rope is the same as the circumference of the fence, what is the maximum area upon which the goat can feed?
I'm using integration to calculate the area but to find the limits for the integral, I need to solve the following transcendental equation: $$(2 \pi - \theta)\cos \theta + \sin \theta = 0$$
Is it possible to compute the exact solution of this equation or do I just have to solve it numerically?
To solve the equation for $\theta=1.7897758\dots$, use $2\pi-\theta=x$:
$$(2\pi-\theta)\cos(\theta)+\sin(\theta)=0\iff \tan(x)=x$$
Now use the series solution in
Bessel J zero $j_{v,x}$, and Stirling S1 $S_n^{(m)}$ to get:
$$\bbox[5px,border: 5px groove black]{\theta=\frac\pi2-\sum_{m=1}^\infty\sum_{n=0}^m\frac{S_m^{(n)}\Gamma(n+m-1)(-1)^ni^{m+n}2^{m-n}}{\left(\frac{3\pi}2-i\right)^{n+m-1} m!\Gamma(m)}=\pi-\tan^{-1}(j_{\frac32,1})}$$
shown here is the series and the closed form also works