HELP Setting up triple integral in spherical coordinate

kyva1929
Messages
16
Reaction score
0
HELP! Setting up triple integral in spherical coordinate

Homework Statement



http://img517.imageshack.us/img517/9139/83291277.jpg

Homework Equations



I set up the bound for this problem as following:

r=0..2/cos(phi), phi=pi/2..3pi/4, theta=0..2pi, but maple always return an error in calculating such integral. I've included the Jcobian transformation in the integral, and convert x^2+y^2 to rho^2 sin(phi). I found that the problem was due to the denominator cos(phi) become zero at the lower bound. But the volume representing the respective volume integral makes sense, so how to correct for this? Am I setting up the integral wrong?

second problem:

http://img695.imageshack.us/img695/3585/38264414.jpg
The same thing happens, please help!

Thank you!
 
Last edited by a moderator:
Physics news on Phys.org


Use cylindrical coordinates instead.
 


Thank you in advance. But is there a way to do it in spherical coordinate?

And for question 2, I did the command int(function,[x=..,y..,z..]) and it returns error

Error, (in assuming) when calling '`property/ConvertProperty`'. Received: 'real is an invalid property'

but I can evaluate it either by hand or by evaluating the integrals one by one in maple and that gives me [2*Pi*(3^21-1)]/21.

What's wrong?

Thank you
 
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