I am reading the book, Applied Linear Algebra and Matrix Analysis.
When I was doing the exercise of Section3.1 Exercise 13, I was puzzled at some answers of it.
Here is the problem description:
Let $V = C[0, 1]$ and define an operator $T: V \rightarrow V$ by the following formulas for $T(f)$ as a function of the variable $x$. Which of these operators is linear?
If so, is the target V of the operator equal to its range?
$(a)f(1)x^2$ $(b)f^2(x)$ $(c)2f(x)$ $(d)\int^x_0f(s)ds$
I think (a)$f(1)x^2$ is not linear just because:
$g(u) = f(1)u^2,\ g(v) = f(1)v^2 \\
g(cu) = f(1)c^2u^2 = c^2f(1)u^2 \\
cg(u) = cf(1)u^2 \neq g(cu) \\$
The range is $V$ and here is my derivation:
$\because V = C[0, 1] \\ \therefore x, f(x) \in C[0,1] \\ \therefore f(1) \in C[0,1] \\ \therefore f(1)x^2 \in C[0,1]$
But the answer of it is:
$(a)$linear,range not $V$ $(b)$ not linear, $(c)$ linear, range is $V (d)$ linear, range not $V$
So the answer of (a) is not like what I thought before.
I think the range of $(c)2f(x)$ is not $V$.
Also I think the range of $(d)\int^x_0f(s)ds$ is $V$ because the integral of $f(s)$ on the range$[0,x]$ is a area which is less than or equal to a area consisting of (0, 0) and (1, 1).
If not mind, could anyone tell my thoughts is right or not and give me some advice on how to determine it is the linear operator and its range on such questions?
Linear means $T(af+bg)(x)=aTf(x)+bTg(x)$. (You don't change $x$ to $cx$; you only change $f$ to $cf$ etc). It should now be clear that b) is not linear and the other three are linear. The range in a) and d) are functions with some special properties: in a) they vanish at $0$ and in d) they are differentiable. So the range is not $V$ in these cases. It is clear that the range is $V$ in c).