Group Abstract Group Abstract

Message Boards Message Boards

0
|
603 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Question on functional derivatives

Posted 5 months ago

For a real quantity, its absolute value should be equal to the square-root of the quantity squared. Thus, in the example below (i.e., for |u'(x)|), why do I get different functional derivatives? What do I miss something? What is the correct answer?

Needs["VariationalMethods`"];

A = Sqrt[D[u[x], x]^2];

B = Abs[D[u[x], x]];

dA = VariationalD[A, u[x], x]

dB = VariationalD[B, u[x], x]
POSTED BY: Yep Led
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard
Be respectful. Review our Community Guidelines to understand your role and responsibilities. Community Terms of Use