Suppose you have the surface $z=3xy$ and you want to find the area that lies within the cylinder $x^2+y^2\leq 1$.
My homework is forcing me to use the parameterization
$$\textbf{r}_1(s,t)= <s\cos(t), s\sin(t), 3s^2\sin(t)\cos(t)>$$
I am having a difficult time visualizing this parameterization, and I do not have any graphing software to graph the surface, but I want to make sure I understand this concept.
This is quite obvious, but I want to be sure; using the above parameterization, I am not parameterizing the entire surface, right? If I wanted to, I assume the parameterization would be $$\textbf{r}_2(s,t) = <s,t,3st>$$
Instead, is $\textbf{r}_1$ just the parameterization adjusted for the region - the region being the cylinder $x^2+y^2\leq 1$? That is, are we just making a revolution around $z=3xy$?
Any insight would be helpful.
You can see this exercise as a surface integral or you can also see it as a double integral of a function $f(x,y)$ over the unit disc.
$\mathbf r_1$ is the cylindrical parameterization, which, generally, is $$\begin{cases}x=s\cos t\\y=s\sin t\\z=f(x,y)=f(s\cos t,s\sin t)\end{cases}$$
In your case $z=f(x,y)=3xy$. In $\mathbf r_1$, the cylinder becomes $s\le1$ and you have no limitations on $t$. You have to evaluate the integral $$\begin{align}\int_0^1s\times 3s^2\mathrm ds\int_0^{2\pi}\sin(t)\cos(t)\mathrm dt&=0\end{align}$$
I got to this integral by the following way:
$$\iint f(x,y)\mathop{\mathrm dx}\mathop{\mathrm dy}=\iint 3xy\mathop{\mathrm dx}\mathop{\mathrm dy}$$ Using polar coordinates $(x=s\cos t, y=s\sin t)$ and adding the Jacobian: $$\iint3s^3\sin t\cos t\mathop{\mathrm ds}\mathop{\mathrm dt}$$ Because we are in the unit disc, $0<s\le1, \quad0<t<2\pi$ $$\int_0^13s^3\left(\int_0^{2\pi}\sin t\cos t\mathop{\mathrm dt}\right)\mathop{\mathrm ds}$$