Number of independent components of a vector satisfying a differential constraint?












1














Edited question Consider a vector field $vec{A}(vec{x})$ such that in one case $nablacdotvec{A}=0$. It looks like that this condition gives rise to a differential equation constraint $$partial_xA_x+partial_yA_y+partial_zA_z=0.$$



Consider the next case where for a known vector $vec{k}=k_xhat{x}+k_yhat{y}+k_zhat{z}$, one finds that $vec{k}cdotvec{A}=0$. Therefore, $$k_xA_x+k_yA_y+k_zA_z=0.$$



The latter case definitely reduces the number of independent components of $vec{A}$ from 3 to 2. What about the first case? Does that also reduce the number of independent components of $vec{A}$? If not, how to see that simply?










share|cite|improve this question





























    1














    Edited question Consider a vector field $vec{A}(vec{x})$ such that in one case $nablacdotvec{A}=0$. It looks like that this condition gives rise to a differential equation constraint $$partial_xA_x+partial_yA_y+partial_zA_z=0.$$



    Consider the next case where for a known vector $vec{k}=k_xhat{x}+k_yhat{y}+k_zhat{z}$, one finds that $vec{k}cdotvec{A}=0$. Therefore, $$k_xA_x+k_yA_y+k_zA_z=0.$$



    The latter case definitely reduces the number of independent components of $vec{A}$ from 3 to 2. What about the first case? Does that also reduce the number of independent components of $vec{A}$? If not, how to see that simply?










    share|cite|improve this question



























      1












      1








      1







      Edited question Consider a vector field $vec{A}(vec{x})$ such that in one case $nablacdotvec{A}=0$. It looks like that this condition gives rise to a differential equation constraint $$partial_xA_x+partial_yA_y+partial_zA_z=0.$$



      Consider the next case where for a known vector $vec{k}=k_xhat{x}+k_yhat{y}+k_zhat{z}$, one finds that $vec{k}cdotvec{A}=0$. Therefore, $$k_xA_x+k_yA_y+k_zA_z=0.$$



      The latter case definitely reduces the number of independent components of $vec{A}$ from 3 to 2. What about the first case? Does that also reduce the number of independent components of $vec{A}$? If not, how to see that simply?










      share|cite|improve this question















      Edited question Consider a vector field $vec{A}(vec{x})$ such that in one case $nablacdotvec{A}=0$. It looks like that this condition gives rise to a differential equation constraint $$partial_xA_x+partial_yA_y+partial_zA_z=0.$$



      Consider the next case where for a known vector $vec{k}=k_xhat{x}+k_yhat{y}+k_zhat{z}$, one finds that $vec{k}cdotvec{A}=0$. Therefore, $$k_xA_x+k_yA_y+k_zA_z=0.$$



      The latter case definitely reduces the number of independent components of $vec{A}$ from 3 to 2. What about the first case? Does that also reduce the number of independent components of $vec{A}$? If not, how to see that simply?







      differential-equations vectors mathematical-physics vector-fields constraints






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 1 '18 at 13:43

























      asked Dec 1 '18 at 13:14









      mithusengupta123

      1069




      1069






















          1 Answer
          1






          active

          oldest

          votes


















          0














          That the rotation is zero $∇times vec A=0$ means that locally (on small balls) you can find a potential function $phi$ so that the vector field is its gradient, $vec A = ∇phi$. It may not be possible to extend the potential function to the full domain, especially in case it is not simply connected.



          The second case $vec k×vec A=0$ can be stated even more restrictively, $vec A$ has to be a multiple of $vec k$, there is only one independent quantity.





          More deeply, $∇×vec A=0$ means that the one-form $alpha=A_xdx+A_ydy+A_zdz$ is exact, $dα=0$, so that it is also locally closed, $α=dϕ$.



          For the divergence something similar holds, $∇⋅vec A=0$ is equivalent to the differential 2-form $α=A_xdywedge dz+A_ydz∧dx+A_zdx∧dy$ being exact, $dα=0$, so again locally closed, which means that $α=domega$ for some one-form $ω$ which is only determined up to gage transformations, as also $α=d(ω+dϕ)$. Or $vec A=∇×(vec V+∇ϕ)$. $ϕ$ can be chosen to fix one of the components of $vec V$.






          share|cite|improve this answer























          • I wanted to ask something different. I am editing the question now. Thanks for your answer though
            – mithusengupta123
            Dec 1 '18 at 13:41











          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: "69"
          };
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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%2fmath.stackexchange.com%2fquestions%2f3021327%2fnumber-of-independent-components-of-a-vector-satisfying-a-differential-constrain%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          That the rotation is zero $∇times vec A=0$ means that locally (on small balls) you can find a potential function $phi$ so that the vector field is its gradient, $vec A = ∇phi$. It may not be possible to extend the potential function to the full domain, especially in case it is not simply connected.



          The second case $vec k×vec A=0$ can be stated even more restrictively, $vec A$ has to be a multiple of $vec k$, there is only one independent quantity.





          More deeply, $∇×vec A=0$ means that the one-form $alpha=A_xdx+A_ydy+A_zdz$ is exact, $dα=0$, so that it is also locally closed, $α=dϕ$.



          For the divergence something similar holds, $∇⋅vec A=0$ is equivalent to the differential 2-form $α=A_xdywedge dz+A_ydz∧dx+A_zdx∧dy$ being exact, $dα=0$, so again locally closed, which means that $α=domega$ for some one-form $ω$ which is only determined up to gage transformations, as also $α=d(ω+dϕ)$. Or $vec A=∇×(vec V+∇ϕ)$. $ϕ$ can be chosen to fix one of the components of $vec V$.






          share|cite|improve this answer























          • I wanted to ask something different. I am editing the question now. Thanks for your answer though
            – mithusengupta123
            Dec 1 '18 at 13:41
















          0














          That the rotation is zero $∇times vec A=0$ means that locally (on small balls) you can find a potential function $phi$ so that the vector field is its gradient, $vec A = ∇phi$. It may not be possible to extend the potential function to the full domain, especially in case it is not simply connected.



          The second case $vec k×vec A=0$ can be stated even more restrictively, $vec A$ has to be a multiple of $vec k$, there is only one independent quantity.





          More deeply, $∇×vec A=0$ means that the one-form $alpha=A_xdx+A_ydy+A_zdz$ is exact, $dα=0$, so that it is also locally closed, $α=dϕ$.



          For the divergence something similar holds, $∇⋅vec A=0$ is equivalent to the differential 2-form $α=A_xdywedge dz+A_ydz∧dx+A_zdx∧dy$ being exact, $dα=0$, so again locally closed, which means that $α=domega$ for some one-form $ω$ which is only determined up to gage transformations, as also $α=d(ω+dϕ)$. Or $vec A=∇×(vec V+∇ϕ)$. $ϕ$ can be chosen to fix one of the components of $vec V$.






          share|cite|improve this answer























          • I wanted to ask something different. I am editing the question now. Thanks for your answer though
            – mithusengupta123
            Dec 1 '18 at 13:41














          0












          0








          0






          That the rotation is zero $∇times vec A=0$ means that locally (on small balls) you can find a potential function $phi$ so that the vector field is its gradient, $vec A = ∇phi$. It may not be possible to extend the potential function to the full domain, especially in case it is not simply connected.



          The second case $vec k×vec A=0$ can be stated even more restrictively, $vec A$ has to be a multiple of $vec k$, there is only one independent quantity.





          More deeply, $∇×vec A=0$ means that the one-form $alpha=A_xdx+A_ydy+A_zdz$ is exact, $dα=0$, so that it is also locally closed, $α=dϕ$.



          For the divergence something similar holds, $∇⋅vec A=0$ is equivalent to the differential 2-form $α=A_xdywedge dz+A_ydz∧dx+A_zdx∧dy$ being exact, $dα=0$, so again locally closed, which means that $α=domega$ for some one-form $ω$ which is only determined up to gage transformations, as also $α=d(ω+dϕ)$. Or $vec A=∇×(vec V+∇ϕ)$. $ϕ$ can be chosen to fix one of the components of $vec V$.






          share|cite|improve this answer














          That the rotation is zero $∇times vec A=0$ means that locally (on small balls) you can find a potential function $phi$ so that the vector field is its gradient, $vec A = ∇phi$. It may not be possible to extend the potential function to the full domain, especially in case it is not simply connected.



          The second case $vec k×vec A=0$ can be stated even more restrictively, $vec A$ has to be a multiple of $vec k$, there is only one independent quantity.





          More deeply, $∇×vec A=0$ means that the one-form $alpha=A_xdx+A_ydy+A_zdz$ is exact, $dα=0$, so that it is also locally closed, $α=dϕ$.



          For the divergence something similar holds, $∇⋅vec A=0$ is equivalent to the differential 2-form $α=A_xdywedge dz+A_ydz∧dx+A_zdx∧dy$ being exact, $dα=0$, so again locally closed, which means that $α=domega$ for some one-form $ω$ which is only determined up to gage transformations, as also $α=d(ω+dϕ)$. Or $vec A=∇×(vec V+∇ϕ)$. $ϕ$ can be chosen to fix one of the components of $vec V$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Dec 1 '18 at 13:56

























          answered Dec 1 '18 at 13:38









          LutzL

          56k42054




          56k42054












          • I wanted to ask something different. I am editing the question now. Thanks for your answer though
            – mithusengupta123
            Dec 1 '18 at 13:41


















          • I wanted to ask something different. I am editing the question now. Thanks for your answer though
            – mithusengupta123
            Dec 1 '18 at 13:41
















          I wanted to ask something different. I am editing the question now. Thanks for your answer though
          – mithusengupta123
          Dec 1 '18 at 13:41




          I wanted to ask something different. I am editing the question now. Thanks for your answer though
          – mithusengupta123
          Dec 1 '18 at 13:41


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics 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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.


          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%2fmath.stackexchange.com%2fquestions%2f3021327%2fnumber-of-independent-components-of-a-vector-satisfying-a-differential-constrain%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







          Popular posts from this blog

          To store a contact into the json file from server.js file using a class in NodeJS

          Redirect URL with Chrome Remote Debugging Android Devices

          Dieringhausen