1. Understand the Relationship
* Angular size: This is the apparent size of an object as seen from a distance, measured in degrees, arcminutes, or arcseconds.
* Linear size: This is the actual physical size of the object, measured in units like kilometers.
2. Use the Formula
The relationship between angular size and linear size is:
```
Linear size = (Angular size * Distance) / 206265
```
Where:
* Linear size: The desired diameter of the crater in kilometers.
* Angular size: 1 minute of arc (1/60 of a degree).
* Distance: The distance from Earth to the Moon (approximately 384,400 km).
* 206,265: A constant that converts radians to arcseconds.
3. Convert Angular Size to Radians
* 1 minute of arc = 1/60 of a degree
* 1 degree = π/180 radians
* Therefore, 1 minute of arc = (π/180) / 60 = π/10800 radians
4. Calculate the Diameter
```
Linear size = (π/10800 * 384400) / 206265
Linear size ≈ 0.53 kilometers
```
Therefore, a lunar crater with a diameter of 1 minute of arc is approximately 0.53 kilometers across.