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

Solving $ x^2y′′ + (x^2 + 2x)y′ −2y = 0 $ using power series

I want to solve the ODE : $ x^2y′′ + (x^2 + 2x)y′ −2y = 0 $ using the Frobenius method but i have stuck a little bit. So far i found the recurrence equation to be: $$ a_k = \frac {-1}{s+k+2} a_{k-1} $$ Where s is the starting power and equal $ s…
0
votes
2 answers

Derivative induction proof of specific function.

I came across this question in my homework. I've tried to solve it with the regular induction of check for n=1 and then n=n+1 but without success. I would like to know how should I approach that kind of question. Let $f(x) = (1+x)^{-1/2}$. Prove…
0
votes
1 answer

Radius of convergence: $\sum\limits_{n=0}^{\infty} \frac{n!x^n}{100^n}$

I'm having some trouble understanding why the following power series interval of convergences is equal to 0. $$\sum\limits_{n=0}^{\infty} \frac{n!x^n}{100^n}$$ According to my calculation, my answer is equal to $-100 < x < 100$ since I end up…
0
votes
3 answers

Equality of $2$ infinite series

If $$\sum_{k=0}^{\infty}a_kt^k = \sum_{k=0}^{\infty}b_kt^k \quad \forall t \in \mathbb{R} \implies (a_k=b_k \ \forall k \in \mathbb{N_{0}} ) $$ Prove or make counterexample.I think it's true but don't know how to proceed. I start $$…
Mark
  • 354
0
votes
4 answers

confusion about power series derivatives

we have a formula to find the derivative of the power seires $f(z):=\sum a_n(z-z_0)^n $ Why isn't $f^{(n)}(z_0)=0$? Because the summand has factor $(z-z_0)^{n-k}$ which becomes $(z_0-z_0)^{n-k}=0$. How should I interpret this formula?
Loli
  • 965
0
votes
2 answers

Finding sum of a power series explicitly

I was wondering how to find the sum of the power series $$\sum_{k=0}^\infty {2^k{x^k}-2k}{x^k}$$
Alex.G
  • 139
0
votes
3 answers

Finding power series representation of functions

I was wondering how to find the power series representation of $$sinh(x) = \frac{{e^x}-{e^{-x}}}{2}$$ in sigma notation. Thank you.
Alex.G
  • 139
0
votes
1 answer

Writing a power series with a different center

Suppose I have the power series $\frac{3}{2} \sum_{n=0}^{\infty} (\frac{x}{2})^{n}$ with center $c=0$. Suppose I wanted to change it to have the center $c=-3$. Is the following legal? $\frac{3}{2} \sum_{n=0}^{\infty} (\frac{x}{2})^{n}$ becomes…
324
  • 647
0
votes
1 answer

Converting power series to an equation

A power series is given by: $$\sum_{n=0}^{\infty} \frac{(1+5^n)(x^n)}{n!}$$ Write down the series as a function of $x$ with the help of $e$ . I've tried substituting $n = 0,1,2,3... $ and it seems like a Taylor series but it doesn't seem like that's…
CipherBot
  • 105
0
votes
1 answer

Is this statement about power series true?

Write $P(x; a) = \sum_{n \geq 0} a_n x^n$. Is there a way to show that there exists a choice of nonzero sequence $a_n$ for which $P(x_k; a) = 0$ for $k = 1, \dots, n$, and $x_1, \dots, x_n \in \mathbf{R}$? More generally, suppose $X \subset…
Drew Brady
  • 3,399
0
votes
1 answer

Upper bound for the sum of $~i^{-1.5}~$

For some $n>0$, can we obtain an upper bound of $$f(n):=\sum_{i=n}^{\infty}\frac{1}{i^{1.5}}~?$$ In my understanding, a constant $C$ exist such that $f(n)\leq C$. Are there better bounds like $f(n)=O(n^{-0.5})$?
hiratat
  • 113
0
votes
1 answer

Show that $\sum_{k=0}^{\infty} \dfrac{(-1)^kx^{2k}}{2^kk!} = \exp \left(\dfrac{-x^2}{2} \right)$

I'm learning basic things about power series. The author of the text I'm reading writes that it is rather straight forward to see that $\sum_{k=0}^{\infty} \dfrac{(-1)^kx^{2k}}{2^kk!} = \exp \left(\dfrac{-x^2}{2} \right)$ I don't understand how I'm…
user578018
0
votes
1 answer

Power series for an arbitrary power of a variable

I wanted to know if we can have power series for functions like $x^{\alpha}$, where $\alpha \in \mathbb{R}$. One case we know is that $\alpha \in \mathbb{N} \cup \left\lbrace 0 \right\rbrace$, where $x^{\alpha}$ is already in the power series…
Aniruddha Deshmukh
  • 3,997
  • 1
  • 13
  • 33
0
votes
1 answer

Changing the limits of a power series

I don't know how to change the limits of the summations of the power series. Am I allowed to rewrite the $$ \sum_{i=0}^pa_i\,r^{i+4}-\sum_{i=2}^pa_i\,r^{i+2}+\sum_{i=4}^pa_i\,r^i-\sum_{i=3}^pa_i\,r^{i+1}=0…
Wisdom
  • 395
0
votes
0 answers

Finding the Maclaurin Series from a power series

I have a Power Series of: $f(x) = \sum_{n=0}^\infty = \frac{nx^{3n}}{8n}$ I need to work backwards to find the original Maclaurin Series for $\int f(x)dx$. I'm not sure how to go on about this, do I integrate each separately? Any help would be…