If $A^mu$ is not determined uniquely by Maxwell's equations, what happens if we solve for it numerically?












7












$begingroup$


Given a solution $A^{mu}(x)$ to Maxwell's equations
begin{equation}
Box A^{mu}(x)-partial^{mu}partial_{nu}A^{nu}=0tag{1}
end{equation}

which also satisfies some specified initial conditions at time $t_0$
begin{equation}
A^{mu}(vec{x},t_0)=f^{mu}(vec{x}),quad dot{A}^{mu}(vec{x},t_0)=g^{mu}(vec{x})tag{2}
end{equation}

we have that the function
begin{equation}
A^{'mu}(x)=A^{mu}(x)+partial^{mu}alpha(x)tag{3}
end{equation}

also satisfies the equations of motion, and if we arrange that the scalar function $alpha$ also satisfy that
begin{equation}
partial^{mu}alpha(vec{x},t_0)=0,quad partial^{mu}dot{alpha}(vec{x},t_0)=0 tag{4}
end{equation}

at the initial time $t_0$, then the new solution $A^{'mu}$ also satisfies the initial conditions. For example, the function
begin{equation}
alpha(vec{x},t)=(t-t_0)^5h(vec{x})e^{-(t-t_0)^2}
end{equation}

satisfies the conditions Eq.$(4)$ and also vanishes at $trightarrow pm infty$. Therefore, the solution to Eq.$(1)$ is not uniquely determined by the initial data Eq.$(2)$.



Question: If one simulates Eq.$(1)$ numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.$(2)$?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    Try and simulate it yourself. Spoiler alert: you won't be able to, at least not without fixing the gauge first. Numerically solving a PDE requires, for example, inverting a matrix/solving a linear system. This doesn't work when you have gauge invariance, because the matrix is singular.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 0:04






  • 2




    $begingroup$
    @AccidentalFourierTransform This isn't quite true. Your numerics may or not converge to a solution, depending on the algorithm. Some techniques involve solving a linear system, and they'll fail, but many techniques will e.g. trivially converge to the solution $alpha equiv 0$. The issue is non-uniqueness, not non-existence.
    $endgroup$
    – tparker
    Nov 17 '18 at 2:49












  • $begingroup$
    @tparker I never said anything about non-existence. A linear system with singular matrix has an infinite number of solutions. So we agree the issue is about non-uniqueness, not about non-existence.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 2:53






  • 2




    $begingroup$
    Related: physics.stackexchange.com/q/20071/2451
    $endgroup$
    – Qmechanic
    Nov 17 '18 at 3:37






  • 1




    $begingroup$
    If one simulates Eq.(1) numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.(2)? I don't think the assumption is true. Even though the solution is non-unique, your algorithm can converge to a particular solution. Take the ordinary equation $x^ 2=1$. If you apply the bisection method in the interval $[0,2]$, you find the solution $x=1$, although you miss $x=-1$. Other methods might not converge. So I think that without specifying a particular numerical method, answers are going to be very vague.
    $endgroup$
    – jinawee
    Nov 17 '18 at 11:46


















7












$begingroup$


Given a solution $A^{mu}(x)$ to Maxwell's equations
begin{equation}
Box A^{mu}(x)-partial^{mu}partial_{nu}A^{nu}=0tag{1}
end{equation}

which also satisfies some specified initial conditions at time $t_0$
begin{equation}
A^{mu}(vec{x},t_0)=f^{mu}(vec{x}),quad dot{A}^{mu}(vec{x},t_0)=g^{mu}(vec{x})tag{2}
end{equation}

we have that the function
begin{equation}
A^{'mu}(x)=A^{mu}(x)+partial^{mu}alpha(x)tag{3}
end{equation}

also satisfies the equations of motion, and if we arrange that the scalar function $alpha$ also satisfy that
begin{equation}
partial^{mu}alpha(vec{x},t_0)=0,quad partial^{mu}dot{alpha}(vec{x},t_0)=0 tag{4}
end{equation}

at the initial time $t_0$, then the new solution $A^{'mu}$ also satisfies the initial conditions. For example, the function
begin{equation}
alpha(vec{x},t)=(t-t_0)^5h(vec{x})e^{-(t-t_0)^2}
end{equation}

satisfies the conditions Eq.$(4)$ and also vanishes at $trightarrow pm infty$. Therefore, the solution to Eq.$(1)$ is not uniquely determined by the initial data Eq.$(2)$.



Question: If one simulates Eq.$(1)$ numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.$(2)$?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    Try and simulate it yourself. Spoiler alert: you won't be able to, at least not without fixing the gauge first. Numerically solving a PDE requires, for example, inverting a matrix/solving a linear system. This doesn't work when you have gauge invariance, because the matrix is singular.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 0:04






  • 2




    $begingroup$
    @AccidentalFourierTransform This isn't quite true. Your numerics may or not converge to a solution, depending on the algorithm. Some techniques involve solving a linear system, and they'll fail, but many techniques will e.g. trivially converge to the solution $alpha equiv 0$. The issue is non-uniqueness, not non-existence.
    $endgroup$
    – tparker
    Nov 17 '18 at 2:49












  • $begingroup$
    @tparker I never said anything about non-existence. A linear system with singular matrix has an infinite number of solutions. So we agree the issue is about non-uniqueness, not about non-existence.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 2:53






  • 2




    $begingroup$
    Related: physics.stackexchange.com/q/20071/2451
    $endgroup$
    – Qmechanic
    Nov 17 '18 at 3:37






  • 1




    $begingroup$
    If one simulates Eq.(1) numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.(2)? I don't think the assumption is true. Even though the solution is non-unique, your algorithm can converge to a particular solution. Take the ordinary equation $x^ 2=1$. If you apply the bisection method in the interval $[0,2]$, you find the solution $x=1$, although you miss $x=-1$. Other methods might not converge. So I think that without specifying a particular numerical method, answers are going to be very vague.
    $endgroup$
    – jinawee
    Nov 17 '18 at 11:46
















7












7








7


1



$begingroup$


Given a solution $A^{mu}(x)$ to Maxwell's equations
begin{equation}
Box A^{mu}(x)-partial^{mu}partial_{nu}A^{nu}=0tag{1}
end{equation}

which also satisfies some specified initial conditions at time $t_0$
begin{equation}
A^{mu}(vec{x},t_0)=f^{mu}(vec{x}),quad dot{A}^{mu}(vec{x},t_0)=g^{mu}(vec{x})tag{2}
end{equation}

we have that the function
begin{equation}
A^{'mu}(x)=A^{mu}(x)+partial^{mu}alpha(x)tag{3}
end{equation}

also satisfies the equations of motion, and if we arrange that the scalar function $alpha$ also satisfy that
begin{equation}
partial^{mu}alpha(vec{x},t_0)=0,quad partial^{mu}dot{alpha}(vec{x},t_0)=0 tag{4}
end{equation}

at the initial time $t_0$, then the new solution $A^{'mu}$ also satisfies the initial conditions. For example, the function
begin{equation}
alpha(vec{x},t)=(t-t_0)^5h(vec{x})e^{-(t-t_0)^2}
end{equation}

satisfies the conditions Eq.$(4)$ and also vanishes at $trightarrow pm infty$. Therefore, the solution to Eq.$(1)$ is not uniquely determined by the initial data Eq.$(2)$.



Question: If one simulates Eq.$(1)$ numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.$(2)$?










share|cite|improve this question











$endgroup$




Given a solution $A^{mu}(x)$ to Maxwell's equations
begin{equation}
Box A^{mu}(x)-partial^{mu}partial_{nu}A^{nu}=0tag{1}
end{equation}

which also satisfies some specified initial conditions at time $t_0$
begin{equation}
A^{mu}(vec{x},t_0)=f^{mu}(vec{x}),quad dot{A}^{mu}(vec{x},t_0)=g^{mu}(vec{x})tag{2}
end{equation}

we have that the function
begin{equation}
A^{'mu}(x)=A^{mu}(x)+partial^{mu}alpha(x)tag{3}
end{equation}

also satisfies the equations of motion, and if we arrange that the scalar function $alpha$ also satisfy that
begin{equation}
partial^{mu}alpha(vec{x},t_0)=0,quad partial^{mu}dot{alpha}(vec{x},t_0)=0 tag{4}
end{equation}

at the initial time $t_0$, then the new solution $A^{'mu}$ also satisfies the initial conditions. For example, the function
begin{equation}
alpha(vec{x},t)=(t-t_0)^5h(vec{x})e^{-(t-t_0)^2}
end{equation}

satisfies the conditions Eq.$(4)$ and also vanishes at $trightarrow pm infty$. Therefore, the solution to Eq.$(1)$ is not uniquely determined by the initial data Eq.$(2)$.



Question: If one simulates Eq.$(1)$ numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.$(2)$?







electromagnetism gauge-theory maxwell-equations boundary-conditions determinism






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 17 '18 at 10:29









knzhou

43.7k11119209




43.7k11119209










asked Nov 16 '18 at 23:54









LukeLuke

584411




584411








  • 3




    $begingroup$
    Try and simulate it yourself. Spoiler alert: you won't be able to, at least not without fixing the gauge first. Numerically solving a PDE requires, for example, inverting a matrix/solving a linear system. This doesn't work when you have gauge invariance, because the matrix is singular.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 0:04






  • 2




    $begingroup$
    @AccidentalFourierTransform This isn't quite true. Your numerics may or not converge to a solution, depending on the algorithm. Some techniques involve solving a linear system, and they'll fail, but many techniques will e.g. trivially converge to the solution $alpha equiv 0$. The issue is non-uniqueness, not non-existence.
    $endgroup$
    – tparker
    Nov 17 '18 at 2:49












  • $begingroup$
    @tparker I never said anything about non-existence. A linear system with singular matrix has an infinite number of solutions. So we agree the issue is about non-uniqueness, not about non-existence.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 2:53






  • 2




    $begingroup$
    Related: physics.stackexchange.com/q/20071/2451
    $endgroup$
    – Qmechanic
    Nov 17 '18 at 3:37






  • 1




    $begingroup$
    If one simulates Eq.(1) numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.(2)? I don't think the assumption is true. Even though the solution is non-unique, your algorithm can converge to a particular solution. Take the ordinary equation $x^ 2=1$. If you apply the bisection method in the interval $[0,2]$, you find the solution $x=1$, although you miss $x=-1$. Other methods might not converge. So I think that without specifying a particular numerical method, answers are going to be very vague.
    $endgroup$
    – jinawee
    Nov 17 '18 at 11:46
















  • 3




    $begingroup$
    Try and simulate it yourself. Spoiler alert: you won't be able to, at least not without fixing the gauge first. Numerically solving a PDE requires, for example, inverting a matrix/solving a linear system. This doesn't work when you have gauge invariance, because the matrix is singular.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 0:04






  • 2




    $begingroup$
    @AccidentalFourierTransform This isn't quite true. Your numerics may or not converge to a solution, depending on the algorithm. Some techniques involve solving a linear system, and they'll fail, but many techniques will e.g. trivially converge to the solution $alpha equiv 0$. The issue is non-uniqueness, not non-existence.
    $endgroup$
    – tparker
    Nov 17 '18 at 2:49












  • $begingroup$
    @tparker I never said anything about non-existence. A linear system with singular matrix has an infinite number of solutions. So we agree the issue is about non-uniqueness, not about non-existence.
    $endgroup$
    – AccidentalFourierTransform
    Nov 17 '18 at 2:53






  • 2




    $begingroup$
    Related: physics.stackexchange.com/q/20071/2451
    $endgroup$
    – Qmechanic
    Nov 17 '18 at 3:37






  • 1




    $begingroup$
    If one simulates Eq.(1) numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.(2)? I don't think the assumption is true. Even though the solution is non-unique, your algorithm can converge to a particular solution. Take the ordinary equation $x^ 2=1$. If you apply the bisection method in the interval $[0,2]$, you find the solution $x=1$, although you miss $x=-1$. Other methods might not converge. So I think that without specifying a particular numerical method, answers are going to be very vague.
    $endgroup$
    – jinawee
    Nov 17 '18 at 11:46










3




3




$begingroup$
Try and simulate it yourself. Spoiler alert: you won't be able to, at least not without fixing the gauge first. Numerically solving a PDE requires, for example, inverting a matrix/solving a linear system. This doesn't work when you have gauge invariance, because the matrix is singular.
$endgroup$
– AccidentalFourierTransform
Nov 17 '18 at 0:04




$begingroup$
Try and simulate it yourself. Spoiler alert: you won't be able to, at least not without fixing the gauge first. Numerically solving a PDE requires, for example, inverting a matrix/solving a linear system. This doesn't work when you have gauge invariance, because the matrix is singular.
$endgroup$
– AccidentalFourierTransform
Nov 17 '18 at 0:04




2




2




$begingroup$
@AccidentalFourierTransform This isn't quite true. Your numerics may or not converge to a solution, depending on the algorithm. Some techniques involve solving a linear system, and they'll fail, but many techniques will e.g. trivially converge to the solution $alpha equiv 0$. The issue is non-uniqueness, not non-existence.
$endgroup$
– tparker
Nov 17 '18 at 2:49






$begingroup$
@AccidentalFourierTransform This isn't quite true. Your numerics may or not converge to a solution, depending on the algorithm. Some techniques involve solving a linear system, and they'll fail, but many techniques will e.g. trivially converge to the solution $alpha equiv 0$. The issue is non-uniqueness, not non-existence.
$endgroup$
– tparker
Nov 17 '18 at 2:49














$begingroup$
@tparker I never said anything about non-existence. A linear system with singular matrix has an infinite number of solutions. So we agree the issue is about non-uniqueness, not about non-existence.
$endgroup$
– AccidentalFourierTransform
Nov 17 '18 at 2:53




$begingroup$
@tparker I never said anything about non-existence. A linear system with singular matrix has an infinite number of solutions. So we agree the issue is about non-uniqueness, not about non-existence.
$endgroup$
– AccidentalFourierTransform
Nov 17 '18 at 2:53




2




2




$begingroup$
Related: physics.stackexchange.com/q/20071/2451
$endgroup$
– Qmechanic
Nov 17 '18 at 3:37




$begingroup$
Related: physics.stackexchange.com/q/20071/2451
$endgroup$
– Qmechanic
Nov 17 '18 at 3:37




1




1




$begingroup$
If one simulates Eq.(1) numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.(2)? I don't think the assumption is true. Even though the solution is non-unique, your algorithm can converge to a particular solution. Take the ordinary equation $x^ 2=1$. If you apply the bisection method in the interval $[0,2]$, you find the solution $x=1$, although you miss $x=-1$. Other methods might not converge. So I think that without specifying a particular numerical method, answers are going to be very vague.
$endgroup$
– jinawee
Nov 17 '18 at 11:46






$begingroup$
If one simulates Eq.(1) numerically on a computer, why is the field configuration at a later time not uniquely determined by the data in Eq.(2)? I don't think the assumption is true. Even though the solution is non-unique, your algorithm can converge to a particular solution. Take the ordinary equation $x^ 2=1$. If you apply the bisection method in the interval $[0,2]$, you find the solution $x=1$, although you miss $x=-1$. Other methods might not converge. So I think that without specifying a particular numerical method, answers are going to be very vague.
$endgroup$
– jinawee
Nov 17 '18 at 11:46












2 Answers
2






active

oldest

votes


















3












$begingroup$

Not all initial value problems have unique solution. Your example of $alpha$ function demonstrates that this initial value problem is of such kind.



In this case, the problem is in the system of partial differential equations



$$
partial_nupartial^nu A^{mu}-partial^{mu}partial_{nu}A^{nu}=0
$$

itself; it does not put enough constraint on the functions $varphi(mathbf x,t), mathbf A(mathbf x,t)$. It is somewhat similar to a situation in linear algebra that sometimes occurs where a system of $n$ linear equations for $n$ unknowns has infinity of solutions.



A slightly different way to see this: notice that nowhere in the above system of PDE can we find $partial_t^2 A^0$ or $partial_t A^0$ directly; only a spatial gradient of $partial_t A^0$ is present. The equations for $A^i$'s do not relate them directly with time derivatives of $varphi$.



This means that if we have a solution of the initial value problem $varphi(x,t),mathbf A(x,t)$ and replace the scalar potential by $varphi' = varphi(x,t)+ht^2$ at time $t = 0$ (where $h$ is a constant), the equations are still satisfied and at $t=0$, initial conditions are satisfied too. This would not be so obviously possible if the system contained directly time derivatives of $varphi$. Consider a slightly different system



$$
partial_nupartial^nu A^{mu}= 0,
$$

(which in EM theory can be derived as a result of the Lorenz gauge choice) - this does constrain $partial_t^2 varphi$, so the above argument fails. I think this system should have a unique solution, because it is very similar to a set of equations for independent harmonic oscillators. However, for proof better check with mathematicians.






share|cite|improve this answer











$endgroup$





















    2












    $begingroup$

    Are you asking for the physical or mathematical explanation? Dan Yand's answer gives the physical explanation.



    Regarding the mathematical question: On what basis would you expect the field configuration to be uniquely determined by its initial data? Unlike for (uncoupled) ODE's, there's no theorem to that effect for general linear homogeneous second-order PDEs.






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      The issue is not about PDE vs ODE. There are point particle systems with gauge symmetries, and whose time evolution is not uniquely fixed by the equations of motion. And vice versa: there are field systems whose time evolution is uniquely fixed by the equations of motion (say, the heat/Schrödinger equation). The issue is about invertibility of the differential operator, equiv. about existence of a unique Green function. Obstructions may appear whether the system is one-dimensional or not.
      $endgroup$
      – AccidentalFourierTransform
      Nov 17 '18 at 1:22










    • $begingroup$
      A Lagrangian of the form $L(q_1,q_2)=f(q_1-q_2)$, for arbitrary $f$, is invariant under $q_i(t)to q_i(t)+eta(t)$. The system has a gauge symmetry. I leave this to you to pick some specific $f$ and compute Euler-Lagrange. You get two redundant equations of motion, so only one independent equation for two degrees of freedom. No unique solution. Etc. (And if we are just going to cite references, let me quote Henneaux, Teitelboim "Quantization of Gauge Systems", which is a book about point particles, not fields).
      $endgroup$
      – AccidentalFourierTransform
      Nov 17 '18 at 2:51












    • $begingroup$
      @AccidentalFourierTransform Oops, you're right. I meant that a function $mathbb{R} to mathbb{R}$ can't have a gauge freedom, but you can get around that by adding more variables at either end of the arrow. Edited to clarify.
      $endgroup$
      – tparker
      Nov 17 '18 at 2:57












    • $begingroup$
      A system with a single degree of freedom, if it has a gauge symmetry, has no effective degrees of freedom at all. So its dynamics are purely topological and/or due to constraints. For example, a relativistic point particle, in the reparametrisation-invariant formalism, has a gauge symmetry, and it is still $mathbb Rtomathbb R$.
      $endgroup$
      – AccidentalFourierTransform
      Nov 17 '18 at 3:00










    • $begingroup$
      @AccidentalFourierTransform I would describe a point particle (whether relatvistic or not) with trajectory $(t(tau), x(tau))$ as being described by a a function $mathbb{R} to mathbb{R}^2$, not $mathbb{R} to mathbb{R}$.
      $endgroup$
      – tparker
      Nov 17 '18 at 3:10











    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "151"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphysics.stackexchange.com%2fquestions%2f441414%2fif-a-mu-is-not-determined-uniquely-by-maxwells-equations-what-happens-if-we%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3












    $begingroup$

    Not all initial value problems have unique solution. Your example of $alpha$ function demonstrates that this initial value problem is of such kind.



    In this case, the problem is in the system of partial differential equations



    $$
    partial_nupartial^nu A^{mu}-partial^{mu}partial_{nu}A^{nu}=0
    $$

    itself; it does not put enough constraint on the functions $varphi(mathbf x,t), mathbf A(mathbf x,t)$. It is somewhat similar to a situation in linear algebra that sometimes occurs where a system of $n$ linear equations for $n$ unknowns has infinity of solutions.



    A slightly different way to see this: notice that nowhere in the above system of PDE can we find $partial_t^2 A^0$ or $partial_t A^0$ directly; only a spatial gradient of $partial_t A^0$ is present. The equations for $A^i$'s do not relate them directly with time derivatives of $varphi$.



    This means that if we have a solution of the initial value problem $varphi(x,t),mathbf A(x,t)$ and replace the scalar potential by $varphi' = varphi(x,t)+ht^2$ at time $t = 0$ (where $h$ is a constant), the equations are still satisfied and at $t=0$, initial conditions are satisfied too. This would not be so obviously possible if the system contained directly time derivatives of $varphi$. Consider a slightly different system



    $$
    partial_nupartial^nu A^{mu}= 0,
    $$

    (which in EM theory can be derived as a result of the Lorenz gauge choice) - this does constrain $partial_t^2 varphi$, so the above argument fails. I think this system should have a unique solution, because it is very similar to a set of equations for independent harmonic oscillators. However, for proof better check with mathematicians.






    share|cite|improve this answer











    $endgroup$


















      3












      $begingroup$

      Not all initial value problems have unique solution. Your example of $alpha$ function demonstrates that this initial value problem is of such kind.



      In this case, the problem is in the system of partial differential equations



      $$
      partial_nupartial^nu A^{mu}-partial^{mu}partial_{nu}A^{nu}=0
      $$

      itself; it does not put enough constraint on the functions $varphi(mathbf x,t), mathbf A(mathbf x,t)$. It is somewhat similar to a situation in linear algebra that sometimes occurs where a system of $n$ linear equations for $n$ unknowns has infinity of solutions.



      A slightly different way to see this: notice that nowhere in the above system of PDE can we find $partial_t^2 A^0$ or $partial_t A^0$ directly; only a spatial gradient of $partial_t A^0$ is present. The equations for $A^i$'s do not relate them directly with time derivatives of $varphi$.



      This means that if we have a solution of the initial value problem $varphi(x,t),mathbf A(x,t)$ and replace the scalar potential by $varphi' = varphi(x,t)+ht^2$ at time $t = 0$ (where $h$ is a constant), the equations are still satisfied and at $t=0$, initial conditions are satisfied too. This would not be so obviously possible if the system contained directly time derivatives of $varphi$. Consider a slightly different system



      $$
      partial_nupartial^nu A^{mu}= 0,
      $$

      (which in EM theory can be derived as a result of the Lorenz gauge choice) - this does constrain $partial_t^2 varphi$, so the above argument fails. I think this system should have a unique solution, because it is very similar to a set of equations for independent harmonic oscillators. However, for proof better check with mathematicians.






      share|cite|improve this answer











      $endgroup$
















        3












        3








        3





        $begingroup$

        Not all initial value problems have unique solution. Your example of $alpha$ function demonstrates that this initial value problem is of such kind.



        In this case, the problem is in the system of partial differential equations



        $$
        partial_nupartial^nu A^{mu}-partial^{mu}partial_{nu}A^{nu}=0
        $$

        itself; it does not put enough constraint on the functions $varphi(mathbf x,t), mathbf A(mathbf x,t)$. It is somewhat similar to a situation in linear algebra that sometimes occurs where a system of $n$ linear equations for $n$ unknowns has infinity of solutions.



        A slightly different way to see this: notice that nowhere in the above system of PDE can we find $partial_t^2 A^0$ or $partial_t A^0$ directly; only a spatial gradient of $partial_t A^0$ is present. The equations for $A^i$'s do not relate them directly with time derivatives of $varphi$.



        This means that if we have a solution of the initial value problem $varphi(x,t),mathbf A(x,t)$ and replace the scalar potential by $varphi' = varphi(x,t)+ht^2$ at time $t = 0$ (where $h$ is a constant), the equations are still satisfied and at $t=0$, initial conditions are satisfied too. This would not be so obviously possible if the system contained directly time derivatives of $varphi$. Consider a slightly different system



        $$
        partial_nupartial^nu A^{mu}= 0,
        $$

        (which in EM theory can be derived as a result of the Lorenz gauge choice) - this does constrain $partial_t^2 varphi$, so the above argument fails. I think this system should have a unique solution, because it is very similar to a set of equations for independent harmonic oscillators. However, for proof better check with mathematicians.






        share|cite|improve this answer











        $endgroup$



        Not all initial value problems have unique solution. Your example of $alpha$ function demonstrates that this initial value problem is of such kind.



        In this case, the problem is in the system of partial differential equations



        $$
        partial_nupartial^nu A^{mu}-partial^{mu}partial_{nu}A^{nu}=0
        $$

        itself; it does not put enough constraint on the functions $varphi(mathbf x,t), mathbf A(mathbf x,t)$. It is somewhat similar to a situation in linear algebra that sometimes occurs where a system of $n$ linear equations for $n$ unknowns has infinity of solutions.



        A slightly different way to see this: notice that nowhere in the above system of PDE can we find $partial_t^2 A^0$ or $partial_t A^0$ directly; only a spatial gradient of $partial_t A^0$ is present. The equations for $A^i$'s do not relate them directly with time derivatives of $varphi$.



        This means that if we have a solution of the initial value problem $varphi(x,t),mathbf A(x,t)$ and replace the scalar potential by $varphi' = varphi(x,t)+ht^2$ at time $t = 0$ (where $h$ is a constant), the equations are still satisfied and at $t=0$, initial conditions are satisfied too. This would not be so obviously possible if the system contained directly time derivatives of $varphi$. Consider a slightly different system



        $$
        partial_nupartial^nu A^{mu}= 0,
        $$

        (which in EM theory can be derived as a result of the Lorenz gauge choice) - this does constrain $partial_t^2 varphi$, so the above argument fails. I think this system should have a unique solution, because it is very similar to a set of equations for independent harmonic oscillators. However, for proof better check with mathematicians.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 17 '18 at 10:44

























        answered Nov 17 '18 at 2:14









        Ján LalinskýJán Lalinský

        14.7k1334




        14.7k1334























            2












            $begingroup$

            Are you asking for the physical or mathematical explanation? Dan Yand's answer gives the physical explanation.



            Regarding the mathematical question: On what basis would you expect the field configuration to be uniquely determined by its initial data? Unlike for (uncoupled) ODE's, there's no theorem to that effect for general linear homogeneous second-order PDEs.






            share|cite|improve this answer











            $endgroup$













            • $begingroup$
              The issue is not about PDE vs ODE. There are point particle systems with gauge symmetries, and whose time evolution is not uniquely fixed by the equations of motion. And vice versa: there are field systems whose time evolution is uniquely fixed by the equations of motion (say, the heat/Schrödinger equation). The issue is about invertibility of the differential operator, equiv. about existence of a unique Green function. Obstructions may appear whether the system is one-dimensional or not.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 1:22










            • $begingroup$
              A Lagrangian of the form $L(q_1,q_2)=f(q_1-q_2)$, for arbitrary $f$, is invariant under $q_i(t)to q_i(t)+eta(t)$. The system has a gauge symmetry. I leave this to you to pick some specific $f$ and compute Euler-Lagrange. You get two redundant equations of motion, so only one independent equation for two degrees of freedom. No unique solution. Etc. (And if we are just going to cite references, let me quote Henneaux, Teitelboim "Quantization of Gauge Systems", which is a book about point particles, not fields).
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 2:51












            • $begingroup$
              @AccidentalFourierTransform Oops, you're right. I meant that a function $mathbb{R} to mathbb{R}$ can't have a gauge freedom, but you can get around that by adding more variables at either end of the arrow. Edited to clarify.
              $endgroup$
              – tparker
              Nov 17 '18 at 2:57












            • $begingroup$
              A system with a single degree of freedom, if it has a gauge symmetry, has no effective degrees of freedom at all. So its dynamics are purely topological and/or due to constraints. For example, a relativistic point particle, in the reparametrisation-invariant formalism, has a gauge symmetry, and it is still $mathbb Rtomathbb R$.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 3:00










            • $begingroup$
              @AccidentalFourierTransform I would describe a point particle (whether relatvistic or not) with trajectory $(t(tau), x(tau))$ as being described by a a function $mathbb{R} to mathbb{R}^2$, not $mathbb{R} to mathbb{R}$.
              $endgroup$
              – tparker
              Nov 17 '18 at 3:10
















            2












            $begingroup$

            Are you asking for the physical or mathematical explanation? Dan Yand's answer gives the physical explanation.



            Regarding the mathematical question: On what basis would you expect the field configuration to be uniquely determined by its initial data? Unlike for (uncoupled) ODE's, there's no theorem to that effect for general linear homogeneous second-order PDEs.






            share|cite|improve this answer











            $endgroup$













            • $begingroup$
              The issue is not about PDE vs ODE. There are point particle systems with gauge symmetries, and whose time evolution is not uniquely fixed by the equations of motion. And vice versa: there are field systems whose time evolution is uniquely fixed by the equations of motion (say, the heat/Schrödinger equation). The issue is about invertibility of the differential operator, equiv. about existence of a unique Green function. Obstructions may appear whether the system is one-dimensional or not.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 1:22










            • $begingroup$
              A Lagrangian of the form $L(q_1,q_2)=f(q_1-q_2)$, for arbitrary $f$, is invariant under $q_i(t)to q_i(t)+eta(t)$. The system has a gauge symmetry. I leave this to you to pick some specific $f$ and compute Euler-Lagrange. You get two redundant equations of motion, so only one independent equation for two degrees of freedom. No unique solution. Etc. (And if we are just going to cite references, let me quote Henneaux, Teitelboim "Quantization of Gauge Systems", which is a book about point particles, not fields).
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 2:51












            • $begingroup$
              @AccidentalFourierTransform Oops, you're right. I meant that a function $mathbb{R} to mathbb{R}$ can't have a gauge freedom, but you can get around that by adding more variables at either end of the arrow. Edited to clarify.
              $endgroup$
              – tparker
              Nov 17 '18 at 2:57












            • $begingroup$
              A system with a single degree of freedom, if it has a gauge symmetry, has no effective degrees of freedom at all. So its dynamics are purely topological and/or due to constraints. For example, a relativistic point particle, in the reparametrisation-invariant formalism, has a gauge symmetry, and it is still $mathbb Rtomathbb R$.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 3:00










            • $begingroup$
              @AccidentalFourierTransform I would describe a point particle (whether relatvistic or not) with trajectory $(t(tau), x(tau))$ as being described by a a function $mathbb{R} to mathbb{R}^2$, not $mathbb{R} to mathbb{R}$.
              $endgroup$
              – tparker
              Nov 17 '18 at 3:10














            2












            2








            2





            $begingroup$

            Are you asking for the physical or mathematical explanation? Dan Yand's answer gives the physical explanation.



            Regarding the mathematical question: On what basis would you expect the field configuration to be uniquely determined by its initial data? Unlike for (uncoupled) ODE's, there's no theorem to that effect for general linear homogeneous second-order PDEs.






            share|cite|improve this answer











            $endgroup$



            Are you asking for the physical or mathematical explanation? Dan Yand's answer gives the physical explanation.



            Regarding the mathematical question: On what basis would you expect the field configuration to be uniquely determined by its initial data? Unlike for (uncoupled) ODE's, there's no theorem to that effect for general linear homogeneous second-order PDEs.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Nov 17 '18 at 2:56

























            answered Nov 17 '18 at 0:53









            tparkertparker

            23.1k147123




            23.1k147123












            • $begingroup$
              The issue is not about PDE vs ODE. There are point particle systems with gauge symmetries, and whose time evolution is not uniquely fixed by the equations of motion. And vice versa: there are field systems whose time evolution is uniquely fixed by the equations of motion (say, the heat/Schrödinger equation). The issue is about invertibility of the differential operator, equiv. about existence of a unique Green function. Obstructions may appear whether the system is one-dimensional or not.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 1:22










            • $begingroup$
              A Lagrangian of the form $L(q_1,q_2)=f(q_1-q_2)$, for arbitrary $f$, is invariant under $q_i(t)to q_i(t)+eta(t)$. The system has a gauge symmetry. I leave this to you to pick some specific $f$ and compute Euler-Lagrange. You get two redundant equations of motion, so only one independent equation for two degrees of freedom. No unique solution. Etc. (And if we are just going to cite references, let me quote Henneaux, Teitelboim "Quantization of Gauge Systems", which is a book about point particles, not fields).
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 2:51












            • $begingroup$
              @AccidentalFourierTransform Oops, you're right. I meant that a function $mathbb{R} to mathbb{R}$ can't have a gauge freedom, but you can get around that by adding more variables at either end of the arrow. Edited to clarify.
              $endgroup$
              – tparker
              Nov 17 '18 at 2:57












            • $begingroup$
              A system with a single degree of freedom, if it has a gauge symmetry, has no effective degrees of freedom at all. So its dynamics are purely topological and/or due to constraints. For example, a relativistic point particle, in the reparametrisation-invariant formalism, has a gauge symmetry, and it is still $mathbb Rtomathbb R$.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 3:00










            • $begingroup$
              @AccidentalFourierTransform I would describe a point particle (whether relatvistic or not) with trajectory $(t(tau), x(tau))$ as being described by a a function $mathbb{R} to mathbb{R}^2$, not $mathbb{R} to mathbb{R}$.
              $endgroup$
              – tparker
              Nov 17 '18 at 3:10


















            • $begingroup$
              The issue is not about PDE vs ODE. There are point particle systems with gauge symmetries, and whose time evolution is not uniquely fixed by the equations of motion. And vice versa: there are field systems whose time evolution is uniquely fixed by the equations of motion (say, the heat/Schrödinger equation). The issue is about invertibility of the differential operator, equiv. about existence of a unique Green function. Obstructions may appear whether the system is one-dimensional or not.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 1:22










            • $begingroup$
              A Lagrangian of the form $L(q_1,q_2)=f(q_1-q_2)$, for arbitrary $f$, is invariant under $q_i(t)to q_i(t)+eta(t)$. The system has a gauge symmetry. I leave this to you to pick some specific $f$ and compute Euler-Lagrange. You get two redundant equations of motion, so only one independent equation for two degrees of freedom. No unique solution. Etc. (And if we are just going to cite references, let me quote Henneaux, Teitelboim "Quantization of Gauge Systems", which is a book about point particles, not fields).
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 2:51












            • $begingroup$
              @AccidentalFourierTransform Oops, you're right. I meant that a function $mathbb{R} to mathbb{R}$ can't have a gauge freedom, but you can get around that by adding more variables at either end of the arrow. Edited to clarify.
              $endgroup$
              – tparker
              Nov 17 '18 at 2:57












            • $begingroup$
              A system with a single degree of freedom, if it has a gauge symmetry, has no effective degrees of freedom at all. So its dynamics are purely topological and/or due to constraints. For example, a relativistic point particle, in the reparametrisation-invariant formalism, has a gauge symmetry, and it is still $mathbb Rtomathbb R$.
              $endgroup$
              – AccidentalFourierTransform
              Nov 17 '18 at 3:00










            • $begingroup$
              @AccidentalFourierTransform I would describe a point particle (whether relatvistic or not) with trajectory $(t(tau), x(tau))$ as being described by a a function $mathbb{R} to mathbb{R}^2$, not $mathbb{R} to mathbb{R}$.
              $endgroup$
              – tparker
              Nov 17 '18 at 3:10
















            $begingroup$
            The issue is not about PDE vs ODE. There are point particle systems with gauge symmetries, and whose time evolution is not uniquely fixed by the equations of motion. And vice versa: there are field systems whose time evolution is uniquely fixed by the equations of motion (say, the heat/Schrödinger equation). The issue is about invertibility of the differential operator, equiv. about existence of a unique Green function. Obstructions may appear whether the system is one-dimensional or not.
            $endgroup$
            – AccidentalFourierTransform
            Nov 17 '18 at 1:22




            $begingroup$
            The issue is not about PDE vs ODE. There are point particle systems with gauge symmetries, and whose time evolution is not uniquely fixed by the equations of motion. And vice versa: there are field systems whose time evolution is uniquely fixed by the equations of motion (say, the heat/Schrödinger equation). The issue is about invertibility of the differential operator, equiv. about existence of a unique Green function. Obstructions may appear whether the system is one-dimensional or not.
            $endgroup$
            – AccidentalFourierTransform
            Nov 17 '18 at 1:22












            $begingroup$
            A Lagrangian of the form $L(q_1,q_2)=f(q_1-q_2)$, for arbitrary $f$, is invariant under $q_i(t)to q_i(t)+eta(t)$. The system has a gauge symmetry. I leave this to you to pick some specific $f$ and compute Euler-Lagrange. You get two redundant equations of motion, so only one independent equation for two degrees of freedom. No unique solution. Etc. (And if we are just going to cite references, let me quote Henneaux, Teitelboim "Quantization of Gauge Systems", which is a book about point particles, not fields).
            $endgroup$
            – AccidentalFourierTransform
            Nov 17 '18 at 2:51






            $begingroup$
            A Lagrangian of the form $L(q_1,q_2)=f(q_1-q_2)$, for arbitrary $f$, is invariant under $q_i(t)to q_i(t)+eta(t)$. The system has a gauge symmetry. I leave this to you to pick some specific $f$ and compute Euler-Lagrange. You get two redundant equations of motion, so only one independent equation for two degrees of freedom. No unique solution. Etc. (And if we are just going to cite references, let me quote Henneaux, Teitelboim "Quantization of Gauge Systems", which is a book about point particles, not fields).
            $endgroup$
            – AccidentalFourierTransform
            Nov 17 '18 at 2:51














            $begingroup$
            @AccidentalFourierTransform Oops, you're right. I meant that a function $mathbb{R} to mathbb{R}$ can't have a gauge freedom, but you can get around that by adding more variables at either end of the arrow. Edited to clarify.
            $endgroup$
            – tparker
            Nov 17 '18 at 2:57






            $begingroup$
            @AccidentalFourierTransform Oops, you're right. I meant that a function $mathbb{R} to mathbb{R}$ can't have a gauge freedom, but you can get around that by adding more variables at either end of the arrow. Edited to clarify.
            $endgroup$
            – tparker
            Nov 17 '18 at 2:57














            $begingroup$
            A system with a single degree of freedom, if it has a gauge symmetry, has no effective degrees of freedom at all. So its dynamics are purely topological and/or due to constraints. For example, a relativistic point particle, in the reparametrisation-invariant formalism, has a gauge symmetry, and it is still $mathbb Rtomathbb R$.
            $endgroup$
            – AccidentalFourierTransform
            Nov 17 '18 at 3:00




            $begingroup$
            A system with a single degree of freedom, if it has a gauge symmetry, has no effective degrees of freedom at all. So its dynamics are purely topological and/or due to constraints. For example, a relativistic point particle, in the reparametrisation-invariant formalism, has a gauge symmetry, and it is still $mathbb Rtomathbb R$.
            $endgroup$
            – AccidentalFourierTransform
            Nov 17 '18 at 3:00












            $begingroup$
            @AccidentalFourierTransform I would describe a point particle (whether relatvistic or not) with trajectory $(t(tau), x(tau))$ as being described by a a function $mathbb{R} to mathbb{R}^2$, not $mathbb{R} to mathbb{R}$.
            $endgroup$
            – tparker
            Nov 17 '18 at 3:10




            $begingroup$
            @AccidentalFourierTransform I would describe a point particle (whether relatvistic or not) with trajectory $(t(tau), x(tau))$ as being described by a a function $mathbb{R} to mathbb{R}^2$, not $mathbb{R} to mathbb{R}$.
            $endgroup$
            – tparker
            Nov 17 '18 at 3:10


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Physics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphysics.stackexchange.com%2fquestions%2f441414%2fif-a-mu-is-not-determined-uniquely-by-maxwells-equations-what-happens-if-we%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            這個網誌中的熱門文章

            Tangent Lines Diagram Along Smooth Curve

            Yusuf al-Mu'taman ibn Hud

            Zucchini