Systems of Linear Equations

Summary: A system of linear equations is a collection of simultaneous first-degree equations in several unknowns; Euler develops the substitution and elimination methods, derives explicit formulas for the two-variable case, and introduces the auxiliary-sum trick to simplify complex systems.

Sources: chapter-1.4.4

Last updated: 2026-05-03


Definition and determinacy (§605–606)

A system of linear equations in unknowns has the standard form

The system is determinate (has a unique solution) when the equations are independent — one equation per unknown. Fewer independent equations leave the system underdetermined; contradictory equations make it inconsistent.

Two-variable case — substitution method (§607–608)

Given

isolate from each equation and equate the two expressions:

This yields a single equation in , solved by the rules of ch1.4.2-resolution-simple-equations. Substituting back gives .

General formulas (§608):

These are the 2×2 case of Cramer’s rule, derived here without any matrix or determinant language. (source: chapter-1.4.4, §608)

Two-variable case — elimination by addition/subtraction (§611)

When the equations have a symmetric structure, adding or subtracting them directly eliminates one variable:

This is conceptually simpler and preferred when the coefficients allow it.

Three-variable case (§613–614)

Express one variable (say ) from all three equations. Equating pairs of these expressions produces two new equations in just and . Apply the two-variable method to those, then back-substitute.

This “round of elimination” reduces unknowns to , and may be repeated until one equation in one unknown remains.

The auxiliary-variable (sum) trick (§615–616)

When a problem naturally involves the sum of the unknowns, let (or ). Each equation then expresses one unknown linearly in . Summing all three expressions and using yields a single equation for , after which each unknown follows immediately.

This technique avoids the full round-of-elimination process and is especially elegant for symmetric or cyclic problems. See ch1.4.4-resolution-two-or-more-equations for the three-player game (§616) and the military companies problem (§622).

Cyclic four-variable systems (§621)

For systems of the cyclic form , , , , successive substitution expresses , , each in terms of alone. The last equation then gives , and the pattern of the solution is:

with analogous symmetric expressions for , , .

Connection to earlier material

The two-variable sum-difference theorem (, ) first appears as a one-variable result in ch1.4.3-solution-of-questions (Q1–Q2) and is rederived here as a simultaneous system — illustrating how the two-variable method subsumes simpler cases.