Processing math: 100%
Back to the class
Problems #9,24, pg.229 are graded.
#9, pg.229: Find the dimension of the subspace of all vectors in R3×1 whose first and third entries are equal.
Solution: Call the space in question S. We see that
S={[b1b2b1]:b1,b2∈R}.
Claim: The set B={[101],[010]} is a basis for S.
First notice that S=spanB, which is clear because we can write
S={b1[101]+b2[010]:b1,b2∈R}.
Is the set B independent? Consider the vector equation
x1[101]+x2[010]=[000].
This vector equation is equivalent to the system of equations
{x1=0x2=0x1=0
and so we see the vector equation has only trivial solution. Hence B is, by definition, an independent set of vectors. We therefore conclude that B is a basis for S. Finally, we conclude from this that the dimension of S is 2.
#24, pg.229: The first three Laguerre polynomials are L0(x)=1,L1(x)=−t+1, and L2(x)=t2−4t+2. It is known that B={L0,L1,L2} forms a basis of P2. Find the coordinate vector of the vector →p(t)=−2t2+5t+5 with respect to B, taking b0=L0,b1=L1,b2=L2.
Solution: Our goal here is to compute the column vector [→p]B. This is done by finding the weights c0,…,c3 such that
c0L0+c1L1+c2L2=→p,
or in other words
c0+c1(−t+1)+c2(t2−4t+2)=−2t2+5t+5.
Simplify the left hand side to get
t2c2+t(−c1−4c2)+(c0+c1+2c2)=−2t2+5t+5.
Equating coefficients yields
{c2=−2−c1−4c2=5c0+c1+2c2=5
yielding
{c2=−2c1=3c0=6.
Hence
[→p]B=[−236].