Assignment 4 Solutions
Assignment 4 Solutions
Problem 4/ p. 813. Write each vector’s expression as a single vector. In other words
perform the vector’s operations.
−−→ −−→ −→ −→ −→ −→ −→ −→ −−→
Solution. (a) P Q + QR = P R; (b)RP + P S = RS; (c) QS − P S = QP ;
−→ −→ −−→ −−→
(d)RS + SP + P Q = RQ;
Problem 6/ p. 813. Copy the vectors a and b in the figure and use them to draw the
following vectors.
(a) a + b; (b) a − b; (c) 2a
1
(d) − b; (e) 2a + b; (f ) b − 3a.
2
Solution. Let a = (2, 3) and b = (7, 3.5). Then we give a graphical solution to the problem
using only sum of vectors and multiplication of a vector by a scalar. Another solution is
possible in some of the examples by using subtraction of vectors.
(a)
(b)
(c)
(d)
1
(e)
Problem 14/ p. 813. Find the sum of the given vectors and illustrate it geometrically.
Solution. We have
(−2, −1) + (5, 7) = (3, 6)
and here is the geometry of the problem
Problem 32/ p. 814. Ropes 3 m and 5 m in length are fastened to a holiday decoration
that is suspended over a town square. The decoration has a mass of 5 kg. The ropes,
fastened at different heights make angles of 52◦ and 40◦ with horizontal. Find the tension
in each wire and the magnitude of each tension.
Solution. Denote by T1 and T2 the two tension forces corresponding to the ropes of length
3 m and 5 m. Then
T1 = −|T1 | cos(52◦ )i + |T1 | sin(52◦ )j
T2 = |T2 | cos(40◦ )i + |T2 | sin(40◦ )j
T1 + T2 = W j = mgj = 5 · 9.81j = 49.05j,
where W is the weight of the decoration in N, m is the mass of the decoration in kg, and g
is the gravity acceleration.
From here
[−|T1 | cos(52◦ ) + |T2 | cos(40◦ )]i + [|T1 | sin(52◦ ) + |T2 | sin(40◦ )]j = 49.05j
2
and
−|T1 | cos(52◦ ) + |T2 | cos(40◦ ) = 0
|T1 | sin(52◦ ) + |T2 | sin(40◦ ) = 49.05
Then trivially, solving the above linear system with respect to |T1 | and |T2 | we obtain the
magnitudes of the tension in each wire
49.05 × cos(52◦ )
|T2 | = = 30.19N
sin(92◦ )
49.05 × cos(40◦ )
|T1 | = = 37.56N
sin(92◦ )
and from here the tensions in each wire is
A · P = P · A = 2a + 1.5b + c
a · b = |a||b| cos(θ)
3
a · b = [i + 2j − 2k] · [4i − 3k = 4 + 6 = 10
q √ q √
|a| = 1 + 2 + (−2) = 9 = 3; |b| = 42 + 02 + (−3)2 = 25 = 5
2 2 2
In order to show that the vector [cross product of a×b] is orthogonal to a and b we compute
the corresponding dot products.
1 3
a · (a × b) = (i − j − k) · i − j + k = 1/2 + 1 − 3/2 = 0
2 2
4
and from here, a and a × b are orthogonal.
Analogously,
1 1 1 3
b · (a × b) = i+j+ k · i − j + k = 1/4 − 1 + 3/4 = 0
2 2 2 2
and from here, b and a × b are orthogonal, also.
Problem 12/ p. 828. Find the vector, not with determinants, but by using properties of
cross product.
Solution.
(i + j) × (i − j) = i × i − i × j + j × i − j × j = 2j × i = −2k.
Problem 34/ p. 829. Find the volume of the parallelepiped determined by the vectors
a = i + j − k , b = i − j + k, c = −i + j + k.
Solution. We compute the triple scalar product
-1 1 1
c · [a × b] = 1 1 -1 = −2 − 2 = −4
1 -1 1
and the volume V of the parallelepiped is the absolute value of the triple product
|c · [a × b]| = | − 4| = 4.
Problem 42/ p. 829. Let v = 5j and let u be a vector of length 3 that starts at the origin
and rotates in the xy− plane. Find the maximum and the minimum value of the length of
the vector u × v. In what direction does u × v points.
Solution.
|u × v| = |u||v| sin(θ) = 15 sin(θ), 0 ≤ θ ≤ π
and from here the maximum value of the length of the vector u × v we have for θ = π/2,
i.e., for u = ±3i and the minimum value for θ = 0; π, i.e., u = ±3j.
By using the right-hand rule, u × v points the direction of k (positive direction) if u vary
from −3j to 3j in the counterclockwise direction. In this continuous move of u the length of
u × v vary from 0 at u = −3j and increasing to maximum 15 at u = 3i and again decreasing
to 0 at u = 3j. Next, if u vary from 3j to −3j in a counterclockwise direction, the vector
u × v points the direction of −k (negative direction).