Problem Set 0
Problem Set 0
(a) Express the red and the blue vectors in terms of a and b.
(b) By considering the dot product, show that: |a| = |b| if and only if the diagonals of
the parallelogram are orthogonal to each other.
4. (F) Let u = xi + yj + zk be a variable unit vector in R3 and v = i + 2j + 3k.
(a) Find x, y and z such that u · v is the maximum possible. Explain your answer.
(b) Find x, y and z such that |u × v| is the maximum possible. Explain your answer.
5. (FF) Given two vectors a and b in R3 , prove the following:
(a) Cauchy-Schwarz’s Inequality: |a · b| ≤ |a| |b|
(b) Triangle Inequality: |a + b| ≤ |a| + |b|
(c) If a and b are orthogonal, show that |a + b|2 = |a|2 + |b|2 .
6. (F) Let A, B and C be the points ( a, 0, 0), (0, b, 0) and (0, 0, c) respectively in the three
dimensional space, and O be the origin (0, 0, 0). Denote [ ABC ] the area of the triangle
with vertices A, B and C (analogously for [OAB], [OBC ], etc.). Show that:
[ ABC ]2 = [OAB]2 + [OBC ]2 + [OCA]2 .
With the help of a diagram, explain why this result can be regarded as the three-dimensional
analogue of the Pythagoreas’ Theorem.
Page 1
MATH 2023 Dot and Cross Products (Review) Problem Set #0
θ1
c θ2
O
b ϕ1
ϕ2 a
−c
B
A
b·c
(a) Show that cos ϕ1 = − . Recall that r is the radius of the circle.
r2
r2 − b · c
(b) Show that cos θ1 = .
|b − c| |c|
(c) Showing that |b − c|2 = 2(r2 − b · c).
r2 − b · c
(d) Using the result proved in the previous parts, show that cos2 θ1 = .
2r2
(e) Finally, find a relation between cos2 θ1 and cos ϕ1 , and conclude that ϕ1 = 2θ1 .
[Hint: Double angle formula for cos.]
Page 2