Lancelot59
- 640
- 1
I have to integrate this function:
<br /> f(x,y,z)=y+x<br />
Over the region S which is a tetrahedron defined by points (0,0,0), (2,0,0), (0,2,0), (0,0,2).
So after I drew it out I saw that three of the faces were right up against the XZ, YZ, and XY planes. I'm getting stuck on parameterizing the faces.
I tried to do the face against the XZ plane. Using u and v I drew the plane and got a line going from (0,2) to (2,0) in the new U/V plane.
I got these as my functions for the line:
v=-u+2
u=-v+2
From there I parameterized it like so:
<br /> r(u,v)=(u,0,v)<br />
<br /> r(u,v)=(u,0,-u+2)<br />
with my normal being:
<br /> \vec{N}=T_{u} X T_{v} (0,-1,0)<br />
<br /> \vec{N}=(1,0,-1) X (0,0,0)<br />
<br /> ||\vec{N}||=0<br />
So then combing f and r:
<br /> f(r(u,v))=0+u=u<br />
To get:
\int\int f(r(u,v)) * ||N(u,v)|| dA
\int\int u * 0 *dA
So I'm confused here. Does that mean that there is no surface integral on that face? Once I get the integrals over the rest of the faces, do I just add them up?
<br /> f(x,y,z)=y+x<br />
Over the region S which is a tetrahedron defined by points (0,0,0), (2,0,0), (0,2,0), (0,0,2).
So after I drew it out I saw that three of the faces were right up against the XZ, YZ, and XY planes. I'm getting stuck on parameterizing the faces.
I tried to do the face against the XZ plane. Using u and v I drew the plane and got a line going from (0,2) to (2,0) in the new U/V plane.
I got these as my functions for the line:
v=-u+2
u=-v+2
From there I parameterized it like so:
<br /> r(u,v)=(u,0,v)<br />
<br /> r(u,v)=(u,0,-u+2)<br />
with my normal being:
<br /> \vec{N}=T_{u} X T_{v} (0,-1,0)<br />
<br /> \vec{N}=(1,0,-1) X (0,0,0)<br />
<br /> ||\vec{N}||=0<br />
So then combing f and r:
<br /> f(r(u,v))=0+u=u<br />
To get:
\int\int f(r(u,v)) * ||N(u,v)|| dA
\int\int u * 0 *dA
So I'm confused here. Does that mean that there is no surface integral on that face? Once I get the integrals over the rest of the faces, do I just add them up?