Pascal's Triangle

From wikiluntti

Introduction

Binomial expansion

Pascal's triangle

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 right

This can be extended to negative numbers easily.

Pascal triangle extended to negative values

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

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} (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} }

And by Taylor series (expansion at Laurent series) we get

Pascal's triangle: Negative left

The triangle can be extended to the left also, but it is symmetric to the earlier.


Pascal's triangle: half-integers

Newton: Find the area of the curve , because it is a quarter of a unit circle . He couldn't do that, so he took some other powers:

Failed to parse (unknown function "\begin{equation}"): {\displaystyle \begin{equation} y_0 &= (1-x^2)^{0/2} = (1-x^2)^0 = 1 \\ y_1 &= (1-x^2)^{1/2} \\ y_2 &= (1-x^2)^{2/2} = 1-x^2 \\ y_3 &= (1-x^2)^{3/2} \\ y_4 &= (1-x^2)^{4/2} = (1-x^2)^2 = 1 - 2x + x^4 \\ y_5 &= (1-x^2)^{5/2} \\ \end{equation} }