We are given:
$x=49-t^2$
$y=t^3-16t$
The curve apparently makes a loop which lies along the x-axis. I need help finding total area inside the loop. I don't know where to even start.
If it helps, in previous parts of the question, I found that
(a) the tangent line is horizontal at $t=\sqrt{16/3}$ and $x = 43.6666666666667$
(b) the tangent line is vertical at $t=0$
Thank you!

I think this is a Green's theorem problem. The loop is traced as $t$ goes from $-4$ to $4$ (but clockwise.) So the area is
$$-\frac{1}{2} \int_{-4}^4 x \; dy - y \; dx $$ $$ = -\frac{1}{2} \int_{-4}^{4} (49-t^2)(3t^2-16)-(t^3-16t)(-2t) \; dt $$ $$= \frac{8192}{15} = 546.13\ldots.$$
The extra minus sign is because of the clockwise orientation.