3

What is $\mathop {\lim }\limits_{n \to \infty } \frac{{\tan (n)}}{n}$?

Under sky
  • 953

2 Answers2

2

We will use two theorems, the first theorem is a result by Minkowski:

Given any $\theta \notin \mathbb{Q}$ and $\alpha \notin \mathbb{Z}$ such that $x - \theta y - \alpha = 0$ has no integer solutions.
For any $\epsilon > 0$, there exists infinitely many pairs of integers $p,q$ such that $$|q(p - \theta q - \alpha)| < \frac14\quad\text{ and }\quad |p - \theta q - \alpha| < \epsilon$$

Apply this to $\theta = \frac{1}{\pi}$ and $\alpha = -\frac12$, there are infinitely many pairs of non-zero $p, q$ such that

$$\left|q - \pi\left(p+\frac12\right)\right| < \frac{\pi}{4|q|} $$ Using the fact $$\left|\tan x\right| \le \frac{4}{\pi}|x|\quad\text{ for }\quad |x| < \frac{\pi}{4}$$ We find $$\frac{1}{|\tan q|} = \left|\tan\left(q - \pi\left(p+\frac12\right)\right)\right| \le \frac{4}{\pi}\left(\frac{\pi}{4 |q|}\right) = \frac{1}{|q|} \quad\implies\quad \left|\frac{\tan q}{q}\right| \ge 1$$

This implies there are infinitely many positive integer $n$ such that $\displaystyle\;\frac{|\tan n|}{n} > 1$.

The second theorem is Hurwitz's theorem.

For any $\theta \notin \mathbb{Q}$, there are infinitely many pairs of relatively prime integers $p, q$ such that $$\left|\theta - \frac{p}{q}\right| \le \frac{1}{\sqrt{5}q^2}$$

Apply this to $\theta = \pi$, there are infinitely many pairs of relative prime $p, q$ such that

$$|\tan p| = |\tan(p - \pi q)| \le \frac{4}{\pi\sqrt{5}|q|} \le \frac{4}{\sqrt{5}|p|-1}$$ This implies there is a subsequence of $\displaystyle\;\frac{\tan n}{n}$ converges to $0$ as $n \to \infty$.

Combine these two results, we can deduce $\displaystyle\;\lim_{n\to\infty} \frac{\tan n}{n}$ doesn't exist.

achille hui
  • 122,701
  • 1
    @AlexM the coefficient is optimal, if you make $\frac{1}{\sqrt{5}}$ smaller, then the theorem fails for the golden ratio $\phi$ or irrational numbers equivalent to $\phi$ (i.e numbers of the form $\frac{p\phi + q}{r\phi + s}$ with $ps-qr = \pm 1$). – achille hui Jun 13 '16 at 22:01
  • This is a nice proof. Minkowski's theorem piqued my interest. Where can I find a proof of it? Thanks. – Feng Sep 28 '22 at 02:07
1

Hint: You need to show that there are infinitely many integer numbers close to multiples of $2\pi$ and infinitely many integer numbers close to $\pi/2+2\pi k$. Numbers close to multiples of $2\pi$ will have a limit of almost $0$ and the others will have a limit almost $\pm$ infinitely large. It is difficult to construct such sequences as $\pi$ has no obvious patterns. But I am sure that someone will give an elegant proof to it.

MrYouMath
  • 15,833
  • 1
    $n$ typically denotes positive integers in this type of limits..... – N. S. Jun 13 '16 at 20:07
  • @N.S. The $\tan$ of positive integers? – Noble Mushtak Jun 13 '16 at 20:09
  • @NobleMushtak Yes, since $\tan$ is defined at all real numbers, it makes sens for all positive integers... – N. S. Jun 13 '16 at 20:12
  • 1
    Also, $\frac{\tan n}{n}$ tends to $0$ for both of those sequences of values for $n$. So this doesn't help even if the limit was over real values of $n$. – JimmyK4542 Jun 13 '16 at 20:12
  • @N.S. I understand why it's defined, but $\tan$ of positive integers just seems a bit odd. I'm not familiar with these kinds of limits, though, so I don't really know. – Noble Mushtak Jun 13 '16 at 20:17
  • @MrYouMath What you want to prove, is probably follows from some theory about equidistributed sequences (look for "equidistribution theorem" in wikipedia article about equidistributed sequences). But that won't actually help you a lot with calculating this limit. – D. Dmitriy Jun 13 '16 at 20:44
  • 1
    Yes it will, because you can always find a sequence of numbers from an interval that takes values between some lower and upper bound and you can find another sequence of numbers that lie in another interval which is not part of the first. Hence, you can construct to limits to this series almost 0 and almost $\pm \infty$. – MrYouMath Jun 13 '16 at 20:49
  • @MrYouMath, Oops, sorry, you are right. So, if wikipedia article doesn't lie, then, i think, you prooved, that this limit diverges. – D. Dmitriy Jun 13 '16 at 20:55