This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Great observation!
The conversion of trigonometric expressions into Euler form often allows us to easily relate cos k θ with cos ( n θ ) .
Very nicely done. It's amazing you came to this realization on your own!
Log in to reply
Thank you! I don't think it's anything special, but the closed form was surprisingly neat.
cos 5 θ = cos 3 θ . cos 2 θ = ( 4 3 cos θ + cos 3 θ ) ( 2 1 + cos 2 θ ) = 8 1 ( 3 cos θ + 3 cos θ cos 2 θ + cos 3 θ + cos 3 θ cos 2 θ ) = 8 1 ( 3 cos θ + 2 3 ( cos 3 θ + cos θ ) + cos 3 θ + 2 1 ( cos 5 θ + cos θ ) ) = 1 6 1 ( cos 5 θ + 5 cos 3 θ + 1 0 cos θ ) cos 5 θ = 1 6 1 cos 5 θ + 1 6 5 cos 3 θ + 1 6 1 0 cos θ
From the following two identities:
{ cos 5 θ = 1 6 cos 5 θ − 2 0 cos 3 θ + 5 cos θ cos 3 θ = 4 cos 3 θ − 3 cos θ
cos 5 θ ⇒ 1 6 cos 5 θ cos 5 θ = 1 6 cos 5 θ − 2 0 cos 3 θ + 5 cos θ = 1 6 cos 5 θ − 5 ( 4 cos 3 θ − 3 cos θ ) − 1 5 cos θ + 5 cos θ = 1 6 cos 5 θ − 5 cos 3 θ − 1 0 cos θ = cos 5 θ + 5 cos 3 θ + 1 0 cos θ = 1 6 1 cos 5 θ + 1 6 5 cos 3 θ + 1 6 1 0 cos θ
⇒ a 5 3 a 3 − a 1 = 1 6 1 3 × 1 6 5 − 1 6 1 0 = 5
You were able to tease out the identity by comparing coefficients.
Can this approach be generalized?
Thanks for your challenge. I see Jake Lai has answer the challenge. Here is how it is done with induction.
\(\begin{array} {} \cos{\theta} = \cos{\theta} & \\ \cos{2\theta} = 2\cos^2{\theta} - 1 & \Rightarrow \cos^2{\theta} = \frac{1}{2} \left( \cos{2\theta} + 1 \right) \\ \cos{3\theta} = 4\cos^3{\theta} - 3\cos{\theta} & \Rightarrow \cos^3{\theta} = \frac{1}{4} \left( \cos{3\theta} + 3\cos{\theta} \right) \\ \cos{4\theta} = 8\cos^4{\theta} - 8\cos^2{\theta} + 1 & \Rightarrow \cos^4{\theta} = \frac{1}{8} \left( \cos{4\theta} + 4\cos{2\theta} + 6 \right) \\ \cos{5\theta} = 16 \cos^5 {\theta} - 20\cos^3{\theta} + 5\cos{\theta} & \Rightarrow \cos^5{\theta} = \frac{1}{16} \left( \cos{5\theta} + 5\cos{3\theta} + 10\cos{\theta} \right) \end{array} \)
⇒ cos n θ = 2 n − 1 1 k = 0 ∑ ⌈ 2 n ⌉ ( n k ) cos ( [ n − 2 k ] θ )
Log in to reply
This is not induction.
Log in to reply
I think he means that we "induct" to find cos n θ in terms of cos n θ and other powers, and then substitute back in to obtain the multiple angle form.
Though, I don't see how the final step actually occurs.
Log in to reply
@Chung Kevin – The Pascal triangle could help determine the coefficients of (cos(theta) )^6
Problem Loading...
Note Loading...
Set Loading...
I don't know why this never occurred to me before. Here's a way to find a way to express cos n θ as a linear combination of cos ( k θ ) for general n :
Recall that
cos θ = 2 e i θ + e − i θ
Let y = e i θ . Taking both sides to the power of n we get
cos n θ = ( 2 y + y 1 ) n = 2 n 1 k = 0 ∑ n ( k n ) y n − k y k + 2 n − 1 1 k = 0 ∑ n ( k n ) 2 y 2 k − n
= 2 n − 1 1 k = 0 ∑ ⌈ n / 2 ⌉ ( k n ) 2 y 2 k − n + y 2 ( n − k ) − n = 2 n − 1 1 k = 0 ∑ ⌈ n / 2 ⌉ ( k n ) cos ( ( n − 2 k ) θ )