I am trying to find the Maclaurin series of $\sqrt[a]{x+1}$ where $a > 1$.
My approach so far is:
$$\sqrt[a]{x+1} = c_0 + c_1x + c_2x^2 + c_3x^3 ...$$ $$Let \; x \rightarrow 0$$ $$c_0 = 1$$ $$\sqrt[a]{x+1} - 1 = c_1x + c_2x^2 + c_3x^3 + c_4x^4...$$ $$\frac {\sqrt[a]{x+1} - 1} x = c_1 + c_2x^1 + c_3x^2 + c_4x^3...$$ $$Let \; x \rightarrow 0$$ $$\lim_{x \rightarrow 0}{\frac {\sqrt[a]{x+1} - 1} x} = c_1$$
But then I get stuck at solving this limit, as my goal is avoid derivatives and L'Hopital's rule. If I can find the Maclaurin series of $\sqrt[a]{x+1}$, I'm hoping I can find Binomial Coefficients (or rows of Pascal's Triangle) for all real powers (I originally said fractional powers in the question, my mistake).
Is there a way to solve this limit without L'Hoptial (e.g. squeeze theorem) or is there an easier approach to finding Binomial Coefficients of fractional power without derivatives?
P.S. This is my first time writing in LaTeX, so I appologize if any formatting is off