* Newton's Law of Universal Gravitation: This law states that every particle in the universe attracts every other particle with a force that is:
* Proportional to the product of their masses: The more massive the objects, the stronger the gravitational force between them.
* Inversely proportional to the square of the distance between their centers: This means that as the distance between objects increases, the force of gravity decreases rapidly.
Formula:
The formula for gravitational force is:
```
F = G * (m1 * m2) / r^2
```
Where:
* F is the force of gravity
* G is the gravitational constant (approximately 6.674 x 10^-11 N m^2/kg^2)
* m1 and m2 are the masses of the two objects
* r is the distance between the centers of the two objects
Example:
Imagine two objects with masses of 10 kg and 20 kg, separated by a distance of 1 meter. The gravitational force between them would be:
```
F = (6.674 x 10^-11 N m^2/kg^2) * (10 kg * 20 kg) / (1 m)^2
```
Key Takeaways:
* Inverse Square Law: The force of gravity weakens rapidly as distance increases. This is why you feel the Earth's gravity strongly on its surface, but much less strongly when you're in space.
* Distance Matters: Even small changes in distance can have a significant impact on the force of gravity.
* Universal: This law applies to all objects in the universe, from tiny atoms to massive planets.
Let me know if you'd like to explore any specific aspects of gravity in more detail!