Alexandra C.
asked 02/01/19Evaluating triple integral with tetrahedron
∫∫∫xyz dV where T is is the solid tetrahedron with vertices (0,0,0) (1,0,0) (1,1,0) (1,0,1).
How do I figure out what z=f(x,y) is with these points? The equation of a tetrahedron is x/a+y/b+z/c=1
But with these points I don't know how to use the formula
1 Expert Answer
Huaizhong R. answered 06/04/25
Math Learning Expert known for making math accessible to anyone
Denote the vertices of the tetrehedron T by O(0,0,0), A(1,0,0), B(1,1,0), and C(1,0,1). Then the sides OAB and OAC are on the xy and xz planes, with equations z=0 and y=0, respectively, ABC is parallel to the yz-plane, with equation x=1. To figure out the equation of the side OBC, we need to take the cross (vector) product of the vectors b=vec(OB)=i+j and c=vec(OC)=i+k. Then bxc = i–j–k = (1,–1,–1). Thus the equation of the plane OBC is x–y–z=0 or z = x–y. [Notice that since the plane passes through the origin, it has zero intercept, so the intercept form of the equation x/a+y/b+z/c=1 does not apply.]
To evaluate the integral, we turn it into an iterated integral:
First consider the region D on the xy-plane which is the side OAB. This is enclosed by the lines y=x, x=1, and y=0. We integrate with respect to z first, with z from 0 to x–y, then to y, with y from 0 to x; and finally to x, with x from 0 to 1. Thus we have
∫∫∫Dxyzdxdydz = ∫01xdx∫0xydy∫0x-yzdz = ∫01xdx∫0xydy(x-y)2/2
=(1/2)∫01xdx∫0xy(x-y)2dy = (1/2)∫01xdx∫0x(x2y-2xy2-y3)dy
=(1/2)∫01xdx(x2∫0xydy-2x∫0xy2dy+∫0xy3dy)
= (1/2)∫01x(x4/2-2x4/3+x4/4)dx
=(1/24)∫01x5dx=(1/24)(1/6)=1/144.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Rohan B.
first find the equation of the plane which is: x + y + z = 1 and then you can get help from here for instance: (just replace the equation and follow the process) https://socratic.org/questions/how-do-you-use-a-triple-integral-to-find-the-volume-of-the-given-the-tetrahedron06/08/19