I have to calculate the volume of intersection of a sphere and a cylinder. The cylinder's radius is $r$ and the center point is $(r,0,0)$. The sphere's center point is $(0,0,0)$ and the radius $2r$.
I calculated the estimated volume with Monte Carlo methods but now I have to calculate the real volume with a formula. Is there any kind of explicit equation for this volume?
I will appreciate any kind of help!