CodalSearch this book — or all of Codal…⌘K
nydus/Elements of arithmeticPublic
Page 240 of 278
Table of Contents

APPENDIX X. ON COMBINATIONS.

(x + a)ⁿ = xⁿ + 1ₙaxⁿ⁻¹ + 2ₙa²xⁿ⁻² + 3ₙa³xⁿ⁻³ + ... + na

We can make the same table in another form. If we take a row of ciphers beginning with unity, and setting down the first, add the next, and then the next, and so on, and then repeat the process with one step less, and then again with one step less, we have the following:

1000000
1111111
123456
1361015
141020
1515
16
1

In the oblique columns we see 1 1, 1 2 1, 1 3 3 1, &c. the same as in the original table, and formed by the same

additions. If, before making the additions, we had always multiplied by a, we should have got the several components of the powers of 1 + a, thus,

10000
1aa ²a ³a ⁴
12 a3 a ²4 a ³
13 a6 a ²
14 a
1

where the oblique columns 1 + a, 1 + 2a + a², 1 + 3a + 3a² + a³, &c., give the several powers of 1 + a. If instead of beginning with 1, 0, 0, &c. we had begun with p, 0, 0, &c. we should have got p, p × 4a, p × 6a², &c. at the bottom of the several columns; and if we had written at the top x⁴, x³, x², x, 1, we should have had all the materials for forming p(x + a)⁴ by multiplying the terms at the top and bottom of each column together, and adding the results.

Suppose we follow this mode of forming p(x + a)³ + q(x + a)² + r(x + a) + s.

x ³x ²x1x ²x1x11
p000q00r01
ppapa ²pa ³qqaqa ²rra
p2 pa3 pa ²q2 qar
p3 paq
p

px³ + 3pax² + 3pa²x + pa³ + qx² + 2qax + qa² + rx + ra + s

= px³ + (3pa + q)x² + (3pa² + 2qa + r)x + pa³ + qa² + ra + s

240