Force equivalency in a physical simulation

AI Thread Summary
The discussion revolves around the behavior of a rigid tetrahedron subjected to forces applied at different points and orientations. It examines whether applying a constant force to a single point or its components to multiple points yields the same system response. The consensus suggests that while Cases 1 and 2 may behave similarly due to the vector sum principle, Case 3 could differ because of potential torque variations when forces are applied at different joints. The conversation highlights the importance of how springs react to these forces, indicating that discrepancies in simulation results might stem from coding errors rather than theoretical inconsistencies. Ultimately, the interaction of forces and torques is crucial in determining the system's behavior in physical simulations.
remettub
Messages
11
Reaction score
1
image.jpg

1. Homework Statement

Question 1: given a rigid tetrahedron, with vertices A, B, C and D anchored to their initial locations with an arbitrary but uniform spring constant, will Cases 1, 2, and 3 below result in the same behavior of the system?

- Case 1: a force of constant magnitude (red vector) applied to point A, and whose orientation relative to the tetrahedron is constant (if the tetrahedron moves, the force vector moves with it, as if there is a theoretical rocket engine fixed to the tetrahedron at point A).

- Case 2: the individual components of the force vector from Case 1, in the direction of points B, C, and D respectively (brown vectors), applied to point A in the same manner as before.

- Case 3: the same components from Case 2, but now applied respectively to points B, C, and D (green vectors) in the same manner as before.

If "yes" to question 1:

Question 2: if the rigid object is also anchored with same spring constant at additional points (the object is no longer necessarily a tetrahedron), will all cases still result in the same behavior? The additional points have no rocket-like forces applied to them.

Question 3: if the object is not perfectly rigid, will all cases still result in a similar behavior?

Homework Equations


[/B]
A set of force vectors applied to a given point will have the same effect as a single force vector which is the sum of the vectors in the set applied to the same point.

A force has the same effect on a system regardless of of where it is positioned along its line of action.

These are principles that apply to static systems, however my assumption is that since the forces always preserve their orientation relative to the tetrahedron, they will be equivalent at any given instant in time and therefore the static principles will apply.

The Attempt at a Solution


[/B]
I'm attempting to use this scenario to verify the accuracy of a physical simulation. My assumption is that they should all result in the same behavior, and (since the simulation has a small damping factor) the tetrahedron should stabilize to the same location in all cases. However when I run Case 3, the tetrahedron ends up in a very different location, so I'm posting this question here to check my assumptions.

Please let me know if you believe this post is more appropriate on a different forum. It is not homework, but I believe it may fall under the category of "homework-like."

Thanks in advance!
 

Attachments

  • image.jpg
    image.jpg
    37.3 KB · Views: 717
Physics news on Phys.org
If I have understood correctly. Case 1 and 2 are equivalent because a vector is equal to the vector sum of its components.

I would not expect case 3 to behave the same for the simple reason that if you move the point of application of a force you typically end up applying a different net torque. For example in case 1 the net torque about point A is zero. In case 3 it might not be zero as you have forces acting at B, C and D.

I'm not a mathematician but someone else might be able to give you a proof.
 
Actually now I look at it again I think I'm wrong because the torque about A is also zero in case 3.
 
  • Like
Likes remettub
CWatters said:
Actually now I look at it again I think I'm wrong because the torque about A is also zero in case 3.
Good catch. In general, the behavior of the system will not be the same when the forces are applied at different joints. However, when the components of the force are applied at different joints but colinear with the original components, reactions and movement and rotations will be the same.
 
  • Like
Likes remettub
CWatters said:
Actually now I look at it again I think I'm wrong because the torque about A is also zero in case 3.
I guess it depends on the direction of the reaction forces of the springs. Since no numbers are given, then I think an extreme case in which the "rocket" is pointing in some tangent direction to all the edges would cause the maximum amount of torque. It is not clear how the springs are suppose to react. I guess the simulation is setup so that springs can only act in one direction?
The problem statement did not specify if it is a regular tetrahedron, so in an extreme case, I would imagine a situation where it is formed like a spike. Applying the rocket at different locations may be easier to visualize different behaviors, then.
 
  • Like
Likes remettub
scottdave said:
It is not clear how the springs are suppose to react. I guess the simulation is setup so that springs can only act in one direction?

The springs provide a reaction force proportional to the distance from the current position and the initial position, and in the direction of the initial position. So they can act in any direction.

I guess the discrepancy I'm seeing must be from an error in my code. Thanks for all your replies!
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...

Similar threads

Replies
3
Views
2K
Replies
2
Views
2K
Replies
1
Views
1K
Replies
1
Views
2K
Replies
2
Views
2K
Replies
42
Views
5K
Replies
11
Views
4K
Back
Top