Finding the area of the unit circle using an integral in polar coordinates

3.6k Views Asked by At

I just want to ask if the polar form of the unit circle is

$$\cos^2\theta+\sin^2\theta=1$$

So, if I were to try and find the area of the circle using an integral, I would get

$$\int_0^{2\pi}\left(\cos^2\theta+\sin^2\theta-1\right)d\theta$$ But this equals $0$; therefore, you can't find the area using polar coordinates. Or am I wrong?

2

There are 2 best solutions below

0
On

@Heavenly96, see the very first formula in teal here:

The derivation for this is mainly due to an analogy with the area of a circle. What are the areas of a full, semi, quarter, and eighth circle respectively? They are $\pi r^2, {\pi\over2}r^2, {\pi\over4}r^2$, and ${\pi\over8}r^2$. Notice something interesting here? The area of each division ends up yielding half the angle required to find such area: $$A_{\Delta\theta}\approx{\Delta\theta\over2}r^2.$$ As $\Delta \theta \to 0$, summing up each of the pieces to gain the full area gives us the formula $$A_{r(\theta)} = \int_\alpha^\beta{d\theta\over2}r^2.$$

This is how the ${1\over 2}$ comes about.

0
On

The equation of the unit circle is polar coorinates is $r =1$

Integration in polar coordinates... If you are tutoring someone who is not in multivariate calculus and you cannot formally introduce the Jacobian, you need to introduce it in a less formal way.

When you learned the Riemann integral in Cartesian space, you divided the area under the curve into a sequence of rectangles. For a fine enough partition, the sum of the rectangles would equal your area. The base of each rectangle is $dx,$ and the height is $y(x),$ the area of each is $y\ dx$ and the area of them all is $\int_a^b y\ dx$

Moving to polar, rather than rectangles you sections of circles. The area of each is $\frac 12 r^2 d\theta.$ and the area inside a polar curve is $\int_0^{2\pi} \frac 12 r^2 dr$ (usually, the limits are $0$ to $2\pi$, but not always, and so,must be checked).