Foundations of Vector Calculus Complete
Foundations of Vector Calculus Complete
MATHEMATICS
Foundations of Mathematics
Module III
2. 3-space
5. Distance formula: Distance between two points (x1 , y1 ) and (x2 , y2 ) in 2-space
is p
d = (x2 − x1 )2 + (y2 − y1 )2
Distance between two points (x1 , y1 , z1 ) and (x2 , y2 , z2 ) in 3-space is
p
d = (x2 − x1 )2 + (y2 − y1 )2 + (z2 − z1 )2
(x − x0 )2 + (y − y0 )2 + (z − z0 )2 = r2
Problems
1. Find the distance d between the points (2, 3, −1) and (4, −1, 3).
2. Show that (4, 5, 2), (1, 7, 3) and (2, 4, 5) are vertices of an equilateral triangle.
3. Show that (2, 1, 6), (4, 7, 9) and (8, 5, −6) are the vertices of a right triangle.
5. Find the standard equation of the sphere with center (7, 1, 1) and radius 4.
1
Vectors
1. Quantities having both magnitude and direction are called vectors.
Example : Dispalcement, velocity etc.
3. The tail of the arrow is called the initial point of the vector, and the tip of the
arrow the terminal point.
5. When discussing vectors, we will refer to real numbers as scalars. Scalars will be
denoted by lowercase italic type such as a.
7. If ⃗v and w
⃗ are vectors, then the sum ⃗v + w
⃗ is the vector from the initial point of ⃗v
to the terminal point of w⃗ when the vectors are positioned so the initial point of w⃗
is at the terminal point of ⃗v .
8. If ⃗v is a nonzero vector and k is a nonzero real number (a scalar), then the scalar
multiple k⃗v is defined to be the vector whose length is |k| times the length of ⃗v and
whose direction is the same as that of ⃗v if k > 0 and opposite to that of ⃗v if k < 0.
We define k⃗v = 0 if k = 0 or ⃗v = ⃗0.
9. If a vector ⃗v is positioned with its initial point at the origin of a rectangular co-
ordinate system, then its terminal point will have coordinates of the form (v1 , v2 )
or (v1 , v2 , v3 ), depending on whether the vector is in 2-space or 3-space. We call
these coordinates the components of ⃗v , and we write ⃗v in component form using
the bracket notation
⃗v = ⟨v1 , v2 ⟩ or ⃗v = ⟨v1 , v2 , v3 ⟩
10. Two vectors are equivalent if and only if their corresponding components are equal.
⃗ = ⟨v1 + w1 , v2 + w2 ⟩
⃗v + w
⃗v − w
⃗ = ⟨v1 − w1 , v2 − w2 ⟩
k⃗v = ⟨kv1 , kv2 ⟩
2
12. Similarly, If ⃗v = ⟨v1 , v2 , v3 ⟩ and w
⃗ = ⟨w1 , w2 , w3 ⟩ are vectors in 2-space and k is
any scalar, then
⃗ = ⟨v1 + w1 , v2 + w2 , v3 + w3 ⟩
⃗v + w
⃗v − w
⃗ = ⟨v1 − w1 , v2 − w2 , v3 − w3 ⟩
k⃗v = ⟨kv1 , kv2 , kv3 ⟩
−−→
13. If P1 P2 is a vector in 2-space with initial point P1 (x1 , y1 ) and terminal point
P2 (x2 , y2 ), then
−−→
P1 P2 = ⟨x2 − x1 , y2 − y1 ⟩
−−→
Similarly, if P1 P2 is a vector in 3-space with initial point P1 (x1 , y1 , z1 ) and terminal
point P2 (x2 , y2 , z2 ), then
−−→
P1 P2 = ⟨x2 − x1 , y2 − y1 , z2 − z1 ⟩
(a) →
−u +→−
v =→ −v +→
−u
(b) ( u + v ) + w = →
→
− →
− →
− −u + (→
−
v +→
−
w)
(c) →
−
u +0=0+→ −u =→
−
u
(d) →
−
u + −→
−
u =0
(e) k(l→
−u ) = (kl)→
−
u
(f) k( u + v ) = k →
→
− →
− −
u + k→
−
v
(g) (k + l)→
−
u = k→
−
u + l→
−
u
(h) 1→
−u =→ −
u
15. The distance between the initial and terminal points of a vector →
−
v is called the
→
−
length, the norm, or the magnitude of v and is denoted by ∥v∥.
In 2-space, if →
−
v = ⟨v , v ⟩, then norm of →
1 2
−
v is given by
q
∥→
−
v∥= v12 + v22
In 3-space, if →
−
v = ⟨v1 , v2 , v3 ⟩, then norm of →
−
v is given by
q
→
−
∥ v ∥ = v12 + v22 + v32
16. If →
−
v is a vector and k is a scalar, then
∥k →
−
v ∥ = |k| ∥→
−
v∥
3
17. A vector of length 1 is called a unit vector.
In an xy-coordinate system the unit vectors along the x - axes and y-axes are
denoted by î and ĵ, respectively; and in an xyz-coordinate system the unit vectors
along the x, y and z-axes are denoted by î, ĵ and k̂, respectively.
Problems
1. If ⃗v = ⟨−2, 0, 1⟩ and w
⃗ = ⟨3, 5, −4⟩, then find ⃗v + w ⃗ − 2⃗v .
⃗ and w
2. Find the vector joining the points (2,3) and (4,1) in 2-space.
3. Find the vector joining the points (1,2,3) and (7, 3, −4) in 3-space.
7. If →
−
u = î − 3ĵ + 2k̂, →
−
v = î + ĵ, and →
−
w = 2î + 2ĵ − 4k̂, find ∥u + v∥, ∥u∥ + ∥v∥, ∥ −
2u∥, ∥3u − 5v + w∥
10. Find a unit vector in the same direction as the vector from the point A(−1, 0, 2) to
the point B(3, 1, 1).
4
Dot Product of Two Vectors
1. If ⃗u = ⟨u1 , u2 ⟩ and⃗v = ⟨v1 , v2 ⟩ are vectors in 2-space, then the dot product of ⃗u
and ⃗v is written as ⃗u · ⃗v and is defined as
⃗u · ⃗v = u1 v1 + u2 v2
If ⃗u = ⟨u1 , u2 , u3 ⟩ and ⃗v = ⟨v1 , v2 , v3 ⟩ are vectors in 3-space, then the dot product
of ⃗u and ⃗v is written as ⃗u · ⃗v and is defined as
⃗u · ⃗v = u1 v1 + u2 v2 + u3 v3
(a) ⃗u · ⃗v = ⃗v · ⃗u
(b) ⃗u · (⃗v + w)
⃗ = ⃗u · ⃗v + ⃗u · w
⃗
(c) k (⃗u · ⃗v ) = (k⃗u) · ⃗v = ⃗u · (k⃗v )
(d) ⃗v · ⃗v = ∥⃗v ∥2
(e) 0 · ⃗v = 0
⃗u · ⃗v = ∥⃗u∥∥⃗v ∥ cos θ
⃗u · ⃗v = 0
7. î · î = ĵ · ĵ = k̂ · k̂ = 1
8. î · ĵ = ĵ · k̂ = k̂ · î = 0
9. If α, β and γ are the angle between a vector ⃗v = v1 î + v2 ĵ + v3 k̂ and the unit vectors
î, ĵ and k̂ respectively, then direction cosines of the vector ⃗v are
v1 v2 v3
cos α = , cos β = , cos γ =
∥⃗v ∥ ∥⃗v ∥ ∥⃗v ∥
5
10. If α, β and γ are the angle between a vector ⃗v = v1 î + v2 ĵ + v3 k̂ and the unit vectors
î, ĵ and k̂ respectively, then
⃗v = k1 eˆ1 + k2 eˆ2
12. Orthogonal Projection : If ê is a unit vector and ⃗v is a vector, then the orthog-
onal projection of ⃗v on ê is defined as
6
13. We know that the work done W by a constant force F acting on an object that
moves a distance d along a line is
W = F × d = Force × distance.
W = ∥F⃗ ∥ d.
Also, if we assume that the object moves along a line from point P to point Q, then
−→
d = P Q, so that the work can be expressed entirely in vector form as
−→
W = ∥F⃗ ∥ ∥P Q∥.
−→
The vector P Q is called the displacement vector for the object. In the case where
a constant force F is not in the direction of motion, but rather makes an angle θ
with the displacement vector, then we define the work W done by F to be
−→ −→
W = ∥F⃗ ∥ cos θ ∥P Q∥ = F⃗ · P Q.
Problems
1. Find the dot product of the vectors ⃗u = î + 2ĵ and ⃗v = 6î − 8ĵ.
2. Find the dot product of the vectors ⃗u = î − 3ĵ + 7k̂ and ⃗v = 8î − 2ĵ − 2k.
3. Find the dot product of the vectors ⃗u = ⟨−3, 1, 2⟩ and ⃗v = ⟨4, 2, −5⟩.
4. Find the angle between the vector ⃗u = î − 2ĵ + 2k̂ and ⃗v = −3î + 6ĵ + 2k̂
5. Find the angle between the vector ⃗u = 2î + 7ĵ and ⃗v = −3î + 6ĵ − 6k̂
6. Determine whether ⃗u and ⃗v make an acute angle, an obtuse angle, or are orthogonal:
7. Find the direction cosines of the vector ⃗v = 2î − 4ĵ + 4k̂, and approximate the
direction angles to the nearest degree.
8. Find the angle between a diagonal of a cube and one of its edges.
9. Use vectors to show that A(2, −1, 1), B(3, 2, −1), and C(7, 0, −2) are vertices of a
right triangle. At which vertex is the right angle?
10. Find r so that the vector from the point A(1, −1, 3) to the point B(3, 0, 5) is or-
thogonal to the vector from A to the point P (r, r, r).
7
11. Let ⃗v = ⟨2, 3⟩, eˆ1 = ⟨ √12 , √12 ⟩ and eˆ2 = ⟨− √12 , √12 ⟩. Find the scalar components of
⃗v along eˆ1 and eˆ2 and the vector components of ⃗v along eˆ1 and eˆ2 .
12. Find the orthogonal projection of ⃗v = î + ĵ + k̂ on ⃗b = 2î + 2ĵ, and then find the
vector component of ⃗v orthogonal to ⃗b.
13. Find the vector component of ⃗v along ⃗b and the vector component of ⃗v orthogonal
to ⃗b in the following cases:
14. Express the vector ⃗v = 4î−2ĵ +6k̂ as the sum of a vector parallel to ⃗b = −2î+ ĵ −3k̂
and a vector orthogonal to ⃗b.
16. A box is dragged along the floor by a rope that applies a force of 50 lb at an angle
of 600 with the floor. How much work is done in moving the box 15 f t?
17. Find the work done by a force F⃗ = −3j pounds applied to a point that moves on
a line from (1, 3) to (4, 7). Assume that distance is measured in feet.
18. A force of F⃗ = 4î − 6ĵ + k̂ newtons is applied to a point that moves a distance of
15 meters in the direction of the vector î + ĵ + k̂. How much work is done?
8
Cross Product of Two Vectors
1. If ⃗u = ⟨u1 , u2 , u3 ⟩ and ⃗v = ⟨v1 , v2 , v3 ⟩ are vectors in 3-space, then the cross product
of ⃗u and ⃗v is written as ⃗u × ⃗v and is defined as
î ĵ k̂
⃗u × ⃗v = u1 u2 u3
v1 v2 v3
4. î × î = ĵ × ĵ = k̂ × k̂ = 0
5. î × ĵ = k̂, ĵ · k̂ = î, k̂ · î = ĵ
7. If ⃗u and ⃗v are nonzero vectors in 3-space, and if θ is the angle between them when
they are positioned so that initial points coincide. Then
A = ∥⃗u × ⃗v ∥
8. Scalar Triple Product : Let ⃗u, ⃗v and w⃗ be three vectors. Then scalar triple
product of these vectors are defiend as
u1 u2 u3
⃗u · (⃗v × w)
⃗ = v1 v2 v3
w1 w2 w3
9
9. Let ⃗u, ⃗v and w
⃗ be three vectors. Then
⃗u · (⃗v × w)
⃗ = ⃗v · (w
⃗ × ⃗u) = w
⃗ · (⃗u × ⃗v ).
⃗u · (⃗v × w)
⃗ = (⃗u × ⃗v ) · w.
⃗
That is the dot and cross in a scalar triple product can be interchanged.
(b) If ⃗u · (⃗v × w)
⃗ = 0, then ⃗u, ⃗v and w
⃗ lies in the same plane.
Problems
1. If ⃗u = ⟨1, 2, −2⟩ and ⃗v = ⟨3, 0, 1⟩, find ⃗u × ⃗v and ⃗v × ⃗u.
2. Find a vecor that is orthogonal to both the vectors ⟨2, 1, −3⟩ and ⟨−7, 2, −1⟩.
3. Find a vecor that is orthogonal to both the vectors ⃗v = −7î+3ĵ + k̂ and ⃗u = 2î+4k̂.
4. If ⃗u = 3î + 2ĵ − k̂ and ⃗v = −î − 3ĵ + k̂, then find ⃗u × ⃗v . Also check whether it is
orthgonal to ⃗u and ⃗v .
6. Find the area of the triangle that is determined by the points P1 (2, 2, 0), P2 (−1, 0, 2)
and P3 (0, , 4, 3).
7. Find the area of the parallelogram with adjacent sides ⃗u = î−jj +2k̂ and ⃗v = 3ĵ + k̂.
8. Calculate ⃗u · (⃗v × w)
⃗ if ⃗u = 3î − 2ĵ − 5k̂, ⃗v = î + 4ĵ − 4k̂ and vecw = 3ĵ + 2k̂.
9. Calculate ⃗u · (⃗v × w)
⃗ if ⃗u = 2î − 3ĵ + k̂, ⃗v = 4î + ĵ − 3k̂ and vecw = ĵ + 5k̂.
10. Find the volume of the parellelopiped that has ⃗u = 3î + ĵ + 2k̂, ⃗v = 4î + 5ĵ + k̂ and
w
⃗ = î + 2ĵ + 4k̂ as edges.
11. Check whether the vectors ⃗u = 5î − 2ĵ + k̂, ⃗v = 4î − ĵ + k̂ and w
⃗ = î − 2ĵ are
co-planar or not.
10
Parametric Equations of Lines
1. The line in 2-space that passes through the point P0 (x0 , y0 ) and is parallel to the
nonzero vector⃗v = ⟨a, b⟩ = aî + bĵ has parametric equations
x = x0 + at, y = y0 + bt
2. The line in 3-space that passes through the point P0 (x0 , y0 , z0 ) and is parallel to
the nonzero vector⃗v = ⟨a, b, c⟩ = aî + bĵ + ck̂ has parametric equations
x = x0 + at, y = y0 + bt, z = z0 + ct
3. Vector equation of a line is passing through the point r⃗0 and parallel to the non
zero vector ⃗v is
⃗r = r⃗0 + t⃗v .
4. Symmetric Form : The equation of a line that passes through the point (x0 , y0 , z0 )
and is parallel to the vector ⃗v = ⟨a, b, c⟩, where a, b and c are nonzero is
x − x0 y − y0 z − z0
= =
a b c
Problems
1. Find parametric equations of the line
2. (a) Find parametric equations of the line L passing through the points P1 (2, 4, −1)
and P2 (5, 0, 7).
(b) Where does the line intersect the xy-plane?
L1 : x = 1 + 4t, y = 5 − 4t, z = −1 + 5t
L2 : x = 2 + 8t, y = 4 − 3t, z = 5 + t
4. Find parametric equations describing the line segment joining the points P1 (2, 4, −1)
and P2 (5, 0, 7).
11
5. Find an vector equation of the line in 3-space that passes through the points
P1 (2, 4, −1) and P2 (5, 0, 7).
6. Find parametric equations for the line whose vector equation is given by
7. Find parametric equations for the line whose vector equation is given by
x = −3 + t, y = 4 + 5t
x = 1 + t, y = −7 + 3t, z = 4 − 5t
10. Find the parametric form of the line through (0, 3) that is parallel to the line
x = −5 + t, y = 1 − 2t.
11. Find the parametric form of the line through (−2, 0, 5) that is parallel to the line
given by x = 1 + 2t, y = 4 − t, z = 6 + 2t.
12. Find the intersections of the lines with the xy-plane, the xz-plane, and the yz-plane
(a) x = −2, y = 4 + 2t, z = −3 + t
(b) x = −1 + 2t, y = 3 + t, z = 4 − t
13. Show that the lines L1 and L2 intersect, and find their point of intersection:
L1 : x = 2 + t, y = 2 + 3t, z = 3 + t
L2 : x = 2 + t, y = 3 + 4t, z = 4 + 2t
L1 : x = 3 − 2t, y = 4 + t, z = 6 − t
L2 : x = 5 − 4t, y = −2 + 2t, z = 7 − 2t
15. Determine whether the points P1 (6, 9, 7), P2 (9, 2, 0) and P3 (0, −5, −3) lie on the
same line.
16. Find the parametric form of the line whose symmetric equations are
x−1 y+3
= =z−5
2 4
12
Plane in 3-Space
1. Equation of the plane passing through P0 (x0 , y0 , z0 ) and perpendicular to the vector
⃗n = ⟨a, b, c⟩ is
⃗n · (⃗r − r⃗0 ) = 0
where ⃗r = ⟨x, y, z⟩ and r⃗0 = ⟨x0 , y0 , z0 ⟩.
This equation can also be expressed as
3. If a, b, c and d are constants, and a, b, and c are not all zero, then the graph of the
equation
ax + by + cz + d = 0
is a plane that has the vector ⃗n = ⟨a, b, c⟩ as a normal.
Problems
1. Find an equation of the plane passing through the point (3, −1, 7) and pendicular
to the vector ⃗n = ⟨4, 2, −5⟩.
3. Find an equation of the plane through the points P1 (1, 2, −1), P2 (2, 3, 1), and
P3 (3, −1, 2).
13
5. Find the intersection of the line x = 3 + 8t, y = 4 + 5t, z = −3 − t and the plane
x − 3y + 5z = 12.
6. Find the acute angle of intersection between the two planes 2x − 4y + 4z = 6 and
6x + 2y − 3z = 4.
8. Find the distance D between the point (1, −4, −3) and the plane 2x−3y +6z = −1.
10. Find an equation of the plane that passes through the point (2, 6, 1) and has the
vector ⃗n = ⟨1, 4, 2⟩ as a normal.
11. Find an equation of the plane that passes through the given points:
(a) 2x − 8y − 6z − 2 = 0, −x + 4y + 3z − 5 = 0.
(b) 3x − 2y + z = 1, 4x + 5y − 2z = 4.
13. Determine whether the line and plane are parallel, perpendicular, or neither:
14. Find the acute angle of intersection of the planes x+2y−2z = 5 and 6x−3y+2z = 8.
14
Quadric Surfaces
1. The graph of the second degree equation
2. Different types of quadric surfaces are as follows (a > 0, b > 0, c > 0):
x2 y2 z2
1 Ellipsoid a2
+ b2
+ c2
=1
x2 y2 z2
2 Hyperboloid of One Sheet a2
+ b2
− c2
=1
z2 x2 y2
3 Hyperboloid of Two Sheet c2
− a2
− b2
=1
x2 y2
4 Elliptic Cone z2 = a2
+ b2
x2 y2
5 Elliptic Paraboloid z= a2
+ b2
y2 x2
6 Hyperbolic Parabolic z= b2
− a2
3. (a) Ellipsoid - The traces in the coordinate planes are ellipses, as are the traces in
those planes that are parallel to the coordinate planes and intersect the surface
in more than one point.
(b) Hyperboloid of One Sheet - The trace in the xy-plane is an ellipse, as are
the traces in planes parallel to the xy-plane. The traces in the yz-plane and
xz-plane are hyperbolas, as are the traces in those planes that are parallel to
these and do not pass through the x- or y-intercepts. At these intercepts the
traces are pairs of intersecting lines.
(c) Hyperboloid of Two Sheet - There is no trace in the xy-plane. In planes parallel
to the xy-plane that intersect the surface in more than one point the traces are
ellipses. In the yz- and xz-planes, the traces are hyperbolas, as are the traces
in those planes that are parallel to these.
(d) Elliptic Cone - The trace in the xy-plane is a point (the origin), and the traces
in planes parallel to the xy-plane are ellipses. The traces in the yz and xz
planes are pairs of lines intersection at the origin. The traces in planes parallel
to these are hyperbolas
(e) Elliptic Paraboloid - The trace in the xy-plane is a point (the origin), and the
traces in planes parallel to and above the xy-plane are ellipses. The traces
15
in the yz- and xz-planes are parabolas, as are the traces in planes parallel to
these.
(f) Hyperbolic Parabolic - The trace in the xy-plane is a pair of lines intersecting
at the origin. The traces in planes parallel to the xy-plane are hyperbolas.
The hyperbolas above the xy-plane open in the y-direction, and those below
in the x-direction. The traces in the yz- and xz-planes are parabolas, as are
the traces in planes parallel to these.
Problems
1. Describe the surface 4x2 + 4y 2 + z 2 + 8y − 4z = −4
16
Cylindrical and Spherical Coordinates
1. Rectangular coordinates - x, y, z
(a) The surface ρ = ρ0 consists of all points whose distance ρ from the origin is
ρ0 . Assuming ρ0 to be nonnegative, this is a sphere of radius ρ0 centered at
the origin.
(b) As in cylindrical coordinates, the surface θ = θ0 is a half-plane attached along
the z-axis, making an angle of θ0 with the positive x-axis.
(c) The surface ϕ = ϕ0 consists of all points from which a line segment to the
origin makes an angle of ϕ0 with the positive z-axis.
17
Problems
√
1. Convert from rectangular to cylindrical coordinates: (4 3, 4, −4), (−5, 5, 6).
2. Find the rectangular coordinates of the point with cylindrical coordinates (r, θ, z) =
(4, π2 , −3)
3. Find the rectangular coordinates of the point with spherical coordinates (ρ, θ, ϕ) =
(4, π2 , π4 ).
√ √
4. Convert from rectangular to spherical coordinates: (1, 3, −2), (1, −1, 2).
5. Find the√spherical coordinates of the point that has rectangular coordinates (x, y, z) =
(4, −4, 4 6).
√
6. Convert from cylindrical to spherical coordinates: ( 3, π6 , 3), (1, π4 , −1).
18