Greetings,
I'm trying to find the surface area of the part of the sphere x^{2}+y^{2} + z^{2}=1 above the cone z=\sqrt{x^{2}+y^{2}}.
I know, that a surface area of a surface r(u,v) = x(u,v) + y(u,v) + z(u,v) can be given by,
A(S) = \int\int | r_{u} \times r_{v} | dA
A function, z=f(x,y) can...