A simple functional derivative

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.