Pascal's triangle: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Olier Raby
imported>Olier Raby
Line 149: Line 149:
[[Isaac Newton]] studied the triangle's properties. He discovered two remarkable generalizations.<ref>Eli Maor, ''e: The Story of a Number'', Princeton University Press, 1994, p.71. ISBN 0-691-05854-7.</ref>
[[Isaac Newton]] studied the triangle's properties. He discovered two remarkable generalizations.<ref>Eli Maor, ''e: The Story of a Number'', Princeton University Press, 1994, p.71. ISBN 0-691-05854-7.</ref>


He discovered that the triangle extends along the negative axis. To better understand how he achieve this, let us write the triangle using another format :
He discovered that the triangle extends along the negative axis. To better understand how he achieved this, let us write the triangle using another format :




Line 169: Line 169:
[[Jacob Bernoulli]] is the "father" of this mathematical object named the "figurate number triangle"<ref>Eric W. Weisstein, ''CRC Concise Encyclopedia of Mathematics'', CRC Press, 1999, p. 636. ISBN 0-8493-9640-9</ref>. To ease the understanding in the following text, we will call it the "Bernoulli triangle", even this [[matrix]] does not resemble a triangle anymore !
[[Jacob Bernoulli]] is the "father" of this mathematical object named the "figurate number triangle"<ref>Eric W. Weisstein, ''CRC Concise Encyclopedia of Mathematics'', CRC Press, 1999, p. 636. ISBN 0-8493-9640-9</ref>. To ease the understanding in the following text, we will call it the "Bernoulli triangle", even this [[matrix]] does not resemble a triangle anymore !


Using the row rule, lets compute the row -1 :
Using the row rule, let's compute the row -1 :




Line 186: Line 186:




It is rather strange to see all those <math>1~</math> and <math>-1~</math>. They seem outside the triangle. However, each term in this row obeys the addition rule and the row rule. Some quick calculations should convince you.
It is rather strange to see all those <math>1~</math> and <math>-1~</math>, they seem outside the triangle. However, each term in this row obeys the addition rule and the row rule. Some quick calculations should convince you.


We can further extend the triangle along the negative axis.
We can further extend the triangle along the negative axis.
Line 208: Line 208:
</math>
</math>


As we wrote earlier, Newton did not stop there. He asked himself if there was fractional row indices, like <math>\frac{1}{2}</math>.  
As we wrote earlier, Newton did not stop there. He asked himself if there was rows with fractional index, like <math>\frac{1}{2}</math>.  


And the answer is yes !
And the answer is yes !
Line 221: Line 221:
</math>
</math>


:<math>1 \times \frac{4 - 0}{1 + 0} = 4~<math>
:<math>1 \times \frac{4 - 0}{1 + 0} = 4~</math>
:<math>4 \times \frac{4 - 1}{1 + 1} = 6~<math>
:<math>4 \times \frac{4 - 1}{1 + 1} = 6~</math>
:<math>6 \times \frac{4 - 2}{1 + 2} = 4~<math>
:<math>6 \times \frac{4 - 2}{1 + 2} = 4~</math>
:<math> \cdots ~<math>
:<math> \cdots ~</math>




What is the first term of row <math>\frac{1}{2}<math>? By definition, it is 1. What are the terms after that ? We will use the row rule to copute them !
What is the first term of row <math>\frac{1}{2}</math>? By definition, it is 1. What are the terms after that ? We will use the row rule to copute them !


:<math> 1            \times \frac{\frac{1}{2} - 0}{1 + 0} = \frac{1}{2} ~<math>
:<math> 1            \times \frac{\frac{1}{2} - 0}{1 + 0} = \frac{1}{2} ~</math>
:<math>  \frac{1}{2} \times \frac{\frac{1}{2} - 1}{1 + 1} = -\frac{1}{8} ~<math>
:<math>  \frac{1}{2} \times \frac{\frac{1}{2} - 1}{1 + 1} = -\frac{1}{8} ~</math>
:<math> -\frac{1}{8} \times \frac{\frac{1}{2} - 2}{1 + 2} = \frac{1}{16} ~<math>
:<math> -\frac{1}{8} \times \frac{\frac{1}{2} - 2}{1 + 2} = \frac{1}{16} ~</math>
:<math> \frac{1}{16} \times \frac{\frac{1}{2} - 3}{1 + 3} = -\frac{5}{128} ~<math>
:<math> \frac{1}{16} \times \frac{\frac{1}{2} - 3}{1 + 3} = -\frac{5}{128} ~</math>
:<math> \cdots ~<math>
:<math> \cdots ~</math>


As you can see, no term goes to zero, even if it comes close.
As you can see, no term goes to zero, even if each comes closer as it is further away from 1.


== References ==
== References ==

Revision as of 09:50, 25 October 2007

The Pascal's triangle is a convenient tabular presentation for the binomial coefficients. Already known in the 11th century[1], it was adopted in Western world under this name after Blaise Pascal published his Traité du triangle arithmétique ("Treatise on the Arithmetical Triangle") in 1654.

For instance, we can use Pascal's triangle to compute the binomial expansion of


The coefficients 1, 4, 6, 4, 1 appear directly in the triangle.


Each coefficient in the triangle is the sum of the two coefficients over it[2]. For instance, . The binomial coefficients relate to this construction by Pascal's rule, which states that if

is the kth binomial coefficient in the binomial expansion of (x+y)n, then

for any nonnegative integer n and any integer k between 0 and n.[3]

Those coefficients have applications in algebra and in probabilities. From the triangle, we can equally compute the Fibonacci numbers and create the Sierpinski triangle. After studying it, Isaac Newton expanded it and found new methods to extract the square root and to calculate the natural logarithm of a number.

Properties

In order to ease the understanding of some properties, the triangle should be presented differently :



Each coefficient is the sum of the coefficient exactly over it and the other to its left. For instance, .

Let's call this rule the "addition rule"[2].

Using this format, it is easy to apply an index to each row :



Starting the indices at zero facilitates many calculations.

The sum of any row is , with being the row index : For instance, the sum of row 4 is .

Since there is a formula for summing a row, then maybe there is one for a column ? It is the case. Again, we index the triangle, but this time it will be the columns :


Anyone familiar with the factorial function can easily find the general formula. The sum of a column ending at row is

.

There is another method to compute this sum, see [4].

Up until now, we added along the rows and the columns. We can add along the diagonals. Adding from left to right gives :



The numbers on the rigth are the Fibonacci numbers.

One row at a time

As you know by now, we can build any row if we know the row before just by adding its terms two at a time. It is possible to build a row directly, without knowing the row before. We will build the row 4 in order to discover the rule. We know that each row starts with 1 :




Because it only applies to a row, we call it the "row rule". For any term, once the row and the column indices are know, we can compute is neighbour.

[5]

Newton's Binomial Coefficients

Isaac Newton studied the triangle's properties. He discovered two remarkable generalizations.[6]

He discovered that the triangle extends along the negative axis. To better understand how he achieved this, let us write the triangle using another format :



Jacob Bernoulli is the "father" of this mathematical object named the "figurate number triangle"[7]. To ease the understanding in the following text, we will call it the "Bernoulli triangle", even this matrix does not resemble a triangle anymore !

Using the row rule, let's compute the row -1 :



It is rather strange to see all those and , they seem outside the triangle. However, each term in this row obeys the addition rule and the row rule. Some quick calculations should convince you.

We can further extend the triangle along the negative axis.


As we wrote earlier, Newton did not stop there. He asked himself if there was rows with fractional index, like .

And the answer is yes !

Let's use again the preceding example where we computed the terms of row 4.



What is the first term of row ? By definition, it is 1. What are the terms after that ? We will use the row rule to copute them !

As you can see, no term goes to zero, even if each comes closer as it is further away from 1.

References

  1. Abu Bekr ibn Muhammad ibn al-Husayn Al-Karaji, School of Mathematics and Statistics, University of St Andrews. Consulted 2005-09-03.
  2. 2.0 2.1 This rule does not apply to the ones bordering the triangle. We just insert them.
  3. By convention, the binomial coefficient is set to zero if k is either less than zero or greater than n.
  4. Suppose we wish to add the terms in row 3, i.e. the fourth column, until row 6. The sum is given by multiplying four terms at numerator, starting at , and four terms at the denominator starting at . The sum is equal to . In short, fourth column, four terms at numerator, four terms at denominator, all decreasing.
  5. Equally, we can compute any triangle's term using , but it may exceed the calculator capacity !
  6. Eli Maor, e: The Story of a Number, Princeton University Press, 1994, p.71. ISBN 0-691-05854-7.
  7. Eric W. Weisstein, CRC Concise Encyclopedia of Mathematics, CRC Press, 1999, p. 636. ISBN 0-8493-9640-9