1. Gravitational Acceleration (g) on the Moon's Surface:
* This is the acceleration experienced by an object due to the Moon's gravity. We can measure it using various methods, such as analyzing the motion of satellites orbiting the Moon or by dropping objects from a known height and measuring their time of descent.
2. Radius of the Moon (R):
* This is the distance from the Moon's center to its surface. We can determine it using techniques like radar ranging or by observing the Moon's angular size and knowing its distance from Earth.
3. Gravitational Constant (G):
* This is a fundamental constant of nature that describes the strength of gravitational attraction between any two objects. Its value is known with high precision (G ≈ 6.674 × 10⁻¹¹ m³ kg⁻¹ s⁻²).
The Formula:
Once we have these three values, we can use Newton's Law of Universal Gravitation to calculate the Moon's mass (M):
```
g = GM/R²
```
Where:
* g = acceleration due to gravity on the Moon's surface
* G = gravitational constant
* M = mass of the Moon
* R = radius of the Moon
Solving for M:
Rearranging the formula, we get:
```
M = gR² / G
```
Example:
Let's say we know:
* g = 1.62 m/s²
* R = 1,737,100 meters
* G = 6.674 × 10⁻¹¹ m³ kg⁻¹ s⁻²
Then, the mass of the Moon would be:
```
M = (1.62 m/s²)(1,737,100 m)² / (6.674 × 10⁻¹¹ m³ kg⁻¹ s⁻²)
≈ 7.34 × 10²² kg
```
Important Note: This is a simplified explanation. In practice, scientists use more sophisticated techniques and data from multiple sources to determine the Moon's mass with high accuracy.