I'm trying to check if the function sequence $f_n(x)=\frac{1-x^n}{1-x}$, $x \in (-1,1)$ converges pointwise and uniformly.
If I had the sequence of $g_n(x)= \frac{1-x^n}{1-x^n}$ and $x \in (-1,1)$ i know that $\lim_{n \to \infty } g_n(x) = 1 $ but now how the denominator's $x$ behaves?
Thank you!
$\dfrac{1 - x^n}{1 - x} = x^{n - 1} + x^{n - 2} + .. + 1$, so $f_n(x)$ is the partial sum of a geometric series. One can then show that $\{f_n\}$ converges pointwise and $f_n(x) \rightarrow \sum_{k = 0}^{\infty} x^k = \dfrac{1}{1-x}$.