Area of cylinder sliced by sphere

etf
Messages
179
Reaction score
2
Hi!
Here is my task:
Calculate area of cylinder $$x^{2}+y^{x}=ax$$ sliced by sphere $$x^{2}+y^{2}+z^{2}=a^{2}$$.
Here is graph:

111.jpg


How to do it? If problem was "Calculate area of sphere $$x^{2}+y^{2}+z^{2}=a^{2}$$ sliced by cylinder $$x^{2}+y^{x}=ax$$" I would solve it using double integrals ($$P=\iint\sqrt{1+(\frac{\partial z}{\partial x})^{2}+(\frac{\partial z}{\partial y})^{2}}dxdy$$ over region $$x^{2}+y^{x}=ax$$). That area would be this (I think):

222.jpg


123.jpg


But what would be area of cylinder sliced by sphere? Maybe this:

444.jpg
 
Last edited:
Physics news on Phys.org
First correct the exponent of y in your equation of the cylinder, it is 2. Yes, it is the surface area of the cylinder contained within the sphere. Then, at first glance, I would translate the whole thing left by a/2 so that the axis of the cylinder passes through the origin and use cylindrical coordinates. r is constant, the limits on your polar angle are a full circle, and the limits on z (as a function of angle) are found from the intersection of the two equations. Should be straightforward (I didn't actually do 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