Total derivative of a partial derivative

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
jimmycricket
Messages
115
Reaction score
2
Im doing a question on functionals and I have to use the Euler lagrange equation for a single function with a second derivative. My problem is I don't know how to evaluate [itex]\frac{d^2}{dx^2}(\frac{\partial F}{\partial y''})[/itex]. Here y is a function of x, so [itex]y'=\frac{dy}{dx}[/itex].
I know this is probably something I should be able to do by this stage but such is life.
 
Physics news on Phys.org
(a) To calculate [itex]\frac{\partial F}{\partial y''}[/itex], treat y'' as a variable independent of x, y, and y':[tex] \frac{\partial y}{\partial y''} = \frac{\partial y'}{\partial y''} = \frac{\partial x}{\partial y''}= 0 \\<br /> \frac{\partial y''}{\partial y''} = 1.[/tex]
(b) To calculate the second derivative of that with respect to x, give y, y' and y'' their normal meanings: [tex] \frac{dy''}{dx} = y''' \\ \frac{dy'}{dx} = y'' \\ \frac{dy}{dx} = y' \\ \frac{dx}{dx} = 1.[/tex]
 
  • Like
Likes   Reactions: jimmycricket
Im a little confused by your answer. I know that [tex]\frac{d}{dx}(\frac{\partial F}{\partial y'})=\frac{\partial^2 F}{\partial y' \partial y}\frac{dy}{dx}+\frac{\partial^2F}{\partial y'^2}\frac{d^2y}{dx^2}+\frac{\partial^2 F}{\partial y'\partial x}[/tex]
But I don't know how to extend this to find [tex] \frac{d^2}{dx^2}(\frac{\partial F}{\partial y''})[/tex]
 
jimmycricket said:
Im a little confused by your answer. I know that [tex]\frac{d}{dx}(\frac{\partial F}{\partial y'})=\frac{\partial^2 F}{\partial y' \partial y}\frac{dy}{dx}+\frac{\partial^2F}{\partial y'^2}\frac{d^2y}{dx^2}+\frac{\partial^2 F}{\partial y'\partial x}[/tex]
But I don't know how to extend this to find [tex] \frac{d^2}{dx^2}(\frac{\partial F}{\partial y''})[/tex]

It's the same priniciple: to find [itex]\frac{d}{dx}(\frac{\partial F}{\partial y'})[/itex] you first calculate [itex]\frac{\partial F}{\partial y'}[/itex] by regarding y' as a variable independent of [itex]x[/itex] and [itex]y[/itex]. Then you differentiate the result with respect to [itex]x[/itex], regarding y' as the derivative of y with respect to x.

Example: let [itex]F(x,y,y') = x + yy' + y'^2[/itex]. Then [tex] \frac{\partial F}{\partial y'} = y + 2y' \\<br /> \frac{d}{dx}\left( \frac{\partial F}{\partial y'} \right) = \frac{d}{dx}(y + 2y') = y' + 2y''.[/tex]

It's the same principle with [itex]\frac{d^2}{dx^2}(\frac{\partial F}{\partial y''})[/itex]. Let [itex]F(x,y,y',y'') = x + y + y'y'' + e^{y''}[/itex]. Then [tex] \frac{\partial F}{\partial y''} = y' + e^{y''} \\<br /> \frac{d}{dx} \left(\frac{\partial F}{\partial y''} \right) = y'' + y'''e^{y''} \\<br /> \frac{d^2}{dx^2} \left(\frac{\partial F}{\partial y''} \right) = y''' + y^{(4)}e^{y''} + (y''')^2 e^{y''}.[/tex]
 
Last edited:
  • Like
Likes   Reactions: jimmycricket