Function represented by power series

sandra1
Messages
12
Reaction score
0

Homework Statement


If a function f is represented by the power series ∑(k=0 to ∞) a_k(x-a)^k, with a radius of convergence )<R<∞, then f is continuous on the interval (a-R, a+R)


Homework Equations





The Attempt at a Solution



I don't know if my proof is loose at some point or not, because it seems so easy. Is there anything that is obviously not right about my proof? Thanks very much

So choose x=m in (a-R, a+R), the series converges on the interval (a-R,a+R)
then we would have
lim(x->m) ∑(k=0 to ∞) a_k(x-a)^k = ∑(k=0 to ∞) (a_k)lim(x->m) (x-a)^k = ∑(k=0 to ∞) (a_k)(m-a)^k = f(m).

So f is continuous on any arbitrary m on (a-R, a+R) therefore ∑(k=0 to ∞) a_k(x-a)^k is continuous on (a-R, a+R)
 
Physics news on Phys.org
It is possible to have series of continuous functions that converges to a non-continuous function. To prove the result, you must use the fact that a power series is uniformly continuous within its radius of convergence.
 
Your proof is invalid, because you cannot assume that

\lim_{x \to m} \lim_{n \to \infty} \sum_{k=0}^n a_k (x-a)^k = \lim_{n \to \infty} \lim_{x \to m} \sum_{k=0}^n a_k (x-a)^k.

Consider x_{m,n} = 0 when n < m and 1 when n >= m. Then \lim_{n \to \infty} \lim_{m \to \infty} x_{m,n} \neq \lim_{m \to \infty} \lim_{n \to \infty} x_{m,n}.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top