Finding the Matrix of a Linear Transformation With Polynomial Basis












1












$begingroup$


If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    $endgroup$
    – Theo C.
    Nov 29 '18 at 21:56












  • $begingroup$
    @TheoC.Yes I do ,sorry.
    $endgroup$
    – Bustin Jieber
    Nov 29 '18 at 21:58
















1












$begingroup$


If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    $endgroup$
    – Theo C.
    Nov 29 '18 at 21:56












  • $begingroup$
    @TheoC.Yes I do ,sorry.
    $endgroup$
    – Bustin Jieber
    Nov 29 '18 at 21:58














1












1








1





$begingroup$


If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.










share|cite|improve this question











$endgroup$




If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.







linear-transformations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 29 '18 at 21:58







Bustin Jieber

















asked Nov 29 '18 at 21:52









Bustin JieberBustin Jieber

83




83












  • $begingroup$
    Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    $endgroup$
    – Theo C.
    Nov 29 '18 at 21:56












  • $begingroup$
    @TheoC.Yes I do ,sorry.
    $endgroup$
    – Bustin Jieber
    Nov 29 '18 at 21:58


















  • $begingroup$
    Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    $endgroup$
    – Theo C.
    Nov 29 '18 at 21:56












  • $begingroup$
    @TheoC.Yes I do ,sorry.
    $endgroup$
    – Bustin Jieber
    Nov 29 '18 at 21:58
















$begingroup$
Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
$endgroup$
– Theo C.
Nov 29 '18 at 21:56






$begingroup$
Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
$endgroup$
– Theo C.
Nov 29 '18 at 21:56














$begingroup$
@TheoC.Yes I do ,sorry.
$endgroup$
– Bustin Jieber
Nov 29 '18 at 21:58




$begingroup$
@TheoC.Yes I do ,sorry.
$endgroup$
– Bustin Jieber
Nov 29 '18 at 21:58










2 Answers
2






active

oldest

votes


















1












$begingroup$

We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



$$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
$$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
$$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



So, we have
$$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






share|cite|improve this answer









$endgroup$













  • $begingroup$
    Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
    $endgroup$
    – Bustin Jieber
    Nov 29 '18 at 22:11










  • $begingroup$
    That looks right to me!
    $endgroup$
    – Theo C.
    Nov 29 '18 at 23:03



















0












$begingroup$

You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=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%2f3019278%2ffinding-the-matrix-of-a-linear-transformation-with-polynomial-basis%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1












    $begingroup$

    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      $endgroup$
      – Bustin Jieber
      Nov 29 '18 at 22:11










    • $begingroup$
      That looks right to me!
      $endgroup$
      – Theo C.
      Nov 29 '18 at 23:03
















    1












    $begingroup$

    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      $endgroup$
      – Bustin Jieber
      Nov 29 '18 at 22:11










    • $begingroup$
      That looks right to me!
      $endgroup$
      – Theo C.
      Nov 29 '18 at 23:03














    1












    1








    1





    $begingroup$

    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






    share|cite|improve this answer









    $endgroup$



    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Nov 29 '18 at 22:03









    Theo C.Theo C.

    25928




    25928












    • $begingroup$
      Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      $endgroup$
      – Bustin Jieber
      Nov 29 '18 at 22:11










    • $begingroup$
      That looks right to me!
      $endgroup$
      – Theo C.
      Nov 29 '18 at 23:03


















    • $begingroup$
      Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      $endgroup$
      – Bustin Jieber
      Nov 29 '18 at 22:11










    • $begingroup$
      That looks right to me!
      $endgroup$
      – Theo C.
      Nov 29 '18 at 23:03
















    $begingroup$
    Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
    $endgroup$
    – Bustin Jieber
    Nov 29 '18 at 22:11




    $begingroup$
    Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
    $endgroup$
    – Bustin Jieber
    Nov 29 '18 at 22:11












    $begingroup$
    That looks right to me!
    $endgroup$
    – Theo C.
    Nov 29 '18 at 23:03




    $begingroup$
    That looks right to me!
    $endgroup$
    – Theo C.
    Nov 29 '18 at 23:03











    0












    $begingroup$

    You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.






        share|cite|improve this answer









        $endgroup$



        You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 29 '18 at 21:57









        AnyADAnyAD

        2,088812




        2,088812






























            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%2f3019278%2ffinding-the-matrix-of-a-linear-transformation-with-polynomial-basis%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...