Going around a triangle from (0,0) to (5,0) to (0,12) to (0,0), what are those three vectors u,v,w? What is u+v+w? What are their lengths ∥u∥, ∥v∥, and ∥w∥? The length squared of a vector u=(u1,u2) is ∥u∥2=u12+u22.
Describe geometrically (line, plane, or all of R3) all linear combinations of
(a) 123 and 369
(b) 100 and 023
(c) 200 and 022 and 223
(a):
a line with direction vector 123
(b):
a plane through the origin
(c):
all the 3d space
T5
If v+w=[51] and v−w=[15], compute and draw the vectors v and w.
v=[33]w=[2−2]
T7
Compute u+v+w and 2u+2v+w. How do you know u,v,w lie in a plane?
u=123v=−31−2w=2−3−1
These lie in a plane because w=cu+dv. Find c and d.
u+v+w=02u+2v+w=−2−3−1{c=−1d=−1
T11
If three corners of a parallelogram are (1,1), (4,2), and (1,3), what are all three of the possible fourth corners? Draw those three parallelograms.
(4,0),(4,4),(−2,2)
a triangle with another three outer vertices
T13
Review Question. In xyz space, where is the plane of all linear combinations of i=(1,0,0) and i+j=(1,1,0)?
equal to the linear combination of i and j(j=(0,1,0)).
so it's the plane xOy
T17
What combination c[12]+d[31] produces [148]? Express this question as two equations for the coefficients c and d in the linear combination.
{14=1c+3d8=2c+1d⟹{c=2d=4
T19
Restricted only by c≥0 and d≥0 draw the "cone" of all combinations cu+dv.
a angle that has the origin as the vertex(we should paint all the points between u and v black)
T23
If you look at all combinations of those u,v,w, is there any vector that can't be produced from cu+dv+ew? Different answer if u,v,w are all in ______.
(1):no.
(2):a plane
Challange Problems
T24
How many corners (±1,±1,±1,±1) does a cube of side 2 have in 4 dimensions? What is its volume? How many 3D faces? How many edges? Find one edge.
(1):every component of every vertex's coordinate has two value, so there are 24=16 vertices.
(2):volume: 24=16
(3):every 3d faces means a restriction of one component, so 4∗2=8
(4):every edge means a restriction of three components, and the last component's two value represents two vertex it connects. so (34)23=32
T25
Find two different combinations of the three vectors u=(1,3) and v=(2,7) and w=(1,5) that produce b=(0,1). Slightly delicate question: If I take any three vectors u,v,w in the plane, will there always be two different combinations that produce b=(0,1)?
(1)
w=−3u+2v,b=−2u+2v.
so for each t
⎩⎨⎧u=−2−3tv=2+2tw=−t
is a solution
(2)
No. eg: u=v=w=(1,0)
Yes when there are two vectors in {u,v,w} that are linearly dependent.
T26
The linear combinations of v=(a,b) and w=(c,d) fill the plane unless ________. Find four vectors u,v,w,z with four nonzero components each so that their combinations cu+dv+ew+fz produce all vectors in four-dimensional space.
(1)
∃ks.t.w=kv or u=0 or v=0
(2)
⎩⎨⎧u=[1,1,1,2]v=[1,1,2,1]w=[1,2,1,1]z=[1,1,1,1]
(do some elementary row operation on Identity Matrix)
T27
Write down three equations for c,d,e so that cu+dv+ew=b. Write this also as a matrix equation Ax=b. Can you somehow find c,d,e for this b?
u=2−10v=−12−1w=0−12b=100