maths.freeAlgebra › Systems of equations

Systems of equations

Substitution and elimination, and what the intersecting lines mean.

Two equations in two unknowns are two lines; the solution is where they cross. Substitution solves one equation for a variable and pushes it into the other. For bigger systems the same idea becomes row reduction on the augmented matrix.

Apdorotas pavyzdys: x + y = 3, x - y = 1

Solve the system x + y = 3

\begin{cases}x + y = 3 \\ x - y = 1\end{cases}

Žingsnis po žingsnio

  1. \begin{cases}x + y = 3 \\ x - y = 1\end{cases}

    The system has 2 equations in 2 unknowns (x, y).

  2. x = 3 - y

    From the first equation, express x in terms of y.

  3. 2 - 2 y = 0

    Substitute that into the second equation, leaving one equation in y.

  4. y = 1

    Solve for y.

  5. x = 3 - y = 2

    Back-substitute to get x.

Atskleisti atsakymą
x = 2,\; y = 1

Symbols used here

\pm
plus or minus
Both signs at once: x = 3 ± 2 means 5 and 1.
\neq
not equal
The two sides are different.
\leq,\ \geq
less/greater than or equal
Inequalities that allow equality; < and > exclude it.
\sqrt{x},\ \sqrt[n]{x}
square root, n-th root
The non-negative number whose square (n-th power) is x.
|x|
absolute value / modulus
Distance from zero: |−3| = 3. For a complex number, distance from the origin.
i
imaginary unit
i² = −1.
\log_b x,\ \ln x
logarithm, natural log
The exponent b must be raised to for x; ln uses base e.
\mathbb{N},\ \mathbb{Z},\ \mathbb{Q},\ \mathbb{R},\ \mathbb{C}
number sets
Naturals, integers, rationals, reals, complex numbers.

How to: Systems of equations

  1. The system has 2 equations in 2 unknowns (x, y).
  2. From the first equation, express x in terms of y.
  3. Substitute that into the second equation, leaving one equation in y.
  4. Solve for y.
  5. Back-substitute to get x.

Questions people ask

What does it mean to solve an equation?

To find every value of the unknown that makes both sides equal. Each step is an operation applied to both sides that keeps the solution set the same, until the unknown stands alone.

Why do I sometimes get two answers?

A quadratic can cross the axis twice, so it can have two solutions. A degree-n polynomial has up to n. The graph shows where each one comes from.

How do I know whether to factor or use the quadratic formula?

Try factoring for a few seconds: look for two numbers that multiply to a·c and add to b. If nothing obvious appears, the discriminant b² − 4ac tells you how many real roots there are, and the formula finds them without guessing.

Pabandyk savo pačių

Daugiau informacijos Algebra