Finding hypberbolic/exponential limit

  • Thread starter Thread starter silicon_hobo
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
silicon_hobo
Messages
59
Reaction score
0
[SOLVED] finding hypberbolic/exponential limit

Homework Statement


Find:
[tex]\mathop{\lim} \limits_{x \to \infty} \frac{cosh(2x)}{e^2^x}[/tex]

Homework Equations


[tex]cosh = \frac{e^x+e^-^x}{2}[/tex]

The Attempt at a Solution


[tex]\mathop{\lim} \limits_{x \to \infty} \frac{cosh(2x)}{e^2^x} \rightarrow \frac{\frac{e^2^x+e^-^2^x}{2}}{e^2^x} \rightarrow \frac{e^2^x+e^-^2^x}{2}*\frac{1}{e^2^x} \rightarrow \frac{\ln}{\ln} (\frac{e^2^x+e^-^2^x}{2e^2^x}) \rightarrow \frac{2x}{2x\ln2} - \frac{2x}{2x\ln2} = 0[/tex]

Hey, it's me again. This latex script is groovy. Am I on the right track here? Cheers.
 
Physics news on Phys.org
[tex]\lim_{x\rightarrow\infty}\frac{\cosh{2x}}{e^{2x}}[/tex]

[tex]\lim_{x\rightarrow\infty}\frac{e^{2x}+e^{-2x}}{2e^{2x}}[/tex]

[tex]\frac 1 2\lim_{x\rightarrow\infty}\left(\frac{e^{2x}}{e^{2x}}+\frac{e^{-2x}}{e^{2x}}\right)[/tex]

Take it from here ...
 
Last edited:
I have no idea what
[tex]\frac{\ln}{\ln} (\frac{e^2^x+e^-^2^x}{2e^2^x}) \[/tex]
means!
 
Thanks for the replies.

HallsofIvy said:
I have no idea what
[tex]\frac{\ln}{\ln} (\frac{e^2^x+e^-^2^x}{2e^2^x}) \[/tex]
means!

I thought I should take the ln of the fraction to eliminate the exponents. However, rocophysics' reply indicates this strategy was incorrect. Unfortunately, I am still confused.

rocophysics said:
[tex]\lim_{x\rightarrow\infty}\frac{\cosh{2x}}{e^{2x}}[/tex]

[tex]\lim_{x\rightarrow\infty}\frac{e^x+e^{-x}}{2e^{2x}}[/tex]

[tex]\frac 1 2\lim_{x\rightarrow\infty}\left(\frac{e^x}{e^{2x}}+\frac{e^{-x}}{e^{2x}}\right)[/tex]

Take it from here ...

On account of the cosh(2x) in the original problem, I believe steps 2 and 3 quoted above should read as follows:

[tex]\lim_{x\rightarrow\infty}\frac{e^{2x}+e^{-2x}}{2e^{2x}}[/tex]

[tex]\frac 1 2\lim_{x\rightarrow\infty}\left(\frac{e^2^x}{e^{2x}}+\frac{e^{-2x}}{e^{2x}}\right)[/tex]

and then maybe...

[tex]\frac 1 2\lim_{x\rightarrow\infty}\left(2\right) = 1[/tex]

?
 
SHOOT! So sorry :) Thank you for fixing it ... I was so caught up on the LaTeX, lol.

So your answer is 1/2
 
rocophysics said:
So your answer is 1/2

Hmmm. If [tex]\left(\frac{e^2^x}{e^{2x}}+\frac{e^{-2x}}{e^{2x}}\right)=2[/tex] shouldn't the answer be 1?

Thanks!
 
I pulled out the 1/2 infront of the limit.

[tex]\frac 1 2\lim_{x\rightarrow\infty}\left(\frac{e^{2x}}{e^{2 x}}+\frac{e^{-2x}}{e^{2x}}\right)[/tex]

[tex]\frac 1 2\lim_{x\rightarrow\infty}\left(1+\frac{1}{e^{4x}}\right)[/tex]

[tex]\frac 1 2\lim_{x\rightarrow\infty}\left(1+0\right)[/tex]
 
Aha! I've got it now. Thanks.