Questions tagged [power-series]

Questions about the properties of functions of the form $\sum_{n=0}^{\infty}a_n (x-c)^n$, where the $a_n$ are real or complex numbers, and $x$ is real or complex.

A series of the form $$\sum_{n=0}^{\infty} a_n (x-c)^n$$ is called a power series, and can be used to expand functions. The center $c$ is often $0$ and the radius of convergence $R$ is given by $R = (\limsup\limits_{n\to\infty}\sqrt[n]{|a_n|})^{-1}$.

Power series for some common functions are: \begin{align} \frac{1}{1-x}&=\sum_{n=0}^\infty x^n\quad(|x|\lt1)\\\ \ln(1+x)&=\sum_{n=0}^\infty\frac{(-1)^nx^{n+1}}{n+1}\quad(|x|\leq 1, x\neq -1)\\\ \arctan(x)&=\sum_{n=0}^\infty\frac{(-1)^nx^{2n+1}}{2n+1}\quad(|x|\leq 1,x\neq \pm i)\\\ \tan(x)&=\sum_{n=1}^{\infty}\frac{|B_{2n}|(4^n-1)4^n }{(2n)!}x^{2n-1}\quad(|x|< \pi/2)\\\ \sin(x)&=\sum_{n=0}^\infty\frac{(-1)^n x^{2n+1}}{(2n+1)!}\\\ \cos(x)&=\sum_{n=0}^\infty \frac{(-1)^n x^{2n}}{(2n)!}\\\ e^x &= \sum_{n=0}^\infty\frac{x^n}{n!}\\\ \end{align}

If convergence is not an issue or if you are working over a different domain than $\mathbb{R}$ or $\mathbb{C}$, consider using the tag instead.

7778 questions
427
votes
23 answers

How can I evaluate $\sum_{n=0}^\infty(n+1)x^n$?

How can I evaluate $$\sum_{n=1}^\infty\frac{2n}{3^{n+1}}$$? I know the answer thanks to Wolfram Alpha, but I'm more concerned with how I can derive that answer. It cites tests to prove that it is convergent, but my class has never learned these…
107
votes
3 answers

Is the derivative the natural logarithm of the left-shift?

(Disclaimer: I'm a high school student, and my knowledge of mathematics extends only to some elementary high school calculus. I don't know if what I'm about to do is valid mathematics.) I noticed something really neat the other day. Suppose we…
99
votes
4 answers

Factorial and exponential dual identities

There are two identities that have a seemingly dual correspondence: $$e^x = \sum_{n\ge0} {x^n\over n!}$$ and $$n! = \int_0^{\infty} {x^n\over e^x}\ dx.$$ Is there anything to this comparison? (I vaguely remember a generating function/integration…
Mitch
  • 8,123
  • 2
  • 35
  • 68
70
votes
1 answer

Evaluating sums and integrals using Taylor's Theorem

Taylor's theorem states that $$f(x)-\sum_{k=0}^n\frac{f^{(k)}(a)}{k!}(x-a)^k = \int_a^x \frac{f^{(n+1)} (t)}{n!} (x - t)^n \, dt $$ We can use this to evaluate integrals. For example, consider $f(x)=\frac{b!x^{b+n+1}}{(b+n+1)!}$. This has…
Pauly B
  • 5,162
  • 1
  • 12
  • 23
70
votes
1 answer

Fractal behavior along the boundary of convergence?

The complex power series $$\sum_{n=1}^{\infty}\frac{z^{n^2}}{n^2}$$ has radius $1$ (Ratio Test) and is absolutely convergent along $|z|=1$. Recalling something that my calculus professor (Ray Mayer, emeritus of Reed College) showed me 15 years ago,…
2'5 9'2
  • 51,425
  • 6
  • 76
  • 143
57
votes
1 answer

Is it possible for a function to be smooth everywhere, analytic nowhere, yet Taylor series at any point converges in a nonzero radius?

It is well-known that the function $$f(x) = \begin{cases} e^{-1/x^2}, \mbox{if } x \ne 0 \\ 0, \mbox{if } x = 0\end{cases}$$ is smooth everywhere, yet not analytic at $x = 0$. In particular, its Taylor series exists there, but it equals $0 + 0x +…
The_Sympathizer
  • 17,776
  • 4
  • 43
  • 71
50
votes
11 answers

Why is the notion of analytic function so important?

I think I have some understanding of what an analytic function is — it is a function that can be approximated by a Taylor power series. But why is the notion of "analytic function" so important? I guess being analytic entails some more interesting…
49
votes
10 answers

The idea behind the sum of powers of 2

I know that the sum of power of $2$ is $2^{n+1}-1$, and I know the mathematical induction proof. But does anyone know how $2^{n+1}-1$ comes up in the first place. For example, sum of n numbers is $\frac{n(n+1)}{2}$. The idea is that we replicate the…
xcoder
  • 611
  • 1
  • 5
  • 7
37
votes
2 answers

Proof that $\sum\limits_{k=1}^\infty\frac{a_1a_2\cdots a_{k-1}}{(x+a_1)\cdots(x+a_k)}=\frac{1}{x}$ regarding $\zeta(3)$ and Apéry's proof

I recently printed a paper that asks to prove the "amazing" claim that for all $a_1,a_2,\dots$ $$\sum_{k=1}^\infty\frac{a_1a_2\cdots a_{k-1}}{(x+a_1)\cdots(x+a_k)}=\frac{1}{x}$$ and thus (probably) that $$\zeta(3)=\frac{5}{2}\sum_{n=1}^\infty…
Pedro
  • 116,339
  • 16
  • 202
  • 362
33
votes
1 answer

Can a Power Series tell when to stop?

The naive description of the radius of convergence of a complex power series is as the largest radius so that the ball avoids poles and branch cuts. This makes sense in a world where analytic functions are at worst meromorphic on $\mathbb{C}$ or…
Greg Zitelli
  • 826
  • 7
  • 9
33
votes
3 answers

Sum of Squares of Harmonic Numbers

Let $H_n$ be the $n^{th}$ harmonic number, $$ H_n = \sum_{i=1}^{n} \frac{1}{i} $$ Question: Calculate the following $$\sum_{j=1}^{n} H_j^2.$$ I have attempted a generating function approach but could not solve this.
Cecil
  • 331
  • 4
  • 3
33
votes
3 answers

How prove there is no continuous functions $f:[0,1]\to \mathbb R$, such that $f(x)+f(x^2)=x$.

Prove that there is no continuous functions $f:[0,1]\to R$, such that $$ f(x)+f(x^2)=x. $$ My try. Assume that there is a continuous function with this property. Thus, for any $n\ge 1$ and all $x\in…
math110
  • 1
  • 15
  • 119
  • 475
33
votes
3 answers

On calculating $\int_0^1\ln(1-x^2)\;{\mathrm dx}$ -- where is the mistake?

I've seen the integral $\displaystyle \int_0^1\ln(1-x^2)\;{dx}$ on a thread in this forum and I tried to calculate it by using power series. I wrote the integral as a sum then again as an integral. Here is my calculation: $$\displaystyle…
Lyrebird
  • 1,103
  • 9
  • 15
33
votes
2 answers

Power series representation of arctangent: fails to converge everywhere

My understanding of power series turns out to be less-well-formed than I thought. To confess, I took my two courses in analysis in grad school (one real, one complex) and got out. Since this is my Calc II class, let's keep everything in real…
Randall
  • 16,808
  • 1
  • 21
  • 41
29
votes
0 answers

An iterative logarithmic transformation of a power series

Consider the following iterative process. We start with the function having all $1$'s in its Taylor series expansion: $$f_0(x)=\frac1{1-x}=1+x+x^2+x^3+x^4+O\left(x^5\right).\tag1$$ Then, at each step we apply the following…
Vladimir Reshetnikov
  • 45,303
  • 7
  • 151
  • 282
1
2 3
99 100