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?