- #1
slobberingant
- 11
- 3
- Homework Statement
- Not homework but a work problem. I would like to find a formula to solve the below problem.
I have two masses, M1 and M2, which are located one above the other.
M1 position is fixed. I need to find the position of M2 so that a line from an arbitrary point, A, on M2 will intersect the COG of the combined masses at a nominated angle.
See illustration.
As M2 moves around the combined COG will change.
- Relevant Equations
- M = combined mass
M1 = mass 1
M2 = mass 2
P1 = position of mass 1
P2 = position of mass 2
COG = 1/M * (M1*P1 + M2*P2)
I can calculate the COG with the above formula however P2 is unknown.
I need to be able to put P2 into another function which will check that the vector A->COG is parallel to the nominated angle. I cannot seem to work this one out algebraically.
Any assistance or guidance would be appreciated.