compliant
- 43
- 0
Homework Statement
Find the surface area of the portion of the sphere x^2 + y^2 + z^2 = 3c^2 within the paraboloid 2cz = x^2 + y^2 using spherical coordinates. (c is a constant)
Homework Equations
The Attempt at a Solution
I converted all the x's to \rho sin\phi cos\theta, y's to \rho sin\phi sin\theta, z's to \rho cos\theta. Thus, the vector form of the sphere is \vec{r}(\varphi,\theta) = {\rho sin\phi cos\theta}\hat{i} + {\rho sin\phi sin\theta}\hat{j} + {\rho cos\theta}\hat{k}. Thus, {\left\|{{\vec{r}}_{\varphi}}\times {{\vec{r}}_{\theta}}\right\|} = {\sqrt{3c^2}} sin \varphi
Now I want to find the bounds of integration for the surface integral. I know theta goes from 0 to 2\pi, but for \varphi, I get this mess while trying to equate the paraboloid to the sphere:
2c({\rho cos\theta}) = {{\rho}^2 sin^2 \varphi}
When \theta = 0, \varphi = sin^{-1}({\sqrt{2c/{\rho}}}), and when \theta = 2\pi, \varphi = sin^{-1}({\sqrt{2c/{\rho}}}).
?
I really hate vector calculus.