If I have
$\ x=\sin^3t$ and $\ y = \cos^3t$
I'm using Green's theorem to calculate the area enclosed by the curve via integration, but at the end I'm getting negative area $-3\pi/8$, which is wrong.
Do I need to calculate by the absolute value? I know that if $\ x=\cos^3t$ and $\ y = \sin^3t$, the answer will be $3\pi/8$, but what to do with this? Why does the sign change value for different paramterization?
This is the formula, which I used; $\frac{1}{2}$ $\int_0^{2π }(x(t).y'(t)-x'(t).y(t))dt $
The reason for obtaining a negative answer is the fact that when you parametrize using the first method, you are moving in the clockwise direction. Thus, the value you will obtain will be negative.
In the second parametrization, the direction you are moving in is the counterclockwise direction, which is the default convention followed while using Green's Theorem. That is why you are obtaining a positive value.