0

How can we show that$^\ast$ $$\frac{\rm d}{{\rm d}x}\sum_{n\in\mathbb N_0}x^n=\sum_{n\in\mathbb N_0}\frac{\rm d}{{\rm d}x}x^n\color{blue}{=\sum_{n\in\mathbb N_0}nx^{n-1}}\tag 1$$ for some fixed $x\in[0,1)$?

Clearly, $$\sum_{n\in\mathbb N_0}x^n=\frac1{1-x}\tag 2$$ and hence, by a well-known theorem, it's sufficient to show that the rhs of $(1)$ is convergent. How can we do so?


$^\ast$ Let's define $0^0:=1$, $1/0:=\infty$ and $0\cdot\infty:=0$.

0xbadf00d
  • 13,422

2 Answers2

2

I'm confused by the answer and by the comments.

First, when we're talking about power series, it's an absolutely standard convention that $0^0=1$, so that $x^0$ depends continuously on $x$.

It's a well known theorem that if $f_n\to f$ uniformly on $[a,b]$ and $f_n'\to g$ uniformly on $[a,b]$ then $f'=g$ on $[a,b]$. Here, whether people say so or not, they mean to be talking about nondegenerate intervals, that is, they're considering the case $a<b$.

The well-known theorem also works for $[a,b)$, if $a<b$. But in the present case our series do not converge uniformly on $[0,1)$.

So we do this: Fix $r\in(0,1)$. Show that both series $\sum x^n$ and $\sum nx^{n-1}$ converge uniformly on $[0,r]$. Now the well-known theorem shows that $\frac d{dx}\sum x^n=\sum nx^{n-1}$ for every $x\in[0,r]$. This holds for every $r\in(0,1)$, and hence $\frac d{dx}\sum x^n=\sum nx^{n-1}$ on $[0,1)$.

0

Let $$S_n:=\sum_{k=1}^nkx^{k-1}\;.$$ Then

\begin{equation} \begin{split} (1-x)S_n&=\sum_{k=1}^nkx^{k-1}-\sum_{k=1}^nkx^k\\ &=\color{red}{1+}\sum_{k=\color{red}2}^nkx^{(k-1)}-\sum_{k=\color{red}2}^n\color{red}{k-1}x^{\color{red}{k-1}}\\ &=1+\sum_{k=2}^nx^{k-1}=\sum_{k=0}^{n-1}x^k \stackrel{n\to\infty}\to\frac1{1-x}\;. \end{split} \end{equation}

Thus, by the theorem mentioned in the question, $$\frac1{(1-x)^2}=\frac{{\rm d}}{{\rm d}x}\frac1{1-x}=\frac{{\rm d}}{{\rm d}x}\sum_{n\in\mathbb N_0}x^n=\sum_{n\in\mathbb N_0}\frac{{\rm d}}{{\rm d}x}x^n=\lim_{n\to\infty}S_n\;.$$

0xbadf00d
  • 13,422
  • Still, how $$\frac{d}{dx}\sum_{n\in\mathbb{N}{0}}x^n=\sum{n\in\mathbb{N}_{0}}\frac{d}{dx}x^n.$$ ? – Theodoros Mpalis Mar 29 '16 at 19:31
  • @TheodorosMpalis, OP actually proved that identity by showing that $$ \frac{d}{dx} \sum_{n \geq 0} x^n = \frac{d}{dx} \frac{1}{1-x} = \frac{1}{(1-x)^2} = \sum_{n \geq 1} nx^{n-1} = \sum_{n \geq 1} \frac{d}{dx} x^n. $$ Of course this is not how we usually establish this kind of identity for general power series, but at least this proof is true. – Sangchul Lee Mar 29 '16 at 19:37
  • @TheodorosMpalis In words of the theorem: $\sum_{n\in\mathbb N_0}y^n$ is differentiable for all $y\in [x,x]$ and is convergent for $y=x$. Moreover, I've proved that $\sum_{n\in\mathbb N_0}\frac{{\rm d}}{{\rm d}x}y^n$ is "uniformly" convergent on $[x,x]$ (i.e. the series is convergent for $y=x$). Thus, the theorem yields the desired statement. – 0xbadf00d Mar 29 '16 at 19:43
  • @0xbadf00d well, ok. +1 – Theodoros Mpalis Mar 29 '16 at 19:44
  • @SangchulLee This is the easiest proof of the statement I could imagine. Any complex analysis tool would be an overkill here. – 0xbadf00d Mar 29 '16 at 19:48
  • @0xbadf00d I didn't follow your answer. Your comment explains why - the version of the well-known theorem you're using is false. The well known theorem is valid for uniform convergence on $[a,b]$, where $a<b$. As I said a few hours ago: It's sufficient to show the right side of (1) is uniformly convegent on $[0,r]$, for each $r\in(0,1)$. – David C. Ullrich Mar 29 '16 at 21:31