Ch 1.2.10 — Of the Higher Powers of Compound Quantities
Summary: Extends the study of binomial powers beyond squares and cubes to arbitrary degree, builds the Pascal’s triangle coefficient table, and derives a direct formula for any coefficient without computing all preceding powers.
Sources: chapter-1.2.10
Last updated: 2026-04-29
Overview (articles 340–341)
After treating squares in ch1.2.6-squares-of-compound-quantities and cubes in ch1.2.9-cubes-and-cube-root-extraction, Euler generalises to any integer power. For a compound root, the exponent is written outside parentheses: , , etc.
He then computes by repeated multiplication up to :
Powers of (article 342)
The expansion of has the same absolute terms as , with the sign rule: even-position terms keep , odd-position terms (2nd, 4th, …) get . The reason: alternates sign, giving (source: chapter-1.2.10)
Structure of Terms (article 344)
Ignoring coefficients, every term in has the form for . The sum of exponents is always . The terms march from down to as increases. (source: chapter-1.2.10)
Pascal’s Triangle (article 345)
The coefficients form a triangular table:
| Power | Coefficients |
|---|---|
| 1st | 1, 1 |
| 2nd | 1, 2, 1 |
| 3rd | 1, 3, 3, 1 |
| 4th | 1, 4, 6, 4, 1 |
| 5th | 1, 5, 10, 10, 5, 1 |
| 6th | 1, 6, 15, 20, 15, 6, 1 |
| 7th | 1, 7, 21, 35, 35, 21, 7, 1 |
| 8th | 1, 8, 28, 56, 70, 56, 28, 8, 1 |
| 9th | 1, 9, 36, 84, 126, 126, 84, 36, 9, 1 |
| 10th | 1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 1 |
The first and last coefficient in every row is 1. The second coefficient equals the exponent. Coefficients are symmetric (palindromic rows). See pascal-triangle. (source: chapter-1.2.10)
Sum of Coefficients = (article 346)
Setting makes every term equal 1, so equals the sum of all coefficients in row . Euler verifies this for rows 1 through 7. (source: chapter-1.2.10)
Symmetry of Coefficients (article 347)
Coefficients increase from the first term to the middle, then decrease in the same order. For even powers there is a single largest term in the exact middle; for odd powers, two equal largest terms flank the middle. (source: chapter-1.2.10)
Direct Coefficient Formula (articles 348–351)
To find all coefficients of directly, write the sequence of fractions
Then:
- 1st coefficient =
- 2nd coefficient =
- th coefficient = product of the first fractions
For the 7th power the fractions are , giving coefficients .
In modern notation the th coefficient of is the binomial coefficient
Euler demonstrates the formula applied to the 10th power, and notes it extends to any exponent, exhibiting explicitly. See binomial-theorem. (source: chapter-1.2.10)