# Гидростатика

## Сила Архимеда

$$
\large F\_A=P\_{выт}
$$

Выталкивающая из жидкости или газа сила $$\vec{F}*A$$ по модулю равна весу вытесненной жидкости или газа $$P*{выт}$$.

## Давление

$$
\large p=\frac{F}{S}
$$

$$p$$ — давление силы $$\vec{F}$$, действующей на поверхность площади $$S$$.

## Давление жидкостей и газов

$$
\large p=\rho g h
$$

$$p$$ — давление жидкости или газа плотностью $$\rho$$ на глубине $$h$$.

## Закон Паскаля

Давление, передаваемое жидкости или газу передаётся одинаково по всем направлениям.


---

# 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/mekhanika/gidrostatika.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.
