how to prove a spanning set of polynomial












3












$begingroup$


I am struggling so much understanding this concept of subspace and span.



The question is, Given that



$P2:W={(x+1)(ax+b)| a,b in R}$
show that
${x^2+x, x^2+2x+1}$
is a spanning set of $W$.



I don't know if I got this concept right, but I've tried to do things by letting
$p(x)=x^2+x$
$q(x)=x^2+2x+1$
then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.



but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?










share|cite|improve this question











$endgroup$

















    3












    $begingroup$


    I am struggling so much understanding this concept of subspace and span.



    The question is, Given that



    $P2:W={(x+1)(ax+b)| a,b in R}$
    show that
    ${x^2+x, x^2+2x+1}$
    is a spanning set of $W$.



    I don't know if I got this concept right, but I've tried to do things by letting
    $p(x)=x^2+x$
    $q(x)=x^2+2x+1$
    then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.



    but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?










    share|cite|improve this question











    $endgroup$















      3












      3








      3


      1



      $begingroup$


      I am struggling so much understanding this concept of subspace and span.



      The question is, Given that



      $P2:W={(x+1)(ax+b)| a,b in R}$
      show that
      ${x^2+x, x^2+2x+1}$
      is a spanning set of $W$.



      I don't know if I got this concept right, but I've tried to do things by letting
      $p(x)=x^2+x$
      $q(x)=x^2+2x+1$
      then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.



      but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?










      share|cite|improve this question











      $endgroup$




      I am struggling so much understanding this concept of subspace and span.



      The question is, Given that



      $P2:W={(x+1)(ax+b)| a,b in R}$
      show that
      ${x^2+x, x^2+2x+1}$
      is a spanning set of $W$.



      I don't know if I got this concept right, but I've tried to do things by letting
      $p(x)=x^2+x$
      $q(x)=x^2+2x+1$
      then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.



      but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?







      linear-algebra vector-spaces






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 28 at 15:30









      Thomas Shelby

      4,5142726




      4,5142726










      asked Jan 28 at 14:09









      nokdoonokdoo

      161




      161






















          3 Answers
          3






          active

          oldest

          votes


















          3












          $begingroup$

          $(x+1)(ax+b)=ax^2+(b+a)x+b.$



          Claim: There exists $alpha, betain Bbb R $ such that
          $$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
          $$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
          Comparing coefficients, we get
          $$a=alpha+betatag2$$
          $$b+a=alpha+2betatag3$$
          $$b=beta tag4$$
          Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
          In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.






          share|cite|improve this answer









          $endgroup$





















            2












            $begingroup$

            No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.



            On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.






            share|cite|improve this answer











            $endgroup$





















              1












              $begingroup$

              Hint: First, $W$ is a $2$-dimensional vector space (easy to see).



              Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)



              Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.



              Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
              .






              share|cite|improve this answer











              $endgroup$














                Your Answer





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

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

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

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


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3090901%2fhow-to-prove-a-spanning-set-of-polynomial%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                3












                $begingroup$

                $(x+1)(ax+b)=ax^2+(b+a)x+b.$



                Claim: There exists $alpha, betain Bbb R $ such that
                $$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
                $$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
                Comparing coefficients, we get
                $$a=alpha+betatag2$$
                $$b+a=alpha+2betatag3$$
                $$b=beta tag4$$
                Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
                In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.






                share|cite|improve this answer









                $endgroup$


















                  3












                  $begingroup$

                  $(x+1)(ax+b)=ax^2+(b+a)x+b.$



                  Claim: There exists $alpha, betain Bbb R $ such that
                  $$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
                  $$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
                  Comparing coefficients, we get
                  $$a=alpha+betatag2$$
                  $$b+a=alpha+2betatag3$$
                  $$b=beta tag4$$
                  Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
                  In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.






                  share|cite|improve this answer









                  $endgroup$
















                    3












                    3








                    3





                    $begingroup$

                    $(x+1)(ax+b)=ax^2+(b+a)x+b.$



                    Claim: There exists $alpha, betain Bbb R $ such that
                    $$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
                    $$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
                    Comparing coefficients, we get
                    $$a=alpha+betatag2$$
                    $$b+a=alpha+2betatag3$$
                    $$b=beta tag4$$
                    Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
                    In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.






                    share|cite|improve this answer









                    $endgroup$



                    $(x+1)(ax+b)=ax^2+(b+a)x+b.$



                    Claim: There exists $alpha, betain Bbb R $ such that
                    $$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
                    $$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
                    Comparing coefficients, we get
                    $$a=alpha+betatag2$$
                    $$b+a=alpha+2betatag3$$
                    $$b=beta tag4$$
                    Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
                    In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Jan 28 at 14:24









                    Thomas ShelbyThomas Shelby

                    4,5142726




                    4,5142726























                        2












                        $begingroup$

                        No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.



                        On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.






                        share|cite|improve this answer











                        $endgroup$


















                          2












                          $begingroup$

                          No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.



                          On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.






                          share|cite|improve this answer











                          $endgroup$
















                            2












                            2








                            2





                            $begingroup$

                            No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.



                            On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.






                            share|cite|improve this answer











                            $endgroup$



                            No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.



                            On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.







                            share|cite|improve this answer














                            share|cite|improve this answer



                            share|cite|improve this answer








                            edited Jan 28 at 14:26

























                            answered Jan 28 at 14:19









                            José Carlos SantosJosé Carlos Santos

                            171k23132240




                            171k23132240























                                1












                                $begingroup$

                                Hint: First, $W$ is a $2$-dimensional vector space (easy to see).



                                Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)



                                Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.



                                Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
                                .






                                share|cite|improve this answer











                                $endgroup$


















                                  1












                                  $begingroup$

                                  Hint: First, $W$ is a $2$-dimensional vector space (easy to see).



                                  Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)



                                  Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.



                                  Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
                                  .






                                  share|cite|improve this answer











                                  $endgroup$
















                                    1












                                    1








                                    1





                                    $begingroup$

                                    Hint: First, $W$ is a $2$-dimensional vector space (easy to see).



                                    Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)



                                    Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.



                                    Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
                                    .






                                    share|cite|improve this answer











                                    $endgroup$



                                    Hint: First, $W$ is a $2$-dimensional vector space (easy to see).



                                    Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)



                                    Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.



                                    Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
                                    .







                                    share|cite|improve this answer














                                    share|cite|improve this answer



                                    share|cite|improve this answer








                                    edited Jan 28 at 15:06

























                                    answered Jan 28 at 14:38









                                    Chris CusterChris Custer

                                    14.2k3827




                                    14.2k3827






























                                        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%2f3090901%2fhow-to-prove-a-spanning-set-of-polynomial%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

                                        Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                                        Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

                                        A Topological Invariant for $pi_3(U(n))$