Big O Notation
A similar concept to Big O, but for instead of
It's a method/definition for qualitatively comparing the behaviour of two functions in a limiting regime. (not quantitate)
Since we know that
Since it is also true that
We can also state:
However, we CANNOT state:
but we can state:
Big O notation NEEDS the qualifier
- As
, higher exponents approach 0 more quickly, so our upper bound is the lower exponent, and the higher the "better" (i.e we don't always want to just pick ) - As
, higher exponents approach more quickly, so our upper bound is the higher exponent, and the lower the "better"
Let
Since
In Conjunction with Taylor's Inequality
This is where things get crazy
Recall the definition of a Taylor polynomial:
Recall Taylor's inequality:
for some
Using Big O notation we can easily write the Taylor remainder theorem:
We can rearrange:
Why can we do this?
Remember, we seek the highest allowable exponent
Arithmetic with Taylor Polynomials
We can take repeated derivatives or multiply two series.
Find the Taylor polynomial of
solution
It's convenient to display this as a table:
So
Find the Taylor series of
solution
conclusion:
These types of Taylor polynomials are very useful for numerical estimation.
What is
solution
Taylor series:
(see log laws)
Recall:
One option is to plug this in immediately:
Alternatively, we can convert these to an integral:
this is a geometric series, and we know
using the Taylor polynomial for tangent that we did before:
Proving a point: if we try
Evaluating Limits
Utility comes whenever a qualitative estimate of the error is useful:
- Taking limits
- Manipulating Power Series
Evaluate
solution
Evaluate
solution
But is this legit?
Writing this with big O:
So it does work. We also could've re-written the limit as:
Estimate
solution
We will expand
Evaluate
solution
Note that at
left=-5; right=5;
bottom=-1.5; top=1.5;
---
y = \sin(x - \pi)
Substitute with
Evaluate
solution
Notice:
Special relativity gives mass as:
Rest energy:
Kinetic energy:
If
Look at the Taylor polynomial
Which is the desired result.