Derive the analytic expression of a function by its Taylor expansion

kexanie
Messages
11
Reaction score
0

Homework Statement


Actually this is not from homework. It occurs in my brain this afternoon.

Is it possible to derive the analytic expression of a function by its Taylor series expansion?

For example, given the following expansion, how to derive the analytic expression of it?

f(x) = 1- x / (1!) + (x^2) / (2!) - … + (-1)^n * (x^n) / (n!)



Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Not necessarily. Indeed, one definition of the exponential function is
$$e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}$$
so given the right hand side, you could not "derive" the fact that it is ##e^x##. However, given that fact, it's relatively easy to recognize variations such as
$$e^{-x} = \sum_{n=0}^{\infty} \frac{(-x)^n}{n!}$$
or
$$e^{2x} = \sum_{n=0}^{\infty} \frac{(2x)^n}{n!}$$
 
Given the series, one method of determining the function the series sums to is to derive a differential equation. In this case, given that f(x)= \sum_{n=0}^\infty x^n/n! we can see that this series is convergent for all x. In particular, then, it is uniformly convergent for any closed and bounded interval and so differentiable, term by term, for any x.

That is, for any x, f'(x)= \sum_{n=0}^\infty nx^{n-1}/n!= \sum_{n=1}^\infty x^{n-1}/(n-1)!
Letting j= n-1, that is \sum_{j=0} x^j/j!= f(x). So f(x) satisfies the differential equation f'(x)= f(x) and it is easy to show that any solution of that differential equation is of the form Ce^x for some constant C. And since f(0)= 1+ 0+ 0+ ...= 1, C= 1 and \sum_{n=0}^\infty x^n/n!= e^x

(By the way, what you wrote, f(x)= 1+ x+ x^2/2!+ \cdot\cdot\cdot+ x^n/n! is NOT the infinite sum and is a polynomial.)
 
kexanie said:
Is it possible to derive the analytic expression of a function by its Taylor series expansion?

For common taylor series it is possible, if you are fimliar with series. For example, if you were given the sum ##\sum\limits_{n=0}^∞ 3(\frac{x}{2})^n = 3 + \frac{3x}{2} + \frac{3x^2}{4} + ...##
You could derive the "analytic expression" as you might recognize this to be a convergent power series on the interval (-2,2). After a bit of algebra you could represent the taylor series as a function: ##f(x) = \frac{6}{2-x}## where -2 < x < 2. But this can only be said for the special/common series; with that being said, many infinite series are better left off as an infinite series
 
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