Euclid's algorithm and musical intervals
Use Euclid's algorithm to get a rational approximation to the
number of major thirds in an octave.
Problem
How many major thirds are there in an octave on a musical scale?
Going back in history, before the discovery of logarithms, some theorists used Euclid's algorithm to find the answer to this question.
A rational approximation ${m\over n}$ for the relationship between 5/4, the musical interval called the major third, and the octave 2/1, is given by
In the articles
Euclid's Algorithm and
Approximations, Euclid's Algorithm and Continued Fractions you
can find out about this method and also that Euclid's algorithm can
be used not only for integers but for any numbers.
[See also the problems
Tuning and Ratio and
Rarity. The set of three problems on mathematics and music was
devised by Benjamin Wardaugh who used to be a member of the NRICH
team. Benjamin is now doing research into the history of
mathematics and music at Oxford University and his article Music
and Euclid's Algorithm should help you with this
problem.]
Getting Started
Euclid's algorithm can be used not only for integers but for any two numbers.
You could use the same method for this problem as given in the article Approximations, Euclid's Algorithm and Continued Fractions for finding rational approximations to $\pi$. In this method you write the process down in terms of continued fractions.
Alternatively, see the article by Benjamin Wardhaugh in the Plus magazine entitled Euclid's Algorithm and Music which shows a method for solving this problem. The examples given there use different numbers. If you use this method it might be easier if you write down your working using the factorizations of the numbers involved, rather than writing them out in full.
Student Solutions
Here is another beautifully explained solution from Andrei of Tudor Vianu National College, Bucharest, Romania:
This is a natural thing. I arrived to the first approximation considering, in relation (2) a smaller denominator:
In a similar manner, the odd-order approximations are greater than $m/n$, but they form a decreasing series. The even-order approximations are smaller than $m/n$, and they form an increasing series.
Teachers' Resources
See the problem Tuning and Ratio in which you have to find a decimal approximation for this ratio using logarithms. Here you must find an approximation in the form of a ratio of two integers without using logarithms.
You could use the same method as given for finding rational approximations to $\pi$ in the article Approximations, Euclid's Algorithm and Continued Fractions.