Alta Messages 13 Reaction score 0 Thread starter Oct 10, 2009 #1 Is there an approximation for exp(-k*L) with L large but finite??
Hurkyl Staff Emeritus Science Advisor Gold Member Messages 14,922 Reaction score 28 Oct 10, 2009 #2 Well, what is [tex]\lim_{L \to +\infty} e^{-kL}[/tex]? Doesn't calculus tell you that limit would be a good approximation? (P.S. are you making any assumptions about k? )
Well, what is [tex]\lim_{L \to +\infty} e^{-kL}[/tex]? Doesn't calculus tell you that limit would be a good approximation? (P.S. are you making any assumptions about k? )
Alta Messages 13 Reaction score 0 Oct 10, 2009 #3 L is large but finite. No assumptions about k but it is positive.
Delphi51 Homework Helper Messages 3,406 Reaction score 11 Oct 10, 2009 #4 Power series. Use as many terms as you like to improve accuracy. I can't seem to do Latex code, but you'll find it here about a screenfull down. http://en.wikipedia.org/wiki/Power_series Oops - no good for negative exponent!
Power series. Use as many terms as you like to improve accuracy. I can't seem to do Latex code, but you'll find it here about a screenfull down. http://en.wikipedia.org/wiki/Power_series Oops - no good for negative exponent!
Alta Messages 13 Reaction score 0 Oct 10, 2009 #5 The trouble with that is that you can not say that exp(-k*L)=1+-k*L. you need the entire sum.