| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 849.1 | How about RTFB | MEIS::WOLFF | I feel the need, the need for speed | Thu Mar 31 1988 15:58 | 7 | 
|  |     I think this is a case for looking into a math formula collection,
    like "Handbuch der Mathematik".
    
    I look it up, and see if I can find something.
    
    	Julian.
    
 | 
| 849.2 | :-) | 8BALL::HALLYB | You have the right to remain silent. | Thu Mar 31 1988 16:41 | 7 | 
|  | >    I think this is a case for looking into a math formula collection,
>    like "Handbuch der Mathematik".
    I think Eric was looking for something more direct, like Gilbert
    showed, only without putting the bucket of water on the floor.
    
    Oops, excuse me.  Wrong note.
 | 
| 849.3 | If you really want ot play with these... | AKQJ10::YARBROUGH | Why is computing so labor intensive? | Thu Mar 31 1988 16:44 | 6 | 
|  | MAPLE handles this kind of expression quite well for fixed n; try
> expand(sin(10*X), X);
for example. It may give some insights into the general form, which MAPLE 
is able to compute quite quickly.
 | 
| 849.4 | Here you have it... | AKQJ10::YARBROUGH | Why is computing so labor intensive? | Thu Mar 31 1988 16:52 | 8 | 
|  | Aha, found it in Bronshtein & Semendyayev. Spoiler follows the <FF>.
Sin(nx) = n*cos(x)^(n-1)*sin(x) - C(n,3)cos(x)^(n-3)*sin(x)^3 + 
	C(n,5)cos(x)^(n-5)*sin(x)^5 - ...
Cos(nx) = cos(x)^n - C(n,2)cos(x)^(n-2)*sin(x)^2 + 
	C(n,4)cos(x)^(n-4)*sin(x)^4 - ...
 | 
| 849.5 | Yupe, that's the book I meant. | MEIS::WOLFF | I feel the need, the need for speed | Thu Mar 31 1988 20:19 | 14 | 
|  |     Lynn,
    
    	same book I looked in... but after I typed it in now I might
    as well post it.
sin(nx) =
     n-1                /n\     n-3      3       /n\	 n-5	  5
n cos     (x) sin(x) - (   ) cos   (x)sin (x) + (   ) cos   (x)sin (x) -...
                        \3/                      \5/
        Julian.
    
 | 
| 849.6 |  | CADM::ROTH | If you plant ice you'll harvest wind | Mon Apr 04 1988 12:00 | 4 | 
|  |     Such identities are much more transparent in terms of the complex
    exponential, exp(n*i*t) = cos(n*t) + i*sin(n*t).
    - Jim
 |