Partial Differential Equations Question: State if the following PDEs are linear homogeneous, linear...












3












$begingroup$


State if the following PDEs are linear homogeneous, linear nonhomogeneous, or nonlinear:



$u_{t}+u_{x}=sin(x)u$



$u_{tt}-u_{xx}=e^{t}u_{t}$



$u_{tt}-u_{xx}=x^{2}$



$u_{xx}+u_{yy}=u_{x}u_{y}$



As for the first equation, I think it's linear homogeneous, and the second one is linear non-homogeneous...but I'm not sure about the last two! Would appreciate any help! Thank you in advance!










share|cite|improve this question









$endgroup$

















    3












    $begingroup$


    State if the following PDEs are linear homogeneous, linear nonhomogeneous, or nonlinear:



    $u_{t}+u_{x}=sin(x)u$



    $u_{tt}-u_{xx}=e^{t}u_{t}$



    $u_{tt}-u_{xx}=x^{2}$



    $u_{xx}+u_{yy}=u_{x}u_{y}$



    As for the first equation, I think it's linear homogeneous, and the second one is linear non-homogeneous...but I'm not sure about the last two! Would appreciate any help! Thank you in advance!










    share|cite|improve this question









    $endgroup$















      3












      3








      3





      $begingroup$


      State if the following PDEs are linear homogeneous, linear nonhomogeneous, or nonlinear:



      $u_{t}+u_{x}=sin(x)u$



      $u_{tt}-u_{xx}=e^{t}u_{t}$



      $u_{tt}-u_{xx}=x^{2}$



      $u_{xx}+u_{yy}=u_{x}u_{y}$



      As for the first equation, I think it's linear homogeneous, and the second one is linear non-homogeneous...but I'm not sure about the last two! Would appreciate any help! Thank you in advance!










      share|cite|improve this question









      $endgroup$




      State if the following PDEs are linear homogeneous, linear nonhomogeneous, or nonlinear:



      $u_{t}+u_{x}=sin(x)u$



      $u_{tt}-u_{xx}=e^{t}u_{t}$



      $u_{tt}-u_{xx}=x^{2}$



      $u_{xx}+u_{yy}=u_{x}u_{y}$



      As for the first equation, I think it's linear homogeneous, and the second one is linear non-homogeneous...but I'm not sure about the last two! Would appreciate any help! Thank you in advance!







      pde homogeneous-equation






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 20 at 21:33









      JennyJenny

      624




      624






















          3 Answers
          3






          active

          oldest

          votes


















          2












          $begingroup$

          Keep it simple.



          First group all the terms involving $u$ to get an expression of the form
          $$
          mathcal{D}(u)=f(t,x,y)
          $$

          if $f(t,x,y)=0$ your equation is said homogeneous, otherwise it is said non-homogeneous



          Then consider the homogeneous equation $mathcal{D}(u)=0$ (ignoring the eventual term $f$). By definition the equation is said linear if given two solutions $u, v$ and two scalars $alpha, beta$ then $alpha u+beta v$ is also a solution. In other term you must check that $mathcal{D}(alpha u+beta v)=alpha mathcal{D}(u) + beta mathcal{D}(v)$. If the equation is not linear it is said non-linear.




          1. $mathcal{D}(u)=u_t+u_x-sin(x)u$ and $f=0$, thus linear homogeneous.


          2. $mathcal{D}(u)=u_{tt}-u_{xx}-e^tu_t$ and $f=0$, thus linear homogeneous.


          3. $mathcal{D}(u)=u_{tt}-u_{xx}$ and $f=x^2$, thus linear non-homogeneous.


          4. $mathcal{D}(u)=u_{xx}-u_{yy}-u_xu_y$ and $f=0$ , thus non-linear homogeneous.







          share|cite|improve this answer











          $endgroup$





















            0












            $begingroup$

            A linear PDE is one that is of first degree in all of its field variables and partial derivatives. Hence, all of them are linear.





            1. $u_{t}+u_{x}=sin(x)u$



              LINEAR HOMOGENEOUS.




            2. $u_{tt}-u_{xx}=e^{t}u_{t}$



              LINEAR HOMOGENEOUS.




            3. $u_{tt}-u_{xx}=x^{2}$



              LINEAR NON-HOMOGENEOUS.




            4. $u_{xx}+u_{yy}=u_{x}u_{y}$



              LINEAR HOMOGENEOUS.








            share|cite|improve this answer









            $endgroup$





















              0












              $begingroup$

              PDEs are linear if there is a linear operator $mathscr{D}$ that operates only on $u$, and they are homogeneous if all terms contained within the PDE are accounted for in $mathscr{D}u.$
              $$
              mathscr{D}u = 0 text{ is homogeneous} \
              mathscr{D}u = f text{ is nonhomogeneous}.
              $$






              share|cite|improve this answer









              $endgroup$













                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%2f3081158%2fpartial-differential-equations-question-state-if-the-following-pdes-are-linear%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                2












                $begingroup$

                Keep it simple.



                First group all the terms involving $u$ to get an expression of the form
                $$
                mathcal{D}(u)=f(t,x,y)
                $$

                if $f(t,x,y)=0$ your equation is said homogeneous, otherwise it is said non-homogeneous



                Then consider the homogeneous equation $mathcal{D}(u)=0$ (ignoring the eventual term $f$). By definition the equation is said linear if given two solutions $u, v$ and two scalars $alpha, beta$ then $alpha u+beta v$ is also a solution. In other term you must check that $mathcal{D}(alpha u+beta v)=alpha mathcal{D}(u) + beta mathcal{D}(v)$. If the equation is not linear it is said non-linear.




                1. $mathcal{D}(u)=u_t+u_x-sin(x)u$ and $f=0$, thus linear homogeneous.


                2. $mathcal{D}(u)=u_{tt}-u_{xx}-e^tu_t$ and $f=0$, thus linear homogeneous.


                3. $mathcal{D}(u)=u_{tt}-u_{xx}$ and $f=x^2$, thus linear non-homogeneous.


                4. $mathcal{D}(u)=u_{xx}-u_{yy}-u_xu_y$ and $f=0$ , thus non-linear homogeneous.







                share|cite|improve this answer











                $endgroup$


















                  2












                  $begingroup$

                  Keep it simple.



                  First group all the terms involving $u$ to get an expression of the form
                  $$
                  mathcal{D}(u)=f(t,x,y)
                  $$

                  if $f(t,x,y)=0$ your equation is said homogeneous, otherwise it is said non-homogeneous



                  Then consider the homogeneous equation $mathcal{D}(u)=0$ (ignoring the eventual term $f$). By definition the equation is said linear if given two solutions $u, v$ and two scalars $alpha, beta$ then $alpha u+beta v$ is also a solution. In other term you must check that $mathcal{D}(alpha u+beta v)=alpha mathcal{D}(u) + beta mathcal{D}(v)$. If the equation is not linear it is said non-linear.




                  1. $mathcal{D}(u)=u_t+u_x-sin(x)u$ and $f=0$, thus linear homogeneous.


                  2. $mathcal{D}(u)=u_{tt}-u_{xx}-e^tu_t$ and $f=0$, thus linear homogeneous.


                  3. $mathcal{D}(u)=u_{tt}-u_{xx}$ and $f=x^2$, thus linear non-homogeneous.


                  4. $mathcal{D}(u)=u_{xx}-u_{yy}-u_xu_y$ and $f=0$ , thus non-linear homogeneous.







                  share|cite|improve this answer











                  $endgroup$
















                    2












                    2








                    2





                    $begingroup$

                    Keep it simple.



                    First group all the terms involving $u$ to get an expression of the form
                    $$
                    mathcal{D}(u)=f(t,x,y)
                    $$

                    if $f(t,x,y)=0$ your equation is said homogeneous, otherwise it is said non-homogeneous



                    Then consider the homogeneous equation $mathcal{D}(u)=0$ (ignoring the eventual term $f$). By definition the equation is said linear if given two solutions $u, v$ and two scalars $alpha, beta$ then $alpha u+beta v$ is also a solution. In other term you must check that $mathcal{D}(alpha u+beta v)=alpha mathcal{D}(u) + beta mathcal{D}(v)$. If the equation is not linear it is said non-linear.




                    1. $mathcal{D}(u)=u_t+u_x-sin(x)u$ and $f=0$, thus linear homogeneous.


                    2. $mathcal{D}(u)=u_{tt}-u_{xx}-e^tu_t$ and $f=0$, thus linear homogeneous.


                    3. $mathcal{D}(u)=u_{tt}-u_{xx}$ and $f=x^2$, thus linear non-homogeneous.


                    4. $mathcal{D}(u)=u_{xx}-u_{yy}-u_xu_y$ and $f=0$ , thus non-linear homogeneous.







                    share|cite|improve this answer











                    $endgroup$



                    Keep it simple.



                    First group all the terms involving $u$ to get an expression of the form
                    $$
                    mathcal{D}(u)=f(t,x,y)
                    $$

                    if $f(t,x,y)=0$ your equation is said homogeneous, otherwise it is said non-homogeneous



                    Then consider the homogeneous equation $mathcal{D}(u)=0$ (ignoring the eventual term $f$). By definition the equation is said linear if given two solutions $u, v$ and two scalars $alpha, beta$ then $alpha u+beta v$ is also a solution. In other term you must check that $mathcal{D}(alpha u+beta v)=alpha mathcal{D}(u) + beta mathcal{D}(v)$. If the equation is not linear it is said non-linear.




                    1. $mathcal{D}(u)=u_t+u_x-sin(x)u$ and $f=0$, thus linear homogeneous.


                    2. $mathcal{D}(u)=u_{tt}-u_{xx}-e^tu_t$ and $f=0$, thus linear homogeneous.


                    3. $mathcal{D}(u)=u_{tt}-u_{xx}$ and $f=x^2$, thus linear non-homogeneous.


                    4. $mathcal{D}(u)=u_{xx}-u_{yy}-u_xu_y$ and $f=0$ , thus non-linear homogeneous.








                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited Jan 20 at 22:15

























                    answered Jan 20 at 22:01









                    Picaud VincentPicaud Vincent

                    1,434310




                    1,434310























                        0












                        $begingroup$

                        A linear PDE is one that is of first degree in all of its field variables and partial derivatives. Hence, all of them are linear.





                        1. $u_{t}+u_{x}=sin(x)u$



                          LINEAR HOMOGENEOUS.




                        2. $u_{tt}-u_{xx}=e^{t}u_{t}$



                          LINEAR HOMOGENEOUS.




                        3. $u_{tt}-u_{xx}=x^{2}$



                          LINEAR NON-HOMOGENEOUS.




                        4. $u_{xx}+u_{yy}=u_{x}u_{y}$



                          LINEAR HOMOGENEOUS.








                        share|cite|improve this answer









                        $endgroup$


















                          0












                          $begingroup$

                          A linear PDE is one that is of first degree in all of its field variables and partial derivatives. Hence, all of them are linear.





                          1. $u_{t}+u_{x}=sin(x)u$



                            LINEAR HOMOGENEOUS.




                          2. $u_{tt}-u_{xx}=e^{t}u_{t}$



                            LINEAR HOMOGENEOUS.




                          3. $u_{tt}-u_{xx}=x^{2}$



                            LINEAR NON-HOMOGENEOUS.




                          4. $u_{xx}+u_{yy}=u_{x}u_{y}$



                            LINEAR HOMOGENEOUS.








                          share|cite|improve this answer









                          $endgroup$
















                            0












                            0








                            0





                            $begingroup$

                            A linear PDE is one that is of first degree in all of its field variables and partial derivatives. Hence, all of them are linear.





                            1. $u_{t}+u_{x}=sin(x)u$



                              LINEAR HOMOGENEOUS.




                            2. $u_{tt}-u_{xx}=e^{t}u_{t}$



                              LINEAR HOMOGENEOUS.




                            3. $u_{tt}-u_{xx}=x^{2}$



                              LINEAR NON-HOMOGENEOUS.




                            4. $u_{xx}+u_{yy}=u_{x}u_{y}$



                              LINEAR HOMOGENEOUS.








                            share|cite|improve this answer









                            $endgroup$



                            A linear PDE is one that is of first degree in all of its field variables and partial derivatives. Hence, all of them are linear.





                            1. $u_{t}+u_{x}=sin(x)u$



                              LINEAR HOMOGENEOUS.




                            2. $u_{tt}-u_{xx}=e^{t}u_{t}$



                              LINEAR HOMOGENEOUS.




                            3. $u_{tt}-u_{xx}=x^{2}$



                              LINEAR NON-HOMOGENEOUS.




                            4. $u_{xx}+u_{yy}=u_{x}u_{y}$



                              LINEAR HOMOGENEOUS.









                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Jan 20 at 21:47









                            idriskameniidriskameni

                            753321




                            753321























                                0












                                $begingroup$

                                PDEs are linear if there is a linear operator $mathscr{D}$ that operates only on $u$, and they are homogeneous if all terms contained within the PDE are accounted for in $mathscr{D}u.$
                                $$
                                mathscr{D}u = 0 text{ is homogeneous} \
                                mathscr{D}u = f text{ is nonhomogeneous}.
                                $$






                                share|cite|improve this answer









                                $endgroup$


















                                  0












                                  $begingroup$

                                  PDEs are linear if there is a linear operator $mathscr{D}$ that operates only on $u$, and they are homogeneous if all terms contained within the PDE are accounted for in $mathscr{D}u.$
                                  $$
                                  mathscr{D}u = 0 text{ is homogeneous} \
                                  mathscr{D}u = f text{ is nonhomogeneous}.
                                  $$






                                  share|cite|improve this answer









                                  $endgroup$
















                                    0












                                    0








                                    0





                                    $begingroup$

                                    PDEs are linear if there is a linear operator $mathscr{D}$ that operates only on $u$, and they are homogeneous if all terms contained within the PDE are accounted for in $mathscr{D}u.$
                                    $$
                                    mathscr{D}u = 0 text{ is homogeneous} \
                                    mathscr{D}u = f text{ is nonhomogeneous}.
                                    $$






                                    share|cite|improve this answer









                                    $endgroup$



                                    PDEs are linear if there is a linear operator $mathscr{D}$ that operates only on $u$, and they are homogeneous if all terms contained within the PDE are accounted for in $mathscr{D}u.$
                                    $$
                                    mathscr{D}u = 0 text{ is homogeneous} \
                                    mathscr{D}u = f text{ is nonhomogeneous}.
                                    $$







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered Jan 20 at 21:48









                                    AEngineerAEngineer

                                    1,5441317




                                    1,5441317






























                                        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.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3081158%2fpartial-differential-equations-question-state-if-the-following-pdes-are-linear%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

                                        MongoDB - Not Authorized To Execute Command

                                        How to fix TextFormField cause rebuild widget in Flutter

                                        in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith