|
As you know from Trig Equiv and Sin or Cos 3x,
cos 2x = -sin2+cos2,
cos 3x = cos3x - 3sin2x cos x
If you keep going, you'll see the cosines of all the multiples of x have only
even powers of sin x, so you can always use
sin2x=(1-cos2x) to express cos nx in terms of cos x:
cos 2x = -1 + 2cos2x,
cos 3x = -3cos x + 4cos3x
As the multiples of x get higher, it gets harder and harder to multiply out all the factors of (1-cos2x), so I looked for a way to express cos nx in terms of cos x, cos (n-1)x, and cos (n-2)x.
Let y = (n-1)x. Then nx is y+x and (n-2)x is y-x.
You know that
cos y+x = cos y cos x - sin y sin x, and
cos y-x = cos y cos x + sin y sin x
So the sum of cos y+x and cos y-x is 2 cos y cos x. So we get this useful trig equivalence involving just cosines:
cos y+x = 2 cos y cos x - cos y-x
Substituting (n-1)x in place of y, nx in place of y+x, and (n-2)x in place of y-x, we get this:
cos nx = 2 cos[(n-1)x] cos x - cos[(n-2)x]
Now that we know cos 2x and cos 3x, let's see how to use this fact to find cos 4x:
cos 2x = -1 + 2cos2x,
cos 3x = -3cos x + 4cos3x
cos 4x = 2 cos 3x cos x - cos 2x
cos 4x = 2 (-3cos x + 4cos3x) cos x - (-1 + 2cos2x)
cos 4x = (-6cos2x + 8cos4x) - ( -1 + 2cos2x)
cos 4x = 1 - 8cos2 x + 8cos4x
I'm far too lazy to keep doing these by hand, so I wrote a spreadsheet that calculates cos of all the multiples of x:
cos 1x = cos
cos 2x = -1+2cos2
cos 3x = -3cos+4cos3
cos 4x = 1-8cos2+8cos4
cos 5x = 5cos-20cos3+16cos5
cos 6x = -1+18cos2-48cos4+32cos6
cos 7x = -7cos+56cos3-112cos5+64cos7
cos 8x = 1-32cos2+160cos4-256cos6+128cos8
cos 9x = 9cos-120cos3+432cos5-576cos7+256cos9
cos 10x = -1+50cos2-400cos4+1120cos6-1280cos8+512cos10
cos 11x = -11cos+220cos3-1232cos5+2816cos7-2816cos9+1024cos11
cos 12x = 1-72cos2+840cos4-3584cos6+6912cos8-6144cos10+2048cos12
cos 13x = 13cos-364cos3+2912cos5-9984cos7+16640cos9-13312cos11+4096cos13
cos 14x = -1+98cos2-1568cos4+9408cos6-26880cos8+39424cos10-28672cos12+8192cos14
cos 15x = -15cos+560cos3-6048cos5+28800cos7-70400cos9+92160cos11-61440cos13+16384cos15
cos 16x = 1-128cos2+2688cos4-21504cos6+84480cos8-180224cos10+212992cos12-131072cos14+32768cos16
cos 17x = 17cos-816cos3+11424cos5-71808cos7+239360cos9-452608cos11+487424cos13-278528cos15+65536cos17
cos 18x = -1+162cos2-4320cos4+44352cos6-228096cos8+658944cos10-1118208cos12+1105920cos14-589824cos16+131072cos18
A good question. I'm glad you asked! The coefficients of these formulas form a kind of "Pascal's Triangle", except we use a slightly different calculation from that of Pascal's Triangle, which gives the binomial coefficients.
Each coefficient is the twice the one above and to the left of it minus the one two rows above it. That formula comes directly from this equivalence, which we developed, above:
cos nx = 2 cos[(n-1)x] cos x - cos[(n-2)x]
I'll give you the first few rows of the triangle:
cos nx
1
1
-1 2
-3 4
1 -8 8
5 -20 16
-1 18 -48 32
-7 56 -112 64
1 -32 160 -256 128
9 -120 432 -576 256
-1 50 -400 1120 -1280 512
-11 220 -1232 2816 -2816 1024
1 -72 840 -3584 6912 -6144 2048
13 -364 2912 -9984 16640 -13312 4096
-1 98 -1568 9408 -26880 39424 -28672 8192
-15 560 -6048 28800 -70400 92160 -61440 16384
1 -128 2688 -21504 84480 -180224 212992 -131072 32768
17 -816 11424 -71808 239360 -452608 487424 -278528 65536
-1 162 -4320 44352 -228096 658944 -1118208 1105920 -589824 131072
Next, a similar table for sines.
Special Angles, part 2 uses the information presented, above, to solve a puzzle: find the sum of sec 40�, sec 80�, and sec 160�.
Sin or Cos 3x, 4x, etc. -- trig functions of any multiple of an angle.
Sin of multiples of x, in terms of cos x
d/dx (sin x) = cos x, in the calculus section of this website
Hyperbolic Functions -- sinh(x) and cosh(x), which, together with exp(x) and the circular functions sin(x) and cos(x) form a family of functions.
The webmaster and author of this Math Help site is Graeme McRae.