0
$\begingroup$

Let $P_n$ be the vector space of polynomials with degree at most $n$. Prove that the function $T : P_3 \to \Bbb R_2$ defined by $$ T(p) = (p(1) , p(3)) $$ is a linear transformation

  • 0
    T(p(x)) = (p(1) , p(3))2017-01-29
  • 0
    So, what are the requirements for a transformation to be linear? I am quite certain you have a checklist in your book somewhere.2017-01-29
  • 0
    T(u+v) = T (u) +T(v) , T(0) =0 and T(au) = aT(u)2017-01-29
  • 0
    Exactly. Now, have you tried to see whether that works out in this case?2017-01-29
  • 0
    but i dont know how to apply to this question2017-01-29

1 Answers 1

1

Here are a whole lot of questions where the answer to one should come naturally from the answer to the one before. Learn these questions by heart. They are the questions you need to ask yourself every time you're asked to show that a function is a linear map.

Say you have two polynomials $p, q$. What is $T(p+q)$? What is $T(p) + T(q)$? Are those equal as vectors in $\Bbb R^2$?

What polynomial corresponds to the $0$ element of the vector space $P_3$? What vector in $\Bbb R^2$ do you get when you apply $T$ to that polynomial?

Given a polynomial $p$ and a real number $a$, what polynomial is $ap$? What is $T(ap)$? What is $a\cdot T(p)$? Are those two equal as vectors in $\Bbb R^2$?