Pascal's Triangle: Difference between revisions
From wikiluntti
Line 35: | Line 35: | ||
[[File:Pascaltriangle NegativeValues.svg|thumb|Pascal triangle extended to negative values]] | [[File:Pascaltriangle NegativeValues.svg|thumb|Pascal triangle extended to negative values]] | ||
Now, instead of expanding <math>(a+b)^n</math>, we will use <math>(1+x)^n</math>, where <math>n</math> is a negative integer. We get according to the Pascal triangle | Now, instead of expanding <math>(a+b)^n</math>, we will use <math>(1+x)^n</math>, where <math>n</math> is a negative integer. The exponent of each terms grows when going to left. We get according to the Pascal triangle | ||
<math> | <math> | ||
Line 41: | Line 41: | ||
(1+x)^{-1} = 1 - x + x^2 - x^3 + \cdots | (1+x)^{-1} = 1 - x + x^2 - x^3 + \cdots | ||
\\ | \\ | ||
(1+x)^{-2} = 1 - 2x + 3x^2 - 4x^3 + \cdots | |||
\\ | |||
(1+x)^{-3} = 1 - 3x + 6x^2 - \cdots | |||
\end{align} | \end{align} | ||
</math> | </math> |
Revision as of 20:05, 19 October 2022
Introduction
Binomial expansion
Pascal's triangle

The coefficients of binomial expansion can be easily seen from the Pascal triangle. The number is a sum of the two numbers above it.
Pascal's triangle: Negative 1
This can be extended to negative numbers easily.

Now, instead of expanding , we will use , where is a negative integer. The exponent of each terms grows when going to left. We get according to the Pascal triangle