Variational Calculus : Geodesics w/ Constraints

Click For Summary
SUMMARY

The discussion focuses on finding geodesics on a cylinder defined by the equation x² + y² = a², specifically between points A=(a,0,0) and B=(a cos(θ), a sin(θ), b), and between A and C=(a, 0, 2π, b). The Euler-Lagrange equations are utilized, with the length functional expressed as F = √(x'² + y'² + z'²) and G = x² + y². The user attempts to solve the resulting equations using Mathematica but encounters difficulties, leading to suggestions for alternative approaches, including differentiating the constraint equation and avoiding reliance on Mathematica's Solve function.

PREREQUISITES
  • Understanding of variational calculus and geodesics
  • Familiarity with Euler-Lagrange equations
  • Basic knowledge of parameterization by arc length
  • Experience with Mathematica for symbolic computation
NEXT STEPS
  • Explore the derivation of geodesics on cylindrical surfaces
  • Learn how to apply Euler-Lagrange equations to constraint problems
  • Investigate alternative methods for solving differential equations without computational tools
  • Study the implications of simple harmonic motion in variational calculus
USEFUL FOR

Students and researchers in mathematics, particularly those studying variational calculus, differential geometry, and physics applications involving geodesics and constraints.

lstellyl
Messages
40
Reaction score
0

Homework Statement



Consider the cylinder S in R3 defined by the equation x^2+y^2=a^2

(a). The points A=(a,0,0) \: and \: B = (a \cos{\theta}, a \sin{\theta}, b) both lie on S. Find the geodesics joining them.

(b). Find 2 different extremals of the length functional joining A=(a,0,0) and C = (a, 0 2 \pi, b). How many extremals join A and C?


Homework Equations



Euler-Lagrange generalized equations:
\frac{\partial}{\partial x_i } \{F+\sum_k \lambda_j (t) G_j \} - \frac{d}{dt} \{ \frac{\partial}{\partial x'_i } \{ F+\sum_k \lambda_j (t) G_j \} \}


The Attempt at a Solution



using F= \sqrt{x'^2+y'^2+z'^2} \: and \: G= x^2+y^2 and assuming that the geodesic path \gamma was parameterized by arc length, meaning that |u'(t)|=1, i was able to get the following equations:

\lambda (t) x(t) = x''(t)

\lambda (t) y(t) = y''(t)

z'(t) = C where C is a constant.

although for some reason mathematica wouldn't solve this for me... these are all simple harmonic oscillator equations... (hopefully, i say that and actually solve them correctly...)

forming the equations with constants and solving for the boundary conditions, i found the following using Mathematica's Solve function:

<br /> x(t) = A e^{k t} + D
y(t) = B e^{k t} + E
z(t) = \frac{b}{L} \:\: (trivial)

where

A = - \frac{2 a \sin{\theta/2}^2}{e^{ k L} - 1}

B = \frac{ a \sin{\theta}}{e^{ k L} - 1}

D = \frac{ a ( e^{k L} - \cos{\theta})}{e^{ k L} - 1}

E = B

where k = Sqrt[lambda] and L is the length of the curve (since it is parameterized by arc-length)

...

This solution doesn't look right to me, and I don't want to move on to part 2 with this incorrect. I feel like i am doing something implicitly wrong and should maybe be canceling out lambdas or something... because I still have a lambda in those constant values...

any help or direction would be appreciated... it has not been a good day for me and i am having trouble focusing.
 
Physics news on Phys.org
You probably actually want to use G=(x^2+y^2-a^2). And yes, they are simple harmonic motion equations, since lambda is a constant. Not a function of t. Your next step after that shouldn't be to resort to Mathematica's Solve function. Those solutions actually look pretty wacky. Your next step should be to try to find lambda in terms of C and a^2. Hint: differentiate x^2+y^2=a^2 twice and use your |u'(t)|=1 condition and the other equations. Do you really have to solve this as a constraint problem? There are easier ways.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
3K
Replies
4
Views
2K
Replies
14
Views
2K
Replies
5
Views
2K