Math Tutorial1
Math Tutorial1
Department of Mathematics
MATH1010D&E (2016/17 Term 1)
University Mathematics
Tutorial 1
To prove these formula, one just need to show sin(x + y) = sin x cos y + cos x sin y and
cos(x + y) = cos x cos y − sin x sin y first and others are just algebraic manipulation of
these two.
1
Mathematical induction: To prove a collection of proposition P (n) concerning natural
numbers, we may use mathematical induction. In using mathematical induction, we
have to prove the base case P (1) is true and the induction hypothesis: Given a positive
integer n, if P (n) is true, then P (n+1) is true. Then by property of natural numbers, the
collection of natural numbers that P (n) is true will be equal to that of natural numbers,
that is, for all natural numbers n, P (n) is true.
Remarks: (1) There are many variants of mathematical induction but the principles are the
same.
(2) Some people think natural numbers are 0, 1, 2, 3, . . . and some people think natural
numbers are 1, 2, 3, . . .. Mathematical induction works on both of them, but the base
case need to be changed to 0 in the first scenario.
Q7. Prove that for all positive integer n and real number x not equal to a multiple of π,
we have
n−1
Y sin(2n x)
cos(2k x) = cos x cos(2x) cos(4x) · · · cos(2n−1 x) = .
2n sin x
k=0