Multivariable Calculus - Integration Assignment 1#

ConnorM
Messages
77
Reaction score
1

Homework Statement


Evaluate the integral,

\iiint_E z dzdydz

Where E is bounded by,

y = 0
z = 0
x + y = 2
y^2 + z^2 = 1

in the first octant.

Homework Equations



Rearranging y^2 + z^2 = 1 it terms of z,
z = \sqrt{1-y^2}

The Attempt at a Solution



From the given equations I determined that my bounds were,

1 \leq x \leq 2
0 \leq y \leq 1
0 \leq z \leq \sqrt{1-y^2}

I found these bounds by first looking at z = \sqrt{1-y^2} and seeing that y must be between 0 and 1 since we are working in the first octant, also z must be between 0 and z = \sqrt{1-y^2}. Then I moved on to x + y = 2, since y can only be between 0 and 1 the only way for the equation x + y = 2 to be true is if x is between 1 and 2.

\int_1^2 \int_0^{2-x} \int_0^\sqrt{1-y^2} z dzdydz

After integrating I found my answer to be 1/3. Can anyone let me know if I've made a mistake anywhere or if I have done this correctly?
 
Last edited:
Physics news on Phys.org
I'm doing the same assignment. I also got 1/3

EDIT: I'm not so sure about that answer anymore
 
Last edited:
Then I moved on to x+y=2, since y can only be between 0 and 1 the only way for the equation x+y=2 to be true is if x is between 1 and 2.
I get that x must be between 0 and 1. Otherwise it won't be under the cylinder y^2+ z^2= 1.
\int_0^1\int_0^{2- x}\int_0^{\sqrt{1- y^2}} zdzdydx
 
Last edited by a moderator:
Indeed, if you project the three planes and cylinder into the positive octant, you can observe that ##0 \leq x \leq 1##. You can check this out in the images I attached to help visualize. Try to see how the planes cut the cylinder, this is what let's you determine your limits most of the time.
 

Attachments

  • Screen Shot 2014-08-14 at 9.49.40 AM.png
    Screen Shot 2014-08-14 at 9.49.40 AM.png
    53.4 KB · Views: 477
  • Screen Shot 2014-08-14 at 9.50.32 AM.jpg
    Screen Shot 2014-08-14 at 9.50.32 AM.jpg
    25.2 KB · Views: 505
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top