A binomial series is an example of infinite series. When we have a function of `f(x) = (1+x)^k` such that k is any number and convergent to `|x| lt1` , we may apply the sum of series as the value of `(1+x)^k` . This can be expressed in a formula: `(1+x)^k = sum_(n=0)^oo (k(k-1)(k-2)...(k-n+1))/(n!) x ^n` or `(1+x)^k = 1+kx +(k(k-1))/(2!)x^2+(k(k-1)(k-2))/(2!)x^3+(k(k-1)(k-2)(k-3))/(4!)x^4+...` To evaluate the given function `f(x) = sqrt(1+x^2)` , we express it in term of fractional exponent: `f(x) =(1+x^2)^(1/2) ` or `f(x) =(1+x^2)^0.5` To apply the aforementioned formula for binomial series, we may replace "`x` " with "`x^2` " and "`k` " with "`0.5` ". We let: `(1+x^2)^0.5 = sum_(n=0)^oo (0.5(0.5-1)(0.5-2)...(0.5-n+1))/(n!) (x^2) ^n` `=sum_(n=0)^oo (0.5(0.5-1)(0.5-2)...(0.5-n+1))/(n!) x^(2n)` `=1+0.5x^(2*1) +(0.5(0.5-1))/(2!)x^(2*2)+(0.5(0.5-1)(0.5-2))/(3!)x^(2*3)+(0.5(0.5-1)(0.5-2)(0.5-3))/(4!)x^(2*4)+...` `=1+0.5x^2-0.25/(1*2)x^4+0.375/(1*2*...