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 = \left(\limsup\limits_{n\to\infty}\sqrt[n]{|a_n|}\right)^{-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.

8489 questions
1
vote
1 answer

Series with product of different power

I would like to know the analytical expression for the following series (if it exists): $\sum_{n=0}^{\infty} \frac{1}{n!} a^n b^{n^2}$ Does anybody have a clue on how to proceed?
JFNJr
  • 1,055
1
vote
1 answer

Find the power series for a shifted center

I know the power series of $f(x)=\frac{1}{1-x^2}$ is $\sum_{i=0}^\infty x^{2i}$. How would you get $f(x)$ expanded about, say, 10? Finding the nth derivative seems difficult since it's complicated by need for the quotient rule.
Addem
  • 5,656
1
vote
0 answers

Checking the calculation of the power series

Please, could you tell me if the following calculation is correct: $$\sum\limits_{n = 0}^{\infty} \frac{\sin \frac{n \pi}{2}}{n!} x^n = \frac{0 x^0}{0!} + \frac{1 x^1}{1!} + \frac{0 x^2}{2!} + \frac{(-1) x^3}{3!}+\frac{0 x^4}{4!} + \frac{1 x^5}{5!}…
MathsLearner
  • 374
  • 1
  • 14
1
vote
1 answer

Divide D-finite power series by x, still D-finite?

A power series $f \in K[[x_1,...,x_n]]$ is called D-finite if all partial derivations of f lie in a finite-dimensional vector space over $K(x_1,...,x_n)$. For one variable this is equivalent to: f satisfies a linear differential equation with…
user7475
  • 925
1
vote
1 answer

Does Baby Rudin's proof of Theorem 8.1 generalize? (Power series differentiability)

Baby Rudin proves in Theorem 8.1 the differentiability of real power series in their interval of convergence by leveraging his Theorem 7.17: 7.17 Theorem Suppose $\{f_n\}$ sequence of real-valued functions, differentiable on $[a, b]$ and such…
bryanj
  • 3,938
1
vote
0 answers

Definition of Formal power series in m indeterminates over R

I could not understrand the following definition for formal power series over $m$ indeterminates, over the commutative ring $R$: I do understand: We set $R[\![X_{1},...,X_{m}]\!]:=(R^{(\mathbb{N}^{m})},+,.)$, where $+$ and $.$ are as…
pigeon
  • 161
1
vote
2 answers

Representing power series as a function - what to do with the constant after integration?

This power series $$f(x)=\sum_{n=1}^{\infty} {\frac{x^{3n}}{3n}}$$ when differentiated, loses $3n$ in the denominator, with one manipulation, one can get $$f'(x)=\frac{1}{x(1-x^3)} $$ using the geometric series sum formula. Since this is $f'(x)$,…
1
vote
1 answer

How to justify the convergence of series $\left(\frac{1}{2}\right)^{2(2k-1)}$?

I see this formula somewhere in a book, though the book doesn't provide the justification. $$ \sum_{k=1}^{\infty} \left(\frac{1}{2}\right)^{2(2k-1)} = \frac{4}{15} $$ Any clue would be appreciated.
JJJohn
  • 1,436
1
vote
1 answer

composition of multivariate power series

The composition of formal power series $g \circ f$ is well defined if f has vanishing constant term. My question is how one can generalize composition of power series to several variables? If we substitute $g_1(y_1,...,y_m), ..., g_n(y_1,...,y_m)$…
user7475
  • 925
1
vote
0 answers

How to conclude about the convergence of the double power series $\sum_{n,m \geq 0} a_{mn} x^n x^m$?

Suppose we have a double series $\sum_{n \geq 0} \sum_{m \geq 0} a_{mn}$ which converges. How to consider the double power series? I know $\sum_{n,m \geq 0} a_{mn} x^n x^m$ is a double power series about the center $(0,0)$. Can I consider…
MAS
  • 10,638
1
vote
2 answers

Write power series as rational function

I need to write the power series: $\sum_{n=1}^\infty \frac{1}{(x-3)^{2n-1}} - \frac{1}{(x-2)^{2n-1}}$ I need to write it as a rational function. I am not sure how to go about doing this.
Big Papa
  • 127
1
vote
2 answers

Finding the first non-zero terms of a power series

I have the function: $f(x) = \frac{30}{(x^2 + 1)(x^2-9)}$ I need to find the first four non-zero terms of the power series centered at zero. I have not had much experience with power series so I am not sure how to start/complete this problem.
Big Papa
  • 127
1
vote
1 answer

I found this function, what is this?

Doing some exercises i found this function expressed by power series, someone recognize a friend? $$F_{n,m}(x)=\sum_{k=0}^\infty\frac{(-1)^k}{(2k+1)!}\frac{x^{2(k+n+1)+1}}{2(k+n+1)+1}m^{2k+1}$$ It's possible to get out a different rappresentation…
ivax
  • 17
1
vote
1 answer

Find the radius of convergence for this power series

So originally I needed to turn the function $f(x)=\frac{3}{2-x}$ into a power series. I think I did this successfully and got $$\sum_{n=0}^\infty \frac{3x^{n}}{2^{n+1}} $$ Now I'm struggling to find the radius of convergence. I set up a form of the…
1
vote
2 answers

Maclaurin Series with $f^{(n)}(0)=0$

I am learning Maclaurin Series for the first time and having trouble understanding it. The thing is, Maclaurin Series has the basic thinking that infinite number of derivatives have coefficients of $f^{(n)}(0)$ that equals $n!C_n$. I get that.…
강승태
  • 95
  • 1
  • 1
  • 8