Finding the Limit of x as t Tends to Infinity

  • #1
219
0
"x = (e^(2kt) - 1)/(4e^(2kt) - 2)"

How would I find the limit of this expression as t tends to infinity?

As t --> infinity, the two exponentials also tend to infinity. However, that was as far as I could go. It is clear by subbing large values of t in, that the limit should be 1/4, however I am unable to prove this.

Thanks
 
  • #2
Factor e^(2kt) out of the top and bottom.
 
  • #3
One of the first things you should have learned is to divide both numerator and denominator by the "largest" term- in this case e^(2kt) (that's what Vid was saying). You will be left with e^(-2kt) in each and that's easy.

You could also use L'Hopital's rule here but that is "overkill"
 
  • #4
k is positive, I hope. Otherwise you'd better split into cases.
 
  • #5
If k is negative, the only thing that changes is whether you add or subtract zero; there's no need for cases.
 
  • #6
If k is negative, the only thing that changes is whether you add or subtract zero; there's no need for cases.

Add or subtract zero? There are three different cases. k>0, k=0 and k<0.
 
  • #7
My statement about k being positive or negative is true,but I did forget about k=0, which does need its own case.
 
  • #8
Thanks so much for the help. I forget to mention that k is positive. Therefore, I get:

x = (1-1/e(^2kt)) / ((4 - 2/e(^2kt))

Thus, as t tends to infinity, x will tend to 1/4.

However, say k were to be negative, how would it change? Would x tend to 1?

Thanks
 
  • #9
If k is negative then exp(2kt)->0. Then you can just drop the exponentials and get 1/2.
 

Suggested for: Finding the Limit of x as t Tends to Infinity

Back
Top