Get the equation catenary using variational method

Click For Summary

Discussion Overview

The discussion revolves around deriving the equation of a catenary using the variational method, specifically focusing on the application of Lagrange multipliers and the Euler-Lagrange equations. Participants explore the mathematical formulation and constraints involved in the problem.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the potential energy integral to minimize and introduces the constraint of constant rope length using Lagrange multipliers.
  • Another participant suggests that the Lagrange multiplier should be integrated with respect to the same variable as the original integral, emphasizing the application of the Euler-Lagrange equations.
  • A different participant expresses confusion about the placement of the constraint in the integrand, questioning why it isn't included directly in the potential energy integral.
  • One participant argues that adding the constraint as a constant does not affect the minimization process, suggesting that the constraint should integrate to zero when minimized.
  • Another participant questions the necessity of Lagrange multipliers, proposing that the original integral could be directly plugged into the Euler-Lagrange equations to derive a nonlinear second-order ODE.

Areas of Agreement / Disagreement

Participants express differing views on the use of Lagrange multipliers and the correct formulation of the integral. There is no consensus on the best approach to take in solving the problem, indicating multiple competing perspectives remain.

Contextual Notes

Participants note issues with the clarity of mathematical notation, particularly with LaTeX output, which may affect understanding. The discussion also highlights the distinction between global and local constraints, although this concept is not fully explored by all participants.

Who May Find This Useful

This discussion may be useful for those interested in variational methods, the mathematics of catenaries, and the application of Lagrange multipliers in physics and engineering contexts.

kof9595995
Messages
676
Reaction score
2
I tried to solve the equation of catenary by variational method the other day. The integral we want to minimize is the potential energy:
U = \int_{{x_2}}^{{x_1}} {\rho gy\sqrt {1 + y{'^2}} } dx
Then I got stuck at the constraint problem, and in this book,page55:http://books.google.com.sg/books?id...epage&q=catenary, variational method&f=false"
It used the fact that the total length of the rope is constant:
l = \int_{{x_2}}^{{x_1}} {\sqrt {1 + y{'^2}} } dx
Then it just made use of lagrange multipliers,change the integral to
U + \lambda l = \int_{{x_1}}^{{x_2}} {(\rho gy\sqrt {1 + y{'^2}} } + \lambda \sqrt {1 + y{'^2}} )dx
and minimized it.
I got confused here, when I learned lagrange multipliers in Lagrangian mechanics, if we want to minimize the action integral
I = \int_{{t_1}}^{{t_2}} L dt
with a constraint g(x,y...)=constant, we change the integral to
I = \int_{{t_1}}^{{t_2}} {(L} + \lambda g)dt,
e.g.,the constraint's equation goes inside the integral you want to minimize, so why not in this catenary problem change the integral into
{U^*} = \int_{{x_1}}^{{x_2}} {(\rho gy\sqrt {1 + y{'^2}} } + \lambda l)dx = \int_{{x_1}}^{{x_2}} {(\rho gy\sqrt {1 + y{'^2}} } + \lambda \int_{{x_1}}^{{x_2}} {\sqrt {1 + y{'^2}} dx} )dx
And if I do it in this way, I can't see how to solve it.
(edit: typo in the title: equation of catenary )
 
Last edited by a moderator:
Physics news on Phys.org
It looks like you got confused when adding the lagrange multiplier...

your third line in your post is correct. you must integrate with respect to dx of the lagrangian = L+lambda*g where the x in your constraint is the same x that you are integrating over.

in essence, you simply apply the euler-lagrange equations to the full lagrangian (with the constraint). You will arrive with a second order (or in this case, first order with a constant if you apply the second form of the euler-lagrange equations) differential equation with a solution that has two constants of integration, and one lagrange multiplier.

to solve for these three constants you must use the original constraint equation (g=constant) as well as your two initial conditions
 
Em, I still don't get it. I tried to use varitional method by anology of what I learned in classical mechanics, If you want to minimize the integral with a constraint g=constant, then g must go into the integrand, but in this case isn't g= \int_{{x_2}}^{{x_1}} {\sqrt {1 + y{single-quote^2}} } dx ? So why don't we put this integral as part of the integrand of U?
(Just in case of confusion, note g here is the equation of constrant not the acceleration constant)
 
Seems that the latex output is messed up, the whole ysingle-quote thing is just y'.
 
so let's think about it this way:

if we were to do this:

<br /> {U^*} = \int_{{x_1}}^{{x_2}} {(\rho gy\sqrt {1 + y{\single-quote^2}} } + \lambda l)dx = \int_{{x_1}}^{{x_2}} {(\rho gy\sqrt {1 + y{single-quote^2}} } + \lambda \int_{{x_1}}^{{x_2}} {\sqrt {1 + y{single-quote^2}} dx} )dx<br />

then, all we are really doing is adding a constant to our integral, which does nothing for us.

the way i think about it is... we are minimizing the action (integral of L), but we have a constraint... what we want to do is add something to the integrand which we know will integrate to 0, and then multiply it by a constant (your lagrange multiplier, lambda) so that when we minimize the functional, we are still minimizing the action, just requiring that our constraint is 0 when we do it.

as a result, since this is what is called a global constraint (as opposed to a local constraint), we simply add the two together (since the limits of integration are the same), and then subtract by the constant that we require g to be (this ends up vanishing when we minimize it, since it is just a constant)

does that help at all? I'm sorry if it doesn't I will write up something a little more rigorous with latex and all if i finish my work anytime soon...

edit: yeah, wow... something is wrong with the latex output
 
Last edited:
lstellyl said:
then, all we are really doing is adding a constant to our integral, which does nothing for us.

the way i think about it is... we are minimizing the action (integral of L), but we have a constraint... what we want to do is add something to the integrand which we know will integrate to 0, and then multiply it by a constant (your lagrange multiplier, lambda) so that when we minimize the functional, we are still minimizing the action, just requiring that our constraint is 0 when we do it.
I can see your point here, but isn't what you said still true if I put it in the intergrand?
lstellyl said:
as a result, since this is what is called a global constraint (as opposed to a local constraint), we simply add the two together (since the limits of integration are the same), and then subtract by the constant that we require g to be (this ends up vanishing when we minimize it, since it is just a constant)
I've no idea what a global constraint is, but I'll google it.
lstellyl said:
does that help at all? I'm sorry if it doesn't I will write up something a little more rigorous with latex and all if i finish my work anytime soon...
I believe we are making progress, and don't be sorry man, you are helping people.
 
I don't understand why Lagrange multipliers are necessary. Why not take OP's first line and plug into Euler-Lagrange equations? You will end up getting a nonlinear 2nd order ODE that I don't know how to solve off the top of my head, but you can easily confirm that catenary is a solution.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K