Calculating volume using triple integrals

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
kikifast4u
Messages
10
Reaction score
0

Homework Statement


Find the volume of the solid enclosed between the cylinder x2+y2=9 and planes z=1 and x+z=5

Homework Equations


V=∫∫∫dz dy dz

The Attempt at a Solution


The problem I have here is setting the integration limits. I first tried using:
  • z from 1 to 5-x
  • y from √(9-x2) to -3
  • x from -3 to 3

However, that gave me a negative answer, so I doubt that's the way to do it.

I then used polar coordinates for x and y and used the integral:
V=∫∫∫r dz dr dθ with limits
  • z from 1 to 5-r*cos(θ)
  • r from 0 to 3
  • θ from 0 to 2∏

This time I got a positive answer, but I'm not sure whether the method is correct. We were never taught to use polar coordinates in volume integrals, so I'm not sure whether it's fine to mix them up.
 
Physics news on Phys.org
I'm still struggling with this. Any help guys?
 
kikifast4u said:

Homework Statement


Find the volume of the solid enclosed between the cylinder x2+y2=9 and planes z=1 and x+z=5

Homework Equations


V=∫∫∫dz dy dz

The Attempt at a Solution


The problem I have here is setting the integration limits. I first tried using:
  • z from 1 to 5-x

  • Okay, that's good.

    [*]y from √(9-x2) to -3
    Why -3? The cylinder x2+ y2= 9 goes from [itex]-\sqrt{9- x^2}[/itex] to [itex]\sqrt{9- x^2}[/itex].
    [*]x from -3 to 3
However, that gave me a negative answer, so I doubt that's the way to do it.

I then used polar coordinates for x and y and used the integral:
V=∫∫∫r dz dr dθ with limits
  • z from 1 to 5-r*cos(θ)
  • r from 0 to 3
  • θ from 0 to 2∏

This time I got a positive answer, but I'm not sure whether the method is correct. We were never taught to use polar coordinates in volume integrals, so I'm not sure whether it's fine to mix them up.
 
Thank you very much! I got the same answer as in the second method, so both are fine. Stupid stupid mistake!