Literature:Elements of Harmony: Difference between revisions
m (→Sketch) |
m (→Contents) |
||
Line 4: | Line 4: | ||
*Book 1 discusses mathematical results: | *Book 1 discusses mathematical results: | ||
**Basically the number theory results in Euclid's Elements plus... | **Basically the number theory results in Euclid's Elements plus... | ||
**Continued fractions | **Continued fractions<!-- | ||
**Calculus | **Calculus | ||
**log(x) | **log(x)--> | ||
*Book 2 discusses basic acoustics (don't mention frequencies) | *Book 2 discusses basic acoustics (don't mention frequencies) | ||
**monochord; building it | **monochord; building it |
Revision as of 12:30, 9 June 2017
Elements of Harmony (placeholder name) is a collection of Netagin-language textbooks by physicist, mathematician and composer Tsâhoŋ-Tamdi covering elementary number theory, acoustics, and just intonation music theory.
Contents
- Book 1 discusses mathematical results:
- Basically the number theory results in Euclid's Elements plus...
- Continued fractions
- Book 2 discusses basic acoustics (don't mention frequencies)
- monochord; building it
- Mersenne's Laws?
- harmonic series
- intervals as rational string length ratios (given equal thickness and tension); these can be written as tuples/monzos by unique factorization
- Book 3 discusses harmonic properties of various scales.
- odd- and prime-limit
- chord voicings
- otonal and utonal chords
Full text (Netagin)
Full text (English)
Sketch
Motivation for log: Assume strings 1 and 2 have equal tension and thickness, and have lengths $L_1$ and $L_2$ respectively. Find a function $\log$ that, given the ratio between $L_1$ and $L_2$, measures the corresponding subjective difference in pitch.
$\log(\frac{L_1}/{L_2})$ gives the subjective intervallic change when moving from string 1 to string 2.
Thus: if $r_1$ and $r_2$ are string length ratios, then we want
$\log(1) = 0;$ $\log(a) > 0$ when $a > 1;$ $\log(r_1 r_2) = \log(r_1) + \log(r_2).$
The area $A(t)$ under the hyperbola $y = \frac{1}/{x}$ from $x = 1$ to $x = t$ satisfies the desired properties: $A(1) = 0; A(tu) > A(t) + A(u)$. (Give a geometric proof)
Ts-T derives using calculus that the desired function is well-approximated by Taylor polynomials: namely, $log(x+1) = A(x+1) ≈ \sum_{n=1}^{N} (-1)^n \frac{x^n}/{n}$, when $|x| < 1$.