Final answer:
L is a linear transformation because it satisfies both the additivity property and the homogeneity property required for linear transformations. This is demonstrated through examples applied to both properties using arbitrary polynomials and a scalar.
Step-by-step explanation:
The student asks whether L: P4 → P3 defined by L(p(t)) = -3 p'(t) + 2 p'(-4) is a linear transformation. To determine if L is a linear transformation, we need to check two main properties: the additivity property (L(u + v) = L(u) + L(v)) and the homogeneity property (L(cu) = cL(u)) for any polynomials u, v and any scalar c.
Let's first consider additivity. Suppose we have two polynomials p(t) and q(t). Then,
L(p(t) + q(t)) = -3(p + q)'(t) + 2(p + q)'(-4) = -3(p'(t) + q'(t)) + 2(p'(-4) + q'(-4)) = (-3p'(t) + 2p'(-4)) + (-3q'(t) + 2q'(-4)) = L(p(t)) + L(q(t)).
Now, let's check homogeneity. For any scalar c and a polynomial p(t),
L(c · p(t)) = -3(cp(t))' + 2(cp(t))'(-4) = c(-3p'(t)) + c(2p'(-4)) = c(-3p'(t) + 2p'(-4)) = cL(p(t)).
Since L satisfies both additivity and homogeneity, it is indeed a linear transformation.