Linear Algebra Null Space and Range

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Punkyc7
Messages
415
Reaction score
0
give a basis for the range and the null space of T:P2(R) to P1(R)
where for all p element of P2(R), T(p)=3p'' - p'


I got the null space is {1} and the range is {x,x^2} but the answer says it should be {1,x} for the range. How can something be apart of the null space and the range if its not the zero vector?
 
Physics news on Phys.org
The range can't possibly include x2 since you are given that T maps polynomials of degree <= 2 to polynomials of degree <= 1.

If p(x) = ax2 + bx + c, then T(p) = -2ax + 6a - b. The only way T(p) = 0 for all x is if both a and b are zero.
 
The null space and range are in different spaces so have nothing to do with one another (except that their dimensions add to the dimension of the domain space). Yes, if y is a constant y''- y'= 0 so the null space is spanned by {1} (I would not say the null space is {1}- that's just a single vector). If y is in the range, then p''- p'= y. If [itex]p= ax^2+ bx+ c[/itex] then [itex]3p''-p'= 6a+ 2ax+ b= 2ax+ (6a+b)[/itex]
 
Last edited by a moderator:
HallsofIvy said:
The null space and range are in different spaces so have nothing to do with one another (except that their dimensions add to the dimension of the domain space). Yes, if y is a constant y''- y'= 0 so the null space is spanned by {1} (I would not say the null space is {1}- that's just a single vector). If y is in the range, then p''- p'= y. If [itex]p= ax^2+ bx+ c[/itex] then [itex]p''-p'= 2a+ 2ax+ b= 2ax+ (2a+b)[/itex]
It's given that T(p) = 3p'' - p', not p'' - p'. This affects the calculation of the range.