How to prove that 1/(1+g(x)) = 1 - g(x) + o(g(x)). Moreover, what exactly does this equality mean in this particular case?
2026-04-11 18:05:52.1775930752
Property of 'little oh' notation from Tom Apostol Vol.1
34 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
You can do a geometric series: $1/(1+g(x))=1/(1-(-g(x))=1-g(x)+g(x)^2-g(x)^3+\dots=1-g(x)+\mathcal o(g(x)^2)$.
The equality means that the tail end of the series goes to zero faster than $g(x)^2$.