How to Evaluate a Limit at Infinity with Exponential Functions

Ionophore
Messages
17
Reaction score
0
Can someone give me a hint on how to evaluate the following limit?

<br /> \stackrel{lim}{T\rightarrow\infty} (Texp(c/T) - T)<br />

I tried multiplying the numerator and denominator by the conjugate (because that sometimes helps) and got:

<br /> (T^2exp(2c/T) - T^2) / (Texp(c/T) + T)<br />

But I'm not sure what I can do from there...
 
Physics news on Phys.org
You can express it as

\lim_{x\rightarrow\infty} \frac{e^{c/x} - 1}{x^{-1}}}

Then apply l'hopital's rule
 
Even faster, just observe that c/T -> 0 as T-> inf and use Maclaurin's for e^(c/T) up to the first order term.
 
Here's a typesetting tip:

\lim_{x \to a}

results in

\lim_{x \to a}

Furthermore, if you wanted to create your own custom one, you would do this:

\mathop{\mathrm{Hur}}_{a = 1}^{b = 7}

to get

\mathop{\mathrm{Hur}}_{a = 1}^{b = 7}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top