Find the area which lies between the x-axis and the curve $x = sin(t)$, $y = sin(t)cos(t)$, where $0 \le t \le \pi/2$
I was able to sketch a graph in the x-y coordinate plane by making a table of $t$, $x$, and $y$, and I know that the next step is to integrate, but I'm a little confused as to how to go about it.
Would it be $\int_{t_0}^{t_1} y(t) dx = \int_{0}^{\pi/2} {\sin(t) \cos(t)} dx$, where $dx = \cos(t) dt$? I think that should be right enough, but my friend says this could also work: $\int_{x_0}^{x_1} y dx$, where $y = x dx$ and so it'd be $\int_{0}^{1} x d^2x$—but is the latter a valid integral? Or is there another way?

Suppose the Cartesian form of the integral is $y=f(x),\,x\in[a,b]$. Let the parametrization $x=g(t)$ and $y=f(g(t)) = h(t)$ with $t\in[\alpha,\beta]$. It follows that $dx=g'(t)dt$ and
$$A=\int_{a=f(\alpha)}^{b=f(\beta)}f(x)\,dx=\int_{\alpha}^\beta h(t)g'(t)dt.$$
For your example, $g(t)=\sin(t)$ and $h(t)=\sin(t)\cos(t)$ with $t\in[0,\pi/2]$, so
$$A=\int_0^{\pi/2}\sin(t)\cos^2(t)\,dt\to\text{$u=\cos(t)$}\to\int_0^1u^2\,du=\frac13.$$
You could also subsitute $x(t)$ into $y(t)$, yielding $y=x\sqrt{1-x^2},\,$ $x\in[0,1]$ which when integrating yields the same answer of $1/3$.