MathJax TeX Test Page
If you had this set of equations: $x = \cos{t}$, and $y = \sin{t}$, and you want to find the area of that ste of parametric equations. We could do
$$\text{The area is} \int\mathrm{y}\, \mathrm{d}x$$
$$x = \cos{t}, dx = -\sin{t}dt \rightarrow \int\mathrm{\sin{t}*-\sin{t}}\, \mathrm{d}t = \int\mathrm{-\sin^2{t}}\, \mathrm{d}t$$
$$\cos{2t} = 1 - 2\sin^2{t} \rightarrow -\sin^2{t} = \frac{1}{2}(cos{2t} - 1)$$
$$=\frac{1}{2}\int\mathrm{\cos{2t} - 1}\, \mathrm{d}t = \frac{\sin{2t}}{4} - \frac{x}{2} + C$$
$$\text{If you graph the system, you get that it is a unit circle. So, you can integrate from 0 to 2}\pi$$
$$(\frac{\sin{2t}}{4} - \frac{x}{2})|^{2\pi}_{0} = -\pi$$
$$\text{Note that that is the integral, not the area. The area is the absolute value, which is } \pi$$