Force distribution to supporting points

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
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.