For $|x|<1$, we have that
$$ \ln(1+x) = x - \frac{x^{2}}{2} + \frac{x^{3}}{3} - \frac{x^{4}}{4} + \cdots $$
Is there any elementary(try not to use integration or differantiation) proof for the equality above?
Edit: I have changed my definition of elemantary.
Consider
$$ \frac{1}{1-x} = \sum_{n \geq 0 } x^n $$
Thus,
$$ \frac{1}{1+x} = \sum_{n \geq 0 } (-1)^nx^n $$
Integrating, we obtain
$$ \ln (1+x) + C = \sum_{n=0}^{\infty} \frac{(-1)^n x^{n+1} }{n+1} $$
With $x=0$ , $C$ better be zero and thus
$$ \ln (1+x) = \sum_{n=0}^{\infty} \frac{(-1)^n x^{n+1} }{n+1} $$