How can I find the collision time of 2 ellipsoids that rotate

Click For Summary
SUMMARY

This discussion focuses on calculating the collision time between two rotating ellipsoids defined by their equations and rotational axes. Ellipsoid A and B are described by their respective equations and rotate around specified unit vectors with infinite speed. The conversation highlights the paradox of determining a collision time under infinite rotational conditions and suggests clarifying the question to seek the fraction of time during which the ellipsoids intersect rather than a specific collision time.

PREREQUISITES
  • Understanding of ellipsoid equations and geometry
  • Familiarity with rotational dynamics and angular velocity
  • Knowledge of vector mathematics and collision detection
  • Concepts of infinite speed in physics and its implications
NEXT STEPS
  • Research methods for calculating intersection volumes of rotating ellipsoids
  • Explore collision detection algorithms in 3D space
  • Study the implications of infinite speed in physics and mathematics
  • Learn about quaternion representation for rotations in 3D
USEFUL FOR

This discussion is beneficial for mathematicians, physicists, and computer graphics developers interested in collision detection and dynamic simulations involving complex shapes like ellipsoids.

Guy Ab
Messages
1
Reaction score
0
I have 2 ellipsoids:

Ax^2/a^2+Ay^2/b^2+Az^2/c^2=1; (*a,b,c>0 constants*)
Bx^2/a^2+By^2/b^2+Bz^2/c^2=1;
Ellipsoid A rotates around axis [wax;way;waz] (unit vector) with an infinite speed;
Ellipsoid B rotates around axis [wbx;wby;wbz] (unit vector) with an infinite speed;
[Dx;Dy;Dz] is the vector from ellipsoid A center to ellipsoid B center;
The velocity of ellipsoid A center is [VAx;VAy;VAz];
The velocity of ellipsoid B center is [VBx;VBy;VBz];

How can I find the collision time?
 
Physics news on Phys.org
You should clarify the question.

How does it make sense to ask for a collision "time" when things are happening at "infinite" speed? Are you seeking "the fraction of time" that two figures would have some intersection?
 

Similar threads

Replies
16
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
2
Views
8K