# Молекулярно-кинетическая теория

## Количество вещества

$$
\large \nu = \dfrac{m}{\mu}=\dfrac{N}{N\_A}
$$

$$\nu$$ — количество вещества;

$$m$$ — масса вещества;

$$\mu$$ — молярная масса вещества, масса одной моли вещества;

$$N$$ — количество молекул;

$$N\_A=6 \cdot 10^{23}$$ — постоянная Авогадро, количество молекул в одной моле;

## Концентрация молекул

$$
\large n=\dfrac{N}{V}
$$

$$n$$ — концентрация молекул, количество молекул в единице объёма;

$$N$$ — количество молекул;

$$V$$ — объём.

## Средняя кинетическая энергия молекулы

$$
\large \overline{E}= \dfrac{m\_0 \overline{v^2}}{2}=\dfrac{3}{2}kT
$$

$$\overline{E}$$ — средняя кинетическая энергия одной молекулы;

$$m\_0$$ — масса молекулы;

$$\overline{v^2}$$ — средний квадрат скорости молекулы;

$$\overline{v}= \sqrt{\overline{v^2}}$$ — среднеквадратичная скорость молекулы;

$$k=1,38 \cdot 10^{-23}$$ — постоянная Больцмана;

$$T$$ — температура.

## Уравнение МКТ

$$
\large p = nkT
$$

$$p$$ — давление газа;

$$n$$ — концентрация молекул;

$$k=1,38 \cdot 10^{-23}$$ — постоянная Больцмана;

$$T$$ — температура.


---

# 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://andrewmaths.gitbook.io/conspects/phys/veshestvo/molekulyarno-kineticheskaya-teoriya.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.
