Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Big O notation
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Infinitesimal asymptotics === Big O can also be used to describe the [[Taylor series#Approximation error and convergence|error term]] in an approximation to a mathematical function. The most significant terms are written explicitly, and then the least-significant terms are summarized in a single big O term. Consider, for example, the [[Exponential function#Formal definition|exponential series]] and two expressions of it that are valid when {{mvar|x}} is small: <math display=block>\begin{align} e^x &=1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+\frac{x^4}{4!}+\dotsb &&\text{for all finite } x\\[4pt] &=1+x+\frac{x^2}{2}+O(x^3) &&\text{as } x\to 0\\[4pt] &=1+x+O(x^2) &&\text{as } x\to 0 \end{align}</math> The middle expression (the one with <math> O(x^3)</math>) means the absolute-value of the error <math> e^x-(1+x+\frac{x^2}{2})</math> is at most some constant times <math> |x^3|</math> when <math>x </math> is close enough to <math> 0</math>.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)