The Harmonic Series and Friends

A lot of times, math can be deceptive and unexpected A few examples are the Monty Hall problem, the Banach-Tarski paradox, and the Weierstrass function. Today we will look at one of the most famous and classic counterexamples, that is that if a sequence converges to zero, it’s series does not necessarily converge. What does […]

Read More The Harmonic Series and Friends

Stable pairings and how to find them (Gale-Shapley algorithm and also puppies)

From dating apps to matchmaking in video games, and matching computers to the best servers, matching problems have a notable presence in computer science and game theory nowadays. So let’s look at one of this problems, which has a rather simple premise and a surprisingly simple solution. The problem deals with finding stable pairing (say, […]

Read More Stable pairings and how to find them (Gale-Shapley algorithm and also puppies)

My goals for this blog

In order to be more focused on what content will go on this blog, I think it would be wise for me to summarize my goals for this blog. 1. Have accessible, informative, articles on various topics in mathematics: The high school curriculum in math is, to put it bluntly, absolutely awful. It gives students […]

Read More My goals for this blog

A Devious Bet: The Borel-Cantelli Lemma

Suppose you are offered a bet as follows, by a totally not evil and totally not a squid monster disguised as a man casino owner. The bet will have (countably) infinitely many steps. In each you win or lose money, the only thing the totally not a squid monster tells you is that in each step, on average, you gain money. Furthermore, that average increases as the bet goes on. Do you take it?

Read More A Devious Bet: The Borel-Cantelli Lemma

Newton’s Method

Let’s look at a very common problem where the use of math is needed, solving equations. We have an expression using some variable x on one side of the ‘=’ sign and another expression using x on the other. We want to find for which values of x the equation holds.

Read More Newton’s Method