I am trying to find the limit of $\cos^n(\pi/n)$ as $n$ approaches infinity. Using a graphing calculator it appears that the answer is $1$, however I haven't been able to prove it.
The answer relates to a physics question of whether there is a bound to the portion of the intensity of light that can pass through two polarising filters that are at right angles, if you may place as many polarising filters as you would like between them. This is because that relationship follows Malus's Law for intensity of light between polarising lenses,
$$I = I_0 \cos^2(θ)$$
If anyone could show how to solve this (probably using the squeeze theorem) that would be great.
Because of the form of the Taylor series for $\cos(y)$ near $y = 0$, for a fixed value of $x$, if $n$ is large enough we have $$1 - {x^2 \over n^2} \leq \cos{x \over n} \leq 1 \tag{1}$$ This leads to $$\bigg(1 - {x^2 \over n^2}\bigg)^n \leq \bigg(\cos {x \over n}\bigg)^n \leq 1\tag{2}$$ But $$\lim_{x \rightarrow \infty} \bigg(1 - {x^2 \over n^2}\bigg)^n = \lim_{x \rightarrow \infty} \bigg(1 - {x \over n}\bigg)^n\lim_{x \rightarrow \infty} \bigg(1 + {x \over n}\bigg)^n\tag{3}$$ $$= e^{-x} e^x$$ $$= 1$$ Hence by the squeeze test applied to $(2)$, for any $x$ one has $$\lim_{x \rightarrow \infty}\bigg(\cos {x \over n}\bigg)^n = 1$$ In particular this holds for $x = \pi$, the case at hand.