A simple functional derivative

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
sprik
Messages
1
Reaction score
0
Hi!
I am doing some numerical calculations recently. I need to calculate the functional derivative. eg. functional :
[tex]n(\rho)=\int dr'r'\rho(r')f(r,r')[/tex]
it need to calculate:
[tex]\frac{\delta n(r)}{\delta\rho(r')}[/tex]

I think the derivative is r'f(r,r'). Is this right?

Thanks very much!
 
Last edited:
Physics news on Phys.org
I calculate it like this:
[tex]\frac{\delta n(r)}{\delta \rho(r^{\prime \prime})}=\int dr^{\prime} r^{\prime}\delta (r^{\prime}-r^{\prime \prime })f(r, r^{\prime})=r^{\prime \prime}f(r,r^{\prime \prime})[/tex]
So, I think your result is right.