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

Finding the sum $\sum_{n=1}^\infty \frac{(-1)^nx^{2n+1}}{4^{2n}(2n+1)}$

Could someone please give me a hand with the following series? $$\sum_{n=1}^\infty \frac{(-1)^nx^{2n+1}}{4^{2n}(2n+1)}$$
poorGuy
  • 15
-1
votes
1 answer

How to expand this function?

How to expand the complex function $$f(z)=\frac{1}{z^{2}+4}$$ at the region $|z-2i|>4$? Maybe i can use the standard geometric series with substitude? Martin Ferrer suggested in comments that I use partial fractions. My partial fraction…
-1
votes
1 answer

Use Maclaurin series to get first 4 terms of power series

By modifying the Maclaurin series of $\frac{1}{1-x}$, how can I obtain the Maclaurin series for $\frac{-2}{1+4x^3}$?
-1
votes
1 answer

Check whether the series converges...

Check whether the series converge or diverge; $\sum_{n=1}^\infty(3^{\frac{1}{n^2}}-1)\csc^2(n).$ By the way, As $n\to \infty(3^{\frac{1}{n^2}}-1)\csc^2(n)=1.$ inconclusive. I don't have an idea. How to check this series? Any help will be…
Learner
  • 131
-1
votes
2 answers

How do I find the function represented by the following series?

$$\sum_{k=0}^{\infty}\frac{2(-1)^k x^{k+2}}{k!}$$ I'm supposed to find the function represented by the power series but I'm really stumped... (x is raised to the k+2 power)
-1
votes
1 answer

show that the sum function f is given by F

I have a problem that sounds. Let f be given as the sum function on the interval ]-R,R[ $$f(x)=\sum_{n=0}^{\infty}n(1-3^{-n})x^{2n}$$ for $$|x|
Robbert
  • 25
-1
votes
1 answer

How to reduce (or simplify) a power series

So I have the following power series from my book and I am trying to reduce it. I became a bit confused about how to reduce it and was wondering how you would go about simplifying it.
-1
votes
1 answer

How to convert $\sum_{x=0}^n e^{-\beta x^2}$ or $\sum_{x=0}^n e^{-\alpha \beta x^2}$ to a closed form?

How to solve $\sum_{x=0}^n e^{-\beta x^2}$ or $\sum_{x=0}^n e^{-\alpha \beta x^2}$ ?? where $\alpha$ = 1/($n$+1) and $\beta$ is just a variable. Can I find it?
-1
votes
1 answer

Sum function of power series

Let the power series be given with $$\sum_{n=0}^{\infty}3^nx^n$$ Find the sum function $f(x)$. I know that $$\sum_{n=0}^{\infty}x^n=\frac{1}{1+x}$$ but I'm not sure how to find the sum function. I hope you will help.
Annie.K
  • 11
  • 3
-1
votes
1 answer

Using the power series of $\sin x^3$, the value of $f^{(15)}(0)$ is equal to $k\cdot11!$. Find the value of $k$.

I have the following question: Using the power series of $\sin x^3$, the value of $f^{(15)}(0)$ is equal to $k\cdot11!$. Find the value of $k$. I tried to write the power series using the one from…
mvfs314
  • 2,017
  • 15
  • 19
-1
votes
2 answers

Geometric power series

I've been stuck on the following question for a while now, where i have to use the geometric series to expand the following function into a power series at the given centre, and find the radius of convergence, which is; $$\frac1{1+x}\text{ about…
-1
votes
1 answer

Power Series Questions

I'm confused on how to solve these types of questions when it comes to Power Series. The question states: For the following differential equations, give guaranteed convergence intervals for the expansion of the solutions in powers of x. Question 1:…
-1
votes
2 answers

rearranging Powers

I' just so stumped right now. I want to get $x^{n}$ to equal $x^{2n+1}$. Right now I have that: $$(\sqrt{x})^{2n} = x^n$$ But I don't know what to do to x to get: $$x^n = \{\text{something done to $x$}\}^{2n+1}$$
MRT
  • 603
-1
votes
3 answers

Find a power series of $f(x)=\frac{x}{(1-x)(1-x^2)}$ around the center $0$ and determine its interval of convergence.

Can anyone give me a detailed step to get the power series representation for $f(x)=\frac {x}{(1-x)(1-x^2)}$?
1 2 3
34
35