Following question is given in my book:
Let $f(x) = \cos(2x) \cos(4x) \cos(6x) \cos(8x) \cos(10x)$ and $M = \lim\limits_{x\to 0 } \left[\dfrac{1 - f(x)^3}{5 \tan^2x}\right]$, where $M$ is finite.
Then what is the value of $\sqrt{M - 2} + 1$.
My work: \begin{align} M &= \lim_{x\to 0}\left[\frac{1 - f(x)^3}{5 \tan^2x}\right]\\ & = \lim_{x\to 0}\left[\frac{(1 - f(x)) (1 + f(x) + f(x)^2)}{5 \tan^2(x)}\right]\\& =\frac 15 \lim_{x\to 0}\left[\frac{(1 - f(x)) (1 + f(x) + f(x)^2)}{x^2}\right]\cdot \lim_{x\to 0} \frac{x^2}{\tan^2x} \\ & = \frac{3}{5} \lim_{x\to 0}\left[\frac{1 - f(x)}{x^2}\right]\tag{$*$}\end{align}
$(*)$ $1 + f(x) + f(x)^2$ evaluates to $3$ at $x = 0$.
Maybe we can use double angle formula of cosine but I'm not quite sure how to do that in the best possible manner. I also thought of converting cosine in its exponential form, but I couldn't continue from that either.
My approach would be to use a series expansion of $f$ about $x = 0$: note that $$\cos 2kx = 1 - \frac{(2kx)^2}{2!} + O(x^4),$$ hence $$\begin{align} f(x) &= \prod_{k=1}^5 \cos 2kx \\ &= \prod_{k=1}^5 \left(1 - 2 k^2 x^2 \right) + O(x^4) \\ &= 1 - 2(1 + 4 + 9 + 16 + 25)x^2 + O(x^4) \\ &= 1 - 110x^2 + O(x^4). \end{align}$$ This immediately yields $$\lim_{x \to 0} \frac{1 - f(x)}{x^2} = 110.$$