Calculate acceleration after getting the Gravitational force between two bodies

AI Thread Summary
To calculate the acceleration of two objects due to gravitational force, use Newton's second law, F = ma, where F is the gravitational force and m is the mass of the object. Given a gravitational force of 80 N, the acceleration can be determined by rearranging the formula to a = F/m. The discussion highlights the initial confusion about how to compute acceleration, which is resolved by recognizing the application of this formula. The user expresses relief at realizing the solution is straightforward. This approach effectively allows for programming the simulation of gravitational attraction between two bodies.
MinusNick
Messages
2
Reaction score
0
Say the gravitational force between two points is 80 N. The two points start off stationary. What do I do to find how those two objects would accelerate closer together? I'm trying to write a simple program that calculates the gravitational force between two objects and pulls them together, but I don't know how to do the latter. Could anyone be of assistance? A simple formula is probably all this requires... I hope!
 
Physics news on Phys.org
Nevermind, I'll just plug in the force and mass into F = ma. I can't believe I didn't get that lol.
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top