What is the value of ∭ R cos ( x + y + z ) d x d y d z , where R is the region bounded by x ≥ 0 , y ≥ 0 , z ≥ 0 and x + y + z ≤ 2 π ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
since x+y+z≤2π and x,y,z is non negative We can set 0≤x≤2π, 0≤y≤2π-x ,0≤z≤x First integral cos(x+y+z) for z in [0,x] Second integral consequence of first for y in [0,2π-x] Finally integral consequence of second for x in [0,2π] Then value of the triple integral is 2π
why is 0 <= z <= x ?
This solution does not make sense.
I got the answer 2 3 π by using the substitution m = x + y + z . The area of the plane m = x + y + z inside the first octant is 2 3 m 2 because the region is an equilateral triangle with side length 2 m . Therefore, the integral is equal to ∫ 0 2 π 2 3 m 2 c o s ( m ) d m . Integrating by parts gives the answer as 2 3 π .
Log in to reply
I think this solution is correct, all you need is integral step by step through 3 variables.
About your thinking, i found the mistake. You use the substitution, particularly, your substitution is a layer parallel to the x + y + z = 2 π plane. The volume of the layer is the product of the base area and the height.
However, d m is not a correct height value because d m = d x + d y + d z , it don't have any dimensions, and can't be considered as the normal of the layer.
Consider we are tracking d m only on x-axis, so d y , d z = 0 , d m = d x and the actual height of the layer is 3 d m , because it's proportional to the height of the pyramid (the height of the pyramid where x = m is 3 m ).
Therefore, the integral is equal to 0 ∫ 2 π 2 m 2 cos m d m = 2 π
Log in to reply
Thanks. I thought that the triple integral approach was too hard, so I tried this way. This was pretty easy to overlook.
So you are assuming that the square root 3 factor cancels the root 3 in the area. I used the same approach but got the area of each plane using heron's formula as (sqrt(3) / 4) * t^2 where t = x + y + z. I am not trying to find any center of mass. All i am doing is integrating a function over a volume and simplifying it to a 1 dimensional integral. If i integrate [cos(t) (sqrt(3/4( t^2)] over 0 to 2*pi, i do not need to find the height and hence i still do not understand why there is no sqrt(3) factor
∭ R c o s ( x + y + z ) d x d y d z = ∫ 0 2 π ∫ 0 2 π − x ∫ 0 2 π − x − y c o s ( x + y + z ) d x d y d z = ∫ 0 2 π ∫ 0 2 π − x ( − s i n ( x + y ) ) d x d y = ∫ 0 2 π ( 1 − c o s ( x ) ) d x = 2 π
integrating should be inside first, outside last.. so must be S(0->2pi) S(0->2pi-z) S(0->2pi-y-z) cos(x+y+z) dx dy dz
Problem Loading...
Note Loading...
Set Loading...
It's easy to notice that region R is bounded by x = 0 , x = 2 π − y − z , y = 0 , y = 2 π − z , and 0 ≤ z ≤ 2 π . Therefore ∫ ∫ ∫ R cos ( x + y + z ) d x d y d z = ∫ z = 0 2 π ∫ y = 0 2 π − z ∫ x = 0 2 π − y − z cos ( x + y + z ) d x d y d z = ∫ z = 0 2 π ∫ y = 0 2 π − z − sin ( y + z ) d y d z = ∫ z = 0 2 π ( 1 − cos z ) d z = 2 π ≈ 6 . 2 8 # Q . E . D . #