Integrate over an area of a parabola

$\begingroup$

How do I figure out the integral bonds for r when integrating over the area M under a parabola y=2-x^2?

enter image description here

Do I need to solve a quadratic equation? I think there must be an easier solution.

enter image description here

Clarification

I want to calculate the following integral using polar coordinates (in this order).

$\iint_Mf(r,\varphi)drd\varphi$

$\endgroup$ 4

1 Answer

$\begingroup$

So I assume that you have an integrand which is awkward in cartesian coordinates but OK in polar coordinates so that you want to perform the integration in polar coordinates. At the boundary, $r\sin\phi=2-r^2\cos^2\phi$ so by the quadratic formula$$\begin{align}r&=\frac{-\sin\phi\pm\sqrt{\sin^2\phi+8\cos^2\phi}}{2\cos^2\phi}\\ &=\frac{\sin^2\phi-\sin^2\phi-8\cos^2\phi}{2\left(-\sin\phi\mp\sqrt{\sin^2\phi+8\cos^2\phi}\right)\cos^2\phi}=\frac4{\sin\phi+\sqrt{\sin^2\phi+8\cos^2\phi}}\end{align}$$Where we have taken the upper signs because we want $r>0$. Thus$$\int_{-\sqrt2}^{\sqrt2}\int_0^{2-x^2}f(x,y)\,dy\,dx=\int_0^{\pi}\int_0^{\frac4{\sin\phi+\sqrt{\sin^2\phi+8\cos^2\phi}}}f(r\cos\phi,r\sin\phi)r\,dr\,d\phi$$

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like