Find the volume of the solid bounded above by $z=4-y^2-\frac{1}{4}x^2$ and below by the disk $(y-1)^2+x^2 \le 1$ , $z\ge0$.
I first converted the equation $z=4-y^2-\frac{1}{4}x^2$ into polar equation, which then became $z=4-r^2\sin^2\theta-\frac{r^2\cos^2\theta}{4}$. Then I also converted the equation of the disk which then became $r=2\sin\theta$. To get the volume of the solid I evaluated the double integral $$\int^{\pi}_{0}\int^{2\sin\theta}_{0} \left(4-r^2\sin^2\theta-\frac{r^2\cos^2\theta}{4}\right) rdrd\theta.$$ The answer I got in the end was $\frac{63\pi}{16}-\frac{16}{3}$. Is my answer correct? If it is not, can someone point out what part/s I was/were wrong. Thank you in advance.
Using $x = r \cos \theta$ and $y=1+r \sin \theta$, you get $z = 4-(1+ r \sin \theta)^2- \frac 14 r^2 \cos^2 \theta$. In these coordinates, $$ \int_0^{2 \pi} \int_0^1 r(4-(1+ r \sin \theta)^2- \frac 14 r^2 \cos^2 \theta) dr d\theta =\frac{43 \pi}{16}. $$