Finding if two sphere's intersect method

Click For Summary
To determine if two spheres intersect, one must find the centers and radii of both spheres and calculate the distance between their centers. The spheres will not intersect if the distance is greater than the sum of their radii. If the distance is less than or equal to the sum of their radii, the spheres do intersect. In cases where the spheres have equal radii, they will intersect if the distance between their centers is less than or equal to twice their common radius. This method is viable for solving the intersection problem, provided these conditions are met.
SanEng02
Messages
5
Reaction score
0
Hi I was just curious if this method of solving whether or not two spheres intersect is a viable method that will give me the correct answer. Say if I am given the two equations of the sphere's is it viable to:
  • Find the centre and radius of each sphere.
  • Find the magnitude of the distance of the line between the sphere's centres
  • If (magnitude distance of line) > radius they do not intersect, if (magnitude distance of the line) ≤ radius they do intersect.
From what I'm reading in the book and my notes, I think this should work.

Thanks in advance!
 
Last edited:
Physics news on Phys.org
SanEng02 said:
  • If (magnitude distance of line) > radius they do not intersect, if (magnitude distance of the line) ≤ radius they do intersect.
Almost. Two points:
  1. You assume that the spheres have the same radii. In the general case, they might not.
  2. Assume that the spheres just barely touch. Then the distance from the center of each sphere to the touching point is equal to the radius of that sphere ∴ The distance between the centers is equal to the sum of the radii. Therefore, if the distance between the centers is less than the sum of the radii, the spheres will intersect.
 
Svein said:
Almost. Two points:
  1. You assume that the spheres have the same radii. In the general case, they might not.
  2. Assume that the spheres just barely touch. Then the distance from the center of each sphere to the touching point is equal to the radius of that sphere ∴ The distance between the centers is equal to the sum of the radii. Therefore, if the distance between the centers is less than the sum of the radii, the spheres will intersect.

In this case the radii were the same but I forgot to mention that but I knew I was missing something. Thanks!
 
Even in that case, your statement was wrong. Given two spheres of equal radii, they will intersect if and only if the distance between their centers is less than or equal to two times their common radius.
 
Right, that makes even more sense thanks!
 
I am studying the mathematical formalism behind non-commutative geometry approach to quantum gravity. I was reading about Hopf algebras and their Drinfeld twist with a specific example of the Moyal-Weyl twist defined as F=exp(-iλ/2θ^(μν)∂_μ⊗∂_ν) where λ is a constant parametar and θ antisymmetric constant tensor. {∂_μ} is the basis of the tangent vector space over the underlying spacetime Now, from my understanding the enveloping algebra which appears in the definition of the Hopf algebra...

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
0
Views
2K
  • · Replies 16 ·
Replies
16
Views
1K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K