Use the definition that $\exp(x) = \sum^{\infty}_{n=0}\frac{x^n}{n!}$, show that $\exp\left(\sum^{\infty}_{n=1}\frac{t^n}{n} \right) = \frac{1}{1-t}$ $\forall t \in (-1,1)$.
(I cannot use integrals in this question).
My attempt:
$$ \exp\left(\sum^{\infty}_{n=1}\frac{t^n}{n} \right) = \exp(t)\exp(t^2/2)\exp(t^3/3)\cdots = \sum^{\infty}_{n=0}\frac{t^n}{n!} + \sum^{\infty}_{n=0}\frac{t^{2n}}{2n!} \cdots $$
Not sure how to combine the sum to get a geometric series. Any idea?
We can try to do the reverse. Suppose $$\exp(\sum_{n\geq 0}a_nx^n)=\frac{1}{1-x}\tag{1}$$ Putting $x=0$ we can see that $a_0=0$. Differentiating the above equation we get $$\exp(\sum_{n\geq 1}a_nx^n)\sum_{n\geq 1}na_{n} x^{n-1}=\frac{1}{(1-x)^2}\tag{2}$$ and using $(1)$ we get $$\sum_{n\geq 1}na_nx^{n-1}=\frac{1}{1-x}=\sum_{n\geq 1}x^{n-1}$$ so that $a_n=1/n$ for $n\geq 1$.
Since the exponential function is strictly monotone our job is done. Note that all the involved series are having radius of convergence $1$ and hence all the operations are justified for $|x|<1$.
I think this also works in direct manner. Write $$\exp(\sum_{n\geq 1}x^n/n)=\sum_{n\geq 0}a_nx^n$$ and differentiating it we get $$\exp(\sum_{n\geq 1}x^n/n)\sum_{n\geq 1}x^{n-1}=\sum_{n\geq 1}na_nx^{n-1}$$ or $$\sum_{n\geq 0}a_nx^n\sum_{n\geq 0}x^n=\sum_{n\geq 0}(n+1)a_{n+1}x^n$$ and from this one can conclude $a_n=1$.
The approach above uses two keys properties of $\exp(x) $ namely $\exp(0)=1$ and $\exp'(x) =\exp(x) $ and both of these are easily derived from power series definition of $\exp(x) $. Moreover these two properties uniquely characterize $\exp(x) $.