Find the area bounded by $x= at^{2}$ and $y = 2at$ from $t=1$ to $t=2$
I tried to solve this by integrating $\int_{1}^2 y \frac{dx}{dt} dt$
$\int_{1}^2 (4a^{2}t^{2}) dt$
$= (28/3)a^{2}$
What is wrong with my attempt$?$
Answer is given $(56/3)a^{2}$
Find the area bounded by $x= at^{2}$ and $y = 2at$ from $t=1$ to $t=2$
I tried to solve this by integrating $\int_{1}^2 y \frac{dx}{dt} dt$
$\int_{1}^2 (4a^{2}t^{2}) dt$
$= (28/3)a^{2}$
What is wrong with my attempt$?$
Answer is given $(56/3)a^{2}$
Your answer is just fine, because $$\int_{1}^{2} 4a^2 ~dt = \int_{a}^{4a} 2a\sqrt{\frac{x}{a}}~ dx = 28a^2/3$$
is the area between the parametric curve and the $x(t)$-axis.

Hint: You can also use an explicit form of your function: $$t=\sqrt{\frac{x}{a}}=t$$ so $$y=2a\sqrt{\frac{x}{a}}$$
The curve is a parabola y^2 = 4aX area will be twice the area under curve y=sqrt.(4ax) from X= a to X = 4a and x axis answer is 56 a^2 / 3
$$\int 4at^2 dt = 4a \int t^2 dt = \frac 4 3 at^3 + C$$
No $a^3$ anywhere. (Also $dx/dt = 2at$ so you'd actually have $a^2$.) Of course the problem lies deeper but I figured it worth noting.
– PrincessEev Aug 09 '19 at 11:47