Double Integrals Bounded by Cylinders

In summary, In the Attempt at a Solution, the author calculates the volume of a cylinder around the Z and X axes. The cylinder is symmetrical on the origin, so the author only needs to calculate the volume of the first octant. The bounds are 0 < y < r and 0 < x < sqrt(r2 - y2), so the author first integrates sqrt(r2 - y2) * x from 0 to sqrt(r2 - y2) dy from 0 to r. The first integral goes to: sqrt(r2 - y2) * x from 0 to sqrt(r2 - y2) = (r2 - y2), and the second integral then makes it:
  • #1

Homework Statement


Bounded by the cylinders x2 + y2 = r2 and y2 + z2 = r2

We're supposed to stick to double integrals as triple integrals are taught in a later section.

The Attempt at a Solution


Edit:
Alright, I think I go to the right answer.
x = sqrt(r2 - y2)
z = sqrt(r[SUP2[/SUP] - y2)

The bounds are 0 < y < r and 0 < x < sqrt(r2 - y2)

So I get:
integrate integrate sqrt(r2 - y2) dx from 0 to sqrt(r2 - y2) dy from 0 to r
The first integral goes to:
sqrt(r2 - y2) * x from 0 to sqrt(r2 - y2) =
(r2 - y2)

The second integral then makes it:
r2 * y - 1/3 * y3 from 0 to r which gives us:
2/3 * r3

However, you're supposed to throw in an 8 at the beginning to times everything by (why?) so you get:
16/3 * r3

So, my questions:
Was my edited solution correct and why are you supposed to multiple the entire double integral by 8.
 
Last edited:
Physics news on Phys.org
  • #2
Maven_Odin said:

Homework Statement


Bounded by the cylinders x2 + y2 = r2 and y2 + z2 = r2

We're supposed to stick to double integrals as triple integrals are taught in a later section.

The Attempt at a Solution


Edit:
Alright, I think I go to the right answer.
x = sqrt(r2 - y2)
z = sqrt(r[SUP2[/SUP] - y2)

The bounds are 0 < y < r and 0 < x < sqrt(r2 - y2)

So I get:
integrate integrate sqrt(r2 - y2) dx from 0 to sqrt(r2 - y2) dy from 0 to r
The first integral goes to:
sqrt(r2 - y2) * x from 0 to sqrt(r2 - y2) =
(r2 - y2)

The second integral then makes it:
r2 * y - 1/3 * y3 from 0 to r which gives us:
2/3 * r3

However, you're supposed to throw in an 8 at the beginning to times everything by (why?) so you get:
16/3 * r3

So, my questions:
Was my edited solution correct and why are you supposed to multiple the entire double integral by 8.

I presume you are to calculate a volume, but you never actually said so. Have you drawn a picture of the required volume? Do you understand what portion, if not all, the volume you have calculated using those limits?
 
  • #3
This object is in all the octants of 3 space and your integral bounds go from 0 to the radius of the cylinders. So you are only finding the volume of the 1st octant which is fine since this is symmetrical across the origin.

When I did the problem I only obtained (8/3)*r3. I could have made an error some where but here is what how I solved it.

I convert my coordinates to cylindrical which makes the differential r dr d(theta). Since you are using r in the given problem, I simply called it "a" so it wouldn't cause a problem with the r dr of the differential.

Looking at just the first octant we see the angle runs from 0 to pi/2 this will be one of the bounds of integration. Now we have x2+y2=a2. x2+y2=r2 and now we have r=a; therefore, our other bounds are 0 to a.

Then I solved for z2 which yields z=sqrt(r2-y2). But remember y=rsin(theta); thus, we get z=sqrt(r2-(r*sin)2)=r*sqrt(1-sin2)=r*cos.

Now we have all the data for the integral:

8*[tex]\int^{pi/2}_{0}\int^{a}_{0}(r*r*cos)drd(theta)[/tex]
 
  • #4
LCKurtz said:
I presume you are to calculate a volume, but you never actually said so. Have you drawn a picture of the required volume? Do you understand what portion, if not all, the volume you have calculated using those limits?
The volumes are cylinders around the Z axis and the X axis.
2*2 is for symmetry of the cylinder (so you're only using 1/4 of the circle about the xy axis instead of the entire circle. However, I'm unsure as to where the final 2 comes into play.
 
  • #5
Maven_Odin said:
The volumes are cylinders around the Z axis and the X axis.
2*2 is for symmetry of the cylinder (so you're only using 1/4 of the circle about the xy axis instead of the entire circle. However, I'm unsure as to where the final 2 comes into play.

I will repeat my question. Do you understand from your picture what portion of the volume you have calculated? Describe it to me. Once you do that correctly you will see where the 8 comes from.
 
  • #6
LCKurtz said:
I will repeat my question. Do you understand from your picture what portion of the volume you have calculated? Describe it to me. Once you do that correctly you will see where the 8 comes from.
Does the 8 come from:
2 (take the upper part of the symmetrical circle on the z & y axis)
2 (take the upper part of the symmetrical circle on the x & y axis)
2 (take the positive part of the half-circle on the x & y axis)

The shape would be slightly larger than a sphere.

I'm having a bit of trouble trying to visualize it still though.
 
  • #7
Look what I wrote and you will see where the 8 comes from.
 
  • #8
Maven_Odin said:
Does the 8 come from:
2 (take the upper part of the symmetrical circle on the z & y axis)
2 (take the upper part of the symmetrical circle on the x & y axis)
2 (take the positive part of the half-circle on the x & y axis)

The shape would be slightly larger than a sphere.

I'm having a bit of trouble trying to visualize it still though.

It's a miracle you can get the correct limits, which you did, without having the picture first. You should always draw a sketch and use it to get the limits.

What you are describing above can be better phrased as "the volume in the first octant". There are 8 octants and lots of symmetry...
 
  • #9
LCKurtz said:
It's a miracle you can get the correct limits, which you did, without having the picture first. You should always draw a sketch and use it to get the limits.

What you are describing above can be better phrased as "the volume in the first octant". There are 8 octants and lots of symmetry...
Thank you for the explanation. I got the limits from trying to find the answer on the web and what have you. I knew the answer, just not how to get it which is rather important.

Thanks for the help.
 

Suggested for: Double Integrals Bounded by Cylinders

Replies
5
Views
847
Replies
4
Views
805
Replies
9
Views
549
Replies
6
Views
794
Replies
3
Views
392
Replies
9
Views
489
Replies
18
Views
2K
Replies
7
Views
860
Back
Top