# impact probe

> spacecraft which deliberately impacts a celestial body without braking

**Wikidata**: [Q11865123](https://www.wikidata.org/wiki/Q11865123)  
**Source**: https://4ort.xyz/entity/impact-probe

## Summary
An **impact probe** is a type of spacecraft designed to deliberately crash into a celestial body without braking, often used for scientific observation or data collection. Unlike traditional landers, it does not attempt to soft-land but instead collides at high speed to study the impact effects or surface composition.

## Key Facts
- **Definition**: A spacecraft that intentionally impacts a celestial body without deceleration.
- **Alias**: Also known as an "impactor."
- **Subclass**: A type of **lander**, though it does not come to rest on the surface.
- **Notable Examples**:
  - **Deep Impact Impactor** (NASA) – Collided with Comet 9P/Tempel 1 in 2005.
  - **LCROSS Earth Departure Upper Stage** (NASA) – Lunar impactor used to study the Moon’s surface.
  - **Moon Impact Probe** (India) – Released by Chandrayaan-1 in 2008.
  - **Ranger 9** (NASA) – Lunar impactor mission in 1965.
- **Purpose**: Used for scientific research, such as analyzing ejecta from impacts or studying surface properties.

## FAQs
### Q: What is the difference between an impact probe and a lander?
A: An impact probe deliberately crashes into a celestial body without braking, while a lander is designed to descend and rest gently on the surface.

### Q: What was the first impact probe mission?
A: **Ranger 9** (1965) was an early NASA lunar impactor, though earlier missions like **Ranger 7** and **8** also involved intentional crashes.

### Q: Why do scientists use impact probes?
A: They help study the composition of celestial bodies by analyzing the debris and craters formed upon impact, providing data that orbiters or landers cannot.

### Q: Has India used an impact probe?
A: Yes, the **Moon Impact Probe** was released by India’s **Chandrayaan-1** mission in 2008 to study the lunar surface.

### Q: What was the Deep Impact mission?
A: A NASA mission where the **Deep Impact Impactor** spacecraft collided with Comet 9P/Tempel 1 in 2005 to study its composition.

## Why It Matters
Impact probes play a crucial role in planetary science by providing direct, high-energy interactions with celestial bodies. Unlike orbiters or rovers, they can reveal subsurface materials by creating impact craters, offering insights into geological composition. Missions like **Deep Impact** and **LCROSS** have helped confirm the presence of water ice on the Moon and analyze comet structures. These probes are cost-effective compared to soft landers, making them valuable for exploratory missions where precise landing is unnecessary. Their data aids in understanding planetary formation, impact dynamics, and potential resources for future space exploration.

## Notable For
- **First deliberate comet impact**: The **Deep Impact Impactor** (2005) was the first spacecraft to collide with a comet (9P/Tempel 1).
- **Lunar water discovery**: The **LCROSS** mission (2009) confirmed water ice in permanently shadowed lunar craters.
- **India’s lunar contribution**: The **Moon Impact Probe** (2008) marked India’s first attempt at a lunar surface mission.
- **Early lunar reconnaissance**: NASA’s **Ranger program** (1960s) used impactors to capture close-up images of the Moon before crash-landing.
- **Low-cost exploration**: Impact probes provide high-value scientific data without the complexity of soft-landing systems.

## Body
### Definition and Classification
An **impact probe** (or **impactor**) is a spacecraft designed to collide with a celestial body at high velocity, without any braking mechanism. It is classified as a subclass of **landers**, though it does not achieve a controlled landing.

### Key Missions
- **Deep Impact Impactor (NASA, 2005)**
  - Target: Comet 9P/Tempel 1
  - Purpose: Study comet composition by analyzing ejecta from the impact.
  - Outcome: Successfully created a crater, providing data on cometary structure.

- **LCROSS (NASA, 2009)**
  - Target: Moon (Cabeus crater)
  - Purpose: Detect water ice in permanently shadowed lunar regions.
  - Outcome: Confirmed the presence of water ice.

- **Moon Impact Probe (ISRO, 2008)**
  - Target: Moon (released by Chandrayaan-1)
  - Purpose: Test systems for future lunar landings and gather surface data.
  - Outcome: India’s first lunar surface mission.

- **Ranger 9 (NASA, 1965)**
  - Target: Moon (Alphonsus crater)
  - Purpose: Capture high-resolution images before impact.
  - Outcome: Provided detailed lunar surface imagery.

### Scientific Applications
- **Surface and subsurface analysis**: Impacts excavate material, allowing spectral analysis of composition.
- **Crater formation studies**: Helps model impact dynamics on celestial bodies.
- **Resource detection**: Used to identify volatiles like water ice (e.g., LCROSS).

### Advantages Over Other Spacecraft
- **Simpler design**: No need for landing gear or deceleration systems.
- **Lower cost**: More affordable than soft landers or rovers.
- **Direct interaction**: Provides data that orbiters cannot, such as subsurface samples.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "impact probe",
  "description": "spacecraft which deliberately impacts a celestial body without braking",
  "sameAs": [
    "https://www.wikidata.org/wiki/Q12345678",
    "https://fi.wikipedia.org/wiki/Impact_probe"
  ],
  "additionalType": "lander"
}