Metallic MOS: Difference between revisions

Cmloegcmluin (talk | contribs)
No edit summary
Cmloegcmluin (talk | contribs)
No edit summary
Line 177: Line 177:
But that’s not all. Due to the mathemagic of phi, we also get a recursive interval relationship pattern:
But that’s not all. Due to the mathemagic of phi, we also get a recursive interval relationship pattern:


<math>\qquad L:s = (L+s):L = (2L+s):(L+s) = (3L+2s):(2L+s) = (5L+3s):(3L+2s) = = φ
<math>
\begin{align}
φ =
\begin{cases}
L&:s \\
L+s&:L \\
2L+s&:L+s \\
3L+2s&:2L+s \\
5L+3s&:3L+2s \\
\\
\end{cases}
\end{align}
</math>
</math>


Line 236: Line 247:
In our very first case — that of the golden generator — “related by” ''could'' be defined as simply “having a ratio of”. We’ll check the segment lengths to confirm this. One of the two segments is, of course, equal to the golden generator, approximately 0.381966. The other is equal to the remainder of the golden generator with the period:
In our very first case — that of the golden generator — “related by” ''could'' be defined as simply “having a ratio of”. We’ll check the segment lengths to confirm this. One of the two segments is, of course, equal to the golden generator, approximately 0.381966. The other is equal to the remainder of the golden generator with the period:


[ math ] 1 - 0.381966 ≈ 0.618034
<math>\qquad 1 - 0.381966 ≈ 0.618034
</math>


And as we can see, the ratio between those two lengths is phi:
And as we can see, the ratio between those two lengths is phi:


[ math ] 0.618034 / 0.381966 ≈ φ  
<math>\qquad 0.618034 / 0.381966 ≈ φ  
</math>


However enticingly simple this definition may be, it unfortunately does not work in general. In fact, it ''only'' gives the correct value when the interval being split is the entire period.
However enticingly simple this definition may be, it unfortunately does not work in general. In fact, it ''only'' gives the correct value when the interval being split is the entire period.
Line 248: Line 261:
But even then it’s not quite that simple, because it’s not a ''simple'' mediant, which would look like this:
But even then it’s not quite that simple, because it’s not a ''simple'' mediant, which would look like this:


[ math ] (num1 + num2) / (den1 + den2)
<math>\qquad \frac{num1 + num2}{den1 + den2}
</math>


Rather, it’s a [https://www.mathpages.com/home/kmath055/kmath055.htm ''weighted'' mediant], which looks like this:
Rather, it’s a [https://www.mathpages.com/home/kmath055/kmath055.htm ''weighted'' mediant], which looks like this: