# Амплiтуда коливань температури

&#x20;Визначення Амплiтуда коливань температури — це рiзниця мiж максимальною та мiнiмальною температурою. Вимiрюється у градусах Цельсiя.

&#x20;Задача У таблиці подано інформацію про середньомісячну температуру повітря на одній з метеорологічних станцій. Визначте річну амплітуду коливань температури повітря.

| Мiсяцi               | I  | II | III | IV | V   | VI  | VII | VIII | IX  | X   | XI | XII |
| -------------------- | -- | -- | --- | -- | --- | --- | --- | ---- | --- | --- | -- | --- |
| t,$$ ^{\tiny{o}} С$$ | -8 | -7 | +1  | +9 | +17 | +20 | +23 | +21  | +18 | +10 | +1 | -6  |

&#x20;**Розв'язок.** Необхідно від найбільшої температури відняти найменшу.\
&#x20;$$23−(−8)=23+8=31$$ – річна амплітуда коливань\
&#x20;**Відповідь.** 31


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://geography.ed-era.com/rozvyazannyageografichnyh_zadach/amplituda_kolyvan_temperatury.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
