> For the complete documentation index, see [llms.txt](https://851958789.gitbook.io/leo-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://851958789.gitbook.io/leo-notes/math/algebra_and_trigonometry-1/02_equations_and_inequalities.md).

# 02\_Equations\_and\_Inequalities

### 2.1 The Rectangular Coordinate Systems and Graphs

pass

### 2.2 Linear Equations in One Variable

* a `linear equation` is an equation of a strait line, written in one variable. It can be written in the form

$$
ax + b = 0
$$

​ where a and b are real numbers, $a \neq 0$

linear equations in one variable can be classified into three types:

* `identity equation`: true for all values on the variable

  $3x = 2x + x$
* `conditional equation`: true for only some values of the variable

  $$
  \begin{align\*} 5x + 2 &= 3x -6 \ 2x &= -8 \ x &= -4 \end{align\*}
  $$
* `inconsistent equation`: is a false statement

  $5x - 15 = 5x - 20$

### 2.4 Complex Numbers

* a complex number is `the sum of a real number and an imaginary` number

a complex number is a number of the form $a + bi$, if $a = 0$ and $b \neq 0$, the complex number is called a pure imaginary number

* an imaginary number is an `even root of a negative number`

### 2.5 Quadratic Equations

`zero-product property` states:

if $a \cdot b = 0$, then a = 0 or b = 0

a `quadratic equation` is an equation containing a second-degree polynomial; e.g.

$$
ax^2 + bx + c = 0
$$

where a, b, and c are real numbers, and $a \neq 0$


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://851958789.gitbook.io/leo-notes/math/algebra_and_trigonometry-1/02_equations_and_inequalities.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.
