Struggling with a Limit: Help Appreciated!

  • Context: Undergrad 
  • Thread starter Thread starter student111
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
student111
Messages
16
Reaction score
0
I can't get the following limit to work:

lim(X->0) 1/(ix)*(exp(imx) - 1 ) = m

I'm sorry for the poor notation. I tried expanding the exponential, and l'hospital's rule and combinations of these approaches, but i can't get it to work out. Any help is much appreciated!
 
Physics news on Phys.org
student111 said:
I can't get the following limit to work:

lim(X->0) 1/(ix)*(exp(imx) - 1 ) = m

I'm sorry for the poor notation. I tried expanding the exponential, and l'hospital's rule and combinations of these approaches, but i can't get it to work out. Any help is much appreciated!

I assume you mean [itex]\lim_{x\fo 0}\frac{e^{imx}- 1}{ix}[/itex]. I can see no reason why L'Hopital's rule would not work:

Both [itex]e^{imx}-1[/itex] and ix go to 0 as x goes to 0.

[itex]\left(e^{imx}\right)'= I am e^{imx}[/itex] while (ix)'= i. By l'hospital's rule, the limit is the same as [itex]\lim_{x\to 0}\frac{im e^{imx}}{i}= m\left(\lim_{x\to 0}e^{imx}\right)= m[/itex].
 
doh! I differentiated the whole part instead of nominator and denominator separately..

Thx a lot