Temperature vs. Altitude (Linear)
Scientific DataA meteorologist measures temperature at different altitudes and needs to estimate the temperature at 1500 meters.
Given Data Points:
Altitude (m) | Temperature (°C) |
---|---|
1000 | 15.2 |
2000 | 8.7 |
Find: Temperature at 1500m
Solution using Linear Interpolation:
Formula:
T = T₁ + (T₂ - T₁) × (h - h₁) / (h₂ - h₁)
Substitution:
T = 15.2 + (8.7 - 15.2) × (1500 - 1000) / (2000 - 1000)
T = 15.2 + (-6.5) × (500) / (1000)
T = 15.2 - 3.25 = 11.95°C