The problem goes like that: we have a curve, z = xy, and we want to find the portion of the surface area above the circle (x^2 + y^2 <= 1 in the (x,y)-plane).
It's probably involving a double integral in polar coordinate or a triple in cylindrical, but I don't know how to set the problem. I...