Expand (1+x)^n
1 + nx + ((n(n-1))/2!)x^2 + ((n(n-1)(n-2))/3!)x^3 + …
Expand (a+bx)^n
(a^n)(1+(b/a)x)^n
When is the expansion of (1+x)^n valid?
When modulus(bx)<1 or modulus(x) < 1/modulus(b)
When is the expansion of (a+bx)^n valid?
When modulus((b/a)/x) < 1 or modulus(x) < modulus(a/b)