Iterated Tangent Sequence: Calculating & Proving Solutions

  • Thread starter Thread starter CRGreathouse
  • Start date Start date
  • Tags Tags
    Tangent
CRGreathouse
Science Advisor
Homework Helper
Messages
2,832
Reaction score
0
Let \tan_1x=\tan x and \tan_{k+1}x=\tan\tan_kx.

It's fairly clear that the sequence (\lfloor\tan_n1\rfloor) = http://www.research.att.com/~njas/sequences/A000319 is chaotic, in the sense that it can diverge from (\lfloor\tan_n(1+\varepsilon)\rfloor) even for small \varepsilon.

1. Any thoughts on how to calculate members of this sequence efficiently? The loss of precision at each step makes this very difficult to calculate; also, the tangent is difficult to compute compared to more elementary functions. For comparison's sake, 4000 decimal digits of precision are needed to calculate a(2,000,000), which takes perhaps a week in naive implementation on Pari.
2. Does any proof idea spring to mind regarding the idea that for all integers k, a(n) = k for some n? This seems natural in light of the chaotic nature of the problem... but I have nothing in mind.
3. Can anyone thing of a good explanation for the 'probability' that a random member of the sequence will be equal to a given number k? Assuming some kind of equidistribution I thought it was reasonable to consider
\frac{\tan^{-1}(k+1)-\tan^{-1}(k)}{\pi}
but this seems to vastly overestimate the chances for large k. To wit, it would predict that about 91 out of every million randomly selected elements would be in the range 190-200, but in the first 3 million or so elements I haven't found one.
 
Last edited by a moderator:
Mathematics news on Phys.org
There are specific algorithms to calculate trigonometric functions used in calculators. But even the Taylor series doesn't look so bad especially if you use hard coded Bernoulli numbers.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

2
Replies
60
Views
11K
4
Replies
175
Views
25K
Replies
28
Views
6K
2
Replies
67
Views
14K
Replies
7
Views
3K
Replies
9
Views
3K
Replies
216
Views
30K
Replies
1
Views
3K
Replies
2
Views
2K
Back
Top