A problem V.I. Arnold solved as a primary school student

Triangle similarity

He could have solved the question by drawing a figure such as the one below. If he knew about similar triangles at the age of $12$, he could easily set up the equation $ \dfrac{x}{4} = \dfrac{9}{x} $. From here, if he knew how to solve equations like this, he could solve $ x^2=36 $. If he did not, he could simply try a few different values of $x$ until he found one that works.

enter image description here

Colored triangles are similar. The problems with this explanation are:

  • This is essentially drawing a time-position plot. Since this is a $12$ year old who does not know multivariate algebra, it's a bit of a stretch to assume he would know how to use kinematic plots to solve problems. But then again, who knows, maybe he was imagining the women walk and the plot seemed intuitive.
  • It requires him to be able to set up and somehow find the solution of the quadratic equation.
  • What does this have to do with "scaling arguments, dimensional analysis or toric variety theory"?

Trial and error

He could have simply tried a bunch of possible values until he found a solution.

Let's say he decided to try $9$ am: That means woman $A$ walked the first distance in $3$. So the ratio of distances is $\dfrac{3}{4}$. But if woman $B$ walked the first part in $3$ hours, then the ratio comes out $$\dfrac{3}{9+3}=\dfrac{3}{12}!$$ So $9$ am isn't right.

Luckily the solution is an integer, and somewhere between $4$ and $9$ hours before noon, since the quick woman would have walked more than half the distance in the morning and the slow one would have walked less than half (drawing a $1$D diagram makes this obvious). Even if the solution was not an integer, after exhausting integers he could have tried half hours, then quarter hours, and so on. I'm sure a binary search type of strategy would become obvious if he kept track of how much each sunrise hour was off by. Since he spent "all day" on it, there's plenty of time for numeric solutions.

The problem is that solving it by brute force teaches you absolutely nothing (well, it's arithmetic practice, and you do end up discovering binary search). There's also the question of what this has to do with scaling arguments, dimensional analysis or toric variety theory. It's also the sort of solution that you would expect from perhaps a future clerk, not mathematician.

Incidentally, after trying a bunch of numbers like this, the $\dfrac{x}{4}=\dfrac{9}{x}$ equation does suggest itself.

Sort of trial and error

It's not too great a leap to realize that the distance itself doesn't matter, so let's say he decided to let it be 50 km. Then the speed of woman $A$ is $\dfrac{50}{x+4}$. The speed of woman $B$ is $\dfrac{50}{x+9}$. We know that the ratio of their speed must be $\dfrac{x}{9}$ based on how long it took both women to walk the distance between $A$ and the meeting point. So $\dfrac{\dfrac{50}{x+4}}{\dfrac{50}{x+9}} = \dfrac{9}{x}$ which after some basic manipulation simplifies also to $x^2=36$. When the $50$s cancel, he would see right away that his hunch about distance not mattering was correct.

The problem with this is that requires a $12$ year old to reason about kinematics (ratio of speeds from ratio of times, deriving speed from time and distance) without having the mathematical vocabulary for doing so. It also requires him to not be daunted by the ugly looking equations that come out. Last, it requires him to have a hunch about the distance, otherwise he has to use a variable to represent distance and at that point we are back at multivariate algebra.

This method also does not appear to have anything to do with scaling arguments, dimensional analysis, or toric variety theory, except perhaps in the slightest sense.

Conclusion

None of these options really satisfy me. For instance, I can't really imagine myself using any of these solutions when I was $12$. The only one I would have comprehended would be the straight trial and error, which I would have been too lazy to actually carry out. Though then again, I was never very good at math.

The problem seems to be a simple linear equation system, so I don't see what it has to do with the concepts he refers to. Perhaps he was making a metaphorical point about how this sort of problem is the "tip of the iceberg" of linear algebra that children first get exposed to? Or perhaps he actually figured out linear equations over the course of that day, and that was the revelation?


The same without geometry:

Woman $w_{AB}$ did in $4$ hours what woman $w_{BA}$ did in $x$ hours, and woman $w_{BA}$ did in $9$ hours what woman $w_{AB}$ did in $x$ hours. Therefore woman $w_{AB}$ in $36=9\cdot 4$ hours walks as far as woman $w_{BA}$ walks in $9\cdot x$ hours, and for this distance woman $w_{AB}$ needs $x\cdot x$ hours. It follows that $x^2=36$, or $x=6$.