Is this a valid technique when calculating limits

149 Views Asked by At

I recently came across the limit \begin{equation} \lim_{x \to 0} \frac{\sin(\tan^2 x)}{1 - \cos x} \end{equation} Now I know this limit can be evaluated using the half angle identity or by l'Hopital's rule but I recently tried a method that yielded the correct answer but I don't know if the method is always correct or if it's even mathematically valid. It goes as follows. \begin{equation} \lim_{x \to 0} \frac{\sin(\tan^2x)}{1 - \cos x} = \lim_{x \to 0} \frac{\sin(\sec^2 x - 1)}{1 - \cos x} \end{equation} at this point I realized I can't simply substitute $x = 0$. My intuition behind this was that although $\sec^2(0) = \sec(0)$, the functions grow at different rates, so when used in a ratio, the $\sec^2x$ answer would be greater than the $\sec x$ answer. So I made the substitution $\lim_{x \to 0} \sec x = \lim_{h \to 0} 1 + h$. This would change the limit to \begin{align} \lim_{h \to 0} \frac{\sin((1 + h)^2 - 1)}{1 - \frac{1}{1 + h}} &= \lim_{h \to 0} \frac{(1 + h)\sin(h^2 + 2h)}{h}\\ &= \lim_{h \to 0} \frac{(2 + h)(1 + h)\sin(h^2 + 2h)}{h^2 + 2h}\\ &= \lim_{h \to 0} (2 + h)(1 + h)\frac{\sin(h^2 + 2h)}{h^2 + 2h} = 2 \end{align} So is this method vlid, or was I just lucky and it happend to work for this case but would fail for most others? I originally had $h$ as an infinitesimal when I first tried this.

1

There are 1 best solutions below

0
On BEST ANSWER

Your technique is correct. It is using substitution. Similar to substitution in definite integrals you need to change the numerical value of the limit (which you did correctly). Determining what substitution is best will come with time and practice. Knowing basic limits (like you knew $\lim_{x\rightarrow0}\frac{\sin x}{x}=1$) is helpful. You should be able to find plenty more examples of this technique here on SE.

Here is an example I recently saw that you may want to think about what substitution you'd use:

Calculate a limit $\lim_{x \to \pi/2} \frac{\sqrt[4]{ \sin x} - \sqrt[3]{ \sin x}}{\cos^2x}$