Circles on XY, YZ and XZ planes from a Sphere

  • Context: Undergrad 
  • Thread starter Thread starter sijad
  • Start date Start date
  • Tags Tags
    Circles Planes Sphere
Click For Summary

Discussion Overview

The discussion revolves around finding the equations for the circles formed by the intersection of a sphere with the XY, YZ, and XZ planes. Participants explore the mathematical representation of these intersections within the context of a software application that models spheres inside a cuboid.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification

Main Points Raised

  • One participant seeks to determine the equations for circles created when a sphere intersects the XY, YZ, and XZ planes within a cuboid.
  • Another participant suggests that the equation of the sphere can be used to derive a new equation in x and y for the intersection with the XY plane by setting z=0.
  • A different participant introduces the idea of spheres with varying radii and their intersections with different planes, indicating that the intersection behavior may vary based on the sphere's position and size.
  • One participant clarifies the equation of a sphere and how it relates to the intersection with the XY plane, providing the specific form of the equation for the resulting circle.
  • A participant expresses confusion about the number of planes in the cuboid and seeks clarification on whether the previous equations hold when considering different orientations of the XY plane.

Areas of Agreement / Disagreement

Participants generally agree on the mathematical approach to derive the equations for the circles from the sphere's equation. However, there is some uncertainty regarding the interpretation of the planes in the cuboid and how they relate to the sphere's intersections.

Contextual Notes

Participants have not fully resolved the implications of different orientations of the planes in the cuboid and how this affects the equations derived for the circles. There is also a lack of consensus on the specific configurations of the planes and their intersections with the spheres.

Who May Find This Useful

This discussion may be useful for individuals interested in computational geometry, 3D modeling, or those developing software applications that involve spatial relationships between geometric shapes.

sijad
Messages
7
Reaction score
0
I want to find the equations for the circles (formed on the planes) when a sphere cuts the XY, YZ and XZ planes. What I am trying to achieve is a software application that will have a 3D cuboid and inside this cuboid there will be many spheres. Now I want to find the circles created by these spheres when they intersect with the planes. Thank you.
 
Last edited:
Physics news on Phys.org
Any sphere? Then you'll have some equation in the unknowns x,y,z that defines which points (x,y,z) belong to the sphere. The points in the XY plane also must fulfil z=0, so you'll get a new equation in x and y only. That describes the first circle you're looking for.
 
Suppose there is a sphere with a certain radius in this cuboid and it only intersects with the YZ plane. There is another sphere that has some radius and it intersects with any two planes and so on...
 
I'm not quite sure what you're starting off with. When you have a sphere of radius r and centre (cx,cy,cz), this sphere is formed of all points (x,y,z) with (x-cx)2+(y-cy)2+(z-cz)2=r2. The points on the XY plane also fulfil the equation z=0. Put those two together, and you get (x-cx)2+(y-cy)2=r2, i.e. the equation of the circle in which the sphere intersects the plane.

Is that what you meant?
 
Last edited:
Thanks a lot Michael for your replies and help. If I have a cuboid (front, back, top, bottom, left and right planes) will there be two XY (front OR back), two YZ(left OR right) and two XZ (top OR bottom) planes ? Or am I thinking wrong.

Now keeping my confusion in mind, can you tell me if the sphere intersects the XY plane (which I am thinking of as the front OR back), does your previous answer hold. I mean the equation you had provided. I think you will need to explain to me like a child :-)
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
13K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 13 ·
Replies
13
Views
6K
Replies
0
Views
2K
  • · Replies 3 ·
Replies
3
Views
6K