Binomial Series Expander
Math Algebra • Sequences and Series
Frequently Asked Questions
What does the binomial series expander do for (1 + s x)^n?
It writes (1 + s x)^n as a binomial polynomial when n is a nonnegative integer, or as a truncated binomial power series when n is not a nonnegative integer. The output lists coefficients and the truncated form up to x^K.
How do generalized binomial coefficients work for fractional or real n?
For k >= 1, the generalized coefficient is C(n, k) = n(n-1)(n-2)...(n-k+1) / k!, with C(n, 0) = 1. These coefficients define the power series terms C(n, k) x^k.
What is the convergence condition for (1 + s x)^n as a series?
The generalized binomial series is valid when |s x| < 1, which means |x| < 1/|s| when s is not zero. Outside that interval, the infinite series does not converge to the function.
Why does the partial sum P_M(x) differ from (1 + s x)^n on the plot?
P_M(x) keeps only the first M terms of the series, so it approximates the function near x = 0 and improves as M increases. Differences become larger when x approaches or exceeds the convergence bound.