Tutorial1 g
Tutorial1 g
Tutorial 1
Trigonometry Recap
Marc de Kamps
September 24, 2020
Objective
In this module you will use a considerable amount of trigonometry. It may have been a while
since you’ve seen trigonometry, and in secondary school some results will not have been proven
rigorously. In this tutorial, we will review the basic trig functions and prove the sine rule, the cosine
rule, the Pythagorean Theorem. We will derive an important relationship between the scalar product
of two vectors and the angle between them, and introduce the cross product of two vectors.
It is not the intention to insult anyone’s intelligence and attendance for this tutorial will not
be monitored, but you will need to make sure you are completely familiar with these results: in
particular I will expect that you can prove each result.
Definitions
Just for reference, here are the definitions of the three most important trig functions: Given a right-
(hypotenuse)
(opposite)
h
a
A C
b
(adjacent)
angled triangle (Fig. 1) the sine of angle α is defined as the ratio of the opposite over the hypotenuse,
1
and the cosine as the ratio of the adjacent over the hypotenuse:
a
sin α = (1)
h
b
cos α =
h
Consider Fig. 2.
2
• Use a symmetry argument to find two other expressions of this rule.
• Prove the cosine rule. Hint: split the triangle into two right-angled ones; use the Pythagorean
Theorem.
where !
ax
~a =
ay
So a x is the so-called x-component off ~a.
The scalar (or dot) product is now defined as:
~a · ~b ≡ a x b x + ay by
~a · ~b =| ~a || ~b | cos θ,
where θ is the angle between vectors ~a and ~b.
The dot product can be extended to an arbitrary number of dimensions:
N
~a · ~b ≡
X
a jb j
J=1
• The relationship between dot product and cosine also holds in three and more dimensions.
Argue that this suggests that the dot product is invariant under rotations (this is in fact true).
The dot product is very remarkable: it relates two bags of numbers: (the components of the two vec-
tors; numbers that can be stored, read from file etc.) via a simple algebraic formula to a geometrical
concept: the projection from one vector onto another (Fig. 4).
• Find an algebraic expression that relates the components of two vectors that are perpendicular.
3
Figure 4: Projection of one vector onto another via the scalar product
and
b1
~b = b2
b3
The cross product is another vector defined by:
a2 b3 − a3 b2
~a × ~b ≡ a3 b1 − a1 b3
a1 b2 − a2 b1
It also has a remarkable geometrical interpretation. Consider two vectors ~a and ~b that lie in the x − y
plane. So
a1
~a = a2
0
and
b1
~b = b2
0
so that the cross product is :
0
~a × ~b ≡ 0
a1 b2 − a2 b1
4
Again we find a relationship between the geometrical properties of two vectors and an algebraic
expression of its components! Moreover, one that generalises again (in a way we will explore later)
to higher dimensions.
Another interesting property:
There is a visual way for establishing whether a coordinate system is left- or right-handed:
Place your little finger (pinky) in the direction of the positive u-axis, and curl it in the direction
of the positive v-axis, closing your fist. If your thumb points in the direction of the positive w-axis,
your coordinate system is right-handed, otherwise it is left-handed.
Finally the cross product can be used to establish handedness: Consider
1
e~x = 0
0
and
0
e~y = 1
0
5
• Calculate e~x × e~y .
• Calculate e~y × e~x .
• Explain the outcome of the last question in terms of the outcome of the penultimate one.