Solve the initial value problem xy' - 3y = 4x4 - x2, y(1)=0
y = 4x4 + x2 - 5x3
| | | -2 | 1 | | | ||||||||||||||
| For | A | = | | | 2 | 5 | -3 | | | and | B | = | | | 3 | -1 | | | |||
| | | 3 | 1 | 4 | | | | | 4 | 2 | | |
| (a) | A + 2B is not defined |
| | | -2 | 5 | | | ||||
| (b) | AT+2B | = | | | 11 | -1 | | | |
| | | 5 | 8 | | |
| (c) | AB | = | | | -1 | -9 | | | |
| | | 13 | 10 | | |
| (d) | ATB is not defined |
Recall that R3 denotes the vector space of all ordered 3-tuples of real numbers. Let S be the set of all vectors (x1,x2,x3) in R3 satisfing the condition 3x1-x2+7x3=0. Show that S is a subspace of R3.
Check that S is closed under vector addition and under scalar multiplication:
Let u = (a,b,c) and v = (e,f,g) be vectors in S. Then 3a-b+7c=0 and 3e-f+7g=0. We must show that u+v=(a+e,b+f,c+g) is in S. This is the case if 3(a+e)-(b+f)+7(c+g)=0.
3(a+e)-(b+f)+7(c+g)=3a+3e-b-f+7c+7g=(3a-b+7c)+(3e-f+7g)=0+0=0
So u+v is in S, and S is closed under vector addition.
Let u=(a,b,c) be in S as above, so 3a-b+7c=0, and let k be a scalar. We must show that ku=(ka,kb,kc) is in S. This is the case if 3(ka)-(kb)+7(kc)=0.
3(ka)-(kb)+7(kc)=k(3a-b+7c)=k(0)=0
So ku is in S, and S is closed under scalar multiplication.
Since S is closed under vector addition and under scalar multiplication, S is a subspace of R3.
The subspace S is the plane through the origin in R3 consisting of all vectors x=(x1,x2,x3) for which 3x1-x2+7x3=0. So x2=3x1+7x3, and
x=(x1,3x1+7x3,x3)= x1(1,3,0)+x3(0,7,1)
Thus every vector in S can be written as a linear combination of the vectors (1,3,0) and (0,7,1). So {(1,3,0),(0,7,1)} is a spanning set for S.
| | | 2 | -3 | 2 | | | ||||||||
| The matrix | A | = | | | -1 | 0 | 2 | | | has characteristic polynomial | p(r) = (1-r)(r-2)(r-2). | |||
| | | -1 | -3 | 5 | | |
One answer is
| | | 1 | -3 | 2 | | | | | 1 | 0 | 0 | | | |||||
| S | = | | | 1 | 1 | 0 | | | D | = | | | 0 | 3 | 0 | | | |
| | | 1 | 0 | 1 | | | | | 0 | 0 | 3 | | |
| Find a fundamental set of solutions for the system | x' = Ax | for the matrix | A | = | | | 2 | -3 | | |
| | | -1 | 4 | | |
One fundamental set of solutions is { x1 = e5t(-1,1), x2 = et(3,1) }
(eigenvectors written in "in-line" notation).