Describing a Solid Ice Cream Cone with Spherical Coordinates

WhiteWalker
Messages
2
Reaction score
0
Q: Consider the solid that lies above the cone z=√(3x^2+3y^2) and below the sphere X^2+y^2+Z^2=36. It looks somewhat like an ice cream cone. Use spherical coordinates to write inequalities that describe this solid.






What I tried to do:
I started by graphing this on a 3D graph at http://web.monroecc.edu/manila/webfiles/calcNSF/JavaCode/CalcPlot3D.htm now since this is a solid I thought that all I need to do was find the coordinates where the graphs intersect. Am I on the right track?
 
Physics news on Phys.org
WhiteWalker said:
Q: Consider the solid that lies above the cone z=√(3x^2+3y^2) and below the sphere X^2+y^2+Z^2=36. It looks somewhat like an ice cream cone. Use spherical coordinates to write inequalities that describe this solid.






What I tried to do:
I started by graphing this on a 3D graph at http://web.monroecc.edu/manila/webfiles/calcNSF/JavaCode/CalcPlot3D.htm now since this is a solid I thought that all I need to do was find the coordinates where the graphs intersect. Am I on the right track?
Yes, but that's not much of a start. Pretty obviously the surfaces will intersect in a circle in some horizontal plane.

BTW, when you post a problem, don't delete the three parts of the homework template. They are required, and are there for a reason.
 
Thanks for correcting me. :)

The reason why I have this posted is because people I was working with had different ideas of what we where solving or how to solve it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top