What is the assumption for making approximations in expressions?

  • Thread starter Thread starter weetabixharry
  • Start date Start date
AI Thread Summary
The discussion centers on the assumptions made when approximating expressions, particularly in the context of Taylor series. The approximation y ≈ 1 + ε² assumes that higher-order terms, such as 5ε⁴, are negligible compared to the leading term. In Taylor series, the assumption involves evaluating the significance of remaining terms, with a focus on bounding the error from truncation. The conversation highlights the importance of understanding the behavior of coefficients and the convergence of series when making approximations. Overall, a rigorous approach to error analysis is essential for accurate approximations in mathematical expressions.
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
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top