A taylor series is a sum of various terms comprised of factors multiplying nth derivitive terms:
f(x)=f(a)+(x-a)f'(a)+ [(x-a)^2]/2!+[(x-a)^3]/31...
your function y=f(x)=1/sqrt(1-x^2) is well suited to a trigonometric substitution:
x=sin(u) (and dx/du=cos(u))
since [sin(u)]^2+[cos(u)]^2=1, y=1/sqrt(1-x^2)=sec(u)
to get f'(x)=dy/dx for the taylor series, first calculate dy/du then multiply by dx/du
dy/du=sec(u)tan(u)
multiplying the left by dx/du and the right by cos(u) (remember, dx/du=cos(u) ) yields,
f'(x)=dy/dx=tan(u)
repeating (differentiating dy/dx=tan(u) and multiplying by dx/du) to get f''(x) yields ,
f''(x)=sec(u)
you will get alternating terms of sec(u) and tan(u) with different multipliers.
When you have expressed this as a series, you can solve tan(u) and sec(u) for x, and substitute them back in.
OR, skip the whole trig substitution, and keep differentiating 1/sqrt(1-x^2) it is more straightforward, but not as satisfying.
Njorl