PASCAL TRIANGLES:

Pascal Color Coding:
Color coding of even (white) and odd (black) entries in the Pascal triangle with eight rows.
Pascal Triangle: The first 8 rows of Pascal's Triangle in a hexagonal web. (cont'd from pg. 81 "Chaos and Fractals", and from the picture of the known coefficients in the blogger) Comparing coefficients we obtain the result. (NOTE: Factorial = the product of all positive integers less than or equal to n.)


BLOG LIST | powered by NetKismet
Pascal Triangle Color Coding:
Color coding of even and odd entries in the Pascal triangle with 16, 32, and 64 rows.
The Pascal Triangle
Blaise Pascal (1623-1662) was a great French mathemetician and scientist. When he was twenty years old, he built some 10 mathematical machines for the addition of integers, a precursor to modern computers. What is known as the arithmetic triangle (or Pascal's Triangle) was not originally his discovery. The first printed form of the arithmetic triangle in Europe dates back to 1527. A Chinese version had already been published in 1303.
But Pascal used the arithmetic triangle to solve some problems related to chances in gambling, which he had discussed with Pierre de Fermat in 1654. This research later became the foundations of probability theory.

The arithmetic triangle is a triangular array of numbers composed of the coefficients of the expansion of the polynomial (1 + x)n. Here n denotes the row starting from n = 0. Row n has n + 1 entries. For example, for n = 3 the polynomial is (1 + x)3 = 1 + 3x + 3x2 + x3. Thus, row number 3 reads: 1,3,3,1. (see images below)
There are two ways to compute the coefficients. The first one inductively computes one row based on the entries of the previous row. Assume that the coefficients a0,...,an in row n are given:
(1 + x)n = a0 + a1x + ...+ anxn, and the coefficients b0,...,bn + 1 of the following row are required:
(1 + x)n + 1 = b0 + b1x + ...+n + 1xn + 1
Comparing coefficients we obtain the result:
b0 = a0,
bk = ak - 1ak for k = 1,...,n,
bn + 1 = an.
REF: Wikipedia Binomial coefficient
In mathematics, the binomial coefficient
is the coefficient of the xk term in the polynomial
expansion of the binomial power (1 + x)n.
is often called the choose function of n and k;
is the number of k-element subsets (the k-combinations) of an n-element set; that is, the number of ways that k things can be 'chosen' from a set of n things. Given a non-negative integer n and an integer k, the binomial coefficient is defined to be the natural number;
and
where n! denotes the factorial (factorial: the product of all positive integers less than or equal to n of n. Alternatively, a recursive defition can be written as: 
where
The notation
was introduced by Albert von Ettinghausen in 1826, although these numbers were already known centuries before that (see Pascal's triangle). The function
is often called the choose function, and
is often read as "n choose k".The binomial coefficients are the coefficients of the series expansion of a power of a binomial. If the exponent nonnegative integer then this infinite series is actually a finite sum as all terms with k>n are zero, but if the exponent n is negative or a non-integer, then it is an infinite series.
(REF: textbook 'Chaos and Fractals: the New Frontiers of Science')
Applying the formula to (1 + xn) we immediately obtain the kth coefficient bk (k runs from 0 to n) of row number n of Pascal's triangle. For example, the coeffient for k = 3 in row n = 7 is:
The calculation of the binomial coefficient is conveniently arranged like this: ((((5/1)·6)/2)·7)/3, alternately dividing and multiplying with increasing integers. Each division produces an integer result which is itself a binomial coefficient.
The recipe to compute the coefficients of a row is thus very simple. The first and last lines are copied from the line above. These will always be equal to 1. The other coefficients are just the sum of the two coefficients in the row above. In this scheme it is most convenient to write Pascal's triangle in the form with the top vertex centered on a line above it as shown (in the image above.
Another identity is easy to derive: the sum of all coefficients in row number n of Pascal's triangle is equal to 2n, which is seen by setting x = y = 1 in the binomial formula. (NOTE: while Christian Kramp (Algrebra textbook, 1808) and Euler wrote [n]; Gauss (German mathematician and physicist) used the notation π( n).
Pascal's rule is the important recurrence relation :
which follows directly from the definition:
The recurrence relation just proved can be used to prove by mathematical induction that C(n, k) is a natural number (and C = combinations or choices) for all n and k. Pascal's rule also gives rise to Pascal's triangle.
Row number n contains the numbers C(n, k) for k = 0,…,n. It is constructed by starting with ones at the outside and then always adding two adjacent numbers and writing the sum directly underneath. This method allows the quick calculation of binomial coefficients without the need for fractions or multiplications. For instance, by looking at row number 5 of the triangle, one can quickly read off that:
(x + y)5 = 1 x5 + 5
x4y + 10 x3y2 +
10 x2y3 + 5 x y4
+ 1 y5.
The differences between elements on other diagonals are the elements in the previous diagonal, as a consequence of the recurrence relation above. In the 1303 AD treatise Precious Mirror of the Four Elements, Zhu Shijie mentioned the triangle as an ancient method for evaluating binomial coefficients indicating that the method was known to Chinese mathematicians five centuries before Pascal.


[ TOP of page ]