Friday, September 20, 2019

multivariable calculus - Deriving a high ordered Euler-Lagrange equation.


I've been able to derive the Euler-Lagrange equation for baF(x,y,y)dx relatively easily by using the total derivative and integration by parts. However, I was unable to apply the same methods whilst trying to derive the Euler-Lagrange for baF(x,y,y,y)dx A proof would be great, but a proper name for this type of equation would also be appreciated (without a term I've found scouring the internet for a Euler-Lagrange of this form to be quite difficult).


Answer



Start by setting up a variation yϵ(x)=y(x)+ϵh(x) where ϵ is some small real number and h(x) is zero on the boundaries. You now have a functional of the form


baf(x,yϵ,yϵ,yϵ)dx.


Differentiate with respect to ϵ and use the Leibniz rule.



ddϵbaf(x,yϵ,yϵ,yϵ)dx=baϵf(x,yϵ,yϵ,yϵ)dx.


Note that


ϵf(x,yϵ,yϵ,yϵ)=fxxϵ+fyϵyϵϵ+fyϵyϵϵ+fyϵyϵϵ


It follows that


ϵf(x,yϵ,yϵ,yϵ)=fyϵh(x)+fyϵh(x)+fyϵh(x)


Your functional now looks like


ba(fyϵh(x)+fyϵh(x)+fyϵh(x))dx.


Since you are looking for a stationary point, set it equal to zero and now evaluate it at ϵ=0.


0=ba(fyh(x)+fyh(x)+fyh(x))dx.


Use integration by parts on the second and third terms. I will only perform it on the third term since you state you've derived the simpler case before. This term must be integrated by parts twice.



bafyh(x)dx.


Choose u=fy and v=h(x) so u=ddx(fy) and v=h(x).


The resulting integration by parts is


fyh(x)|babaddx(fy)h(x)dx


The first term is zero since h(x) is zero on the boundaries. The second term must be integrated by parts again but now with


u=ddx(fy)


u=d2dx2(fy)


v=h(x)


v=h(x)


I will leave the substitutions to you. The functional now reads:



0=ab[fyddx(fy)+d2dx2(fy)]h(x)dx


This should work for any function h(x) so your Euler-Lagrange equation is


0=fyddx(fy)+d2dx2(fy)


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...