Friday, 5 June 2020

The Plastic Number

One of the delights of investigating the number of one's diurnal age, as I'm addicted to doing, is that every so often something fascinating pops up. Today, day number 25996, was one such day. The Online Encyclopedia of Integer Sequences (OEIS) didn't throw up much of interest. However, my newly discovered Sequence Database did reveal an interesting looking sequence, although one with an unprepossessing name: Sequence vbihjo41hob4e. It runs thus, up to 25996:
0, 3, 5, 2, 7, 6, 8, 12, 13, 19, 24, 31, 42, 54, 72, 95, 125, 166, 219, 290, 384, 508, 673, 891, 1180, 1563, 2070, 2742, 3632, 4811, 6373, 8442, 11183, 14814, 19624, 25996, ...
It arises from the recurrence relationship:an=an2+an31 where a0=0,a1=3,a2=5 and n3
Of course, it's reminiscent of the Fibonacci sequence in that it adds two previous terms to get the next one, although it skips the immediately preceding term and also subtracts 1. I knew that the ratio of one term to the preceding term in the Fibonacci sequence approaches the Golden Ratio and so I investigated the ratio for this sequence. I found that:a101:a1001.32471795724460
This intrigued me and I wondered if this number could be an approximation to some mathematical constant. Fortunately, I have a link to a website called Mathematical Constants and Sequences and it didn't take me long to discover what this constant was. See Figure 1 (click to enlarge).

Figure 1

As can be seen, 1.324717957244746025960908 ... is referred to as the plastic number ρ or silver constant. It's the solution to the polynomial equation x3=x+1 which has the following real solution:39+6918+396918
The essential recurrence relationship is that of:an=an2+an3 with n3
If we set a0=a1=a2=1, then we have the Padovan sequence: 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 16, 21, 28, 37, 49, 65, 86, 114, 151, 200, 265, ... which is OEIS A000931.

My Sequence vbihjo41hob4e is essentially the Padovan sequence with different starting values a0=0,a1=3,a2=5 versus a0=a1=a2=1 and with 1 subtracted. The subtraction just means that it takes the numbers longer to get larger but addends or subtrahends and different starting values don't alter the long term behaviour. The ratio of one term to its predecessor always approaches the plastic number or silver constant. Subtracting integers greater than 1 leads to negative terms but the ratio still holds. Here is a permalink to SageMathCell that allows you experiment with the effect of different values.

The plastic number occurs in a variety of situations. Figure 2 shows one of them.

Figure 2: Three partitions of a square into similar rectangles

There are precisely three ways of partitioning a square into three similar rectangles:
The trivial solution given by three congruent rectangles with aspect ratio 3:1. The solution in which two of the three rectangles are congruent with the third one of twice the linear dimension of the congruent pair and where the rectangles have aspect ratio 3:2. The solution in which the three rectangles are mutually non congruent (all of different sizes) and where they have aspect ratio ρ2. The ratios of the linear sizes of the three rectangles are: ρ (large : medium); ρ2(medium : small); and ρ3 (large : small). The internal, long edge of the largest rectangle (the square's fault line) divides two of the square's four edges into two segments each that stand to one another in the ratio ρ. The internal, coincident short edge of the medium rectangle and long edge of the small rectangle divides one of the square's other, two edges into two segments that stand to one another in the ratio ρ4. Wikipedia
The  term "silver constant" should not be confused with the "silver ratio" of 1 + √2, which is one of the ratios from the family of metallic means. I posted about metallic means on Sunday, 3rd of March 2019. 

on January 22nd 2021
The changes were cosmetic and largely LaTeX-related, focused on improving the appearance of the cube root
symbol by raising the position of the 3 from its original default position using \leftroot {} and \uproot{}

No comments:

Post a Comment