Calculating an elliptical surface and formulating this surface in 3d

  • Thread starter Thread starter erencan144
  • Start date Start date
  • Tags Tags
    3d Surface
AI Thread Summary
To calculate the area of an elliptical surface formed by connecting four points on a sphere, one must first determine the (x, y, z) coordinates of these points. The area can then be computed using a surface area integral. The discussion emphasizes the importance of accurately merging the points with the shortest curves to create the elliptical shape. Understanding the mathematical principles behind surface area calculations on a spherical surface is crucial for solving this problem. This approach provides a framework for formulating the elliptical surface in 3D coordinates.
erencan144
Messages
4
Reaction score
0
Hello.
Let's think that we have a sphere that shown in the picture above. The user will select 4 different point the Earth's surface. Then I must merge this points with shortest curves, then I got a surface. (Like picture 2) Because of the world's surface, our area is elliptical. How can I calculate the area of this elliptical surface and formulating this elliptical surface in 3d coordinates (x,y,z).

I would be very grateful, if you tell me how can I deal with this problem.

Sorry for poor English.

picture 1

http://img705.imageshack.us/img705/6263/worldre.png

picture 2

http://img836.imageshack.us/img836/3679/world2u.png
 
Last edited by a moderator:
Physics news on Phys.org
Well you need to know the (x,y,z) coordinates first then just find the area using a surface area integral.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top