Integration Series: Investigating a Puzzling Relation

  • Context: Undergrad 
  • Thread starter Thread starter disregardthat
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 3K views
Messages
1,864
Reaction score
34
Hey, I am not trying to prove anything here, just merely asking a question to something I tryed:

I found a relation to the Taylor series and how the integration by parts expand.

for example:

[tex]\int e^x dx = x e^x - \int xe^x dx[/tex]

[tex]\int xe^x dx = \frac{x^2}{2}e^x - \int \frac{x^2}{2}e^x dx[/tex]

[tex]\int \frac{x^2}{2}e^x dx = \frac{x^3}{6}e^x - \int \frac{x^3}{6}e^x dx[/tex]

We see that this goes on and on to this:

[tex]\int e^x dx = e^x[/tex]

[tex]e^x = xe^x - \frac{x^2}{2}e^x + \frac{x^3}{6}e^x - \frac{x^4}{24}e^x...\frac{x^n}{n!}e^x[/tex]

[tex]e^x=e^x \cdot \sum^{\infty}_{k=1}\frac{x^k}{k!}(-1)^{k-1}[/tex]

[tex]\sum^{\infty}_{k=1}\frac{x^k}{k!}(-1)^{k-1} = 1[/tex]

And that's definitely NOT true! What is wrong?
 
Physics news on Phys.org
You forgot about the arbitrary constant that comes out of integrating. It should fix the problem.

For example, instead of indefinite integration, choose limits of x and 0:

[tex]\int_0^x dt e^{t} = e^{x} - 1[/tex]

The series you get from the int. by parts can be written

[tex]e^{x}\left[\sinh x - \cosh x + 1\right] = e^{x} - 1[/tex], so the results do indeed agree.

(You have to be somewhat more careful in the case [itex]\int_{-\infty}^x dt \exp{t}[/itex], since the terms [itex]t^n \exp{t}[/itex] individually vanish as [itex]t \rightarrow -\infty[/itex], but the whole series actually converges to -1, which comes in as a +1 to cancel the -1 from the [itex]\exp{x}-1[/itex] result)
 
Last edited:
Hi again, I think I found an expression for [tex]e^{-x}[/tex], but I am not sure if it is correct:

[tex]e^{-x} = \sum_{n=0}^{\infty}\frac{x^n(-1)^n}{n!}[/tex]

You probably know if it's wrong or not.
 
Yeah, I realized that now, and was going to change it... like this:
[tex]e^{x} = \sum_{n=0}^{\infty}\frac{(-x)^n(-1)^n}{n!} = \sum_{n=0}^{\infty}\frac{x^n}{n!}[/tex]

How is the taylor series of e^x made? Is it by integration?
 
Oh I don't know much about differential equations..

But I saw a flash "movie" about it. may it go something like this?

y=y'
y=dy/dx
ydx=dy
1dx=1/y dy
x=lny
y=e^x

I don't know what a power series is.
 
Last edited:
Well simply then, what quasar987 said asked was "find some function, where its derivative is equal to itself". Without having to know how to solve differential equations, we can see that the series posted is the solutions, just by finding the derivative of the series. We DEFINE e to be the solution to the differential equation,(there is a theorem that ensures uniquenesses of solutions) and we see the power series also satisfies it. Hence, they are equal.

But there are many ways to define the exponential function, many!
One other one is: The Inverse function of the function [tex]\int^x_1 \frac{1}{t} dt[/tex]. What makes that obvious is that the integral is just the natural log function. You could define e in terms of many limits, products, integrals and series, countless definitions but some are more common than others, since it makes more sense to define it in a certain way. Eg It is quite easy to prove the limit [tex]\lim_{h\to 0} \frac{e^h-1}{h}=1[/tex] when we define e in terms of its power series, but not so easy otherwise!
 
Last edited:
Yeah, the series is equal to itself when derivated because everything is "shifted".

1+x+x^2/2+x^3/6+...+x^n/n!

the derivative:

(1)' +(x)' + (x^2/2)' + (x^3/6)'+...+(x^n/n!)'= 0 + 1 + x +x^2/2 + ... + x^(n-1)/(n-1)!

Was that the point?

(there is a theorem that ensures uniquenesses of solutions)
What do you mean by this excactly?
 
"Yeah, the series is equal to itself when derivated because everything is "shifted"." Correct, that's the point.

"What do you mean by this excactly?" Well some problems have several solutions yes? polynomials, integrals with different constants of integration etc etc.

For Differential Equations we are ensured 1 solution (with sufficient conditions) so we know that when we do find the power series solution to "find a function which is its own derivative", that it is equal to the ONLY solution, e^x, instead of perhaps some other solution that would be applicable if this theorem was not there.
 
Gib Z said:
For Differential Equations we are ensured 1 solution (with sufficient conditions) so we know that when we do find the power series solution to "find a function which is its own derivative", that it is equal to the ONLY solution, e^x, instead of perhaps some other solution that would be applicable if this theorem was not there.

Certainly, the 0 function is its own derivative, so there's something missing from this statement of the uniqueness theorem. I'm sure you know what it is. ;)