1

I was procrastinating here (:O) and found this question I liked -

If you start with $\{3,4,12\}$, and at each step replace any two numbers $a,b$ in the set by $\frac{3a}{5}+\frac{4b}{5}$ and $\frac{4a}{5}-\frac{3b}{5}$, can you reach $\{4,6,12\}$ in finite time? Answer:

No, because the operation described above leaves the sum of the squares of the set constant, which differ between the two sets described.

So, does anyone know of any other interesting questions involving invariants, either from this site or elsewhere?

ShakesBeer
  • 3,641

2 Answers2

1

Another neat one I found:

The vertices of an n-gon are labeled by real numbers $x_1,...,x_n$ . Let $a, b, c, d$ be four successive labels. If $(a − d)(b − c) < 0$, then we may switch $b$ with $c$. Decide if this switching operation can be performed infinitely often.

Define $S=\sum_{i=1}^{n-1} x_i x_{i+1}$ and notice the operation always increases $S$.

ShakesBeer
  • 3,641
1

And a link I found with interesting discussion and problems

http://www.artofproblemsolving.com/community/c864h980363

ShakesBeer
  • 3,641