HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, Pascal's triangle is an infinite triangular array of the
binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
s which play a crucial role in probability theory,
combinatorics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and as an end to obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many ...
, and algebra. In much of the
Western world The Western world, also known as the West, primarily refers to various nations and state (polity), states in Western Europe, Northern America, and Australasia; with some debate as to whether those in Eastern Europe and Latin America also const ...
, it is named after the French mathematician
Blaise Pascal Blaise Pascal (19June 162319August 1662) was a French mathematician, physicist, inventor, philosopher, and Catholic Church, Catholic writer. Pascal was a child prodigy who was educated by his father, a tax collector in Rouen. His earliest ...
, although other
mathematician A mathematician is someone who uses an extensive knowledge of mathematics in their work, typically to solve mathematical problems. Mathematicians are concerned with numbers, data, quantity, mathematical structure, structure, space, Mathematica ...
s studied it centuries before him in Persia, India, China, Germany, and Italy. The rows of Pascal's triangle are conventionally enumerated starting with row n = 0 at the top (the 0th row). The entries in each row are numbered from the left beginning with k = 0 and are usually staggered relative to the numbers in the adjacent rows. The triangle may be constructed in the following manner: In row 0 (the topmost row), there is a unique nonzero entry 1. Each entry of each subsequent row is constructed by adding the number above and to the left with the number above and to the right, treating blank entries as 0. For example, the initial number of row 1 (or any other row) is 1 (the sum of 0 and 1), whereas the numbers 1 and 3 in row 3 are added to produce the number 4 in row 4.


Formula

In the nth row of Pascal's triangle, the kth entry is denoted \tbinom nk, pronounced " choose ". For example, the topmost entry is \tbinom 00 = 1. With this notation, the construction of the previous paragraph may be written as = + for any positive integer n and any integer 0 \le k \le n. This recurrence for the binomial coefficients is known as Pascal's rule.


History

The pattern of numbers that forms Pascal's triangle was known well before Pascal's time. The Persian mathematician Al-Karaji (953–1029) wrote a now-lost book which contained the first description of Pascal's triangle. In India, the '' Chandaḥśāstra'' by the Indian poet and mathematician Piṅgala (3rd or 2nd century BC) somewhat cryptically describes a method of arranging two types of syllables to form
metre The metre (or meter in US spelling; symbol: m) is the base unit of length in the International System of Units (SI). Since 2019, the metre has been defined as the length of the path travelled by light in vacuum during a time interval of of ...
s of various lengths and counting them; as interpreted and elaborated by Piṅgala's 10th-century commentator Halāyudha his "method of pyramidal expansion" (''meru-prastāra'') for counting metres is equivalent to Pascal's triangle. It was later repeated by Omar Khayyám (1048–1131), another Persian mathematician; thus the triangle is also referred to as Khayyam's triangle () in Iran. Several theorems related to the triangle were known, including the binomial theorem. Khayyam used a method of finding ''n''th roots based on the binomial expansion, and therefore on the binomial coefficients.. Pascal's triangle was known in China during the 11th century through the work of the Chinese mathematician Jia Xian (1010–1070). During the 13th century, Yang Hui (1238–1298) defined the triangle, and it is known as Yang Hui's triangle ( zh, s=杨辉三角, t=楊輝三角, labels=no) in China. In Europe, Pascal's triangle appeared for the first time in the ''Arithmetic'' of Jordanus de Nemore (13th century). The binomial coefficients were calculated by Gersonides during the early 14th century, using the multiplicative formula for them.. Petrus Apianus (1495–1552) published the full triangle on the frontispiece of his book on business calculations in 1527. Michael Stifel published a portion of the triangle (from the second to the middle column in each row) in 1544, describing it as a table of figurate numbers. In Italy, Pascal's triangle is referred to as Tartaglia's triangle, named for the Italian algebraist Tartaglia (1500–1577), who published six rows of the triangle in 1556. Gerolamo Cardano also published the triangle as well as the additive and multiplicative rules for constructing it in 1570. Pascal's (''Treatise on Arithmetical Triangle'') was published posthumously in 1665. In this, Pascal collected several results then known about the triangle, and employed them to solve problems in
probability theory Probability theory or probability calculus is the branch of mathematics concerned with probability. Although there are several different probability interpretations, probability theory treats the concept in a rigorous mathematical manner by expre ...
. The triangle was later named for Pascal by Pierre Raymond de Montmort (1708) who called it (French: Mr. Pascal's table for combinations) and Abraham de Moivre (1730) who called it (Latin: Pascal's Arithmetic Triangle), which became the basis of the modern Western name.


Binomial expansions

Pascal's triangle determines the coefficients which arise in binomial expansions. For example, in the expansion (x + y)^2 = x^2 + 2xy + y^2 = \mathbf x^2 y^0 + \mathbf x^1 y^1 + \mathbf x^0 y^2, the coefficients are the entries in the second row of Pascal's triangle: \tbinom 20 = 1, \tbinom 21 = 2, \tbinom 22 = 1. In general, the binomial theorem states that when a binomial like x + y is raised to a positive integer power n, the expression expands as (x + y)^n = \sum_^ a_ x^ y^ = a_ x^n + a_ x^ y + a_ x^ y^ + \ldots + a_ x y^ + a_ y^, where the coefficients a_ are precisely the numbers in row n of Pascal's triangle: a_k = . The entire left diagonal of Pascal's triangle corresponds to the coefficient of x^n in these binomial expansions, while the next left diagonal corresponds to the coefficient of x^ y , and so on. To see how the binomial theorem relates to the simple construction of Pascal's triangle, consider the problem of calculating the coefficients of the expansion of (x + y)^ in terms of the corresponding coefficients of (x + 1)^ , where we set y = 1 for simplicity. Suppose then that (x + 1)^ = \sum_^ a_ x^. Now (x+1)^ = (x+1)(x+1)^n = x(x+1)^n + (x+1)^n = \sum_^n a_i x^ + \sum_^n a_k x^k. The two summations can be reindexed with k=i+1 and combined to yield \begin \sum_^ a_ x^ + \sum_^n a_k x^k &= \sum_^ a_ x^ + \sum_^n a_k x^k \\ pt&= \sum_^ a_ x^ + a_x^ + a_0x^0 + \sum_^n a_k x^k \\ pt&= a_0x^0 + \sum_^ (a_ + a_k)x^ + a_x^ \\ pt&= x^0 + \sum_^ (a_ + a_k)x^ + x^. \end Thus the extreme left and right coefficients remain as 1, and for any given 0 < k < n + 1 , the coefficient of the x^ term in the polynomial (x + 1)^ is equal to a_ + a_ , the sum of the x^ and x^ coefficients in the previous power (x + 1)^n . This is indeed the downward-addition rule for constructing Pascal's triangle. It is not difficult to turn this argument into a proof (by
mathematical induction Mathematical induction is a method for mathematical proof, proving that a statement P(n) is true for every natural number n, that is, that the infinitely many cases P(0), P(1), P(2), P(3), \dots  all hold. This is done by first proving a ...
) of the binomial theorem. Since (a + b)^ = b^(\tfrac + 1 )^ , the coefficients are identical in the expansion of the general case. An interesting consequence of the binomial theorem is obtained by setting both variables x = y = 1 , so that \sum_^ = + + \cdots + + = (1+1)^n = 2^. In other words, the sum of the entries in the nth row of Pascal's triangle is the nth power of 2. This is equivalent to the statement that the number of subsets of an n-element set is 2^n, as can be seen by observing that each of the n elements may be independently included or excluded from a given subset.


Combinations

A second useful application of Pascal's triangle is in the calculation of combinations. The number of combinations of n items taken k at a time, i.e. the number of subsets of k elements from among n elements, can be found by the equation : \mathbf(n, k) = \mathbf_^= = = \frac. This is equal to entry k in row n of Pascal's triangle. Rather than performing the multiplicative calculation, one can simply look up the appropriate entry in the triangle (constructed by additions). For example, suppose 3 workers need to be hired from among 7 candidates; then the number of possible hiring choices is 7 choose 3, the entry 3 in row 7 of the above table (taking into consideration the first row is the 0th row), which is \tbinom=35 .


Relation to binomial distribution and convolutions

When divided by 2^n, the nth row of Pascal's triangle becomes the
binomial distribution In probability theory and statistics, the binomial distribution with parameters and is the discrete probability distribution of the number of successes in a sequence of statistical independence, independent experiment (probability theory) ...
in the symmetric case where p = \tfrac. By the central limit theorem, this distribution approaches the
normal distribution In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is f(x) = \frac ...
as n increases. This can also be seen by applying Stirling's formula to the factorials involved in the formula for combinations. This is related to the operation of discrete convolution in two ways. First, polynomial multiplication corresponds exactly to discrete convolution, so that repeatedly convolving the sequence \ with itself corresponds to taking powers of x + 1, and hence to generating the rows of the triangle. Second, repeatedly convolving the distribution function for a
random variable A random variable (also called random quantity, aleatory variable, or stochastic variable) is a Mathematics, mathematical formalization of a quantity or object which depends on randomness, random events. The term 'random variable' in its mathema ...
with itself corresponds to calculating the distribution function for a sum of ''n'' independent copies of that variable; this is exactly the situation to which the central limit theorem applies, and hence results in the normal distribution in the limit. (The operation of repeatedly taking a convolution of something with itself is called the convolution power.)


Patterns and properties

Pascal's triangle has many properties and contains many patterns of numbers.


Rows

* The sum of the elements of a single row is twice the sum of the row preceding it. For example, row 0 (the topmost row) has a value of 1, row 1 has a value of 2, row 2 has a value of 4, and so forth. This is because every item in a row produces two items in the next row: one left and one right. The sum of the elements of row  n equals to 2^n. *Taking the product of the elements in each row, the sequence of products is related to the base of the natural logarithm, '' e''. Specifically, define the sequence s_ for all n \ge 0 as follows: s_ = \prod_^ = \prod_^ \frac Then, the ratio of successive row products is \frac = \frac = \frac and the ratio of these ratios is \frac = \left( \frac \right)^n, ~ n\ge 1. The right-hand side of the above equation takes the form of the limit definition of e e =\lim_ \left( 1 + \frac \right)^. * \pi can be found in Pascal's triangle by use of the Nilakantha infinite series. \pi = 3 + \sum_^ (-1)^ \frac * Some of the numbers in Pascal's triangle correlate to numbers in Lozanić's triangle. * The sum of the squares of the elements of row  equals the middle element of row . For example, . In general form, \sum_^n ^2 = . * In any even row n=2m, the middle term minus the term two spots to the left equals a Catalan number, specifically C_ = \tbinom - \tbinom. For example, in row 4, which is 1, 4, 6, 4, 1, we get the 3rd Catalan number C_3 = 6-1 = 5 . * In a row , where is a
prime number A prime number (or a prime) is a natural number greater than 1 that is not a Product (mathematics), product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime ...
, all the terms in that row except the 1s are divisible by . This can be proven easily, from the multiplicative formula \tbinom pk = \tfrac . Since the denominator k!(p-k)! can have no prime factors equal to , so remains in the numerator after integer division, making the entire entry a multiple of . * ''Parity'': To count odd terms in row , convert to binary. Let be the number of 1s in the binary representation. Then the number of odd terms will be . These numbers are the values in Gould's sequence. * Every entry in row 2''n'' − 1, ''n'' ≥ 0, is odd. *''Polarity'': When the elements of a row of Pascal's triangle are alternately added and subtracted together, the result is 0. For example, row 6 is 1, 6, 15, 20, 15, 6, 1, so the formula is 1 − 6 + 15 − 20 + 15 − 6 + 1 = 0.


Diagonals

The diagonals of Pascal's triangle contain the
figurate numbers The term figurate number is used by different writers for members of different sets of numbers, generalizing from triangular numbers to different shapes (polygonal numbers) and different dimensions (polyhedral numbers). The ancient Greek mathemat ...
of simplices: * The diagonals going along the left and right edges contain only 1's. * The diagonals next to the edge diagonals contain the
natural number In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positive in ...
s in order. The 1-dimensional simplex numbers increment by 1 as the line segments extend to the next whole number along the number line. * Moving inwards, the next pair of diagonals contain the triangular numbers in order. * The next pair of diagonals contain the
tetrahedral number A tetrahedral number, or triangular pyramidal number, is a figurate number that represents a pyramid (geometry), pyramid with a triangular base and three sides, called a tetrahedron. The th tetrahedral number, , is the sum of the first triangular ...
s in order, and the next pair give pentatope numbers. ::\begin P_0(n) &= P_d(0) = 1, \\ P_d(n) &= P_d(n-1) + P_(n) \\ &= \sum_^n P_(i) = \sum_^d P_i(n-1). \end The symmetry of the triangle implies that the ''n''th d-dimensional number is equal to the ''d''th ''n''-dimensional number. An alternative formula that does not involve recursion is P_d(n)=\frac\prod_^ (n+k) = = \binom, where ''n''(''d'') is the rising factorial. The geometric meaning of a function ''P''''d'' is: ''P''''d''(1) = 1 for all ''d''. Construct a ''d''- dimensional triangle (a 3-dimensional
triangle A triangle is a polygon with three corners and three sides, one of the basic shapes in geometry. The corners, also called ''vertices'', are zero-dimensional points while the sides connecting them, also called ''edges'', are one-dimension ...
is a
tetrahedron In geometry, a tetrahedron (: tetrahedra or tetrahedrons), also known as a triangular pyramid, is a polyhedron composed of four triangular Face (geometry), faces, six straight Edge (geometry), edges, and four vertex (geometry), vertices. The tet ...
) by placing additional dots below an initial dot, corresponding to ''P''''d''(1) = 1. Place these dots in a manner analogous to the placement of numbers in Pascal's triangle. To find P''d''(''x''), have a total of ''x'' dots composing the target shape. P''d''(''x'') then equals the total number of dots in the shape. A 0-dimensional triangle is a point and a 1-dimensional triangle is simply a line, and therefore ''P''0(''x'') = 1 and ''P''1(''x'') = ''x'', which is the sequence of natural numbers. The number of dots in each layer corresponds to ''P''''d'' − 1(''x'').


Calculating a row or diagonal by itself

There are simple algorithms to compute all the elements in a row or diagonal without computing other elements or factorials. To compute row n with the elements \tbinom, \tbinom, \ldots, \tbinom, begin with \tbinom=1. For each subsequent element, the value is determined by multiplying the previous value by a fraction with slowly changing numerator and denominator: : = \times \frac. For example, to calculate row 5, the fractions are  \tfrac\tfrac\tfrac\tfrac and \tfrac, and hence the elements are  \tbinom=1,   \tbinom=1\times\tfrac=5,   \tbinom=5\times\tfrac=10, etc. (The remaining elements are most easily obtained by symmetry.) To compute the diagonal containing the elements \tbinom, \tbinom, \tbinom,\ldots, begin again with \tbinom = 1 and obtain subsequent elements by multiplication by certain fractions: : = \times \frac. For example, to calculate the diagonal beginning at \tbinom, the fractions are  \tfrac, \tfrac, \tfrac, \ldots, and the elements are \tbinom=1, \tbinom=1 \times \tfrac=6, \tbinom=6\times\tfrac=21, etc. By symmetry, these elements are equal to \tbinom, \tbinom, \tbinom, etc.


Overall patterns and properties

* The pattern obtained by coloring only the odd numbers in Pascal's triangle closely resembles the
fractal In mathematics, a fractal is a Shape, geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scale ...
known as the Sierpiński triangle. This resemblance becomes increasingly accurate as more rows are considered; in the limit, as the number of rows approaches infinity, the resulting pattern ''is'' the Sierpiński triangle, assuming a fixed perimeter. More generally, numbers could be colored differently according to whether or not they are multiples of 3, 4, etc.; this results in other similar patterns. :As the proportion of black numbers tends to zero with increasing ''n'', a corollary is that the proportion of odd binomial coefficients tends to zero as ''n'' tends to infinity.
Pascal's triangle overlaid on a grid gives the number of distinct paths to each square, assuming only rightward and downward steps to an adjacent square are considered.
* In a triangular portion of a grid (as in the images below), the number of shortest grid paths from a given node to the top node of the triangle is the corresponding entry in Pascal's triangle. On a Plinko game board shaped like a triangle, this distribution should give the probabilities of winning the various prizes. * If the rows of Pascal's triangle are left-justified, the diagonal bands (colour-coded below) sum to the
Fibonacci number In mathematics, the Fibonacci sequence is a Integer sequence, sequence in which each element is the sum of the two elements that precede it. Numbers that are part of the Fibonacci sequence are known as Fibonacci numbers, commonly denoted . Many w ...
s. ::


Construction as matrix exponential

Due to its simple construction by factorials, a very basic representation of Pascal's triangle in terms of the
matrix exponential In mathematics, the matrix exponential is a matrix function on square matrix, square matrices analogous to the ordinary exponential function. It is used to solve systems of linear differential equations. In the theory of Lie groups, the matrix exp ...
can be given: Pascal's triangle is the exponential of the matrix which has the sequence 1, 2, 3, 4, ... on its sub-diagonal and zero everywhere else.


Construction of Clifford algebra using simplices

Labelling the elements of each n-simplex matches the basis elements of
Clifford algebra In mathematics, a Clifford algebra is an algebra generated by a vector space with a quadratic form, and is a unital associative algebra with the additional structure of a distinguished subspace. As -algebras, they generalize the real number ...
used as forms in Geometric Algebra rather than matrices. Recognising the geometric operations, such as rotations, allows the algebra operations to be discovered. Just as each row, , starting at 0, of Pascal's triangle corresponds to an -simplex, as described below, it also defines the number of named basis forms in dimensional Geometric algebra. The binomial theorem can be used to prove the geometric relationship provided by Pascal's triangle. This same proof could be applied to simplices except that the first column of all 1's must be ignored whereas in the algebra these correspond to the real numbers, \R, with basis 1.


Relation to geometry of polytopes

Each row of Pascal's triangle gives the number of elements (such as edges and corners) of each dimension in a corresponding simplex (such as a triangle or tetrahedron). In particular, for , the th entry in the th row is the number of -dimensional elements in a -dimensional simplex. For example, a triangle (the 2-dimensional simplex) one 2-dimensional element (itself), three 1-dimensional elements (lines, or edges), and three 0-dimensional elements ( vertices, or corners); this corresponds to the third row 1, 3, 3, 1 of Pascal's triangle. This fact can be explained by combining Pascal's rule for generating the triangle with the geometric construction of simplices: each simplex is formed from a simplex of one lower dimension by the addition of a new vertex, outside the space in which the lower-dimensional simplex lies. Then each -dimensional element in the smaller simplex remains a -dimensional element of the higher simplex, and each -dimensional element when joined to the new vertex forms a new -dimensional element of the higher simplex. A similar pattern is observed relating to
squares In geometry, a square is a regular polygon, regular quadrilateral. It has four straight sides of equal length and four equal angles. Squares are special cases of rectangles, which have four equal angles, and of rhombuses, which have four equal si ...
, as opposed to triangles. To find the pattern, one must construct an analog to Pascal's triangle, whose entries are the coefficients of , instead of . There are a couple ways to do this. The simpler is to begin with row 0 = 1 and row 1 = 1, 2. Proceed to construct the analog triangles according to the following rule: : = 2\times + . That is, choose a pair of numbers according to the rules of Pascal's triangle, but double the one on the left before adding. This results in: :\begin \text \\ \text \quad \text \\ \text \quad \text \quad \text \\ \text \quad\text \quad \text \quad\text \\ \text \quad\text \quad \text \quad \text \quad \text \\ \text \quad \text \quad \text \quad \text \quad \text \quad \text \\ \text \quad \text \quad \text \quad 160 \quad 240 \quad 192 \quad \text \\ \text \quad \text \quad \text \quad 280 \quad 560 \quad 672 \quad 448 \quad 128 \end The other way of producing this triangle is to start with Pascal's triangle and multiply each entry by 2k, where k is the position in the row of the given number. For example, the 2nd value in row 4 of Pascal's triangle is 6 (the slope of 1s corresponds to the zeroth entry in each row). To get the value that resides in the corresponding position in the analog triangle, multiply 6 by . Now that the analog triangle has been constructed, the number of elements of any dimension that compose an arbitrarily dimensioned
cube A cube or regular hexahedron is a three-dimensional space, three-dimensional solid object in geometry, which is bounded by six congruent square (geometry), square faces, a type of polyhedron. It has twelve congruent edges and eight vertices. It i ...
(called a
hypercube In geometry, a hypercube is an ''n''-dimensional analogue of a square ( ) and a cube ( ); the special case for is known as a ''tesseract''. It is a closed, compact, convex figure whose 1- skeleton consists of groups of opposite parallel l ...
) can be read from the table in a way analogous to Pascal's triangle. For example, the number of 2-dimensional elements in a 2-dimensional cube (a square) is one, the number of 1-dimensional elements (sides, or lines) is 4, and the number of 0-dimensional elements (points, or vertices) is 4. This matches the 2nd row of the table (1, 4, 4). A cube has 1 cube, 6 faces, 12 edges, and 8 vertices, which corresponds to the next line of the analog triangle (1, 6, 12, 8). This pattern continues indefinitely. To understand why this pattern exists, first recognize that the construction of an ''n''-cube from an -cube is done by simply duplicating the original figure and displacing it some distance (for a regular ''n''-cube, the edge length)
orthogonal In mathematics, orthogonality (mathematics), orthogonality is the generalization of the geometric notion of ''perpendicularity''. Although many authors use the two terms ''perpendicular'' and ''orthogonal'' interchangeably, the term ''perpendic ...
to the space of the original figure, then connecting each vertex of the new figure to its corresponding vertex of the original. This initial duplication process is the reason why, to enumerate the dimensional elements of an ''n''-cube, one must double the first of a pair of numbers in a row of this analog of Pascal's triangle before summing to yield the number below. The initial doubling thus yields the number of "original" elements to be found in the next higher ''n''-cube and, as before, new elements are built upon those of one fewer dimension (edges upon vertices, faces upon edges, etc.). Again, the last number of a row represents the number of new vertices to be added to generate the next higher ''n''-cube. In this triangle, the sum of the elements of row ''m'' is equal to 3''m''. Again, to use the elements of row 4 as an example: , which is equal to 3^4 = 81.


Counting vertices in a cube by distance

Each row of Pascal's triangle gives the number of vertices at each distance from a fixed vertex in an ''n''-dimensional cube. For example, in three dimensions, the third row (1 3 3 1) corresponds to the usual three-dimensional
cube A cube or regular hexahedron is a three-dimensional space, three-dimensional solid object in geometry, which is bounded by six congruent square (geometry), square faces, a type of polyhedron. It has twelve congruent edges and eight vertices. It i ...
: fixing a vertex ''V'', there is one vertex at distance 0 from ''V'' (that is, ''V'' itself), three vertices at distance 1, three vertices at distance and one vertex at distance (the vertex opposite ''V''). The second row corresponds to a square, while larger-numbered rows correspond to
hypercube In geometry, a hypercube is an ''n''-dimensional analogue of a square ( ) and a cube ( ); the special case for is known as a ''tesseract''. It is a closed, compact, convex figure whose 1- skeleton consists of groups of opposite parallel l ...
s in each dimension.


Fourier transform of sin(''x'')''n''+1/''x''

As stated previously, the coefficients of (''x'' + 1)''n'' are the nth row of the triangle. Now the coefficients of (''x'' − 1)''n'' are the same, except that the sign alternates from +1 to −1 and back again. After suitable normalization, the same pattern of numbers occurs in the Fourier transform of sin(''x'')''n''+1/''x''. More precisely: if ''n'' is even, take the real part of the transform, and if ''n'' is odd, take the imaginary part. Then the result is a step function, whose values (suitably normalized) are given by the ''n''th row of the triangle with alternating signs. For example, the values of the step function that results from: :\mathfrak\left(\text \left \frac \rightright) compose the 4th row of the triangle, with alternating signs. This is a generalization of the following basic result (often used in
electrical engineering Electrical engineering is an engineering discipline concerned with the study, design, and application of equipment, devices, and systems that use electricity, electronics, and electromagnetism. It emerged as an identifiable occupation in the l ...
): :\mathfrak\left(\text \left \frac\right\right) is the boxcar function. The corresponding row of the triangle is row 0, which consists of just the number 1. If n is congruent to 2 or to 3 mod 4, then the signs start with −1. In fact, the sequence of the (normalized) first terms corresponds to the powers of i, which cycle around the intersection of the axes with the unit circle in the complex plane: +i,-1,-i,+1,+i,\ldots


Extensions

Pascal's triangle may be extended upwards, above the 1 at the apex, preserving the additive property, but there is more than one way to do so.


To higher dimensions

Pascal's triangle has higher
dimension In physics and mathematics, the dimension of a mathematical space (or object) is informally defined as the minimum number of coordinates needed to specify any point within it. Thus, a line has a dimension of one (1D) because only one coo ...
al generalizations. The three-dimensional version is known as '' Pascal's pyramid'' or ''Pascal's tetrahedron'', while the general versions are known as '' Pascal's simplices''.


To complex numbers

When the factorial function is defined as z! = \Gamma(z + 1), Pascal's triangle can be extended beyond the integers to \Complex, since \Gamma(z + 1) is meromorphic to the entire
complex plane In mathematics, the complex plane is the plane (geometry), plane formed by the complex numbers, with a Cartesian coordinate system such that the horizontal -axis, called the real axis, is formed by the real numbers, and the vertical -axis, call ...
.


To arbitrary bases

Isaac Newton Sir Isaac Newton () was an English polymath active as a mathematician, physicist, astronomer, alchemist, theologian, and author. Newton was a key figure in the Scientific Revolution and the Age of Enlightenment, Enlightenment that followed ...
once observed that the first five rows of Pascal's triangle, when read as the digits of an integer, are the corresponding powers of eleven. He claimed without proof that subsequent rows also generate powers of eleven. In 1964, Robert L. Morton presented the more generalized argument that each row n can be read as a radix a numeral, where \lim_ 11^_ is the hypothetical terminal row, or limit, of the triangle, and the rows are its partial products. He proved the entries of row n, when interpreted directly as a place-value numeral, correspond to the binomial expansion of (a + 1)^n = 11^_. More rigorous proofs have since been developed. To better understand the principle behind this interpretation, here are some things to recall about binomials: * A radix a numeral in
positional notation Positional notation, also known as place-value notation, positional numeral system, or simply place value, usually denotes the extension to any radix, base of the Hindu–Arabic numeral system (or decimal, decimal system). More generally, a posit ...
(e.g. 14641_) is a univariate polynomial in the variable a, where the degree of the variable of the ith term (starting with i = 0) is i. For example, 14641_ = 1 \cdot a^ + 4 \cdot a^ + 6 \cdot a^ + 4 \cdot a^ + 1 \cdot a^. * A row corresponds to the binomial expansion of (a + b)^. The variable b can be eliminated from the expansion by setting b = 1. The expansion now typifies the expanded form of a radix a numeral, as demonstrated above. Thus, when the entries of the row are concatenated and read in radix a they form the numerical equivalent of (a + 1)^ = 11^_. If c = a + 1 for c < 0, then the theorem holds for a = \ \;\mathrm\; 2c with odd values of n yielding negative row products. By setting the row's radix (the variable a) equal to one and ten, row n becomes the product 11^_ = 2^ and 11^_ = 11^, respectively. To illustrate, consider a = n, which yields the row product \textstyle n^n \left( 1 + \frac \right)^ = 11^_. The numeric representation of 11^_ is formed by concatenating the entries of row n. The twelfth row denotes the product: : 11^_ = 1:10:56:164:353:560:650:560:353:164:56:10:1_ = 27433a9699701_ with compound digits (delimited by ":") in radix twelve. The digits from k = n - 1 through k = 1 are compound because these row entries compute to values greater than or equal to twelve. To normalize. the numeral, simply carry the first compound entry's prefix, that is, remove the prefix of the coefficient \textstyle from its leftmost digit up to, but excluding, its rightmost digit, and use radix-twelve arithmetic to sum the removed prefix with the entry on its immediate left, then repeat this process, proceeding leftward, until the leftmost entry is reached. In this particular example, the normalized string ends with 01 for all n. The leftmost digit is 2 for n > 2, which is obtained by carrying the 1 of 10_ at entry k = 1. It follows that the length of the normalized value of 11^_ is equal to the row length, n + 1. The integral part of 1.1^_ contains exactly one digit because n (the number of places to the left the decimal has moved) is one less than the row length. Below is the normalized value of 1.1^_. Compound digits remain in the value because they are radix 1234 residues represented in radix ten: : 1.1^_ = 2.885:2:35:977:696:\overbrace^\text:0:1_ = 2.717181235\ldots_


See also

* Bean machine, Francis Galton's "quincunx" * Bell triangle * Bernoulli's triangle * Binomial expansion * Cellular automata * Euler triangle * Floyd's triangle * Gaussian binomial coefficient * Hockey-stick identity * Leibniz harmonic triangle * Multiplicities of entries in Pascal's triangle (Singmaster's conjecture) * Pascal matrix * Pascal's pyramid * Pascal's simplex * Proton NMR, one application of Pascal's triangle * Star of David theorem * Trinomial expansion *
Trinomial triangle The trinomial triangle is a variation of Pascal's triangle. The difference between the two is that an entry in the trinomial triangle is the sum of the ''three'' (rather than the ''two'' in Pascal's triangle) entries above it: \begin & & & & 1\ ...
* Polynomials calculating sums of powers of arithmetic progressions


References


External links

* *
The Old Method Chart of the Seven Multiplying Squares
''(from the Ssu Yuan Yü Chien of Chu Shi-Chieh, 1303, depicting the first nine rows of Pascal's triangle)''
Pascal's Treatise on the Arithmetic Triangle
''(page images of Pascal's treatise, 1654
summary
'' {{DEFAULTSORT:Pascal's triangle Factorial and binomial topics Blaise Pascal Triangles of numbers