M HYPE SPLASH
// general

Area enclosed by parametric equations

By Michael Henderson
$\begingroup$

I have a question about the area enclosed between the following parametric equations:

\begin{align*} x &= t^3 - 8t \\ y &= 6t^2 \end{align*}

I know the area is the integral of the $y(t)$ times the derivative of $x(t)$. What I don't know is how to find the limits of integration for $t$.

Thank you!

$\endgroup$ 4

3 Answers

$\begingroup$

by drawing a graph, e.g.

you can see that the loop is around points where $x = 0, y \ne 0$, that is $ t^3 - 8t = 0, t = +/- \sqrt8$, these are your limits, then as you said

$A = \int\limits_{-\sqrt8}^{\sqrt8} y(t) x'(t) dt = 1303.3...$

$\endgroup$ 1 $\begingroup$

HINT

Use Green's thm between $t$ limits $\pm 2 \sqrt2$ that encloses a loop between the origin and $ y=48 $

$\endgroup$ $\begingroup$

The graph has symmetry in the $y$ axis. The graph intersects with the $y$ axis when $t=0$ and $t=\pm2\sqrt{2}$

You therefore need to calculate $$A=2\int_{t=0}^{t=2\sqrt{2}}x\frac{dy}{dt}dt$$

Take the positive value of this.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy