
Luke J. answered 12/14/21
Experienced High School through College STEM Tutor
Given:
f( x, y ) = x2
Bounded, x: [ 0, 4 ]
Between planes: y = 0, y = 6, z = 0
Find:
The volume bounded the function f by the constraints above.
Solution:
Step 1: Set-up Double Integral to evaluate Volume
V = ∫∫ f( x, y ) dA
Due to being in Cartesian coordinates:
dA = dy dx
V = ∫∫ f( x, y ) dy dx
V = ∫∫ x2 dy dx
Step 2: Determine the bounds of integration
The x-bounds are simple since the problem prompt gave them for you.
V = ∫04∫ x2 dy dx
The y-bounds are sort-of simple but are interpreted different than the straight-forward "x can be in this range of values"
The planes y = 0 and y = 6 let you know that the y domain for the integral can only be from 0 to 6 and thus the y-bounds are from 0 to 6
V = ∫04 ∫06 x2 dy dx
Step 3: Begin evaluating the double-integral
Because x2 does not depend on y, integration of the constant 1 w.r.t. y will follow through unhindered.
V = y|06 * ∫04 x2 dx = ( 6 - 0 ) * ∫04 x2 dx V = 6 * ∫04 x2 dx
The anti-derivative of x2 is 1/3 x3
V = 6/3 * x3|04
V = 2 * ( 43 - 03 ) = 2 * 64
∴ V = 128 units3
I hope this helps! Message me in the comments if you have any questions, comments, or concerns on the process or anywhere in-between!