$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

                              Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

                              Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

                              Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers