2

I need to calculate

$$\iint\frac{dx\,dy}{\sqrt{x^2 + y^2}}$$ $$x^2 + y^2 < 2y$$

I tried to solve this via polar coordinates

$$0 \leq r < 2\sin(\phi)$$ $$0 \leq \phi \leq 2\pi$$

So, our integral becomes

$$\int_0^{2\pi} d\phi \int_0^{2\sin(\phi)} \, dr $$

which seems to be wrong because of $$r < 2\sin(\phi)$$

zigzig
  • 23

1 Answers1

2

$$ \iint\frac{dx\,dy}{\sqrt{x^2 + y^2}}$$

Region is $x^2+y^2 \leq 2y$.

So if you are using $x = r \cos \theta, y = r \sin\theta$,

$$r \leq 2 \sin\theta, 0 \leq \theta \leq \pi.$$

This is a circle centered at $(0, 1)$ with radius $1$. As you are measuring radius from the origin, $r = 2 \sin\theta$ on the circle and note that the complete circle forms for $0 \leq \theta \leq \pi$.

So integral becomes $ \ \displaystyle \int_0^\pi \int_0^{2 \sin\theta}\,dr \ d\theta $

Math Lover
  • 51,819