Force distribution to supporting points

Click For Summary
SUMMARY

This discussion focuses on calculating the distribution of forces on supporting points in a 3D box stacking scenario using a static physics engine. The user seeks a method to determine the resulting forces at support points when a downward force is applied, particularly when the system is not in equilibrium. Key insights include the necessity to account for torque and the stability condition, which states that the stacking is stable if the resultant downward force lies between the support points. The user emphasizes the importance of understanding both direct and indirect forces in determining stability.

PREREQUISITES
  • Understanding of static equilibrium principles in physics
  • Familiarity with torque calculations in 3D space
  • Basic knowledge of force distribution mechanics
  • Experience with physics engines for simulations
NEXT STEPS
  • Research methods for calculating force distribution in static systems
  • Learn about torque and its impact on stability in 3D structures
  • Explore algorithms for simulating physics in static engines
  • Investigate the role of indirect forces in structural stability analysis
USEFUL FOR

Physics enthusiasts, game developers, and engineers involved in structural analysis and simulation, particularly those working with static physics engines and force distribution in 3D environments.

ErikvdW
Messages
3
Reaction score
0
Hi everyone!
(little background: I'm trying to develop a small, quick 'n dirty static physics engine to determine whether a stacking of boxes is stable).

If I have a 3D box (with the bottom in the horizontal plane), resting on n points (at [xn, yn]), and we apply a downward force F at [xF, yF], how can I calculate the resulting forces Fn at these n points?

If the system is in equilibrium then [tex]\Sigma[/tex]Fn = F.
However, I must also consider that the system might not be in equilibrium (for instance, if all xn < xF), so I can't use equilibrium equations. I'd still like to know the forces in that case, though, so that I can calculate the resulting torque.

Is there an easy formula for this?
 
Physics news on Phys.org
Seems to me the system will be stable if there is no moment force. So the stacking will be stable when the resultant downward force is between the support points...and unstable if the force is outside any of the support points.
 
Thanks for the reply, but I'm really more interested in the resulting forces than just a stable/not stable decision. For instance, a stair-like stack of three boxes might have the direct weights of each of the boxes between their contact points but might still be unstable because of indirect forces. Which means I need to be able to determine these indirect forces.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K