What is the assumption for making approximations in expressions?

  • Thread starter Thread starter weetabixharry
  • Start date Start date
weetabixharry
Messages
111
Reaction score
0
If I have some expression such as: y = 1 + \epsilon^2 - 5\epsilon^4 and then make this approximation:y \approx 1 + \epsilon^2 then, if I understand correctly, my specific assumption is that 5\epsilon^4 \ll 1 + \epsilon^2 which, for example, would always be satisified if I happened to know that 5\epsilon^4 \ll 1.
However, if I have something like a Taylor series, I'm not sure exactly what my assumption is. For example:\sqrt{1 - x} = 1 - \frac{1}{2}x - \frac{1}{8}x^2 - \frac{1}{16}x^3 - \frac{5}{128}x^4 - \dots \\ \ \ \ \ \ \ \ \ \ \ \ \ \approx 1 - \frac{1}{2}x It seems that my exact assumption here involves an infinite series that might be tricky to evaluate.
So, more loosely speaking, is the approximation satisfied, for example, if \frac{1}{8}x^2 \ll 1? Is there a sensible/rigorous way of dealing with things like this?
 
Last edited:
Mathematics news on Phys.org
It is certainly a good idea to compute a bound on the error that arises by curtailing the expansion.
In the example you give, you have the signs wrong in the expansion. All except the first term should be negative. The general term has magnitude (x/4)r 2rCr. Asymptotically, that approximates xr/√r, which is clearly less than xr. If you curtail the expansion at r = n, the sum of the remaining terms cannot exceed xn/(1-x).
Faced with a series which does alternate in sign, you can usually do better than this by combining pairs of consecutive terms and putting a bound on those.
 
Well when x \ll 1, x^2 \gg x^4 \gg x^6 \cdots, So each next term in the series is much smaller than the one which preceded it.

And since x \ll 1 you know that the 1 out front is important, so you simply keep the leading order term in x, namely the linear one.

(This does assume something about the coefficients, however. But from Taylor we know that they're decreasing as well so this specific example is OK. If the coefficients were, for some reason, increasing, then a more detailed analysis would be in order.)
 
Typically what happens is that you have the independent variables in the form of x + epsilon and then you expand it out in the context of the model to see how the error propagates in the model.

One common and powerful way to do this is to use the norm and metric identities like the triangle inequality since you can get a bound on on the error and convert the x + epsilon in terms of x and epsilon separately.
 
haruspex said:
In the example you give, you have the signs wrong in the expansion.
You're right - thanks for spotting my error. I'll edit the OP to avoid confusion.

haruspex said:
If you curtail the expansion at r = n, the sum of the remaining terms cannot exceed xn/(1-x).
I'll have to have a think about this, but I expect this is exactly what I'm looking for.

haruspex said:
Faced with a series which does alternate in sign, you can usually do better than this by combining pairs of consecutive terms and putting a bound on those.
Yes - this makes intuitive sense. Many thanks for your clear explanations.
 
In the specific case of Taylor series, there are formulas for the remainder term which can be used to bound the error. See the section titled "Explicit formulae for the remainder" in

http://en.wikipedia.org/wiki/Taylor's_theorem
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top