Approximation with small parameter

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
avikarto
Messages
56
Reaction score
9
For some small parameter ##\epsilon##, how would one go about making an approximation such as ##\sqrt{k^2-\epsilon^2}\approx k-\frac{\epsilon^2}{2k}##? I was thinking that these types of approximations came from truncating Taylor series expansions, but I can't see how it would be obvious which parameter one would differentiate with respect to, a priori, or what value to expand about. Could someone please explain the general method for making such approximations? Thanks!
 
Physics news on Phys.org
avikarto said:
For some small parameter ##\epsilon##, how would one go about making an approximation such as ##\sqrt{k^2-\epsilon^2}\approx k-\frac{\epsilon^2}{2k}##? I was thinking that these types of approximations came from truncating Taylor series expansions
More specifically, a binomial series expansion, writing ##\sqrt{k^2-\epsilon^2}## as ##(k^2 - \epsilon^2)^{1/2}##. That's where I would start.
avikarto said:
, but I can't see how it would be obvious which parameter one would differentiate with respect to, a priori, or what value to expand about. Could someone please explain the general method for making such approximations? Thanks!
 
You can use the binomial approximation by first pulling the k term out.

√(k^2 - e^2) = k⋅√(1 - (e/k)^2) = k⋅(1 - (e/k)^2)^(1/2)

Now look at the binomial approximation.