Variation of a Functional with Boundary Conditions

Whitehole
Messages
128
Reaction score
4

Homework Statement


Consider the functional ##S(a,b) = \int_0^∞ r(1-b)a' \, dr ## of two functions ##a(r)## and ##b(r)## (with ##a' = \frac{da}{dr}##). Find the ##a(r)## and ##b(r)## that extremize ##S##, with boundary conditions ##a(∞) = b(∞) = 1##.

Homework Equations

The Attempt at a Solution


I know how to find ##b(r)##, my problem is ##a(r)##. This is what I've done,

##δS = \int_0^∞ r(1-η)a' \, dr = \int_0^∞ ra' \, dr + \int_0^∞ ra'η \, dr##
where ##η## is the variation in ##b##.

Can I say that since both terms should be ##0## so for the right term, since ##η## is arbitrary ##a' = 0## which implies the left term is also zero?
 
Physics news on Phys.org
Whitehole said:

Homework Statement


Consider the functional ##S(a,b) = \int_0^∞ r(1-b)a' \, dr ## of two functions ##a(r)## and ##b(r)## (with ##a' = \frac{da}{dr}##). Find the ##a(r)## and ##b(r)## that extremize ##S##, with boundary conditions ##a(∞) = b(∞) = 1##.

Homework Equations

The Attempt at a Solution


I know how to find ##b(r)##, my problem is ##a(r)##. This is what I've done,

##δS = \int_0^∞ r(1-η)a' \, dr = \int_0^∞ ra' \, dr + \int_0^∞ ra'η \, dr##
where ##η## is the variation in ##b##.
I could be way off-base here, but isn't ##dS = \frac{\partial S}{\partial a} \cdot da + \frac{\partial S}{\partial b} \cdot db##?
The two partial derivatives above are the partials of S(a, b), one with respect to a and the other with respect to b.
Whitehole said:
Can I say that since both terms should be ##0## so for the right term, since ##η## is arbitrary ##a' = 0## which implies the left term is also zero?
 
Mark44 said:
I could be way off-base here, but isn't ##dS = \frac{\partial S}{\partial a} \cdot da + \frac{\partial S}{\partial b} \cdot db##?
The two partial derivatives above are the partials of S(a, b), one with respect to a and the other with respect to b.

##S## is a functional, not a function. In the expression, ##a## and ##b## are not numbers, they are functions. As such the derivatives should be functional derivatives and not partial ones. Still, the variation with respect to ##b## is not done correctly.
 
Orodruin said:
##S## is a functional, not a function. In the expression, ##a## and ##b## are not numbers, they are functions. As such the derivatives should be functional derivatives and not partial ones. Still, the variation with respect to ##b## is not done correctly.
Should it be ##δb(r) = (b(r + η(r)) - b(r)) = b'(r)η(r)##? So that ##δS = \int_0^∞ r(1-b'η)a' \, dr##?
 
Whitehole said:
Should it be ##δb(r) = (b(r + η(r)) - b(r)) = b'(r)η(r)##? So that ##δS = \int_0^∞ r(1-b'η)a' \, dr##?
No, I suggest you start from the definition of the functional derivative
 
Orodruin said:
No, I suggest you start from the definition of the functional derivative
##S(a,b) = \int_0^∞ f(b, a', r) \, dr = \int_0^∞ r(1-b)a' \, dr, \quad b = b(r) + αη(r)##

##\frac{dS}{dα} = \int_0^∞ \frac{∂f(b(r) + αη(r),~ a(r),~ r)}{∂α}~dr = \int_0^∞ r(-η)a'(r)~dr = -~ \int_0^∞ ra'(r)η(r)~dr = 0##

This implies ##a'(r) = 0##
 
Right, and therefore ...
 
Orodruin said:
Right, and therefore ...
##a = constant## but from the boundary condition, ##a(∞) = 1##, so ##a(r) = 1##. Thanks!
 
Back
Top