For a circle w/ a unit radius, how far from the center of that circle must the center of a chord be for the area under that chord (the one that would not include the circle's center) to be A?
If $theta$ is the central angle of the chord in radians, then
$theta$ - sin $theta$ = 2A
but I don't see how to get $theta$ from that. (Once I have $theta$, I can figure out the distance).
If there is no analytical solution to the general case, is there one for a specific case, say A = $\pi/4$?
For an aperture $\theta=2\alpha$, the area of the segment is $2\alpha-\cos\alpha\sin\alpha$ and the distance to the chord is $\cos\alpha$. In terms of the distance $d$, the area is
$$A=2\arccos(d)- d\sqrt{1-d^2}$$
Unfortunately, there is no analytical inverse and you need to resort to a numerical method.