1 | initial version |
I want to solve a physic problem which requires differential equation system solutions.
I don't know if my equations are correctly set. Any suggestion is good. My problem is described by this image: http://img805.imageshack.us/img805/7043/lllzm.png
I have two masses (1/3m the first, 2/3m the second) linked with a rope. The rope is free to slide around a nail (the big black point in the image). The image shows the starting condition: a man keeps the first mass stopped and so the rope is kept stretched by the second mass.
I search three functions describing the kinematics of two masses after the man will leave the fist mass: vertical movement of mass A y(t), vertical movement of mass B j(t), and horizontal movement of mass B x(t).
My Cartesian reference system is x-y system in the image.
I have to solve the following equations: 1)
From the forth and the fifth equations I obtain two equations, so I have 5 equations in 5 unknowns. They are: 1. List item T force sustaining the second mass 2. List item Sx x-component of force sustaining the first mass 3. List item Sy y-component of force sustaining the first mass 4. List item y(t) position of the second mass 5. List item x(t) x-position of the first mass 6. List item j(t) y-position of the first mass
I hope my explanation is clear.
How can I obtain my solutions using Sage?
Thank you very much!!