LiczarniaOnline calculators and tables
Mathematics

Equations and sequences

Linear and quadratic equations, systems of two equations, arithmetic and geometric sequences.

A quadratic equation is solved through the discriminant, whose sign tells you in advance how many roots there will be. A system of two equations is solved by determinants, which shows immediately whether the system has a single solution. The sequence tools give any term you name and the sum.

Calculators

5

Linear equation

ax + b = 0 ⇒ x = −b / a
x3
  • Root3
  • Value at x = 1-5
  • Slope2.5

Quadratic equation

ax² + bx + c = 0, Δ = b² − 4ac
Roots2 ; 3
  • Discriminant1
  • Sum of the roots5
  • Product of the roots6
  • Vertex(2.5 ; -0.25)

System of two equations

a₁x + b₁y = c₁ ; a₂x + b₂y = c₂
Solutionx = 3 ; y = 2
  • Determinant W-14
  • Determinant Wx-42
  • Determinant Wy-28

Arithmetic sequence

aₙ = a₁ + (n − 1) · r
Term number 2098
  • Sum of n terms1,010
  • Middle term50.5
  • Hundredth term498

Geometric sequence

aₙ = a₁ · qⁿ⁻¹
Term number 1076.8867
  • Sum of n terms226.6602
  • Infinite sumdivergent
  • Growth per term50.00%

Tables and cheat sheets

2

Algebraic identities

FormulaExpansionExample
(a + b)²a² + 2ab + b²(x + 3)² = x² + 6x + 9
(a − b)²a² − 2ab + b²(x − 5)² = x² − 10x + 25
a² − b²(a − b)(a + b)x² − 49 = (x − 7)(x + 7)
(a + b)³a³ + 3a²b + 3ab² + b³(x + 1)³ = x³ + 3x² + 3x + 1
a³ − b³(a − b)(a² + ab + b²)x³ − 8 = (x − 2)(x² + 2x + 4)
a³ + b³(a + b)(a² − ab + b²)x³ + 27 = (x + 3)(x² − 3x + 9)

The discriminant and Vieta's formulas

for the equation ax² + bx + c = 0
ConditionRootsNote
Δ > 0x = (−b ± √Δ) / 2atwo distinct roots
Δ = 0x₀ = −b / 2aone double root
Δ < 0no real rootsthe parabola does not cross the x-axis
sum of the rootsx₁ + x₂ = −b / aVieta's formula
product of the rootsx₁ · x₂ = c / aVieta's formula

Worked examples with full solutions

2

A quadratic equation step by step

Solve the equation x² − 5x + 6 = 0.

  1. Write down the coefficientsa = 1, b = −5, c = 6
  2. Work out the discriminantΔ = (−5)² − 4 · 1 · 6 = 25 − 24 = 1
  3. The discriminant is positive, so there are two roots√Δ = 1
  4. Substitute into the formulax₁ = (5 − 1) / 2 = 2, x₂ = (5 + 1) / 2 = 3
  5. Check with Vieta's formulasx₁ + x₂ = 5 = −b/a, x₁ · x₂ = 6 = c/a

Answer: x₁ = 2, x₂ = 3.

A system of equations by determinants

Solve the system: 2x + 3y = 12 and 4x − y = 10.

  1. Main determinantW = 2 · (−1) − 4 · 3 = −14
  2. Determinant for xWx = 12 · (−1) − 10 · 3 = −42
  3. Determinant for yWy = 2 · 10 − 4 · 12 = −28
  4. Dividex = −42 / −14 = 3, y = −28 / −14 = 2
  5. Check it in the first equation2 · 3 + 3 · 2 = 12

Answer: x = 3, y = 2.

See also