M BUZZ CRAZE NEWS
// updates

How to calculate this area in polar coordinates

By Emma Johnson
$\begingroup$

I would like to calculate the area of the region between the $y=x^2$ and $y=x$ using double integrals. The problem is I couldn't find the limits of the variable $r$ in this integral, because the line $y=x$ in polar coordinates is $\theta=\pi/4$ which doesn't depend of $r$.

$\endgroup$ 2

1 Answer

$\begingroup$

Assuming that the area you're after is the region enclosed by these two curves:

enter image description here

Then $\theta=\pi/4$ on the upper limit, and on the lower limit it is $0$, since this is the lowest you can go in this quadrant.

Meanwhile for the $r$ limits, given a fixed $\theta$, how far can you go outwards from $0$ until you hit the curve $y=x^2$? This can be solved as follows:

$$y=x^2\implies r\sin\theta=r^2\cos^2\theta\implies r=\tan\theta\sec\theta$$

So $r$ goes up to here. So we have $$\int_0^{\pi/4} \left(\int_0^{\tan\theta\sec\theta}rdr\right)d\theta$$

$\endgroup$ 6

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