Find the area of the circle

52 Views Asked by At

Find the area of the circle defined by the parametric equations $x = \cos t$ and $y = \sin t$.

I know this is circle defined by $x^2 +y^2 =1$ so i used $0 < t < 2\pi$ as my bounds, then integrated $\cos^2t$ and got my answer as $\pi$, this correct?

2

There are 2 best solutions below

4
On

Write it as $$ A = \int_{0}^1\int_0^{2\pi} r\ {\rm d}\theta\ {\rm d}r = \pi. $$

0
On

Since $x^2 + y^2 = 1$ we see that the parameterized circle has radius $r = 1$, and consequently has area $\pi r^2 = \pi$.