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
0
votes
2 answers

Convergence radius of power series exam question

So I just did my analysis exam and I had this question where I needed to find the convergence radius for this power series. I did not really know what to do because of the $n!$ and the $(-1)^n.$ There must be a trick since it was part of a longer…
user463026
0
votes
2 answers

Determine the power series of $\sin^2 \cos x$

I don't know why I found 2 different answers. When using the product of the series then the binomial identity $$\sin^2(x) \cos(x)=\sin(2x)\sin(x/2) $$ I found $$\sin^2(x) \cos(x)=\sum x^2\frac{(-4)^n (9^{n+1}-1)x^{2n}}{(2n+2)!4^{n+1}}.$$ By…
mezzaluna
  • 319
  • 1
  • 5
0
votes
2 answers

$\log(1-t) =\sum_{n=1}^\infty {(n-1)!\over n!}t^n,\; -1\lt t\lt 1$

My statistics textbook use below identity for find the value of n-th cumulant: for $-1\lt t\lt 1$, $-\log(1-t)=- \sum_{n=1}^\infty{(-1)^{n+1} \over n}(-t)^n =\sum_{n=1}^\infty {(n-1)!\over n!}t^n$ However, how could one know the first identity of…
Beverlie
  • 2,645
0
votes
1 answer

How to prove identity theorem of power series?

This theorem says that if for two power series, the input always gives the same output, then the coefficients of the power series are the same for both. How can we prove this?
Kevin Wu
  • 137
0
votes
1 answer

Composition of two power series

I thought of this question: $f, g$ are functions that could be written as a power series in a disc with radius $R>0$, i.e. $$\forall |x|
pqros
  • 830
0
votes
1 answer

Radius of convergence of the power series

Radius of convergence of the power series $$\sum_{n=1}^\infty (2+(-1)^n)^nx^n$$ is $$1/3.$$ But I can't conclude that the power series is divergent at the end points​. How can I solve this problem?
0
votes
1 answer

Is ther a condition that is necesary and sufficient to prove that $F(x)$ can be decomposed into power series?

I want to ask if there is a condition that is necessary and sufficient to prove that a function $F(x)$ can be can be decomposed into power series ? If yes, tell me the condition please, thanks in advance!
0
votes
2 answers

Find a power series representation of the function $\frac{3x^2+4x-5}{x(x+1)(x^2+x+1)}.$

I'm trying to find the power series representation for: $$f(x)\;=\;\frac{3x^2+4x-5}{x(x+1)(x^2+x+1)}$$ without a reasonable solution. Any help you could give me will be appreciated.
C. Ballez
  • 185
0
votes
1 answer

Rewriting power series $\sum\limits_0^{\infty}{\frac{\pi^nz^{2n+1}}{2n +2}}$ as $\sum\limits_0^{\infty}{a_n(z-z_0)^n}$

I'm suppossed to bring this power series $$\sum_0^{\infty}{\frac{\pi^nz^{2n+1}}{2n +2}}$$ into the standard form $$\sum_0^{\infty}{a_n(z-z_0)^n}$$ Now, I know that $$a_n=\frac{\pi^n}{2n +2}$$ and $$z_0=0$$ but have absolutely no idea how I'm…
Skydiver
  • 358
0
votes
0 answers

Expansion in power series of $z=0$

How do I expand this function in power series? $$f(x):= \frac{1}{1+x+x^2+x^3}.$$ I have tried to factorize it and we have $$f(x)= \frac{1}{2}\left(\frac{1}{x+1}-\frac{-1+x}{x^2+1}\right)$$ however I am not sure if it leads anywhere, because the…
0
votes
0 answers

How do I examine if the function is analytic and calculate the function representation of the function at $z_0=0$?

Given is $f(z)=\log(1-\frac{z}{2})$. How do I examine if the function is analytic and calculate the function representation of the function at $z_0=0$? What I did: The log function is singular at zero, and only at zero. So my function is analytic…
Maica
  • 419
0
votes
1 answer

How do I calculate for the power serie $\sum_{k=1}^{\infty}\frac{1}{k2^k}z^k$ the development point $z_0\in \mathbb{C}$ and convergence radius?

How do I calculate for the power serie $\sum_{k=1}^{\infty}\frac{1}{k2^k}z^k$ the development point $z_0\in \mathbb{C}$ and convergence radius $R\in \left [ 0,\infty \right ]$?
Maica
  • 419
0
votes
2 answers

How do I calculate for the following power series the development point and convergence radius?

How do I calculate for the following power serie $\sum_{k=2}^{\infty}\begin{pmatrix} k\\ 2\end{pmatrix}(z-3i)^k$ the development point $z_0\in \mathbb{C}$ and convergence radius $R\in \left [ 0,\infty \right ]$?
Maica
  • 419
0
votes
0 answers

Limit of some series ( slightly unrigorous mathematics)

I was reading a proof of the central limit theorem, where some taylor expansions were involved. Eventually, I got that $$\log M_x(t)=n\left[\left(\frac{t^2}{2n}+ \frac{t^3}{6n^{3/2}}+\dotsb\right)-1/2\left(\frac{t^2}{2n}+…
0
votes
1 answer

Let $\sum_{n=0}^{\infty}a_nx^n$ of the function $\frac{\ln(1+x^2)}{x^2}$, give the expression of $a_n$.

Let $\sum_{n=0}^{\infty}a_nx^n$ of the function $\frac{\ln(1+x^2)}{x^2}$, give the expression of $a_n$. I am at a loss here, I can figure out what $a_n$ is if it is only $\ln(1+x^2)$ but that is as far as I get.
R.vW
  • 359