I shall determine the surface area of the intersection of a circle with Radius $R= 1 $ and the set of points above the parabola $f(x) = 2x^2$. Only the positive $x,y$-plane is of interest.
My approach is to parameterize it with polar coordinates as $x=R\cos(\phi)$ and $y=R\sin(\phi)$, thus $\vec \gamma(\phi) = \begin{pmatrix} R \cos(\phi) \\ R \sin(\phi) \\ 0 \\ \end{pmatrix}$
Now I struggle with setting bounds of the integral, something like $0 \le R \le 1 $ and $? \le \phi \le ?.$
I have determined the point of intersection as $x=0.62481$, thus $\phi = 51.332°$ or $\phi = 0.896$ in rad. How do I continue?
here is way to find the area without polar coordinates. the parabola $y = 2x^2$ and the unit circle cut at $(\pm \sqrt{b/2}, b)$ where $b = {\sqrt{17} - 1 \over 4}$ is the positive solutions of the quadratic equation $y^2 + {y \over 2} = 1$
the area is $$2\int_0^b \sqrt{y \over 2} \ dy + \arccos b - b\sqrt{1 - b^2}={2\sqrt 2 \over 3} b^{3/2} +\arccos b - b\sqrt{1 - b^2}$$