$y'' + y' -2y = x^2$, find $A, B$, & and $C$ such that $y = Ax^2+Bx+C$ satisfies this equation. The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Show that Bessel function $J_n(x)$ satisfies Bessel's differential equation.Find tangent line at given points, no function equationFokker-Planck equation - find probability density functionFind the value of $n$ such that the Maclaurin polynomial error is within a boundGet the general solution for this differential equationA differentiable function satisfies given conditions. Find the approximated valuesShow that this function satisfies the Laplace EquationShow that a given function satisfies a given equationFind Polar Differential Equation that satisfies Bifurcation DiagramThe differentiable equation satisfies the equation…

Can withdrawing asylum be illegal?

Can the DM override racial traits?

What's the point in a preamp?

Presidential Pardon

Homework question about an engine pulling a train

Match Roman Numerals

Variable with quotation marks "$()"

Why doesn't a hydraulic lever violate conservation of energy?

Is 'stolen' appropriate word?

What would this chord progression be called?

How did passengers keep warm on sail ships?

Do I have Disadvantage attacking with an off-hand weapon?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Why did Peik Lin say, "I'm not an animal"?

What information about me do stores get via my credit card?

What force causes entropy to increase?

Could an empire control the whole planet with today's comunication methods?

How do spell lists change if the party levels up without taking a long rest?

Word for: a synonym with a positive connotation?

Single author papers against my advisor's will?

How to handle characters who are more educated than the author?

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

Keeping a retro style to sci-fi spaceships?

What can I do if neighbor is blocking my solar panels intentionally?



$y'' + y' -2y = x^2$, find $A, B$, & and $C$ such that $y = Ax^2+Bx+C$ satisfies this equation.



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Show that Bessel function $J_n(x)$ satisfies Bessel's differential equation.Find tangent line at given points, no function equationFokker-Planck equation - find probability density functionFind the value of $n$ such that the Maclaurin polynomial error is within a boundGet the general solution for this differential equationA differentiable function satisfies given conditions. Find the approximated valuesShow that this function satisfies the Laplace EquationShow that a given function satisfies a given equationFind Polar Differential Equation that satisfies Bifurcation DiagramThe differentiable equation satisfies the equation…










2












$begingroup$


I am doing an extra credit problem for college. I don't expect anyone to solve it for me, but I would really appreciate being given some hints.



The problem:




$y'' + y' -2y = x^2$, find $A, B$, & and $C$ such that the function $y = Ax^2+Bx+C$ satisfies this equation.




I understand how to find derivatives if I know the function, but this is stumping me.










share|cite|improve this question









$endgroup$
















    2












    $begingroup$


    I am doing an extra credit problem for college. I don't expect anyone to solve it for me, but I would really appreciate being given some hints.



    The problem:




    $y'' + y' -2y = x^2$, find $A, B$, & and $C$ such that the function $y = Ax^2+Bx+C$ satisfies this equation.




    I understand how to find derivatives if I know the function, but this is stumping me.










    share|cite|improve this question









    $endgroup$














      2












      2








      2


      1



      $begingroup$


      I am doing an extra credit problem for college. I don't expect anyone to solve it for me, but I would really appreciate being given some hints.



      The problem:




      $y'' + y' -2y = x^2$, find $A, B$, & and $C$ such that the function $y = Ax^2+Bx+C$ satisfies this equation.




      I understand how to find derivatives if I know the function, but this is stumping me.










      share|cite|improve this question









      $endgroup$




      I am doing an extra credit problem for college. I don't expect anyone to solve it for me, but I would really appreciate being given some hints.



      The problem:




      $y'' + y' -2y = x^2$, find $A, B$, & and $C$ such that the function $y = Ax^2+Bx+C$ satisfies this equation.




      I understand how to find derivatives if I know the function, but this is stumping me.







      calculus ordinary-differential-equations derivatives






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 24 at 19:25









      LuminousNutriaLuminousNutria

      55712




      55712




















          4 Answers
          4






          active

          oldest

          votes


















          2












          $begingroup$

          Assuming that $y = y(x)$ is of the given form, we need only substitute $y$ into the differential equation
          $$
          y^primeprime + y^prime - 2y = x^2
          $$

          and solve for $A,B$ and $C$. Now, we have
          beginalignlabeleq:1tag1
          y^prime(x) = 2Ax + B quad textand quad y^primeprime(x) = 2A.
          endalign

          So, if $y$ solves the differential equation, then
          beginalign
          x^2 = y^primeprime + y^prime - 2y &= 2A + (2Ax+B) -2left(Ax^2 + Bx + C right)labeleq:2tag2\
          &= -2Ax^2 + (2A-2B)x + left( 2A + B -2Cright)labeleq:3tag3.
          endalign

          Comparing the coefficients of this equation, we find that
          beginalign*
          begincases
          -2A = 1,\
          2A-2B = 0,\
          2A+B-2C = 0.
          endcases
          endalign*

          Solving this system will give the explicit values of $A,B$ and $C$ required.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            What do you replace $y^primeprime + y^prime - 2y = x^2$ with, when you solve for $A, B$, and $C$?
            $endgroup$
            – LuminousNutria
            Mar 24 at 19:40











          • $begingroup$
            I substitute in the expressions for $y,y^prime$ and $y^primeprime$ in terms of $x$, respectively.
            $endgroup$
            – rolandcyp
            Mar 24 at 19:42










          • $begingroup$
            Oh, so you do $y''(x) + y'(x) - 2y(x) = x^2$ then get rid of $x^2$ and solve for $y'(x)$ and $y''(x)$ respectively?
            $endgroup$
            – LuminousNutria
            Mar 24 at 19:43










          • $begingroup$
            Not exactly. I'm not getting rid of anything, I am only comparing coefficients. If two polynomials are everywhere equal, then their coefficients must agree. Using this, I'm solving for $A,B$ and $C$.
            $endgroup$
            – rolandcyp
            Mar 24 at 19:44






          • 1




            $begingroup$
            ohh! I get it! thank you!
            $endgroup$
            – LuminousNutria
            Mar 24 at 19:56


















          2












          $begingroup$

          If you plug the quadratic polynomial into your differential equation you will get



          $$2A+(2Ax+B)-2(Ax^2+Bx+C)=x^2.$$



          Compare the coefficients and determine $A$, $B$, $C$.






          share|cite|improve this answer









          $endgroup$




















            1












            $begingroup$

            With



            $y = Ax^2 + Bx + C, tag 1$



            we may substitute $y$, $y'$, and $y''$ into



            $y'' + y' - 2y = x^2, tag 2$



            viz,



            $y' = 2Ax + B, tag 3$



            $y'' = 2A, tag 4$



            $y'' + y' - 2y = 2A + (2Ax + B) - 2(Ax^2 + Bx + C) = x^2; tag 5$



            we group together like powers of $x$:



            $-2Ax^2 + 2(A - B) x + (2A + B -2C) = x^2, tag 5$



            from which we infer



            $-2A = 1, tag 6$



            $2(A - B) = 0, tag 7$



            $2A + B - 2C = 0; tag 8$



            thus



            $A = B = -dfrac12, tag 9$



            $C = -dfrac34, tag10$



            and of course



            $y = -dfrac12x^2 - dfrac12x - dfrac34. tag11$



            We Check:



            From (11),



            $y' = -x - dfrac12, tag12$



            $y'' = -1, tag13$



            $y'' + y' - 2y$
            $= -1 - x - dfrac12 - 2(-dfrac12x^2 - dfrac12x - dfrac34) = -1 - x - dfrac12 + x^2 + x + dfrac32 = x^2. tag14$






            share|cite|improve this answer











            $endgroup$








            • 1




              $begingroup$
              How did you do steps 6, 7, and 8?
              $endgroup$
              – LuminousNutria
              Mar 24 at 20:35






            • 1




              $begingroup$
              @LuminousNutria: I simply took (5) and equated the coefficients of powers of $x$--$x^0 = 1, ; x^1, ; x^2$--occurring on each side.
              $endgroup$
              – Robert Lewis
              Mar 24 at 20:40










            • $begingroup$
              So, $-2A=1$ because the coefficient of $x^2$ is 1? And $2(A - B) = 0$ because the coefficients of $2x - 2x$ equal $1 - 1$ and are therefore zero? And $(2A+B-2C) = 0$ because it has no powers of x?
              $endgroup$
              – LuminousNutria
              Mar 24 at 20:55







            • 1




              $begingroup$
              @LuminousNutria: yes! Basically what we're doing is using the fact that each side is a quadratic polynomial in $x$, since they are equal, the coefficients have to be the same. Equal polynomials have equal coefficients! Cheers!
              $endgroup$
              – Robert Lewis
              Mar 24 at 21:05


















            1












            $begingroup$

            Consider $z^2+z-2=(z+2)(z-1)=-2(1+frac12z)(1-z)$. Its inverse (as a formal power series) is
            $$
            -frac12(1+z+z^2+dotsb)left(1-frac12z+frac14z^2+dotsbright)
            =-dfrac12-dfrac14z-dfrac38z^2+dotsb
            $$

            Interpret $z$ as the differentiation operator and “multiply” by $x^2$ (that's why we can discard higher order terms):
            $$
            -dfrac12x^2-dfrac142x-dfrac382=-dfrac12x^2-dfrac12x-dfrac34
            $$






            share|cite|improve this answer









            $endgroup$













              Your Answer








              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%2f3160924%2fy-y-2y-x2-find-a-b-and-c-such-that-y-ax2bxc-satisfies%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2












              $begingroup$

              Assuming that $y = y(x)$ is of the given form, we need only substitute $y$ into the differential equation
              $$
              y^primeprime + y^prime - 2y = x^2
              $$

              and solve for $A,B$ and $C$. Now, we have
              beginalignlabeleq:1tag1
              y^prime(x) = 2Ax + B quad textand quad y^primeprime(x) = 2A.
              endalign

              So, if $y$ solves the differential equation, then
              beginalign
              x^2 = y^primeprime + y^prime - 2y &= 2A + (2Ax+B) -2left(Ax^2 + Bx + C right)labeleq:2tag2\
              &= -2Ax^2 + (2A-2B)x + left( 2A + B -2Cright)labeleq:3tag3.
              endalign

              Comparing the coefficients of this equation, we find that
              beginalign*
              begincases
              -2A = 1,\
              2A-2B = 0,\
              2A+B-2C = 0.
              endcases
              endalign*

              Solving this system will give the explicit values of $A,B$ and $C$ required.






              share|cite|improve this answer











              $endgroup$












              • $begingroup$
                What do you replace $y^primeprime + y^prime - 2y = x^2$ with, when you solve for $A, B$, and $C$?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:40











              • $begingroup$
                I substitute in the expressions for $y,y^prime$ and $y^primeprime$ in terms of $x$, respectively.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:42










              • $begingroup$
                Oh, so you do $y''(x) + y'(x) - 2y(x) = x^2$ then get rid of $x^2$ and solve for $y'(x)$ and $y''(x)$ respectively?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:43










              • $begingroup$
                Not exactly. I'm not getting rid of anything, I am only comparing coefficients. If two polynomials are everywhere equal, then their coefficients must agree. Using this, I'm solving for $A,B$ and $C$.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:44






              • 1




                $begingroup$
                ohh! I get it! thank you!
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:56















              2












              $begingroup$

              Assuming that $y = y(x)$ is of the given form, we need only substitute $y$ into the differential equation
              $$
              y^primeprime + y^prime - 2y = x^2
              $$

              and solve for $A,B$ and $C$. Now, we have
              beginalignlabeleq:1tag1
              y^prime(x) = 2Ax + B quad textand quad y^primeprime(x) = 2A.
              endalign

              So, if $y$ solves the differential equation, then
              beginalign
              x^2 = y^primeprime + y^prime - 2y &= 2A + (2Ax+B) -2left(Ax^2 + Bx + C right)labeleq:2tag2\
              &= -2Ax^2 + (2A-2B)x + left( 2A + B -2Cright)labeleq:3tag3.
              endalign

              Comparing the coefficients of this equation, we find that
              beginalign*
              begincases
              -2A = 1,\
              2A-2B = 0,\
              2A+B-2C = 0.
              endcases
              endalign*

              Solving this system will give the explicit values of $A,B$ and $C$ required.






              share|cite|improve this answer











              $endgroup$












              • $begingroup$
                What do you replace $y^primeprime + y^prime - 2y = x^2$ with, when you solve for $A, B$, and $C$?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:40











              • $begingroup$
                I substitute in the expressions for $y,y^prime$ and $y^primeprime$ in terms of $x$, respectively.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:42










              • $begingroup$
                Oh, so you do $y''(x) + y'(x) - 2y(x) = x^2$ then get rid of $x^2$ and solve for $y'(x)$ and $y''(x)$ respectively?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:43










              • $begingroup$
                Not exactly. I'm not getting rid of anything, I am only comparing coefficients. If two polynomials are everywhere equal, then their coefficients must agree. Using this, I'm solving for $A,B$ and $C$.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:44






              • 1




                $begingroup$
                ohh! I get it! thank you!
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:56













              2












              2








              2





              $begingroup$

              Assuming that $y = y(x)$ is of the given form, we need only substitute $y$ into the differential equation
              $$
              y^primeprime + y^prime - 2y = x^2
              $$

              and solve for $A,B$ and $C$. Now, we have
              beginalignlabeleq:1tag1
              y^prime(x) = 2Ax + B quad textand quad y^primeprime(x) = 2A.
              endalign

              So, if $y$ solves the differential equation, then
              beginalign
              x^2 = y^primeprime + y^prime - 2y &= 2A + (2Ax+B) -2left(Ax^2 + Bx + C right)labeleq:2tag2\
              &= -2Ax^2 + (2A-2B)x + left( 2A + B -2Cright)labeleq:3tag3.
              endalign

              Comparing the coefficients of this equation, we find that
              beginalign*
              begincases
              -2A = 1,\
              2A-2B = 0,\
              2A+B-2C = 0.
              endcases
              endalign*

              Solving this system will give the explicit values of $A,B$ and $C$ required.






              share|cite|improve this answer











              $endgroup$



              Assuming that $y = y(x)$ is of the given form, we need only substitute $y$ into the differential equation
              $$
              y^primeprime + y^prime - 2y = x^2
              $$

              and solve for $A,B$ and $C$. Now, we have
              beginalignlabeleq:1tag1
              y^prime(x) = 2Ax + B quad textand quad y^primeprime(x) = 2A.
              endalign

              So, if $y$ solves the differential equation, then
              beginalign
              x^2 = y^primeprime + y^prime - 2y &= 2A + (2Ax+B) -2left(Ax^2 + Bx + C right)labeleq:2tag2\
              &= -2Ax^2 + (2A-2B)x + left( 2A + B -2Cright)labeleq:3tag3.
              endalign

              Comparing the coefficients of this equation, we find that
              beginalign*
              begincases
              -2A = 1,\
              2A-2B = 0,\
              2A+B-2C = 0.
              endcases
              endalign*

              Solving this system will give the explicit values of $A,B$ and $C$ required.







              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited Mar 24 at 19:49

























              answered Mar 24 at 19:29









              rolandcyprolandcyp

              1




              1











              • $begingroup$
                What do you replace $y^primeprime + y^prime - 2y = x^2$ with, when you solve for $A, B$, and $C$?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:40











              • $begingroup$
                I substitute in the expressions for $y,y^prime$ and $y^primeprime$ in terms of $x$, respectively.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:42










              • $begingroup$
                Oh, so you do $y''(x) + y'(x) - 2y(x) = x^2$ then get rid of $x^2$ and solve for $y'(x)$ and $y''(x)$ respectively?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:43










              • $begingroup$
                Not exactly. I'm not getting rid of anything, I am only comparing coefficients. If two polynomials are everywhere equal, then their coefficients must agree. Using this, I'm solving for $A,B$ and $C$.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:44






              • 1




                $begingroup$
                ohh! I get it! thank you!
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:56
















              • $begingroup$
                What do you replace $y^primeprime + y^prime - 2y = x^2$ with, when you solve for $A, B$, and $C$?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:40











              • $begingroup$
                I substitute in the expressions for $y,y^prime$ and $y^primeprime$ in terms of $x$, respectively.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:42










              • $begingroup$
                Oh, so you do $y''(x) + y'(x) - 2y(x) = x^2$ then get rid of $x^2$ and solve for $y'(x)$ and $y''(x)$ respectively?
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:43










              • $begingroup$
                Not exactly. I'm not getting rid of anything, I am only comparing coefficients. If two polynomials are everywhere equal, then their coefficients must agree. Using this, I'm solving for $A,B$ and $C$.
                $endgroup$
                – rolandcyp
                Mar 24 at 19:44






              • 1




                $begingroup$
                ohh! I get it! thank you!
                $endgroup$
                – LuminousNutria
                Mar 24 at 19:56















              $begingroup$
              What do you replace $y^primeprime + y^prime - 2y = x^2$ with, when you solve for $A, B$, and $C$?
              $endgroup$
              – LuminousNutria
              Mar 24 at 19:40





              $begingroup$
              What do you replace $y^primeprime + y^prime - 2y = x^2$ with, when you solve for $A, B$, and $C$?
              $endgroup$
              – LuminousNutria
              Mar 24 at 19:40













              $begingroup$
              I substitute in the expressions for $y,y^prime$ and $y^primeprime$ in terms of $x$, respectively.
              $endgroup$
              – rolandcyp
              Mar 24 at 19:42




              $begingroup$
              I substitute in the expressions for $y,y^prime$ and $y^primeprime$ in terms of $x$, respectively.
              $endgroup$
              – rolandcyp
              Mar 24 at 19:42












              $begingroup$
              Oh, so you do $y''(x) + y'(x) - 2y(x) = x^2$ then get rid of $x^2$ and solve for $y'(x)$ and $y''(x)$ respectively?
              $endgroup$
              – LuminousNutria
              Mar 24 at 19:43




              $begingroup$
              Oh, so you do $y''(x) + y'(x) - 2y(x) = x^2$ then get rid of $x^2$ and solve for $y'(x)$ and $y''(x)$ respectively?
              $endgroup$
              – LuminousNutria
              Mar 24 at 19:43












              $begingroup$
              Not exactly. I'm not getting rid of anything, I am only comparing coefficients. If two polynomials are everywhere equal, then their coefficients must agree. Using this, I'm solving for $A,B$ and $C$.
              $endgroup$
              – rolandcyp
              Mar 24 at 19:44




              $begingroup$
              Not exactly. I'm not getting rid of anything, I am only comparing coefficients. If two polynomials are everywhere equal, then their coefficients must agree. Using this, I'm solving for $A,B$ and $C$.
              $endgroup$
              – rolandcyp
              Mar 24 at 19:44




              1




              1




              $begingroup$
              ohh! I get it! thank you!
              $endgroup$
              – LuminousNutria
              Mar 24 at 19:56




              $begingroup$
              ohh! I get it! thank you!
              $endgroup$
              – LuminousNutria
              Mar 24 at 19:56











              2












              $begingroup$

              If you plug the quadratic polynomial into your differential equation you will get



              $$2A+(2Ax+B)-2(Ax^2+Bx+C)=x^2.$$



              Compare the coefficients and determine $A$, $B$, $C$.






              share|cite|improve this answer









              $endgroup$

















                2












                $begingroup$

                If you plug the quadratic polynomial into your differential equation you will get



                $$2A+(2Ax+B)-2(Ax^2+Bx+C)=x^2.$$



                Compare the coefficients and determine $A$, $B$, $C$.






                share|cite|improve this answer









                $endgroup$















                  2












                  2








                  2





                  $begingroup$

                  If you plug the quadratic polynomial into your differential equation you will get



                  $$2A+(2Ax+B)-2(Ax^2+Bx+C)=x^2.$$



                  Compare the coefficients and determine $A$, $B$, $C$.






                  share|cite|improve this answer









                  $endgroup$



                  If you plug the quadratic polynomial into your differential equation you will get



                  $$2A+(2Ax+B)-2(Ax^2+Bx+C)=x^2.$$



                  Compare the coefficients and determine $A$, $B$, $C$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 24 at 19:29









                  MachineLearnerMachineLearner

                  1,386212




                  1,386212





















                      1












                      $begingroup$

                      With



                      $y = Ax^2 + Bx + C, tag 1$



                      we may substitute $y$, $y'$, and $y''$ into



                      $y'' + y' - 2y = x^2, tag 2$



                      viz,



                      $y' = 2Ax + B, tag 3$



                      $y'' = 2A, tag 4$



                      $y'' + y' - 2y = 2A + (2Ax + B) - 2(Ax^2 + Bx + C) = x^2; tag 5$



                      we group together like powers of $x$:



                      $-2Ax^2 + 2(A - B) x + (2A + B -2C) = x^2, tag 5$



                      from which we infer



                      $-2A = 1, tag 6$



                      $2(A - B) = 0, tag 7$



                      $2A + B - 2C = 0; tag 8$



                      thus



                      $A = B = -dfrac12, tag 9$



                      $C = -dfrac34, tag10$



                      and of course



                      $y = -dfrac12x^2 - dfrac12x - dfrac34. tag11$



                      We Check:



                      From (11),



                      $y' = -x - dfrac12, tag12$



                      $y'' = -1, tag13$



                      $y'' + y' - 2y$
                      $= -1 - x - dfrac12 - 2(-dfrac12x^2 - dfrac12x - dfrac34) = -1 - x - dfrac12 + x^2 + x + dfrac32 = x^2. tag14$






                      share|cite|improve this answer











                      $endgroup$








                      • 1




                        $begingroup$
                        How did you do steps 6, 7, and 8?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:35






                      • 1




                        $begingroup$
                        @LuminousNutria: I simply took (5) and equated the coefficients of powers of $x$--$x^0 = 1, ; x^1, ; x^2$--occurring on each side.
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 20:40










                      • $begingroup$
                        So, $-2A=1$ because the coefficient of $x^2$ is 1? And $2(A - B) = 0$ because the coefficients of $2x - 2x$ equal $1 - 1$ and are therefore zero? And $(2A+B-2C) = 0$ because it has no powers of x?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:55







                      • 1




                        $begingroup$
                        @LuminousNutria: yes! Basically what we're doing is using the fact that each side is a quadratic polynomial in $x$, since they are equal, the coefficients have to be the same. Equal polynomials have equal coefficients! Cheers!
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 21:05















                      1












                      $begingroup$

                      With



                      $y = Ax^2 + Bx + C, tag 1$



                      we may substitute $y$, $y'$, and $y''$ into



                      $y'' + y' - 2y = x^2, tag 2$



                      viz,



                      $y' = 2Ax + B, tag 3$



                      $y'' = 2A, tag 4$



                      $y'' + y' - 2y = 2A + (2Ax + B) - 2(Ax^2 + Bx + C) = x^2; tag 5$



                      we group together like powers of $x$:



                      $-2Ax^2 + 2(A - B) x + (2A + B -2C) = x^2, tag 5$



                      from which we infer



                      $-2A = 1, tag 6$



                      $2(A - B) = 0, tag 7$



                      $2A + B - 2C = 0; tag 8$



                      thus



                      $A = B = -dfrac12, tag 9$



                      $C = -dfrac34, tag10$



                      and of course



                      $y = -dfrac12x^2 - dfrac12x - dfrac34. tag11$



                      We Check:



                      From (11),



                      $y' = -x - dfrac12, tag12$



                      $y'' = -1, tag13$



                      $y'' + y' - 2y$
                      $= -1 - x - dfrac12 - 2(-dfrac12x^2 - dfrac12x - dfrac34) = -1 - x - dfrac12 + x^2 + x + dfrac32 = x^2. tag14$






                      share|cite|improve this answer











                      $endgroup$








                      • 1




                        $begingroup$
                        How did you do steps 6, 7, and 8?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:35






                      • 1




                        $begingroup$
                        @LuminousNutria: I simply took (5) and equated the coefficients of powers of $x$--$x^0 = 1, ; x^1, ; x^2$--occurring on each side.
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 20:40










                      • $begingroup$
                        So, $-2A=1$ because the coefficient of $x^2$ is 1? And $2(A - B) = 0$ because the coefficients of $2x - 2x$ equal $1 - 1$ and are therefore zero? And $(2A+B-2C) = 0$ because it has no powers of x?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:55







                      • 1




                        $begingroup$
                        @LuminousNutria: yes! Basically what we're doing is using the fact that each side is a quadratic polynomial in $x$, since they are equal, the coefficients have to be the same. Equal polynomials have equal coefficients! Cheers!
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 21:05













                      1












                      1








                      1





                      $begingroup$

                      With



                      $y = Ax^2 + Bx + C, tag 1$



                      we may substitute $y$, $y'$, and $y''$ into



                      $y'' + y' - 2y = x^2, tag 2$



                      viz,



                      $y' = 2Ax + B, tag 3$



                      $y'' = 2A, tag 4$



                      $y'' + y' - 2y = 2A + (2Ax + B) - 2(Ax^2 + Bx + C) = x^2; tag 5$



                      we group together like powers of $x$:



                      $-2Ax^2 + 2(A - B) x + (2A + B -2C) = x^2, tag 5$



                      from which we infer



                      $-2A = 1, tag 6$



                      $2(A - B) = 0, tag 7$



                      $2A + B - 2C = 0; tag 8$



                      thus



                      $A = B = -dfrac12, tag 9$



                      $C = -dfrac34, tag10$



                      and of course



                      $y = -dfrac12x^2 - dfrac12x - dfrac34. tag11$



                      We Check:



                      From (11),



                      $y' = -x - dfrac12, tag12$



                      $y'' = -1, tag13$



                      $y'' + y' - 2y$
                      $= -1 - x - dfrac12 - 2(-dfrac12x^2 - dfrac12x - dfrac34) = -1 - x - dfrac12 + x^2 + x + dfrac32 = x^2. tag14$






                      share|cite|improve this answer











                      $endgroup$



                      With



                      $y = Ax^2 + Bx + C, tag 1$



                      we may substitute $y$, $y'$, and $y''$ into



                      $y'' + y' - 2y = x^2, tag 2$



                      viz,



                      $y' = 2Ax + B, tag 3$



                      $y'' = 2A, tag 4$



                      $y'' + y' - 2y = 2A + (2Ax + B) - 2(Ax^2 + Bx + C) = x^2; tag 5$



                      we group together like powers of $x$:



                      $-2Ax^2 + 2(A - B) x + (2A + B -2C) = x^2, tag 5$



                      from which we infer



                      $-2A = 1, tag 6$



                      $2(A - B) = 0, tag 7$



                      $2A + B - 2C = 0; tag 8$



                      thus



                      $A = B = -dfrac12, tag 9$



                      $C = -dfrac34, tag10$



                      and of course



                      $y = -dfrac12x^2 - dfrac12x - dfrac34. tag11$



                      We Check:



                      From (11),



                      $y' = -x - dfrac12, tag12$



                      $y'' = -1, tag13$



                      $y'' + y' - 2y$
                      $= -1 - x - dfrac12 - 2(-dfrac12x^2 - dfrac12x - dfrac34) = -1 - x - dfrac12 + x^2 + x + dfrac32 = x^2. tag14$







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited Mar 24 at 20:30

























                      answered Mar 24 at 20:21









                      Robert LewisRobert Lewis

                      48.9k23168




                      48.9k23168







                      • 1




                        $begingroup$
                        How did you do steps 6, 7, and 8?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:35






                      • 1




                        $begingroup$
                        @LuminousNutria: I simply took (5) and equated the coefficients of powers of $x$--$x^0 = 1, ; x^1, ; x^2$--occurring on each side.
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 20:40










                      • $begingroup$
                        So, $-2A=1$ because the coefficient of $x^2$ is 1? And $2(A - B) = 0$ because the coefficients of $2x - 2x$ equal $1 - 1$ and are therefore zero? And $(2A+B-2C) = 0$ because it has no powers of x?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:55







                      • 1




                        $begingroup$
                        @LuminousNutria: yes! Basically what we're doing is using the fact that each side is a quadratic polynomial in $x$, since they are equal, the coefficients have to be the same. Equal polynomials have equal coefficients! Cheers!
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 21:05












                      • 1




                        $begingroup$
                        How did you do steps 6, 7, and 8?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:35






                      • 1




                        $begingroup$
                        @LuminousNutria: I simply took (5) and equated the coefficients of powers of $x$--$x^0 = 1, ; x^1, ; x^2$--occurring on each side.
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 20:40










                      • $begingroup$
                        So, $-2A=1$ because the coefficient of $x^2$ is 1? And $2(A - B) = 0$ because the coefficients of $2x - 2x$ equal $1 - 1$ and are therefore zero? And $(2A+B-2C) = 0$ because it has no powers of x?
                        $endgroup$
                        – LuminousNutria
                        Mar 24 at 20:55







                      • 1




                        $begingroup$
                        @LuminousNutria: yes! Basically what we're doing is using the fact that each side is a quadratic polynomial in $x$, since they are equal, the coefficients have to be the same. Equal polynomials have equal coefficients! Cheers!
                        $endgroup$
                        – Robert Lewis
                        Mar 24 at 21:05







                      1




                      1




                      $begingroup$
                      How did you do steps 6, 7, and 8?
                      $endgroup$
                      – LuminousNutria
                      Mar 24 at 20:35




                      $begingroup$
                      How did you do steps 6, 7, and 8?
                      $endgroup$
                      – LuminousNutria
                      Mar 24 at 20:35




                      1




                      1




                      $begingroup$
                      @LuminousNutria: I simply took (5) and equated the coefficients of powers of $x$--$x^0 = 1, ; x^1, ; x^2$--occurring on each side.
                      $endgroup$
                      – Robert Lewis
                      Mar 24 at 20:40




                      $begingroup$
                      @LuminousNutria: I simply took (5) and equated the coefficients of powers of $x$--$x^0 = 1, ; x^1, ; x^2$--occurring on each side.
                      $endgroup$
                      – Robert Lewis
                      Mar 24 at 20:40












                      $begingroup$
                      So, $-2A=1$ because the coefficient of $x^2$ is 1? And $2(A - B) = 0$ because the coefficients of $2x - 2x$ equal $1 - 1$ and are therefore zero? And $(2A+B-2C) = 0$ because it has no powers of x?
                      $endgroup$
                      – LuminousNutria
                      Mar 24 at 20:55





                      $begingroup$
                      So, $-2A=1$ because the coefficient of $x^2$ is 1? And $2(A - B) = 0$ because the coefficients of $2x - 2x$ equal $1 - 1$ and are therefore zero? And $(2A+B-2C) = 0$ because it has no powers of x?
                      $endgroup$
                      – LuminousNutria
                      Mar 24 at 20:55





                      1




                      1




                      $begingroup$
                      @LuminousNutria: yes! Basically what we're doing is using the fact that each side is a quadratic polynomial in $x$, since they are equal, the coefficients have to be the same. Equal polynomials have equal coefficients! Cheers!
                      $endgroup$
                      – Robert Lewis
                      Mar 24 at 21:05




                      $begingroup$
                      @LuminousNutria: yes! Basically what we're doing is using the fact that each side is a quadratic polynomial in $x$, since they are equal, the coefficients have to be the same. Equal polynomials have equal coefficients! Cheers!
                      $endgroup$
                      – Robert Lewis
                      Mar 24 at 21:05











                      1












                      $begingroup$

                      Consider $z^2+z-2=(z+2)(z-1)=-2(1+frac12z)(1-z)$. Its inverse (as a formal power series) is
                      $$
                      -frac12(1+z+z^2+dotsb)left(1-frac12z+frac14z^2+dotsbright)
                      =-dfrac12-dfrac14z-dfrac38z^2+dotsb
                      $$

                      Interpret $z$ as the differentiation operator and “multiply” by $x^2$ (that's why we can discard higher order terms):
                      $$
                      -dfrac12x^2-dfrac142x-dfrac382=-dfrac12x^2-dfrac12x-dfrac34
                      $$






                      share|cite|improve this answer









                      $endgroup$

















                        1












                        $begingroup$

                        Consider $z^2+z-2=(z+2)(z-1)=-2(1+frac12z)(1-z)$. Its inverse (as a formal power series) is
                        $$
                        -frac12(1+z+z^2+dotsb)left(1-frac12z+frac14z^2+dotsbright)
                        =-dfrac12-dfrac14z-dfrac38z^2+dotsb
                        $$

                        Interpret $z$ as the differentiation operator and “multiply” by $x^2$ (that's why we can discard higher order terms):
                        $$
                        -dfrac12x^2-dfrac142x-dfrac382=-dfrac12x^2-dfrac12x-dfrac34
                        $$






                        share|cite|improve this answer









                        $endgroup$















                          1












                          1








                          1





                          $begingroup$

                          Consider $z^2+z-2=(z+2)(z-1)=-2(1+frac12z)(1-z)$. Its inverse (as a formal power series) is
                          $$
                          -frac12(1+z+z^2+dotsb)left(1-frac12z+frac14z^2+dotsbright)
                          =-dfrac12-dfrac14z-dfrac38z^2+dotsb
                          $$

                          Interpret $z$ as the differentiation operator and “multiply” by $x^2$ (that's why we can discard higher order terms):
                          $$
                          -dfrac12x^2-dfrac142x-dfrac382=-dfrac12x^2-dfrac12x-dfrac34
                          $$






                          share|cite|improve this answer









                          $endgroup$



                          Consider $z^2+z-2=(z+2)(z-1)=-2(1+frac12z)(1-z)$. Its inverse (as a formal power series) is
                          $$
                          -frac12(1+z+z^2+dotsb)left(1-frac12z+frac14z^2+dotsbright)
                          =-dfrac12-dfrac14z-dfrac38z^2+dotsb
                          $$

                          Interpret $z$ as the differentiation operator and “multiply” by $x^2$ (that's why we can discard higher order terms):
                          $$
                          -dfrac12x^2-dfrac142x-dfrac382=-dfrac12x^2-dfrac12x-dfrac34
                          $$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Mar 24 at 20:41









                          egregegreg

                          186k1486208




                          186k1486208



























                              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%2f3160924%2fy-y-2y-x2-find-a-b-and-c-such-that-y-ax2bxc-satisfies%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

                              How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

                              random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

                              Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye