Sandbox 4
This wiki is incomplete.
Contents
Potential video ideas
5) Idea: Induction
Problem: [Martin Gardner] There are racecars on a circular track. Amongst the cars, there is enough gas for one car to make a complete loop around the track. Show that there exists a car that can make a complete loop around the track by pooling gas from every car that it passes.
Solution: There is one car that can overtake the one ahead, so we know we can pool the gas. Now, we have cars. Proceed by induction.
6) Idea: Applying induction when there are no variables.
Problem: [Well-known] In an chessboard, if we remove 1 square, can we tile the remaining board with shared triminos?
What is hard about this problem: It's not clear how to get started. Yes, we could consider the 10 cases (up to symmetry) and work each one out.
Solution: Prove by induction that in an chessboard, if we remove 1 square, we can tile the remaining board with shared triminos.
Next header
What is the minimum number of people such that the probability that at least two of them share the same birthday is at least 50%?
If you've seen this problem before, you would know that the answer is 23 if we are on Earth with 365 days. But what happens if we are on Mars which has 20 days in a year, or if we are on another planet?
Setup of the Birthday Problem
Let’s understand how to obtain the answer of 23 for Earth with a probability of 50%. Let’s assume that it is equally likely to be born on any of the 365 days. Given people, the probability that no two people will share the same birthday, meaning that they have distinct birthdays, is given by
Thus, the probability that at least two people share the same birthday, which is the complement of the above, is
We then want the smallest such that
This is not an easy inequality to solve directly. Let's graph this inequality to get a better sense of it
GRAPH OF . LOOKS LIKE
THEN ANSWER OF EARTH
(GO INTO MORE DETAIL of the generalization) More generally, if there are days in the year, and we want a probability of at least , then we find the value of which satisfies
and round it up to the nearest integer.
Obtaining an approximation answer
We see that the main difficulty is in solving this equation, which requires testing numerous values in order to get an exact answer. Let's see how we can apply approximations to simplify the calculations. We use the maclaurin series approximation for small , to obtain
As such, we have the exponential equation
Application to
(INCOMPLETE)
As it turns out, the approximation of is pretty accurate. In fact, or . With , we get , and rounding up gives 6!
Given that we know that if , then , we could use the approximation that . A quick estimate that we could do in our head is people. You can use this (or the more accurate version ) to quickly estimate the value and wow people at your accurate guesses!
Analysis of the accuracy
(INCOMPLETE)
ANALYSIS AS TO HOW ACCURATE THIS APPROXIMATION IS! Actual graph - How far away are we from the answer? When does the answer disagree? Improving the approximation. Are we under-approximating or over-approximating?
Points to ponder
(INCOMPLETE)
- Venus has BLAH days. What is the corresponding value of ?
- What happens if we apply this to another value like ?
- This approximation procedure is very similar to the concept of poisson approximation of the binomial distribution. Do you see the similarity?
divergent series
The binary operation of addition can be understood simply as a inherent part of the field structure of the reals. It also makes sense to naturally extend this operation to arbitrarily large finite sums by induction.
But the extension to infinite sums is non-trivial and requires a rigorous definition. So, here is the conventional meaning that is assigned to such objects:
Let be a (infinite) sequence of real numbers. We assign a value to the symbol iff it is convergent. And we define convergence as follows: A series is convergent iff the limit of the partial sums, i.e, the sequence exist.
Under this definition, it is easy to see that the series does not converge and hence this series does not have a value.
What you are really doing here is applying a summability method to get a value for the divergent series that fits. This is actually often useful. However, this is not the conventional meaning of the value of a series. When you are applying such methods you should state clearly that you are doing so.