Processing math: 100%
Back to the class
Problem pg.196 #8 and pg.207 #34
#8, pg.196: Determine if the set of all polynomials in Pn such that →p(0)=0 is a subspace of Pn.
Solution: We will attempt to apply the subspace criterion. Let S denote the set of all polynomials →p in Pn such that →p(0)=0. First, it is obvious that S is a subset of Pn. The zero vector of Pn is the zero polynomial which is clearly in S. Let α,β be scalars and let →p1 and →p2 be in S (hence →p1(0)=0 and →p2(0)=0). We see that →p=α→p1+β→p2 is in S because we may compute
→p(0)=α→p1(0)+β→p2(0)=0+0=0.
Hence S is a subspace of Pn.
#34, pg.207: Define T:C[0,1]→C[0,1] as follows: for →f∈C[0,1] let T(→f) be the antiderivative of →F of →f such that →F(0)=0. Show that T is a linear transformation and describe the kernel of T.
Solution: We must show that given →f1 and →f2 in C[0,1] and scalars α,β the following formula holds:
T(α→f1+β→f2)=αT(→f1)+βT(→f2).
Recall that the following formula for any integral holds:
∫αf1(x)+βf2(x)dx=α∫f1(x)dx+β∫f2(x)dx.
Notice that writing
→F(x)=(T(→f))(x)=∫x0f(t)dt
is the antiderivative with the property that
→F(0)=∫00f(t)dtcalculusfact=0.
We are confident in saying the antiderivative with this property because all antiderivatives are vertical shifts of each other -- think of the "+C" from calculus! Now compute
T(α→f1+β→f2)=∫x0α→f1(t)+β→f2(t)dtcalculusfacts=α∫x0→f1(t)dt+β∫x0→f2(t)dt=αT(→f1)+βT(→f2),
proving that T is a linear transformation.
The kernel of T is the trivial vector space {→0}. This is because the only function whose integral is constant is the zero function (other constant functions don't work! for example ∫5dx=5x+C) -- this can be seen by noticing that the derivative is the inverse of integration and the kernel of the derivative operator is the set of constant functions (we did this in class).