Lecture_Notes_1-1
Lecture_Notes_1-1
t0 = 3 : 30 pm
t1 = 5 pm
Two variables calculus: (x; y). For instance, GPS locations by listing longitude and
latitude: My office:
1
We call t 2 R1 , a scalar vector.
Definition 1 Vectors are directed line segments in the space (or the plane) represented by a line
segment with an arrow. The starting point is called the tail and the end point is
called the head for the vector.
Note 1 Throughout the class we will write R1 to denote the real line, R2 the plane, and R3
the 3-dimensional Euclidean space.
In general, Rn is the n`dimensional Euclidean space.
Remark 1 • Two key features of a vector: the length of the segment and the direction.
• A vector is often denoted by bold letters in print (e.g. v) while in written form,
we will denote a vector be a letter with an arrow on top (e.g. ~ v ).
Proposition 1 Two vectors are equal if and only if all their components are
equal.
2
Remark 2 To distinguish from the real number zero, we write the zero vector as ~0.
Throughout this course we will make the following convention for vectors in plane:
~i = (1; 0); ~j = (0; 1):
The vectors ~i; ~j; ~
k are called the standard basis vectors for the plane.
Theorem 2 Any vector in the space R2 , ~ a = (a1 ; a2 ), can be represented
uniquely as a sum of the standard basis vectors:
a = a1~i + a2~j:
~
3
5 Equations of lines
One should compare the contents in this section with equations for lines in the plane.
The meaning of the line equation of point-point form is that, when t=0, ~
l(0) gives
point P , while t=1, ~
l(1) gives point Q.
Example 3 (1) Find the equation for the line which passes through the point P=(1,2,3) in the
direction of 2~i`3~j+ 4~
k;
(2) Find the equations for the line which passes through points P=(0,7,1) and
Q=(7,7,0).
Solution:
(1) We use the point-direction form for the line equation. Here the point is P=(1,2,3)
and the direction is ~
v =(2,-3,4). Hence the parametric line equation is
8
>
>
>
>
x=1+2t,
<
~
l(t) : > y=2+(-3)t,
>
>
>
:
z=3+4t.
4
Step 3: Apply the point-direction form, we have
8
>
>
>
>
x=0+7t,
<
~
l(t) : > y=7+0t,
>
>
>
:
z=1+(-1)t.
We simplify it, 8
>
>
>
>
x=7t,
<
~
l(t) : > y=7,
>
>
>
:
z=1-t.
Solution: If there is a intersection point of the line and plane, then there is a value t such
that the point ~l(t) satisfying the plane equation.
In other words, we plug in the equations
8
>
>
>
>
x(t)=7+t,
<
> y(t)=-7+t,
>
>
>
:
z(t)=-8.
5
Simplify and get -t+24=0. Hence t=24 and x(24)=31, y(24)=17, z(24)=-8.
Hence the intersection point is (31,17,-8).
6 Span
Definition 2 Given vectors ~ vn , the span of ~
v1 ; ´ ´ ´ ; ~ vn is the family of vectors which
v1 ; ´ ´ ´ ; ~
can be written as linear combinations of ~ vn .
v1 ; ´ ´ ´ ; ~
Example 6 k is R3 ;
1. The span of ~i; ~j; ~
2. The span of ~i; ~j is the x-y plane. The points on the x-y plane have z-coordinates
equal to zero and x, y coordinates could be any real numbers.
3. The span of ~j is the y-axis. The points on the y-axis have x and z-coordinates
equal to zero and y coordinates could be any real number.
Remark 3 (optional) The minimal number of vectors whose span is the given entire space V ,
is called the dimension of V . The dimension of Rn is n.