- #1
Tarnasa
- 1
- 0
Problem
How would i find how a force such as a rocket engine would add rotational and translational momentum to an object, supposing i know the distance perpendicular to the direction of the force. I also know the mass of the object, the velocity and spin of the object, and the energy of the force acting upon the object.
My attempt
My first attempt was to use the perpendicular distance: P and multiply it by the force F divided by the mass M. This would give me a very crude rotational amount, however it could easily lead to problems if P was too big and then the rotational force would go beyond the actual amount of energy in the system.
I eventually got to something like this:
Turn = (1 - 1 / P) * 10 * (F / M^1.4)
and
Forward = (F / M) - (P * 2 * pi) * (Turn / 360)
Which approximates it OK
however this still seems to be far off and i would appreciate it if someone could explain a more precise but not necessarily complex way to solve it.
How would i find how a force such as a rocket engine would add rotational and translational momentum to an object, supposing i know the distance perpendicular to the direction of the force. I also know the mass of the object, the velocity and spin of the object, and the energy of the force acting upon the object.
My attempt
My first attempt was to use the perpendicular distance: P and multiply it by the force F divided by the mass M. This would give me a very crude rotational amount, however it could easily lead to problems if P was too big and then the rotational force would go beyond the actual amount of energy in the system.
I eventually got to something like this:
Turn = (1 - 1 / P) * 10 * (F / M^1.4)
and
Forward = (F / M) - (P * 2 * pi) * (Turn / 360)
Which approximates it OK
however this still seems to be far off and i would appreciate it if someone could explain a more precise but not necessarily complex way to solve it.
Last edited: