This chapter focused on methods for approximating functions.
Taylor Series¶
Definitions and examples are all available in Section 6.1.
Given a smooth function , its Taylor series expansion about is:
where
The order polynomial approximation to about is the polynomial:
The error in the order approximation is
The linear and quadratic approximations are:
The Taylor expansion of the exponential is:
The linear approximation to the logarithm near 1 is:
Exponential Approximation:¶
Definitions and examples are all available in Section 6.2.
The limit definition of the exponential is:
If incidents occur randomly in time, with time intervals between successive incidents such that:
is continuously distributed,
disjoint time intervals are independent, and
the chance an incident occurs in a time interval is only a function of the duration of the interval, and is when is small,
then is exponentially distributed.
Factorial Approximation:¶
Definitions and examples are all available in Section 6.3.
Stirling’s Approximation:
Limiting Distributions:¶
Definitions and examples are all available in Section 6.4.
A random variable is Poisson distributed with parameter if:
The Law of Small Numbers: If and , then is Poisson distributed with parameter .
If incidents occur randomly in time, where the times between consecutive incidents are independent, identically, and exponentially distributed, then the total number of incidents in a fixed time interval is Poisson distributed with parameter proportional to the length of the interval.
A random variable is standard normal if:
If , and equals after standardizing, then converges to as diverges.
Binomial/choose coefficients are, for large , bell shaped as a function of their second input, and are approximately proportional to a normal curve.