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
4
votes
1 answer

Integrating Power Series

In this example problem in my textbook: "Find a power series representation for ln(1-x) and its radius of convergence." They integrate both sides: -ln(1-x) = integral (1/1-x)dx which comes out to be SUM x^n/n + C. They solve for C, C=0. This is…
4
votes
1 answer

Formal Power Series -- what's in it?

I have the following statement in a paper: Let $\Psi$ be the formal power series defined over the alphabet $\Omega$ and the log semiring by: $(\Psi, (a, b)) = -log(c((a,b)))$ for $(a,b) \in \Omega$, and let $S$ be the formal pwer series $S$ over…
4
votes
1 answer

Find the radius of convergence of a series containing odd and even terms separately.

Given series $\sum_{n=0}^{\infty}a_nz^n$ where $a_n=\begin{cases}\dfrac{1}{3^n} & \text{when $n$ is even} \\ \dfrac{1}{5^n} & \text{when $n$ is odd} \end{cases}$ Find the radius of convergence. My work: So I take the even and odd parts…
Harry Potter
  • 1,326
4
votes
1 answer

endpoints convergence after integrating/mutiplying /subtracting power series

when we multiply a power series that converges for all values of $x$ by another power series of interval of convergence $(-1,1]$, then the new interval of convergence is the intersection of the 2 intervals which is $(-1,1]$? Do we have to check…
MCS
  • 615
4
votes
4 answers

Find power series using long division

How do you find the power series of $\frac{1}{2+x}$ using long division? When I do the long division, I get zero with a remainder of 1, giving me the original function back.
Jeff
  • 3,405
4
votes
3 answers

Power Series $0^{0}$

My textbook explains that the power series: $\sum_{n=0}^{\infty} x^{n}/n!$ converges for $x=0$ because the terms of the series get the value 0. My problem with this argument is the first term, which is $0^{0}$. But this is undefined? Someone who…
characters
  • 163
  • 1
  • 5
4
votes
2 answers

Radius of convergence of a power series - how can I be sure $\lim \frac{a_{n+1}}{a_n}$ exists?

Let $\sum a_n x^n$ be a power series whose radius of convergence is $0
Whyka
  • 1,953
4
votes
2 answers

Question about radius of convergence.

I want to determine the radius of convergence of the series \begin{equation*} \sum_0^\infty \frac{f^{k}(5)}{k!}(z-5)^k, \end{equation*} where $f(z) = \frac{z^2}{e^{iz}-1}$. In the solution of the problem it says that I need to find the…
Jarvi79
  • 486
4
votes
2 answers

Sum of powers of 2 from 1 to log(N).

I came across the following sum: $\sum_{m=1}^{\log_2(N)} 2^{m}$. My intuition tells me that this should be bounded by 2N, but how would I prove this?
nhs
  • 43
4
votes
2 answers

Is my proof that $\frac{\pi}{4}=\sum\limits_{n\geq 0}(-1)^n \frac{1}{2n+1}$ correct?

Respected All I was trying to prove that $$\sum_{n\geq 0}(-1)^{n} \frac{1}{2n+1}=\frac{\pi}{4}$$ What I tried to show like this. We know $$\frac{1}{1+x^2}=(1+x^2)^{-1}=\sum_{n\geq 0}(-1)^nx^{2n}, |x^2|<1$$ Integrating term by term with in interval…
KON3
  • 4,111
4
votes
1 answer

Raising a power series by a power series?

I know addition and multiplication are well defined operations on formal power series. Now say you have two formal power series $F(x),G(x)\in R[[x]]$, with $R\supset\mathbb{Q}$ is the coefficient ring. Is there a way to define $F(x)^{G(x)}$? Is…
Chelsea Dirks
  • 585
  • 2
  • 10
4
votes
2 answers

Graphical interpretation of infinite power series?

Can someone please give me a graphical interpretation/sense of infinite power series? Some functions such as exponentials, sines, and cosines are infinite power series, but what does that mean and how does it look like graphically? I can't really…
EHMJ
  • 768
3
votes
1 answer

Analog of Taylor's formula for formal power series?

I'm aware of Taylor's theorem for polynomials over $\mathbb{R}$. More generally though, if working with formal power series over a coefficient ring which contains $\mathbb{Q}$, why does Taylor's formula still hold? Thank you.
hara
  • 31
3
votes
2 answers

how to find power series in closed form

Find a "closed form" of summation $n=2$ to infinity $n(n-1)x^n$. I don't have much clue to solve this. Can anyone please explain how to approach this?
rohit
  • 371
3
votes
3 answers

how to represent $\int \frac{\arctan \left(x\right)}{x}dx$ as a power series?

I have no idea. I don t even no how to calculate the primitive can you help me?
DDDD
  • 563
  • 2
  • 6
  • 18
1 2
3
34 35