Problem 16: Limits using Power Series
16. Recall that \(\cos x = \sum_{k=0}^{\infty} \frac{(-1)^k x^{2k}}{(2k)!}\) for all \(x\), and \(\tan^{-1} x = \sum_{k=0}^{\infty} \frac{(-1)^k x^{2k+1}}{2k+1}\) for \(|x| \le 1\).
Find the limit:
\[\lim_{x \to 0} \frac{\cos(x^3) + \tan^{-1}\left(\frac{x^6}{2}\right) - 1}{x^{12}}\]
A. \(\frac{1}{4}\)
B. \(-\frac{7}{24}\)
C. \(\infty\)
D. \(\frac{1}{24}\)
E. \(-\frac{1}{3}\)
F. 0
Expansion of Terms
\[\cos(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} + \dots\]\[\tan^{-1}(x) = x - \frac{x^3}{3} + \frac{x^5}{5} - \frac{x^7}{7} + \dots\]
Substituting the specific arguments:
\[\cos(x^3) = 1 - \frac{x^6}{2!} + \frac{x^{12}}{4!} - \frac{x^{18}}{6!} + \dots\]\[\tan^{-1}\left(\frac{x^6}{2}\right) = \frac{x^6}{2} - \frac{(\frac{x^6}{2})^3}{3} + \dots = \frac{x^6}{2} - \frac{x^{18}}{24} + \frac{x^{30}}{5 \cdot 32} - \dots\]
Combining the Numerator
\[\cos(x^3) + \tan^{-1}\left(\frac{x^6}{2}\right) - 1 = \left(1 - \frac{x^6}{2!} + \frac{x^{12}}{4!} - \frac{x^{18}}{6!} + \dots\right) + \left(\frac{x^6}{2} - \frac{x^{18}}{24} + \frac{x^{30}}{5 \cdot 32} - \dots\right) - 1\]
The constant terms \(1\) and \(-1\) cancel, and the \(x^6\) terms \(-\frac{x^6}{2}\) and \(\frac{x^6}{2}\) cancel:
\[= \frac{x^{12}}{4!} - \frac{x^{18}}{6!} - \frac{x^{18}}{24} + \frac{x^{30}}{5 \cdot 32} + \text{bunch of } x^n, n \ge 30\]
Dividing by \(x^{12}\) and taking the limit as \(x \to 0\), only the coefficient of \(x^{12}\) remains:
\[\text{Limit} = \frac{1}{4!} = \frac{1}{24}\]