Balancing a 3d weight vs lift system

  • Context: Undergrad 
  • Thread starter Thread starter LordSimpson
  • Start date Start date
  • Tags Tags
    3d Lift System Weight
Click For Summary
SUMMARY

This discussion focuses on balancing a 3D weight and lift system, specifically addressing the calculation of lift forces and torques for a given configuration of fixed weights and lift points. The user outlines a scenario with weights (X1, X2, X3, X4) and lift points (L1, L2, L3) and emphasizes the need for the sum of forces and torques to equal zero for balance. The user has derived equations for translational and rotational forces but struggles with torque calculations, particularly regarding Y-axis rotation. The key takeaway is the importance of including all rotational axes in torque calculations to achieve stability in the system.

PREREQUISITES
  • Understanding of linear equations and their application in physics
  • Knowledge of torque calculation using vector cross products
  • Familiarity with 3D coordinate systems and forces
  • Basic principles of equilibrium in mechanics
NEXT STEPS
  • Research "3D torque calculations" to refine understanding of rotational dynamics
  • Study "Newton's laws of motion" for a deeper grasp of force interactions
  • Explore "stability analysis in mechanical systems" for insights on system stability
  • Investigate "vector mathematics in physics" to enhance vector manipulation skills
USEFUL FOR

Engineers, physicists, and developers working on simulations or robotics who need to understand the dynamics of balancing forces and torques in 3D systems.

LordSimpson
Messages
3
Reaction score
0
Hi I'm trying to balance any 3d system with various fixed weights by selecting the correct lift forces for points of lift an example system would be the following shape ( view from above , think a plane missing the right wing) where X is a point of weight and L is a lift point (also has weight)

[X1][X2][L1][X4][L2]
[X3]​
[L3]​

to be clear
X’s are fixed weights
L’s can have variable lift forces
L3 needs to counteract the rotation from its own weight and the weight of X3
L1 is mostly central along the main body so will can counter X1,2,4 and L2's weight
L2 may not be needed

so something like L3 = 2(cancelling its and X3 weight / moment), L1 = 5 (cancelling the main body’s weight) L2 = 0 else it would flip

This is just an arbitrary shape, I need to be able to solve it for any number of lifts / weights in any shape / positions.

I’m sure I learned how to solve this sort of problem during my degree however I guess I can’t find the correct set of words to put into the all-knowing google!

Any help would be appreciated!
 
Physics news on Phys.org
You can get 6 conditions for balance:

- the sum of all forces has to be 0 (otherwise the object would accelerate). This gives 3 equations, one for each dimension
- the sum of all torques has to be 0 (otherwise the object would rotate). Again, you get one equation per dimension. It does not matter which point you use as center of your coordinate system, as the conditions above make sure that you get the same result everywhere.

Any combination of lift forces which satisfies those conditions is fine. If all forces are vertical, you can reduce the system to 3 equations (one for the horizontal position and two for rotations).
 
Thanks :D, Realised the goggle phrase i was missing was 'Linear Equations'

I've now got most of the equations worked out but currently can't get it to work quite right hopefully someone will see where I've messed up. Currently I have a problem where when I'm attempting to move the object in the X axis it will rotate around the Y axis as-well.

I'm Achieving the X axis movement by rotating the lift objects about the Z axis causing the force to change form completely down (0.0,-1,0.0) to slightly to the left or right (0.7,-0.7,0.0).

For the Translational equations I have the following
Where F is a vector for the force direction.

F1.y + F2.y ... +Fn.y = Weight
F1.x +... = Xaxis movement (left right)
F1.z +... = Zaxis movement (forward back)

then the rotational equations

Where T = the torque calculated by r cross F, where r is a vector from the centre of mass to the location of F (Centre Of Mass - Location of F)
giving me

T1.x + T2.x ...+ Tn.x = Current Torque about X axis (pitch)
T1.y + T2.y ...+ Tn.y = Current Torque about Y axis (yaw)
T1.z + T2.z ...+ Tn.z = Current Torque about Z axis (roll)

I'm calculating the Current Torque by finding the amount of torque necessary to move the objects Up direction vector to straight up (0,1,0).

Any ideas where I may have gone wrong?

I have a feeling its the torque calculation as the this torque calculation doesn't include any Y axis rotation, I assume i have to calculate the torque required using the froward vector (and right ? ) however I am unsure how i should combine them to get the total torque required for each rotational axis.
 
Last edited:
I don't see your problem at the moment.

Currently I have a problem where when I'm attempting to move the object in the X axis it will rotate around the Y axis as-well.
If you cannot avoid this... well, then you'll need more points of support to get a pure movement.

I have a feeling its the torque calculation as the this torque calculation doesn't include any Y axis rotation
Torque around the Y axis will give a rotation around the Y axis.
Which "forward vector"?
 
Ok the extra supports helped, however I'm definitely missing something as the simulation I've built is less than completely stable.

Ok hopefully this will make the torque bit a little clearer. Currently I'm calculating the torque required to rotate the object from one vector direction to another. This means I can't get a full picture of the torque from one calculation, For example, If I calculate the torque required to rotate from the objects up direction to straight up (to make the object level) I will only get information about the X and Z axis as there is no way of telling what the Y axis rotation is. A vector can't tell you the rotation about its self, but it can tell you the rotation about its two orthogonal counterparts (forward and right).

So I'm unsure how to get the complete picture of the torque.
 

Similar threads

  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 20 ·
Replies
20
Views
903
Replies
12
Views
660
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 23 ·
Replies
23
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K