Use a triple Integral to find the volume of the pyramid P whose base is the square with vertices (1,0,0), (0,1,0), (-1,0,0), and (0,-1,0) and whose top vertex is (0,0,1).
First of all the limits of x, y and z have to be determined.
On seeing the coordinates and their respective quadrants we have,
Limit of z : 0 to -x-y+1
Limit of y : 0 to 1-x
Limit of x : 0 to 1
Volume = 4 * ∫ 01 ∫01-x ∫0-x-y+1 dz dy dx
Volume = 4 * ∫ 01 ∫01-x ( - x - y + 1 ) dy dx
Volume = 4 * ∫ 01 [ -x(1 - x) - (1 - x)2 /2 + 1-x ] dx
Volume = 4 * ∫ 01 [ -x + x2 - 1/ 2 - x2/2 + x +1 - x ] dx
Volume = 4 * ∫ 01 [ x2/2 - x + 1/2 ] dx
Volume = 4 * [ x3 / 6 - x2 /2 + x/2 ] 01
Volume = 4 * [ 1/ 6 - 1/2 + 1/2]
Volume = 4/6
Volume = 0.667 cubic units
Comments
Leave a comment