- #1
Lancelot59
- 646
- 1
I have to integrate this function:
[tex]
f(x,y,z)=y+x
[/tex]
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:
[tex]v=-u+2[/tex]
[tex]u=-v+2[/tex]
From there I parameterized it like so:
[tex]
r(u,v)=(u,0,v)
[/tex]
[tex]
r(u,v)=(u,0,-u+2)
[/tex]
with my normal being:
[tex]
\vec{N}=T_{u} X T_{v} (0,-1,0)
[/tex]
[tex]
\vec{N}=(1,0,-1) X (0,0,0)
[/tex]
[tex]
||\vec{N}||=0
[/tex]
So then combing f and r:
[tex]
f(r(u,v))=0+u=u
[/tex]
To get:
[tex]\int\int f(r(u,v)) * ||N(u,v)|| dA[/tex]
[tex]\int\int u * 0 *dA[/tex]
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?
[tex]
f(x,y,z)=y+x
[/tex]
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:
[tex]v=-u+2[/tex]
[tex]u=-v+2[/tex]
From there I parameterized it like so:
[tex]
r(u,v)=(u,0,v)
[/tex]
[tex]
r(u,v)=(u,0,-u+2)
[/tex]
with my normal being:
[tex]
\vec{N}=T_{u} X T_{v} (0,-1,0)
[/tex]
[tex]
\vec{N}=(1,0,-1) X (0,0,0)
[/tex]
[tex]
||\vec{N}||=0
[/tex]
So then combing f and r:
[tex]
f(r(u,v))=0+u=u
[/tex]
To get:
[tex]\int\int f(r(u,v)) * ||N(u,v)|| dA[/tex]
[tex]\int\int u * 0 *dA[/tex]
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?