Hi!
So I'm stuck on a problem, I have to calculate a trippel integer of f(x,y,z)=sqrt(x^2+y^2+z^2) over a volume D that is described by x^2+y^2+z^2<=1 , z>=sqrt(x^2+y^2)
I thought that I could do int(f) dz first from z=sqrt(x^2+y^2) to z=sqrt(1-x^2-y^2) and then do a double integer of what i get for x and y. But I'm stuck on the first one! How do I integrate sqrt(x^2+y^2+z^2) for z? I tried it in an online integrator, and I got something kind of complicated, and I'm worried that the doubble integer over x and y will be even harder to do...
So maybe there is another, easier way to solve this problem? I also thought of using space polar coordinates(x=rcos(v)sin(u), y=rsin(v)sin(u), z=rcos(u)) , but I don't really know how to describe the volume D in those coordinates.
Can someone please help me with this?
So I'm stuck on a problem, I have to calculate a trippel integer of f(x,y,z)=sqrt(x^2+y^2+z^2) over a volume D that is described by x^2+y^2+z^2<=1 , z>=sqrt(x^2+y^2)
I thought that I could do int(f) dz first from z=sqrt(x^2+y^2) to z=sqrt(1-x^2-y^2) and then do a double integer of what i get for x and y. But I'm stuck on the first one! How do I integrate sqrt(x^2+y^2+z^2) for z? I tried it in an online integrator, and I got something kind of complicated, and I'm worried that the doubble integer over x and y will be even harder to do...
So maybe there is another, easier way to solve this problem? I also thought of using space polar coordinates(x=rcos(v)sin(u), y=rsin(v)sin(u), z=rcos(u)) , but I don't really know how to describe the volume D in those coordinates.
Can someone please help me with this?