Invariants Part
Actually, in my honest opinion, this should be post . Moving on..
In this post, we will introduce another method, commonly seen in invariant problems.
Let us begin with our first example:
Example 0 : friends wants to play hockey. However, to ensure that the game is fair play, they choose a referee and the rest of the team splits into teams of people each. However, because they are a bit eccentric, they want to do this splitting such that the total weight of each team is the same. Suppose now for simplicity sake that they all have integer weights, and we know that this division is always possible regardless of who is the referee. Show that they all have the same weight.
Solution: Wow, that is a really really long question and to help us understand the context and meaning, we rewrite this in mathematical equations. Let be the weights of the people. Also, let , the motivation behind this definition is that choosing a referee is the same as removing a person with weight and split the rest into teams of weight each. Now, we can write everything in this compact form: . Remember what we said about parity? Clearly since the RHS is even, and needs to have the same parity. And since was completely arbitrary, they are all odd or even.
Being odd or even only gives us one clue on how to proceed, which is whether divides it or not. Because we want to work with simplified things, consider what happens if we divide those that are even by . For instance, if all are even, if we let , does this simplify the problem to some extent? Well, clearly by definition all are integers, and writing a equation, which is unmistakably so is a new list of weights that also satisfy the conditions. Analogously, we can conclude for being odd (don't forget this case!), we can let .
Here's the important bit. If the at the beginning were not all , then the sum of the weights is strictly smaller. We can always repeat this step (this is sort of an algorithm-like approach - another method that works like induction; you use it if you do not have any idea how to proceed) and reduce the sum of the weights so eventually we will reach a list of only zeroes. Now we backtrack to see what this implies. So since we are able to do this, we conclude the numbers in the original list were all equal, as desired. □
Please do NOT read this until you attempted the problem in the previous post.
Solution to that problem: Because we have square roots and and on the numerator, which reminds me of difference of squares, let us square the expression to get rid of the nasty square roots. So remark that:
Now, the sum of squares of the numbers in the triple is invariant under the operation. Just notice now that the sum of squares of the first triple is and that of te second is so the first triple can never be transformed into the second. ■
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Argh there are some typos. I wonder if Calvin can be nice enough to help me fix them? Thanks in advance :)
Log in to reply
Thanks