# Магнетизм

## Сила Лоренца

$$
\large \vec{F}\_L=q \cdot \left( \vec{v} \times \vec{B} \right)
$$

Сила $$\vec{F}\_L$$, действует на движущийся со скоростью $$\vec{v}$$ заряд $$q$$.

## Сила Ампера

$$
\large\vec{F}\_{A} = I \cdot \left(\vec{l}\times\vec{B}\right)
$$

Сила $$\vec{F}\_A$$, действует на проводник $$\vec{l}$$ с током силой $$I$$ и направлением $$\vec{l}$$.

## Магнитный поток

$$
\large \Phi = \vec{B} \cdot \vec{n} \cdot S
$$

Магнитный поток $$\Phi$$ пронизывает площадь $$S$$ с единичной нормалью $$\vec{n}$$.

## Индуктивность

$$
\large\Phi = L I
$$

## Закон Фарадея

$$
\large \varepsilon=-\dot{\Phi}
$$

ЭДС индукции образуется изменением магнитного потока через замкнутый контур.

## ЭДС в движущемся проводнике

$$
\large \varepsilon = \vec{l}\cdot \left(\vec{v} \times \vec{B}\right)
$$

В проводнике $$\vec{l}$$, движущемся со скоростью $$\vec{v}$$ в магнитном поле индукцией $$\vec{B}$$ возникает ЭДС $$\varepsilon$$.

## Энергия магнитного поля тока

$$
\large W=\dfrac{LI^2}{2}
$$


---

# 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/elektromagnetizm/magnetizm.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.
