Solutions For Homework 1 MA510: Vector Calculus: Yuliang Wang January 21, 2015
Solutions For Homework 1 MA510: Vector Calculus: Yuliang Wang January 21, 2015
1.1.5
1. Sketch the points P = (1, 0, 2), Q = (2, 3, 1) and the vector P Q in the coordinate system.
Solution. Remember to draw dashed lines to indicate the coordinates of the points. Picture
omitted.
2. Find the equation of the line through (1, 2, 3) and (0, 4, 1). Then determine the points of
intersection of the line with the coordinate planes.
Solution. Using the point-point form of a line, the parametric equation is given by
l(t) = (1, 2, 3) + t(1, 2, 4) = (1 t, 2 2t, 3 4t).
To find the intersection of the line with the xy-plane, set the z coordinate to 0, i.e. 3 4t = 0.
Hence t = 3/4 and the point of intersection is (1/4, 1/2, 0).
To find the intersection of the line with the yz-plane, set the x coordinate to 0, i.e. 1 t = 0.
Hence t = 1 and the point of intersection is (0, 0, 1).
To find the intersection of the line with the xz-plane, set the y coordinate to 0, i.e. 2 2t = 0.
Hence t = 1 and the point of intersection is (0, 0, 1).
1.2.1
1. Using the inner product to prove the converse of the Pythagorean theorem: if the lengths of
the sides of a triangle satisfy a2 + b2 = c2 , then the triangle is a right triangle.
Solution. Let the triangle be formed by the vectors u, v and u v such that kuk = a, kvk = b
and ku vk = c. If a2 + b2 = c2 , then
kuk2 + kvk2 = ku vk2
= (u v) (u v)
= kuk2 + kvk2 2u v.
Hence u v = 0, i.e. the triangle is a right triangle.
2. The distance between a point and a line is defined as the shortest distance from the point
to any point on the line. Find the distance between the point P = (1, 2, 3) and the line
l(t) = (0, 1, 1) + t(1, 4, 0). (Hint: use orthogonal projection)
Solution. First, pick a point on the line, e.g. P0 = l(0) = (0, 1, 1). Let u = P0 P = (1, 1, 4)
and let v = (1, 4, 0) be the vector in the direction of the line. Let w be the orthogonal
projection of u on v, then
w=
uv
5
v = (1, 4, 0).
2
kvk
17
ku wk =
4777
.
17
4. An object of mass 1 kg is located at the (0, 0, 1) is suspend by two ropes attached to the
points (1, 2, 3) and (2, 4, 1). Find the forces along each rope. (Suppose the gravitational
force is along k and the gravitational consant g = 9.8 N/kg.
Solution. Let
u1 = (1, 2, 3) (0, 0, 1) = (1, 2, 4),
The forces f 1 and f 2 along each rope has direction along u1 and u2 , i.e.
f 1 = u1 ,
f 2 = u2
for some constants , . The total force by the ropes should cancel the gravitational force, i.e.
u1 + u2 = mgk.
Solving for , , we have
= 1.96,
= 0.98.
Hence
f 1 = 1.96(1, 2, 4),
1.3.3
2
f 2 = 0.98(2, 4, 2).
j k = i,
k i = j.
3. Find the area of the triangle formed by the points (1, 2), (3, 4) and (5, 0).
Solution. First, find two sides of the triangle. Let
u = (3, 4) (1, 2) = (2, 2),
4. Find an equation of the plane determined by the points (1, 0, 0), (0, 1, 0) and (0, 0, 1). (Hint:
find normal to the plane).
Solution. First, find two vectors in the plane. Let
u = (0, 1, 0) (1, 0, 0) = (1, 1, 0),
|ax + by + cz + d|
k a2 + b2 + c2 k
|4 2 + 6 + 1|
9
= .
1+1+4
6