How do you use the binomial series to expand (2x - 1)^(1/3)?

1 Answer
Nov 16, 2016

The series is =-1+(2x)/3+(4x^2)/9+(40x^2)/81+...

Explanation:

The binomial theorem is

(a+b)^n=a^n+((n),(1))a^(n-1)b+((n),(2))a^(n-2)b^2+((n),(3))a^(n-2)b^3+..

((n),(1))=(n!)/((n-1)!1!)=n

((n),(2))=(n!)/((n-2)!(2!))=(n(n-1))/(1*2)

We rewrite the expression as (2x-1)^(1/3)=(-1+2x)^(1/3)

= (-1)^(1/3) + 1/3*((-1)^(-2/3)) * (2x) + (1/3) (-2/3)) * (1/2)* (-1)^(-5/6) ( 2 x)^2 + (1/3)(-2/3)(-5/3)*(1/6)(2x)^3

=-1+(2x)/3+(4x^2)/9+(40x^2)/81+...