The 6 fundamental expansions at 0 (order 3)
ex=1+x+2x2+6x3+o(x3)
ln(1+x)=x−2x2+3x3+o(x3)
sin(x)=x−6x3+o(x3)
cos(x)=1−2x2+o(x3)
(1+x)α=1+αx+2α(α−1)x2+o(x2)
1−x1=1+x+x2+x3+o(x3)
What Taylor expansions are for
They let you replace a function by a polynomial near 0, making 00-type limits trivial.
A satisfying example
x→0limx2ex−1−x
Numerator: ex−1−x=2x2+o(x2).
So the limit is x→0limx2x2/2=21.
The 3 golden rules
- Expand to a sufficient order — otherwise you lose the key info.
- Never add o(xn) of different orders without thinking.
- Check that your expansion is really at 0 (else make a change of variable).
The composition trick
For ln(1+sinx), substitute sinx for x in ln(1+u), then substitute the sin expansion and regroup by order.
?Your turn
What is the Taylor expansion of sin(x) − x to order 3 at 0?