Property of 'little oh' notation from Tom Apostol Vol.1

34 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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$.