Double integral, cylindrical coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Ed Aboud
Messages
200
Reaction score
0

Homework Statement



The problem states: Use cylindrical coordinates to evaluate

[itex]\iiint_V \sqrt{x^2 +y^2 +z^2} \,dx\,dy\,dz[/itex]

where V is the region bounded by the plane [itex]z = 3[/itex] and the cone [itex]z = \sqrt{x^2 + y^2}[/itex]

Homework Equations


[itex]x = r cos( \theta )[/itex]
[itex]y = r sin( \theta )[/itex]
[itex]z = z[/itex]

[itex]dV = dx dy dz = r dz dr d \theta[/itex]

The Attempt at a Solution



Changing to cylindrical coordinates:

[itex]\iiint_V r \sqrt{r^2 +z^2} \,dz\,dr\,d \theta[/itex]

The limits are:

[itex]3 \le z \le r[/itex]
[itex]0 \le r \le 9[/itex] ?
[itex]0 \le \theta \le 2 \pi[/itex]

I'm not sure how to tackle this integral. Attempting to evaluate it in mathematica returns an error too. To me, this question would be easier to solve using spherical polar coordinates, but the question states cylindrical.

One thing to note, [itex]\sqrt{r^2 +z^2} = R[/itex] is the equation for a sphere of radius R, in cylindrical coordinates. Not sure if this may play a part in the solution.


Any help would be greatly appreciated.
 
Physics news on Phys.org
First think about your boundaries! In your cylinder coordinates they are given by the plane [itex]z=3[/itex] and the cone [itex]z=r[/itex]. Thus for each [itex]z[/itex], from where to where runs [itex]r[/itex]? What's the maximal value of [itex]r[/itex]? Note that first integrating over [itex]r[/itex] and then over [itex]z[/itex] is simpler than the other order!
 
Thanks for your reply!

So am I correct in saying:

[itex]3 \le r \le 9[/itex] ?

Correction:

[itex]3 \le r \le z[/itex] ?
 
Apologies but I still can't get it to work out. My limits are:

[itex]3 \le r \le z[/itex]
[itex]3 \le z \le r[/itex]
[itex]0 \le \theta \le 2 \pi[/itex]

I'm fairly sure this is wrong, but can't figure out the correct ones
 
So I plotted it out, and by inspection I concluded that the limits are:

[itex]0 \le r \le 3[/itex]
[itex]0 \le z \le 3[/itex]
[itex]0 \le \theta \le 2 \pi[/itex]

However, I can't get past the integral:

[itex]\iiint_V r \sqrt{r^2 + z^2} \,dr\,dz\,d \theta[/itex]

gives

[itex]\iint_V \frac{1}{3} (r^2 + z^2)^(3/2) \,dz\,d \theta[/itex]

integrating this out i got really odd answers with inverse hyperbolic sines so I'm guessing it's probably wrong
 
Ed Aboud said:
So I plotted it out, and by inspection I concluded that the limits are:

[itex]0 \le r \le 3[/itex]
[itex]0 \le z \le 3[/itex]
[itex]0 \le \theta \le 2 \pi[/itex]

Don't those limits describe a cylinder, not a cone?