I'm working through some problems in a textbook and I wasn't sure how to do this
I have a function $f(x,y,z) = xyz$,and a region $S$ which is the triangle with vertices (3,0,0), (0,2,0) and (0,0,6) and I want to find the surface integral
$$\iint_S f(x,y,z) dS$$
I understand the theory behind this - I take two vectors in the region $S$, say (-3,2,0) and (-3,0,6) and find the cross product, which gives me a normal vector and then I parametrize $f(x,y,z)$ and integrate over $S$ which has bounds expressed in terms of my new coordinates.
I'm having trouble understanding how to paramatrize the region and the function - how do I do that?
Thanks.
I'm not sure why you want to take the cross product. Given your two vectors $u=(-3,2,0)$ and $v=(-3,0,6)$, and a point $A=(3,0,0)$, the points in the plane that contain your triangle are the points $P(\alpha,\beta) = A + \alpha u + \beta v$, for $\alpha,\beta\in\mathbf R$. Now you just have to find the bounds on $\alpha$ and $\beta$ for which the point $P(\alpha,\beta)$ stays in the triangle $S$ (which should be simple given your judicious choice of vectors), and you have yourself a parametrization of $S$.
I'm also not sure what parametrizing the function $f$ means. You just have to rewrite $f(x,y,z)$ in terms of $\alpha$ and $\beta$, and integrate.