Show that the Taylor series for this Lagrangian is the following...

Click For Summary

Homework Help Overview

The discussion revolves around the Taylor series expansion of a Lagrangian expressed in terms of a variable \( \epsilon \). Participants are attempting to understand how to expand the expression \( L(v^2 + 2v\epsilon + \epsilon^2) \) in powers of \( \epsilon \) and clarify the notation and reasoning behind the terms involved.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants are exploring the Taylor series expansion with respect to \( \epsilon \) and questioning the correct application of the Taylor series formula. There is confusion regarding the notation of derivatives and how they relate to the expansion of \( L(v^2) \) versus \( L(v^2 + 2v\epsilon + \epsilon^2) \).

Discussion Status

Multiple interpretations of the Taylor series expansion are being explored, with some participants suggesting different notations for derivatives and others expressing uncertainty about the correct approach. Guidance has been offered regarding the relationship between the functions involved, but no consensus has been reached on the notation and methodology.

Contextual Notes

Participants are grappling with the implications of treating \( \epsilon \) as a small parameter and how it affects the expansion. There is also discussion about the appropriate use of derivatives in the context of composite functions.

gionole
Messages
281
Reaction score
24
Homework Statement
Show Taylor series for the lagrangian is the following
Relevant Equations
..
We have ##L(v^2 + 2v\epsilon + \epsilon^2)##. Then, the book proceeds to mention that we need to expand this in powers of ##\epsilon## and then neglect the terms above first order, we obtain:

##L(v^2) + \frac{\partial L}{\partial v^2}2v\epsilon## (This is what I don't get).

We know taylor is given by: ##p(x) = f(a) + f'(a)(x-a) + ....##

I tried doing this in respect to $\epsilon$. We know ##\epsilon## is super small, so our taylor is ##f(0) + f'(0)(x-0) = L(v^2) + \frac{\partial L}{\partial \epsilon}(2v+2\epsilon)|(\epsilon=0)(\epsilon-0) = L(v^2) + \frac{\partial L}{\partial \epsilon}2v\epsilon## (note that I don't have ##\frac{\partial L}{\partial v^2}##)

If I try doing taylor with respect to ##v^2##, then I don't get ##L(v^2)## as the first part because ##f(a) != L(v^2)##

Where am I making a mistake?
 
Physics news on Phys.org
Niel said:
Homework Statement: Show Taylor series for the lagrangian is the following
Relevant Equations: ..

We have ##L(v^2 + 2v\epsilon + \epsilon^2)##. Then, the book proceeds to mention that we need to expand this in powers of ##\epsilon## and then neglect the terms above first order, we obtain:

##L(v^2) + \frac{\partial L}{\partial v^2}2v\epsilon## (This is what I don't get).

I'm not sure that's correct, or at least the notation is confusing.

We know taylor is given by: ##p(x) = f(a) + f'(a)(x-a) + ....##

I tried doing this in respect to $\epsilon$. We know ##\epsilon## is super small, so our taylor is ##f(0) + f'(0)(x-0) = L(v^2) + \frac{\partial L}{\partial \epsilon}(2v+2\epsilon)|(\epsilon=0)(\epsilon-0) = L(v^2) + \frac{\partial L}{\partial \epsilon}2v\epsilon## (note that I don't have ##\frac{\partial L}{\partial v^2}##)

This is incorrect. \epsilon here is playing the role of x and v is playing the role of a, but the role of f is played by (v \mapsto L(v^2)) rather than L. So we should find \begin{split}<br /> L(v^2 + 2\epsilon v + \epsilon^2) &amp;= <br /> L((v + \epsilon)^2) \\<br /> &amp;= L(v^2) + \epsilon \left.\frac{d}{dz}L(z^2)\right|_{z=v} + O(\epsilon^2) \\<br /> &amp;= L(v^2) + 2\epsilon v L&#039;(v^2) + O(\epsilon^2) \end{split} where a prime denotes differentiation of a function of a single variable with respect to its argument. I suppose you could write L&#039;(v^2) as \dfrac{\partial L}{\partial v^2} but if you want to use Leibnitz notation then \left.\dfrac{dL}{dz}\right|_{z = v^2} would be more usual.
 
  • Like
Likes   Reactions: PeroK
... the way I would look at it is this. Let ##f(v) = L(v^2)##, so that ##f'(v) = 2vL'(v^2)## (by the chain rule). Then:
$$L((v+\epsilon)^2) = f(v+\epsilon) = f(v) + \epsilon f'(v) + O(\epsilon^2) = L(v^2) + 2\epsilon vL'(v)$$I don't like the notation ##\frac{\partial L}{\partial v^2}##. Instead, as above, using ##L'## as the derivative of ##L## seems much neater to me.
 
  • Like
Likes   Reactions: fresh_42
PeroK said:
... the way I would look at it is this. Let ##f(v) = L(v^2)##, so that ##f'(v) = 2vL'(v^2)## (by the chain rule). Then:
$$L((v+\epsilon)^2) = f(v+\epsilon) = f(v) + \epsilon f'(v) + O(\epsilon^2) = L(v^2) + 2\epsilon vL'(v)$$I don't like the notation ##\frac{\partial L}{\partial v^2}##. Instead, as above, using ##L'## as the derivative of ##L## seems much neater to me.
To me, what always seemed simpler in taylor was always find the taylor for simple function and then in terms of x, plug in the new value. Here, the idea is to write ##L(v^2)## in terms of taylor series and not the ##L(v^2 + 2v\epsilon + \epsilon^2)## and when we do taylor around point ##v## for this, we will just plug in ##v+\epsilon## and it will be great approximation since ##\epsilon## is super small and ##v+\epsilon## super close to point ##v##.

Taylor for ##L(v^2)## is ##f(a) + f'(a)(x-a) = f(v) + f'(v)(x-a) = L(v^2) + L'(v^2)(x-v)## At this point, I don't know what the ##L'(v^2)## means - simply put, by what we derivate it with ? If derivative here means by ##v##, then the saying that we do taylor around ##v## seems confusing. The around point for taylor and derivation should be by different variables I believe.

If we say that ##L(v^2) + L'(v^2)(x-v) = L(v^2) + 2vL'(v^2)(x-v)## and plugging in ##L(v^2) + L'(v^2)(v+\epsilon-v) = L(v^2) + 2v\epsilon L'(v^2)##.. Thoughts ?
 
Niel said:
Thoughts ?
##L(v^2)## is a composition of the function ##L## with the function ##v^2##. Once you see that, all should be clear. That's why formally we can introduce the function ##f## as this composition: ##f(v) = L(v^2)##.
 
  • Like
Likes   Reactions: gionole

Similar threads

Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
4
Views
2K
  • · Replies 42 ·
2
Replies
42
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K