Discover the Limit of (1 - c_1 * epsilon) ^ (c_2/epsilon) with Expert Assistance

  • Thread starter Thread starter flufypancakes
  • Start date Start date
  • Tags Tags
    Limit
flufypancakes
Messages
11
Reaction score
0
what is the limit:

lim (1 - c_1 * epsilon) ^ (c_2/epsilon) as epsilon-->0, c_1 and c_2 are const.
 
Physics news on Phys.org
First, I'll LaTeX this so it's easier to read:

\lim_{\epsilon \rightarrow 0}{(1 - c_1\epsilon)^{c_2/\epsilon}}

Let y = (1 - c_1\epsilon)^{c_2/\epsilon} and consider

\ln{y} = c_2/\epsilon \ln{(1 - c_1\epsilon)} = \frac{ \ln{(1 - c_1\epsilon)} }{\epsilon/c_2}}.

Note that the numerator and denominator both approach zero as \epsilon tends to zero. Thus we may apply l'Hopital's rule:

\lim_{\epsilon \rightarrow 0}{\ln{y}} = \lim_{\epsilon \rightarrow 0}{\frac{\displaystlye{\frac{-c_1}{1-c_1\epsilon}}}{1/c_2}} = \lim_{\epsilon \rightarrow 0}{\frac{-c_1 c_2}{1 - c_2\epsilon}} = -\infty.

By the continuity of the exponential function, we thus have that the original limit is equal to

\lim_{x \rightarrow -\infty}{\exp{x}} = 0

and we're done.
 
thanks!

god bless the scots for inventing logarithms
 
flufypancakes said:
thanks!

god bless the scots for inventing logarithms

zpconn tried to give you way too much of the solution. We're supposed to give hints here not full solutions. But zpconn also made a mistake. The limit isn't zero. What is it?
 
I apologize for giving too much away. And I did make quite the stupid mistake, didn't I! I apologize for this as well. Hastiness causes such things. But in order to not reveal anything more, I won't say any specifics.
 
Thanks, zpconn!
 
I was actually able to learn a lot from zpconn's attempted solution and was able to finish myself.

However, I was never taught this rule in my textbook or my professor, which is saddening. When is this usually introduced in calculus?
 
i'm not sure what mistake you fellas are talking about... is it that zpconn assumed the constants to be positive? that actually WAS an assumption i forgot to mention, so I'm fine with that.

and what's all that "hints only" policy? this problem came up as a possible shortcut in designing a more efficient algorithm for a certain biology problem. so by not giving me the solution you would only postpone the date cancer will be cured:)
 
Well, I feel that I'm obligated to point out my mistake so I don't mislead you anymore, but I also must abide by the forum rules here and not give away too much. This is an awkward situation to say the least!

I somehow managed to write down the wrong limit part way through the solution, and that threw off everything else. The general strategy of the rest of the solution is fine, though.

The correct answer depends on the constants c1 and c2.
 
Back
Top