Calculate the area intersected by a sphere and a rectangular prism

  • #1
guv
123
22
Homework Statement
I am trying to figure out the area on the surface of a sphere as a result of the sphere intersecting a much smaller rectangular prism.
Relevant Equations
N/A
Think of a 3D rectilinear grid made of these rectangular cells, some of the cells will intersect with the sphere. I am trying to compute each intersecting area and the total sum. Ideally the total sum of the intersecting area should be close to ##4 \pi r^2##. I have not found any literature discussing this problem. Part of the problem is that the polygon on the sphere as a result of the intersection is not necessarily made of geodesics. Moreover, part of the rectangular prism can embed inside the sphere causing irregular intersecting shape. I am looking for ideas how to get this done correctly. Has anyone seen any problem. I would imagine this might be useful in computer science, but obviously people there are not too concerned with accuracy of the result. Thanks!
 
Physics news on Phys.org
  • #2
guv said:
Homework Statement: I am trying to figure out the area on the surface of a sphere as a result of the sphere intersecting a much smaller rectangular prism.
Relevant Equations: N/A

Think of a 3D rectilinear grid made of these rectangular cells, some of the cells will intersect with the sphere. I am trying to compute each intersecting area and the total sum. Ideally the total sum of the intersecting area should be close to ##4 \pi r^2##. I have not found any literature discussing this problem. Part of the problem is that the polygon on the sphere as a result of the intersection is not necessarily made of geodesics. Moreover, part of the rectangular prism can embed inside the sphere causing irregular intersecting shape. I am looking for ideas how to get this done correctly. Has anyone seen any problem. I would imagine this might be useful in computer science, but obviously people there are not too concerned with accuracy of the result. Thanks!
If the polyhedron is inside the sphere the only possible points of intersections will be at points or edges on the polyhedron where two or more polygons meet. At least that's what I come up with based on your description.
 
  • #3
How are these figures given? Do you have their equations, or are they given in a different format?
 
  • #4
guv said:
Has anyone seen any problem. I would imagine this might be useful in computer science, but obviously people there are not too concerned with accuracy of the result.
They call it interface reconstruction and are very concerned with accuracy vs. computational cost.
 
  • Like
Likes guv
  • #5
Take a look at the pictures attached, I am guessing 'interface construction' is the algorithm that results in what we see in the pictures. How about area calculation? Is there any literature on how to find the intersection and area in the general case? The intersection looks like a simpler problem, the area seems difficult.
 

Attachments

  • Selection_183.png
    Selection_183.png
    147.8 KB · Views: 14
  • Selection_182.png
    Selection_182.png
    143.3 KB · Views: 19

Similar threads

  • Special and General Relativity
Replies
29
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
18K
  • Calculus and Beyond Homework Help
Replies
8
Views
3K
  • Calculus and Beyond Homework Help
Replies
4
Views
8K
Replies
4
Views
13K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
Replies
1
Views
9K
  • Biology and Chemistry Homework Help
Replies
6
Views
3K
Back
Top