While playing around with equations and graphs for Valentine's Day, I found the following problem to be interesting, which involves different types of equations.
Let the parametric equations (denoted by $f$) of a heart curve be $$ \begin{array}{rl} x &= 16\sin^3(t) \\ y &= 13\cos(t) - 5\cos(2t) - 2\cos(3t) - \cos(4t) \end{array} $$ for $0 \leq t \leq 2\pi$. Let $g(x) = x^2$ be the equation of a line passing through a heart. Determine the area of the region, bounded by these curves for $x \geq 0$ and $f > g$.
Firstly, I tried transforming the given parametric equations into $y(x)$ form and then, determine the area integral, which turns out to be messy.
Secondly, I even tried writing $y = x^2$ in parametric form. However, this doesn't seem to click since the parameters may be different.
I'm interested in knowing the best method to approach this problem.