Equations

Summary: An equation is a formal statement of equality between two algebraic expressions; the central object of Section IV of Elements of Algebra, where Euler classifies equations by degree and establishes the transformation rules that preserve equality.

Sources: chapter-1.4.1, chapter-1.4.2, chapter-1.4.10, chapter-1.4.11, chapter-1.4.12, chapter-1.4.13, chapter-1.4.14, chapter-1.4.15, chapter-1.4.16

Last updated: 2026-05-03 (updated)


Definition

An equation consists of two parts — the left-hand side and the right-hand side — separated by the sign , asserting that the two expressions have the same value. (source: chapter-1.4.1, §571)

The standard goal is to deduce the value of an unknown quantity by systematically reducing the equation to the form .

Setting up equations from word problems

Euler’s method (§566–568):

  1. Represent the unknown by a letter such as .
  2. Express every quantity mentioned in the problem in terms of and the given data.
  3. Identify the condition the problem asserts, and write it as an equality of two expressions.
  4. Solve the resulting equation.

The method generalises: for unknowns, one needs independent equations (§570).

Transformation rules

Two equal quantities remain equal under (§571):

  • Adding or subtracting the same quantity on both sides
  • Multiplying or dividing both sides by the same non-zero number
  • Raising both sides to the same power
  • Extracting the same root from both sides
  • Taking logarithms of both sides

These are the only operations used throughout ch1.4.2-resolution-simple-equations.

Classification by degree (§572)

DegreeDefining propertyExample
First (simple) appears to power 1 only
Second appears after reduction
Third appears after reduction
Fourth appears after reduction

Euler treats all four degrees in Section IV; the first degree is the subject of ch1.4.2-resolution-simple-equations and ch1.4.3-solution-of-questions.

Quadratic equations (second degree)

A quadratic always has exactly two solutions (roots), arising from the factored form . Euler further distinguishes:

The sum and product of the two roots are directly readable from the coefficients (vieta-formulas). The sign of the discriminant ( for ) determines whether the roots are real or imaginary.

Cubic equations (third degree)

A cubic always has exactly three roots, at least one of which is real (§706–713 and §719). Euler distinguishes:

  • Pure cubics (, no or term): solved by cube-root extraction; the two non-real roots involve . See ch1.4.10-pure-cubic-equations.
  • Complete cubics (): solved by the rational root test (rational roots must divide the constant term) followed by reduction to a quadratic. See ch1.4.11-complete-cubic-equations.
  • General case when no rational root exists: use Cardan’s Rule (substitution to remove , then Cardan’s formula). See ch1.4.12-cardanos-rule and cardanos-rule.

Vieta’s relations extend to cubics: for with roots : , , (vieta-formulas). See cubic-equations for a consolidated overview.

Quartic equations (fourth degree)

A quartic always has exactly four roots. Euler distinguishes pure quartics (), incomplete quartics (), palindromic cases, and the general form. All four roots may be determined by:

The full framework is at quartic-equations.

Equations of degree 5 and above

Euler notes (§780) that no general algebraic formula is known for degree 5 or higher. For these equations, and also for irrational roots of lower degrees, numerical approximation-methods must be used: iterative Newton-like correction or recurrence-series ratios.

The identical equation

An equation satisfied by every value of is called an identical equation (§597). It arises when both sides reduce to the same expression, and signals that the unknown is indeterminate — the problem has infinitely many solutions because the stated conditions are not independent. See the example in ch1.4.3-solution-of-questions.

Multiple unknowns

When two or more unknowns appear, a determinate problem provides exactly as many equations as unknowns. These simultaneous equations are treated in systems-of-linear-equations and ch1.4.4-resolution-two-or-more-equations.