Here's the original example
To prove that when $y$ is real and numerically $y<1$.
$$\log_e(1+y)=y-{1\over2}y^2+{1\over3}y^3-{1\over4}y^4+...$$ ad inf.
Here are the first 2 steps of the solution. I understand the first one but not how 2nd one came.
$(1+y)^x=1+x\log_e(1+y)+{\frac{x^2}{2!}}[\log_e(1+y)]^2+...$ this comes from expansion of $a^x$ which I know.
But, since $y$ is real and numerically $<1$, we have
$$\Rightarrow (1+y)^x=1+x.y+\frac {x(x-1)}{1.2}y^2+\frac{x(x-1)(x-2)}{1.2.3}y^3+...$$
How is this second line concluded? Please help me derive this statement not necessarily from first as it seems to independent derivation in the example.
The first line is the Taylor series expanded about $x=0.$ The second line is the Taylor series expanded about $y=0.$ It's just a change of independent variable.