- #1
willr12
- 17
- 2
Recently I noticed something odd about the triangular numbers. The basic definition is
[itex]\displaystyle\sum_{x=1}^{n}x=T_n [/itex]
A short time after playing around with [itex]T_n[/itex] values I discovered something very odd-another formula for triangular numbers involving the root of the sum of cubes from 1 to n:
[itex]\sqrt{{\displaystyle\sum_{x=1}^{n}x^3}}=T_n[/itex]
I wondered to myself whether there were other formulas for the triangular numbers involving summing consecutive powers and taking the sum to the nth root, and contemplated what values the power and root might take. In order to look at this objectively, I rewrote them this way
[itex]\sqrt[1]{{\displaystyle\sum_{x=1}^{n}x^1}}=T_n[/itex]
And
[itex]\sqrt[2]{{\displaystyle\sum_{x=1}^{n}x^3}}=T_n[/itex]
I noticed that the roots of the calculated sum and power of the operation within the sum went 1,1 in the first equation and 2,3 in the second, respectively (Fibonacci sequence!). I decided to test subsequent values of the Fibonacci sequence, hoping to find that 5,8 yielded triangular numbers as well. The following is the equation I used:
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{n}x^8}}=T_n[/itex]
Upon examination of this equation, it seems that the equation isn't entirely accurate. As n increases the accuracy of the result decreases. For example:
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{3}x^8}}=T_3[/itex]
5.8443... = 6
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{4}x^8}}=T_4[/itex]
9.3733... = 10
As you can see, with constant Fibonacci values and increasing n values, the output percent error increases and stays below the desired [itex]T_n[/itex] value.
Next I simply generalized the equation to include all [itex]F_n[/itex] values.
[itex]\sqrt[F_{2m-1}]{{\displaystyle\sum_{x=1}^{n}x^{F_{2m}}}}=T_n[/itex]
Why, you may ask, did I have [itex]F_{2m}[/itex] rather than simply [itex]F_m[/itex] ?
Upon initial calculations, I noticed that values when one inputs odd values for m for [itex]F_m[/itex] in the power under the radical (and therefore even m-1 for [itex]F_{m-1}[/itex] for the root), the output differs from when the odd/even values are switched. This why I used 1,1 then 2,3 then 5,8 rather than 1,1 then 1,2 then 2,3 etc etc. I explored this later and will come back to this.
My next order of business was to examine what happens with a constant n value and varying values of m. The results were baffling.
First of all, I examined the following:
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m-1}]{{\sum_{x=1}^{n}x^{F_{2m}}}}}[/itex]
with varying values of n.
Some results:
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m-1}]{{\sum_{x=1}^{2}x^{F_{2m}}}}}[/itex]
You may figure that perhaps the value diverges, but contrary to what I figured, the value converges somewhat quickly, to a value you might not expect.
For
[itex]\sqrt[F_{1}]{\displaystyle\sum_{x=1}^{2}x^{F_{2}}}=3[/itex]
This is with m=1.
To simplify, I won't put the entire equation from now on with certain m values, but instead just state the m value used. I hope you trust my calculations
m = 1 [itex]\rightarrow[/itex] 3
m = 2 [itex]\rightarrow[/itex] 3
m = 3 [itex]\rightarrow[/itex] 3.0338...
m = 4 [itex]\rightarrow[/itex] 3.0639...
m = 5 [itex]\rightarrow[/itex] 3.0687...
m = 6 [itex]\rightarrow[/itex] 3.0694...
m = 7 [itex]\rightarrow[/itex] 3.0695...
Clearly the value converges to an asymptote about 3.069...something. Odd value.
For n = 3, the result is similar.
m = 1 [itex]\rightarrow[/itex] 6
m = 2 [itex]\rightarrow[/itex] 6
m = 3 [itex]\rightarrow[/itex] 5.844...
m = 4 [itex]\rightarrow[/itex] 5.898...
m = 5 [itex]\rightarrow[/itex] 5.913...
m = 6 [itex]\rightarrow[/itex] 5.915...
The only difference I notice between n= 2 and n = 3 is that with 3, the value starts at the desired [itex]T_n[/itex] and then dips below that value before coming back up to the eventual asymptote. With n = 2, it starts at [itex]T_2[/itex] and immediately goes up and starts toward its limit.
It turns out that 2 is he only n value that behaves this way, as all values of n above 2 behave in the way 3 does. Here's a list of calculated asymptotal limits for the first few values of n:
n = 2 [itex]\rightarrow[/itex] 3.06956... ([itex]T_n=3[/itex])
n = 3 [itex]\rightarrow[/itex] 5.9156... ([itex]T_n=6[/itex])
n = 4 [itex]\rightarrow[/itex] 9.4211... ([itex]T_n=10[/itex])
n = 5 [itex]\rightarrow[/itex] 13.5199... ([itex]T_n=15[/itex])
As you can see the equation becomes less accurate as n increases.
Going back to what happens when you use odd m for the power and even m for the root, another interesting pattern emerges. The limit of that, which you may define as
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m}]{{\sum_{x=1}^{n}x^{F_{2m+1}}}}}[/itex]
Also approaches the values calculated above. But rather than approaching the limit in the same manner, they approach the asymptote from above. Example for n = 2:
m = 1 [itex]\rightarrow[/itex] 5
m = 2 [itex]\rightarrow[/itex] 3.2075...
m = 3 [itex]\rightarrow[/itex] 3.0845...
m = 4 [itex]\rightarrow[/itex] 3.0717...
Clearly they converge to the same value from opposite directions. The fully generalized expression for this relationship would then be
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{m-1}]{{\sum_{x=1}^{n}x^{F_{m}}}}}[/itex]
Connecting the two like this shows a surprising result. The values jump back and forth over the asymptotal limit, getting closer with increasing m. Where have you seen this before? Why, it's exactly the same manner with which the ratio of successive Fibonacci numbers asymptote to the golden ratio! In other words, this behaves the same way about its limit as
[itex]\displaystyle\lim_{n\rightarrow\infty}{\frac{F_n}{F_{n-1}}}[/itex]
does.
I will attach a picture of a graph I made which depicts the asymptotal behavior of n = 2.
My next struggle is to find the significance of these asymptotal limits, which I figure to somehow be related to the golden ratio in some way because of how the behavior around the limits is similar to that of the golden ratio. I have hit a wall now because unfortunately I'm a junior in high school and have very little resources with which to work. I'm fact, I'm currently writing this in my English class while I'm supposed to be writing a paper. Any ideas as to the significance of these limits are very well appreciated as well as opinions on the equation as a whole.
[itex]\displaystyle\sum_{x=1}^{n}x=T_n [/itex]
A short time after playing around with [itex]T_n[/itex] values I discovered something very odd-another formula for triangular numbers involving the root of the sum of cubes from 1 to n:
[itex]\sqrt{{\displaystyle\sum_{x=1}^{n}x^3}}=T_n[/itex]
I wondered to myself whether there were other formulas for the triangular numbers involving summing consecutive powers and taking the sum to the nth root, and contemplated what values the power and root might take. In order to look at this objectively, I rewrote them this way
[itex]\sqrt[1]{{\displaystyle\sum_{x=1}^{n}x^1}}=T_n[/itex]
And
[itex]\sqrt[2]{{\displaystyle\sum_{x=1}^{n}x^3}}=T_n[/itex]
I noticed that the roots of the calculated sum and power of the operation within the sum went 1,1 in the first equation and 2,3 in the second, respectively (Fibonacci sequence!). I decided to test subsequent values of the Fibonacci sequence, hoping to find that 5,8 yielded triangular numbers as well. The following is the equation I used:
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{n}x^8}}=T_n[/itex]
Upon examination of this equation, it seems that the equation isn't entirely accurate. As n increases the accuracy of the result decreases. For example:
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{3}x^8}}=T_3[/itex]
5.8443... = 6
[itex]\sqrt[5]{{\displaystyle\sum_{x=1}^{4}x^8}}=T_4[/itex]
9.3733... = 10
As you can see, with constant Fibonacci values and increasing n values, the output percent error increases and stays below the desired [itex]T_n[/itex] value.
Next I simply generalized the equation to include all [itex]F_n[/itex] values.
[itex]\sqrt[F_{2m-1}]{{\displaystyle\sum_{x=1}^{n}x^{F_{2m}}}}=T_n[/itex]
Why, you may ask, did I have [itex]F_{2m}[/itex] rather than simply [itex]F_m[/itex] ?
Upon initial calculations, I noticed that values when one inputs odd values for m for [itex]F_m[/itex] in the power under the radical (and therefore even m-1 for [itex]F_{m-1}[/itex] for the root), the output differs from when the odd/even values are switched. This why I used 1,1 then 2,3 then 5,8 rather than 1,1 then 1,2 then 2,3 etc etc. I explored this later and will come back to this.
My next order of business was to examine what happens with a constant n value and varying values of m. The results were baffling.
First of all, I examined the following:
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m-1}]{{\sum_{x=1}^{n}x^{F_{2m}}}}}[/itex]
with varying values of n.
Some results:
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m-1}]{{\sum_{x=1}^{2}x^{F_{2m}}}}}[/itex]
You may figure that perhaps the value diverges, but contrary to what I figured, the value converges somewhat quickly, to a value you might not expect.
For
[itex]\sqrt[F_{1}]{\displaystyle\sum_{x=1}^{2}x^{F_{2}}}=3[/itex]
This is with m=1.
To simplify, I won't put the entire equation from now on with certain m values, but instead just state the m value used. I hope you trust my calculations
m = 1 [itex]\rightarrow[/itex] 3
m = 2 [itex]\rightarrow[/itex] 3
m = 3 [itex]\rightarrow[/itex] 3.0338...
m = 4 [itex]\rightarrow[/itex] 3.0639...
m = 5 [itex]\rightarrow[/itex] 3.0687...
m = 6 [itex]\rightarrow[/itex] 3.0694...
m = 7 [itex]\rightarrow[/itex] 3.0695...
Clearly the value converges to an asymptote about 3.069...something. Odd value.
For n = 3, the result is similar.
m = 1 [itex]\rightarrow[/itex] 6
m = 2 [itex]\rightarrow[/itex] 6
m = 3 [itex]\rightarrow[/itex] 5.844...
m = 4 [itex]\rightarrow[/itex] 5.898...
m = 5 [itex]\rightarrow[/itex] 5.913...
m = 6 [itex]\rightarrow[/itex] 5.915...
The only difference I notice between n= 2 and n = 3 is that with 3, the value starts at the desired [itex]T_n[/itex] and then dips below that value before coming back up to the eventual asymptote. With n = 2, it starts at [itex]T_2[/itex] and immediately goes up and starts toward its limit.
It turns out that 2 is he only n value that behaves this way, as all values of n above 2 behave in the way 3 does. Here's a list of calculated asymptotal limits for the first few values of n:
n = 2 [itex]\rightarrow[/itex] 3.06956... ([itex]T_n=3[/itex])
n = 3 [itex]\rightarrow[/itex] 5.9156... ([itex]T_n=6[/itex])
n = 4 [itex]\rightarrow[/itex] 9.4211... ([itex]T_n=10[/itex])
n = 5 [itex]\rightarrow[/itex] 13.5199... ([itex]T_n=15[/itex])
As you can see the equation becomes less accurate as n increases.
Going back to what happens when you use odd m for the power and even m for the root, another interesting pattern emerges. The limit of that, which you may define as
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{2m}]{{\sum_{x=1}^{n}x^{F_{2m+1}}}}}[/itex]
Also approaches the values calculated above. But rather than approaching the limit in the same manner, they approach the asymptote from above. Example for n = 2:
m = 1 [itex]\rightarrow[/itex] 5
m = 2 [itex]\rightarrow[/itex] 3.2075...
m = 3 [itex]\rightarrow[/itex] 3.0845...
m = 4 [itex]\rightarrow[/itex] 3.0717...
Clearly they converge to the same value from opposite directions. The fully generalized expression for this relationship would then be
[itex]\displaystyle\lim_{m\rightarrow+\infty}{\sqrt[F_{m-1}]{{\sum_{x=1}^{n}x^{F_{m}}}}}[/itex]
Connecting the two like this shows a surprising result. The values jump back and forth over the asymptotal limit, getting closer with increasing m. Where have you seen this before? Why, it's exactly the same manner with which the ratio of successive Fibonacci numbers asymptote to the golden ratio! In other words, this behaves the same way about its limit as
[itex]\displaystyle\lim_{n\rightarrow\infty}{\frac{F_n}{F_{n-1}}}[/itex]
does.
I will attach a picture of a graph I made which depicts the asymptotal behavior of n = 2.
My next struggle is to find the significance of these asymptotal limits, which I figure to somehow be related to the golden ratio in some way because of how the behavior around the limits is similar to that of the golden ratio. I have hit a wall now because unfortunately I'm a junior in high school and have very little resources with which to work. I'm fact, I'm currently writing this in my English class while I'm supposed to be writing a paper. Any ideas as to the significance of these limits are very well appreciated as well as opinions on the equation as a whole.