Can Taylor Series Represent Logarithmic Functions and the Bell Curve?

Quadratic
Messages
20
Reaction score
0
Just a few things that I've been thinking about lately:

Are there any taylor/power series that converge to logarithmic functions (f(x)=log(x), etc.)? How would you do this?

Is there any series that will graph the traditional bell curve? How would you do this?

I remember the derivation of "e^[i(pi)] = -1" involved a series that converged to e. What series was that again?

Thanks. :smile:
 
Physics news on Phys.org
Yes, there are Taylor series that converge to log(x) etc. but they are not defined for all x. Since ln x is not defined for x<= 0, The Taylor series for ln x around x= a will only converge for 0< x< 2a.

The "traditional bell curve" is given by y= e^{-x^2}.
Take the Taylor's series for ex:
1+ x+ \frac{1}{2}x^2+ ...+ /frac{1}{n!}x^n+ ...
and replace x by -x2:
1- x^2+ \frac{1}{2}x^4- \frac{1}{3!}x^6+ ...+ \frac{(-1)^n}{n!}x^{2n}+...

The series that converges to ex (not just e) is the Taylor's series for e I just mentioned:
e^x= 1+ x+ \frac{1}{2}x^2+ ...+ \frac{1}{n!}x^n+...[/itex]<br /> <br /> If you replace x by ix you get<br /> e^{ix}= 1+ ix- \frac{1}{2}(ix)^2+ \frac{1}{3!}+ ...<br /> = 1+ ix- \frac{1}{2}x^2- \frac{1}{3!}ix^3+ ...<br /> Separating that into real and imaginary parts gives<br /> e^{ix}= (1- \frac{1}{2}x^2+...)+ i(x- \frac{1}{3!}x^3+ ...)<br /> which you can recognize as being the Taylor&#039;s series for cos(x) and sin(x):<br /> e<sup>ix</sup>= cos(x)+ i sin(x). Since cos(\pi)= -1 and sin(\pi)= 0, that gives e^{i\pi}= -1.
 
Thanks a bunch, Halls.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top