Difference between revisions of "Pascal's Triangle and its patterns and properties"
(→Copied From) |
(Propose for deletion) |
||
Line 9: | Line 9: | ||
Remember that <math>\binom{n}{r}=\frac{n!}{k!(n-k)!}.</math> | Remember that <math>\binom{n}{r}=\frac{n!}{k!(n-k)!}.</math> | ||
− | == | + | == Proof == |
If <math>k > n</math> then <math>\binom{n}{k} = 0 = \binom{n - 1}{k - 1} + \binom{n - 1}{k}</math> and so the result is pretty clear. | If <math>k > n</math> then <math>\binom{n}{k} = 0 = \binom{n - 1}{k - 1} + \binom{n - 1}{k}</math> and so the result is pretty clear. | ||
− | So assume <math>k \leq n</math>. | + | So assume <math>k \leq n</math>. Then |
<cmath>\begin{eqnarray*}\binom{n-1}{k-1}+\binom{n-1}{k}&=&\frac{(n-1)!}{(k-1)!(n-k)!}+\frac{(n-1)!}{k!(n-k-1)!}\\ | <cmath>\begin{eqnarray*}\binom{n-1}{k-1}+\binom{n-1}{k}&=&\frac{(n-1)!}{(k-1)!(n-k)!}+\frac{(n-1)!}{k!(n-k-1)!}\\ | ||
Line 18: | Line 18: | ||
&=&\frac{n!}{k!(n-k)!}\\ | &=&\frac{n!}{k!(n-k)!}\\ | ||
&=&\binom{n}{k}. \qquad\qquad\square\end{eqnarray*}</cmath> | &=&\binom{n}{k}. \qquad\qquad\square\end{eqnarray*}</cmath> | ||
− | + | We proved it! | |
== Why is it needed? == | == Why is it needed? == | ||
− | It's mostly just a cool thing to know. However, if you want to know how to use it | + | It's mostly just a cool thing to know. However, if you want to know how to use it see [{{SERVER}}/videos/counting/chapter12/141 here.] |
= Introduction to Pascal's Triangle = | = Introduction to Pascal's Triangle = | ||
Line 31: | Line 31: | ||
1 3 3 1 | 1 3 3 1 | ||
1 4 6 4 1 | 1 4 6 4 1 | ||
− | And | + | And so on... |
== Combinations == | == Combinations == | ||
− | + | ||
Pascal's Triangle is really combinations. It looks something like this if it is depicted as combinations: | Pascal's Triangle is really combinations. It looks something like this if it is depicted as combinations: | ||
Line 61: | Line 61: | ||
<math>(x+y)^2=1x^3+3x^2y+3y^2x+1^3</math> | <math>(x+y)^2=1x^3+3x^2y+3y^2x+1^3</math> | ||
− | If you take away the x's and y's you get: | + | If you take away the x's and y's you get Pasca's Triangle: |
1 | 1 | ||
Line 67: | Line 67: | ||
1 2 1 | 1 2 1 | ||
1 3 3 1 | 1 3 3 1 | ||
− | |||
=== Proof === | === Proof === | ||
Line 161: | Line 160: | ||
== AoPS Wiki == | == AoPS Wiki == | ||
− | + | * [[Pascal's Identity]] | |
− | + | * [[Pascal's Triangle]] | |
− | + | * [[Combinatorics]] | |
− | + | * [[Hockey-Stick Identity]] | |
− | |||
− | |||
− | |||
== Videos == | == Videos == | ||
− | + | * https://artofproblemsolving.com/videos/counting/chapter12/141 | |
− | + | * https://artofproblemsolving.com/videos/mathcounts/mc2012/374 | |
− | + | * https://artofproblemsolving.com/videos/counting/chapter14/123 | |
− | + | * https://artofproblemsolving.com/videos/counting/chapter13/143 | |
− | + | * https://artofproblemsolving.com/videos/mathcounts/mc2010/419 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{delete|duplicate of [[Pascal's triangle]] |
Latest revision as of 13:03, 19 February 2025
Contents
Pascal's Identity
Identity
Pascal's Identity states that
for any positive integers and
. Here,
is the binomial coefficient
.
Remember that
Proof
If then
and so the result is pretty clear.
So assume
. Then
We proved it!
Why is it needed?
It's mostly just a cool thing to know. However, if you want to know how to use it see here.
Introduction to Pascal's Triangle
How to build it
Pascal's Triangle is a triangular array of numbers in which you start with two infinite diagonals of ones and each of the rest of the numbers is the sum of the two numbers above it. It looks something like this:
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
And so on...
Combinations
Pascal's Triangle is really combinations. It looks something like this if it is depicted as combinations:
And on and on...
Proof
If you look at the way we build the triangle, each number is the sum of the two numbers above it. Assuming that these combinations are true then each combination in the sum of the two combinations above it. In an equation, it would look something like this: . Its Pascals Identity! Therefore each row looks something like this:
Patterns and Properties
In addition to combinations, Pascal's Triangle has many more patterns and properties. See below. Be ready to be amazed.
Binomial Theorem
Let's multiply out some binomials. Try it yourself and it will not be fun:
If you take away the x's and y's you get Pasca's Triangle:
1 1 1 1 2 1 1 3 3 1
Proof
There are a number of different ways to prove the Binomial Theorem, for example by a straightforward application of mathematical induction. The Binomial Theorem also has a nice combinatorial proof:
We can write . Repeatedly using the distributive property, we see that for a term
, we must choose
of the
terms to contribute an
to the term, and then each of the other
terms of the product must contribute a
. Thus, the coefficient of
is the number of ways to choose
objects from a set of size
, or
. Extending this to all possible values of
from
to
, we see that
, as claimed.
Similarly, the coefficients of will be the entries of the
row of Pascal's Triangle. This is explained further in the Counting and Probability textbook [AoPS]
In real life
It is really only used for multipling out binomials. More usage at https://artofproblemsolving.com/videos/counting/chapter14/126.
Powers of 2
Theorem
Theorem
It states that
Why do we need it?
It is useful in many word problems (That means, yes, you can use it in real life) and it is just a cool thing to know. More at https://artofproblemsolving.com/videos/mathcounts/mc2010/419.
Proof
Subset proof
Say you have a word with n letters. How many subsets does it have in terms of n? Here is how you answer it: You ask the first letter Are you in or are you out? Same to the second letter. Same to the third. Same to the n. Each of the letters has two choices: In and Out. The would be ...n times.
.
Alternate proof
If you look at the way we built the triangle you see that each number is row n-1 is added on twice in row n. This means that each row doubles. That means you get powers of two.
Triangle Numbers
Theorem
If you look at the numbers in the third diagonal you see that they are triangle numbers.
Proof
Now we can make an equation:
Hockey stick
For .
This identity is known as the hockey-stick identity because, on Pascal's triangle, when the addends represented in the summation and the sum itself is highlighted, a hockey-stick shape is revealed.
Proof
Inductive Proof
This identity can be proven by induction on .
Base Case
Let .
.
Inductive Step
Suppose, for some ,
.
Then
.
Algebraic Proof
It can also be proven algebraically with Pascal's Identity, .
Note that
, which is equivalent to the desired result.
Combinatorial Proof 1
Imagine that we are distributing indistinguishable candies to
distinguishable children. By a direct application of Balls and Urns, there are
ways to do this. Alternatively, we can first give
candies to the oldest child so that we are essentially giving
candies to
kids and again, with Balls and Urns,
, which simplifies to the desired result.
Combinatorial Proof 2
We can form a committee of size from a group of
people in
ways. Now we hand out the numbers
to
of the
people. We can divide this into
disjoint cases. In general, in case
,
, person
is on the committee and persons
are not on the committee. This can be done in
ways. Now we can sum the values of these
disjoint cases, getting
See Also
AoPS Wiki
Videos
- https://artofproblemsolving.com/videos/counting/chapter12/141
- https://artofproblemsolving.com/videos/mathcounts/mc2012/374
- https://artofproblemsolving.com/videos/counting/chapter14/123
- https://artofproblemsolving.com/videos/counting/chapter13/143
- https://artofproblemsolving.com/videos/mathcounts/mc2010/419
{{delete|duplicate of Pascal's triangle