Definition of Asymptoticity to a Function

In summary, the conversation discusses the definition of a power series being asymptotic to a function and explains that this means the remainder after N terms should be much smaller than (x-xo)^N. The conversation also touches on the concept of convergence and the idea that two functions can be asymptotically similar even if they are not exactly the same. Different contexts may use different constants in the definition of asymptotic.
  • #1
hanson
319
0
Hi all!
Can anyone explain me why " a power series is asymptotic to a function" is defined as shown in the picture?

Referring to the first definitoin, it means that the remainder after N terms should be much smaller than (x-xo)^N? Actually, I can't "sense" the meaning of such definition.

Maybe, sometimes, a definition may not bare any meaning...

But, "asymptotic", in my mind, means "closer and closer" to something. And I guess this defintion should bare some implication for this. Can anyone explain this defintion for me?

I am completely stucked with this..Please kindly help.
 

Attachments

  • asymptotic relation.JPG
    asymptotic relation.JPG
    10.8 KB · Views: 611
Physics news on Phys.org
  • #2
I'm assuming those should be power series, of form [itex] a_n(x - x_o)^n [/itex] in the summation.

Let ~ mean =, let M = N + 1 (can't be guaranteed that it's non-zero, but can always replace 1 with lowest integer b s.t. a_b non-zero), substitute the bottom equation into the
[tex] a_{N+1}(x - x_o)^1 << 1 [/itex]
Since this must be true for all x, the a's must become arbitrarily small.

Think what you're asking for is more intuitive understanding. Remember that for a series to converge, the terms ([itex] a_n(x - x_o)^n [/itex] in this case) must approach 0 fast enough; in fact they become arbitrarily small. What the second equation is saying is that the difference between the function and the power series to which it's equal becomes arbitrarily small as the number of terms are included.

The error between f_N(x), the series with the first N terms, and f(x) the actual function, is about [itex] a_M(x - x_o)^M [/itex], which goes to 0 as N goes to infinity.

Does that help?
 
  • #3
A series is said to be asymptotic to a function [tex]f(\epsilon)[/tex] if

[tex]f(\epsilon)=\sum_{m=0}^{N-1} c_m \delta_m(\epsilon)+o(\delta_N)[/tex] as [tex]\epsilon\rightarrow 0[/tex]

where [tex]\delta_m(\epsilon)[/tex] is called the asymptotic secquence. Thus, the Nth [tex]c[/tex] coefficient is small compared with the N-1 one. To say the truth, some asymptotic series may converge and another diverge. Usually one stops at the term which has a minimum error. The error uses to have a local minimum or a minimum at infinity. In fact, uniform convergence of an asymptotic series is not always needed in problems related to physics, because usually one only needs the first two terms of the series. Also, a function [tex]f[/tex] may have several asymptotic series, some of them may be divergent and others convergent.
 
Last edited:
  • #4
Let N be a very, large number.

N^2 is very, very large number, right?
N^2 - N is a very, very large number right?

But the difference between the two is only very large -- that's an insignificant when you're dealing with very, very large quantities!

So, there's a real intuitive sense that the functions:

f(x) = x^2

and

f(x) = x^2 - x

are asymptotically similar.


For suitably well-behaved functions, f(x) and g(x) are asymptotic iff:

[tex]
\lim_{x \rightarrow +\infty} \frac{f(x)}{g(x)} = 1
[/tex]

Some contexts might play with the constant on the r.h.s. For example, the big-O notation you see in analytic number theory and computer science is given by:

[tex]
f(x) \in O(g(x)) \Leftrightarrow
\lim_{x \rightarrow +\infty} \frac{f(x)}{g(x)} < +\infty
[/tex]

(again, I'm assuming suitably well-behaved functions to simplify things)
 

FAQ: Definition of Asymptoticity to a Function

What is the definition of asymptoticity to a function?

Asymptoticity to a function is a mathematical concept that describes the behavior of a function as its input approaches a certain value. It refers to the relationship between a function and its limit as the input approaches infinity or some other fixed value.

How is asymptoticity represented mathematically?

Asymptoticity is represented using the "Big O" notation, which is written as O(g(x)) and describes the upper bound of the function. It is used to indicate the rate at which a function grows or decreases compared to another function.

What does it mean for a function to be asymptotically equivalent?

Two functions are asymptotically equivalent if they have the same growth rate as their inputs approach infinity. This means that the functions approach the same value or limit as their inputs become larger and larger.

Can a function have multiple asymptotes?

No, a function can only have one asymptote. This is because an asymptote represents the behavior of a function as its input approaches a certain value, and a function can only have one behavior as its input becomes larger or smaller.

How is asymptoticity used in real-world applications?

Asymptoticity is used in various fields such as computer science, physics, and engineering to analyze the complexity or efficiency of algorithms, model the behavior of physical systems, and make predictions about future trends. It is also used in statistics to estimate the behavior of a population based on a sample of data.

Similar threads

Replies
1
Views
1K
Replies
6
Views
1K
Replies
3
Views
2K
Replies
17
Views
2K
Replies
2
Views
2K
Replies
9
Views
2K
Back
Top