2

Question

Evaluate $$\lim\limits_{x\to0}\ \left(\frac {\tan x} {x}\right)^\frac {1} {x^2}\ .$$


My working

So far, I have gotten to the step where

\begin{align} \lim\limits_{x\to0}\ \left(\frac {\tan x} {x}\right)^\frac {1} {x^2} & = \exp\left(\lim\limits_{x\to0}\ \frac {\ln(\frac {\tan x} {x})} {x^2}\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \left[\left(\frac {x\sec^2 x - \tan x} {x^2} \div \frac {\tan x} {x} \right) \div 2x \right]\right) \end{align}

Here, I note that $\lim\limits_{x\to0}\frac {\tan x} {x} = 1$, so I continue with

\begin{align} \lim\limits_{x\to0}\ \left(\frac {\tan x} {x}\right)^\frac {1} {x^2} & = \exp\left(\lim\limits_{x\to0}\ \left[\left(\frac {x\sec^2 x - \tan x} {x^2} \div 1 \right) \div 2x \right]\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \frac {x\sec^2 x - \tan x} {2x^3}\right) \end{align}

This is where I believe I have made a mistake. I tried to use the fact that $\lim\limits_{x\to0}\frac {\tan x} {x} = 1$ again by factoring out an $x$ from the denominator, so I proceeded with

\begin{align} \lim\limits_{x\to0}\ \left(\frac {\tan x} {x}\right)^\frac {1} {x^2} & = \exp\left(\lim\limits_{x\to0}\ \frac {x\sec^2 x - \tan x} {2x^3}\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \frac {\sec^2 x - \frac {tan x} {x}} {2x^2}\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \frac {\sec^2 x - 1} {2x^2}\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \frac {2\sec^2 x \tan x} {4x}\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \frac {\sec^2 x \tan x} {2x}\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \frac {2\sec^2 x \tan^2 x + \sec^4 x} {2}\right) \\[5 mm] & = \exp\left(\lim\limits_{x\to0}\ \frac {\sec^4 x} {2}\right) \\[5 mm] & = e^\frac {1} {2} \end{align}


Answer

$$\lim\limits_{x\to0}\ \left(\frac {\tan x} {x}\right)^\frac {1} {x^2} = e^\frac {1} {3}$$


The solution provided by my professor also used the fact that $\lim\limits_{x\to0}\frac {\tan x} {x} = 1$ at the same point where I used it for the first time, so I believe there is nothing wrong with my steps until that point. I am thinking that I have gone wrong when I applied it the second time, but I am not sure. If so, can anyone tell me why I cannot apply $\lim\limits_{x\to0}\frac {\tan x} {x} = 1$ for the second time? Or perhaps, did I go wrong somewhere else? I certainly hope it is not because of some careless mistake...

Any help/intuition/explanation will be greatly appreciated :)


Edit

Seeing how my professor worked out part of the limit to simplify the limit, I tried to be smart and extend his idea, but that did not work out too well for me, as pointed out by the answers! Really insightful comments from the community once again :)

Ethan Mark
  • 2,167
  • 1
    You cannot do the limit in only one part of the expression, and let the $x$ free in the other part – LL 3.14 Oct 26 '20 at 12:29
  • 1
    Think about the specific limit properties you have to work with: https://tutorial.math.lamar.edu/classes/calci/LimitsProperties.aspx . Which of these are you using when you make that second substitution? – Ameet Sharma Oct 26 '20 at 12:35

3 Answers3

0

$\lim_{x\to0}\sec^2x=1$ too. The expression $\sec^2x-\frac{\tan x}x$ in the numerator before your mistake step has limit $0$, so forms the numerator of an $0/0$ indeterminate form. It cannot be immediately split into its constituent parts.

Parcly Taxel
  • 103,344
0

Indeed in the first step we have that

$$\lim\limits_{x\to0} \frac{x\sec^2 x - \tan x }{ 2x^3 \frac {\tan x} {x}} $$

and since $\frac {\tan x} {x} \to 1$ we reduce to study the following

$$\lim\limits_{x\to0} \frac{x\sec^2 x - \tan x }{ 2x^3 } $$

this one is a perfectly fine step but in the subsequent steps this is not allowed as for example for

$$\lim\limits_{x\to0} \frac{\sin x-x }{ x^3 } = \lim\limits_{x\to0} \frac{\frac{\sin x}x-1 }{ x^2 } \neq 0$$

Refer to the related

user
  • 154,566
  • But why? I mean, so can I say that I can only split limits up into products and not sums, if I want to evaluate part of the bigger limit? – Ethan Mark Oct 26 '20 at 12:34
  • 1
    @EthanMark Yes, this step is not always allowed , in genral it is ok with multiplication but can be wrong for sums. In the link I've provided there is a very good discussion about that point. – user Oct 26 '20 at 12:37
  • Yeah, I just saw it! Indeed, the discussion was very helpful. Thank you :) – Ethan Mark Oct 26 '20 at 12:47
  • Well done! You are welcome, Bye – user Oct 26 '20 at 12:49
0

We can prove that: $$\lim\limits_{x\to0}\left(\dfrac{\tan x}{x}\right)^{\frac{1}{x^2}}=\lim\limits_{x\to0}e^{\frac{1}{x^2}\ln(\frac{\tan x}{x})}=\lim\limits_{x\to0}e^{\frac{1}{x^2}(\frac{\tan x}{x}-1)}=\lim\limits_{x\to 0}e^{\frac{1}{x^2}(\frac{x+\frac{x^3}{3}+o(x^3)}{x})}=e^{\frac{1}{3}}$$

The first equality is logarithm, the second equality is equivalent infinitesimal, and the third one is Taylor's Series.

I think it is much quicker than your methods.