How Can I Find the Equation for a Functional Taylor Expansion?

juliette sekx
Messages
31
Reaction score
0
Hello,
Is there any place I can find the equation for the Taylor expansion of a functional around a function ??

Particularly, I want something like:

<br /> f[x(t)] = f[\hat{x}(t)] + (f[\hat{x}(t)] - f[x(t)] \frac{\delta f}{\delta x(t)}|_{x(t)=\hat{x}(t)} + \frac{(f[\hat{x}(t)] - f[x(t)])^2}{2!}\frac{\delta ^2f}{\delta ^2x(t)}|_{x(t)=\hat{x}(t)} \ldots<br />

Particularly I want to expand the functional:

<br /> f[\Psi] around the function \Psi \Psi^* where \Psi^* is the compex conjugate
 
Physics news on Phys.org
Hello,
Is this problem completely ill-posed ??
Is there no such thing as a funcitonal taylor series ??

Is there a book where I can find the formula ??

THank you.
 
What is \hat{x} ? If f,x \in C^{\infty} ( \mathbb{R}) then
f[x(t)] = f[ x( t_0 )] + \left( f[x(t)] - f[x(t_0)] \right) \frac{\delta f}{\delta x(t)}|_{ t = t_0 } + \frac{ \left( f[x(t)] - f[x(t_0 )] \right) ^2}{2!}\frac{\delta ^2f}{\delta ^2x(t)}|_{t = t_0} } + \ldots​
forall t \in ( t_0 - \epsilon , t_0 + \epsilon), where \epsilon small enough.
 
\hat{x}(t) was supposed to be the funciton about which the series is being expanded.

What you typed out looks like just a regular taylor series (expanded about a variable), I want a functional taylor series (expanded about a FUNCTION). I realized just now that the second term should probably be negative.
 
I'm a little skeptical of being able to make sense of expanding f[\Psi] about \Psi \Psi^*, because \Psi and \Psi^* are typically analytically independent of each other, so I don't expect there to be a sensible notion of "closeness".

OTOH, you do have f[\Psi] = f[\Psi \Psi^* + (\Psi - \Psi \Psi^*)], so *shrug*.
 
Okay, I may be missing something that you typed ...
juliette sekx said:
I want a functional taylor series (expanded about a FUNCTION). I realized just now that the second term should probably be negative.

which functional space are everything occurring to ?

For example, when you said that f = g in C(a,b) then f (t) = g (t) for all t \in [a,b], or, when you said that f = g in L^1(a,b) then
\int_{a}^b |f(t) - g(t)| dt = 0​
etc ... So, what is f[x(t)] ? function, number, distribution ? You write f[x(t)] = ..., what did it mean ?

juliette sekx said:
\hat{x}(t) was supposed to be the funciton about which the series is being expanded.

pardon, which series did you mean ?
 
Hello,

f[x(t)] is a functional of the function x(t).

Now, just as I can expand x(t) in a series about some point \hat{t}, which will give me an approximation of x(t) near \hat{t},

I want to expand f[x(t)] in a series about the function \hat{x}(t), which will give me an approximation of f[x(t)] near \hat{x}(t).



For example, let's say f[x(t)]=sin[x(t)].

I think (although I'm not sure), f[x(t)] can be written as:

f[x(t)] = x(t) - \frac{(x(t))^3}{3!} + \frac{(x(t))^5}{5!} + \ldots

Now let's say we want to see what this functional looks like for functions close to \hat{x}(t)=cos(t).

Again, I'm not sure, but I think the functional could be written something like:

f[x(t)] \approx cos(t) - \frac{(x(t)-cos(t))^3}{3!} + \frac{(x(t)-cos(t))^5}{5!} + \ldots

so if x(t) is some function very similar to cos(t) ... let's say it's cos(t) with a few wiggles, then the above formula would give an approximation of f[x(t)].

I hope that wasn't too confusing (I haven't studied calculus of variations very much). Please let me know if what I said doens't make sense.
 
okay, now i understand what you mean. You can do that in some special cases.

If the function f in C^\infty ( \mathbb{R}), ie, the nth derivative \frac{d^n f}{ dx^n} always exists and it is a continuos function on \mathbb{R}, for all n \in \mathbb{N}. Then you have
f(u) = f(v) + \sum_{n=1}^{\infty} \frac{1}{n!} \cdot \frac{d^n f}{ dx^n} (u) \, \cdot \, (u-v)^n \;\; , \; \forall u,v \in \mathbb{R}​
where \frac{d^n f}{ dx^n} (u) is the nth derivative \frac{d^n f}{ dx^n} evaluated at the point u.

Now, for all t \in \mathbb{R}, we put u = x(t) and v = \hat{x}(t) so that we can write
f(u) = f(v) + \sum_{n=1}^{\infty} \frac{1}{n!} \cdot \frac{d^n f}{ dx^n} (u) \,\cdot \, (u-v)^n​
ie, for all t \in \mathbb{R}
f(x(t)) = f \left( \hat{x}(t) \right) + \sum_{n=1}^{\infty} \frac{1}{n!} \frac{d^n f}{ dx ^n} \left( \hat{x}(t) \right) \, \cdot \, \left[ x(t)- \hat{x} (t) \right]^n​
if f \in C^\infty ( \mathbb{R})

For example, if f \left( x(t) \right)=\sin x(t) then f \in C^\infty ( \mathbb{R}) and we have
f[x(t)] = x(t) - \frac{(x(t))^3}{3!} + \frac{(x(t))^5}{5!} + \ldots​
where \hat{x} (t) = 0 for all t \in \mathbb{R}, and
f(x(t)) = \sin \left( \cos(t) \right) + \sum_{k = 1}^{\infty} \frac{(-1)^k}{(2k) !} \sin \left( \cos t\right) \, \left( x(t) - \cos t \right) ^{2k} + \sum_{k = 0}^{\infty} \frac{(-1)^k}{(2k + 1) !} \cos \left( \cos t \right) \, \left( x(t) - \cos t \right) ^{2k +1}​
where \hat{x} (t) = \cos t for all t \in \mathbb{R}.
 
Thank you Brahman,

That would be the intuitive way of thinking about it (defining the functional Taylor series pointwise where at each point the series is equal to the Taylor series at that point) ,

but the reason why I was asking all this is because I thought the expression was much more complicated.

On page 234 of this pdf file (It will say pg 234 in acrobat reader, but pg 226 on the actual page since the first few pages are not numbered):
http://www.math.uwaterloo.ca/~mscott/Notes.pdf

The funcitonal Taylor series is defined under the word "Proof" , but only for the very special case of x(t)=0.

Still, this expression is much more complicated than the one you typed out (and the ones that I was suggesting). It involves n'th degree funcitonal differentiation and multiple integrations.

I'm looking for the general expression for this formula, that is not specific to the case x(t)=0.

I hope there is a book or reference that has this formula
 
Last edited by a moderator:
  • #10
oh, the formula doesn't look familiar with me, it was more complicated than what we typed. Because i have no background of Stochastics prossess, so hope that some one else will help you with the general formula ^-^ . Anyway, the book you sent is worthy of note. Cheers!

PS: edit what I typed

<br /> f(u) = f(v) + \sum_{n=1}^{\infty} \frac{1}{n!} \cdot \frac{d^n f}{ dx^n} (v) \, \cdot \, (u-v)^n \;\; , \; \forall u,v \in \mathbb{R} <br />​
 
  • #11
juliette sekx said:
I'm looking for the general expression for this formula, that is not specific to the case x(t)=0.
Can't you just translate?

e.g. in the single real variable case, you can get the Taylor series for f(x) about x=a by finding the Taylor series for f(y+a) about y=0.
 
  • #12
Hurkyl said:
Can't you just translate?

e.g. in the single real variable case, you can get the Taylor series for f(x) about x=a by finding the Taylor series for f(y+a) about y=0.

I don't think it's that simple, you see how each derivative is evaluated at gamma=0 ??
If we are expanding around an arbitrary funciton, then we are evaluating these derivatives at those "functions" (not just variables) ... and that's confusing me since this book doesn't explain what \gamma_1, \gamma_2, etc. are

That's why I'd like to see this formula in a real book, not just to see the formula for the general form, but to also understand why the formula looks the way it is.

And Brahman, this functional taylor series has nothing to do with stochastic processes.. it's just used to prove something related to them. It's actually a topic of functional calculus (or 'calculus of variations')
 
  • #13
looks like this topic is dead now for a while. Still, in case anybody comes across the same question: I believe what Juliette is looking for is what is called a "Volterra Series" expansion.
 
Back
Top