# Замена

## Замена для преобразований

$$
\large
F(\mathrm{\mathbf{x}},a,f(\mathrm{\mathbf{x}},a))
~~\overset{t=f(\mathrm{\mathbf{x}},a)}{\iff}~~
F(\mathrm{\mathbf{x}},a,t)
$$

{% hint style="info" %}
Обратная замена выполняется после преобразований.
{% endhint %}

## Переход к новой неизвестной

$$
\large F(f(x,a),a);\\
\text{замена  } t=f(x,a)\\
F(t,a)
$$

| Множество t | Количество решений x |
| :---------: | :------------------: |
|   $$T\_1$$  |       $$k\_1$$       |
|   $$T\_2$$  |       $$k\_2$$       |
|  $$\ldots$$ |      $$\ldots$$      |
|   $$T\_n$$  |       $$k\_n$$       |

$${T\_1,T\_2,\ldots,T\_n}$$ — разбиение $$\R$$.

{% hint style="info" %}
Обратная замена не выполняется.
{% endhint %}

## Замена параметра

$$
\large F(\mathrm{\mathbf{x}}, f(a))
~~\overset{b=f(a)}{\iff}~~
F(\mathrm{\mathbf{x}},b)
$$

{% hint style="info" %}
Обратная замена выполняется после решения задачи для нового параметра.
{% endhint %}

## Добавление/исключение неизвестной

$$
\large
F(\mathrm{\mathbf{x}},f(\mathrm{\mathbf{x}},a),a);\~\~\~\~
\begin{cases}
F(\mathrm{\mathbf{x}},y,a)\\
y=f(\mathrm{\mathbf{x}},a)
\end{cases}
$$

{% hint style="danger" %}
Переход неравносильный. Сохраняется только количество решений.
{% endhint %}

{% hint style="info" %}
Обратная замена не выполняется.
{% endhint %}


---

# 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/algebra/zadachi-s-parametrom-ege/zamena.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.
