
Vector Calculus Study Guide
Charlie Egedy
April 7, 2009
1 Vectors in R3
Note that to get definitions and theorems for R2, simply make the third coordinate zero, since this will
restrict attention to the x-y coordinate plane in R3.
•If (a, b, c) is a point in R3, then ha, b, ciis a position vector, that is, one that begins at the origin
and ends at the point, with orientation toward the point.
•Given two points, we can define a vector whose coordinates are computed as the differences
between corresponding coordinates. Orientation is away from the point whose coordinates were
subtracted.
•We define vector addition by adding corresponding coordinate, and scalar multiplication by mul-
tiplying each coordinate by the same scalar. Thus, ha, b, ci+rhc, e, f i=ha+rd, b +r e, c +rf i.
•Vector addition has the geometric interpretation of constructing the diagonal of a parallelogram
defined by the two vectors, oriented outward from the common point of origin. The difference
between two vectors is the other diagonal, with orientation so that the convention on vector
addition is maintained.
•Vector addition is commutative and associative, there is a zero vector, and each vector has an
additive inverse. Additionally, scalar multiplication is distributive over vector addition.
•If ~a =ha1, a2, a3i, then k~ak=pa2
1+a2
2+a2
3.
•Given any vector other than the zero vector, we can define a unit vector having the same orien-
tation as the given vector. Thus, given ~v, the corresponding unit vector is e~v =~v
k~vk.
•Sometimes it will be useful to use the notation ˆ
i=h1,0,0i,ˆ
j=h0,1,0iand ˆ
k=h0,0,1i.
•Triangle inequality always applies: k~v +~wk≤k~vk+k~wk.
•We orient R3according to the right hand rule.
•An equation for a line can be written as a vector valued function of position vectors that are
oriented toward points on the line by writing ~r(t) = hx0, y0, z0i+thv1, v2, v3i. The first vector is a
position vector that hits some point on the line and the second vector gives the line its orientation.
•The parametric form of the equation for a line comes from writing the coordinates explicitly. Thus
x=x0+tv1,y=y0+tv2and z=z0+tv3.
•The symmetric form for a line comes by equating tin the above equations. Thus, x−x0
v1=y−y0
v2=
z−z0
v3. If any of the coordinates for the orienting vector is zero, this means that the cooresponding
coordinate does not change with t, so we leave that variable out of the string of equalities, writing
the constant that that coordinate is equal to apart from the equation.
•Given points P and Q, we can parameterize a line by writing ~r(t) = (1 −t)~
OP +t~
OQ. The point
midway between P and Q then occurs when t=1
2.
1