View Single Post
Old 01-31-2004, 09:52 PM   #5 (permalink)
frozenstellar
Without Wings
 
frozenstellar's Avatar
 
Location: Australia
sin(2x) = 2sin(x)cos(x)
cos(2x) = 2cos^2(x) - 1
cos(2x) = 1 - 2sin^2(x)
cos(2x) = cos^2(x) - sin^2(x)
tan(2x) = 2tan(x) / 1 - tan^2(x)

sin(x+y) = sin(x)cos(y) + cos(x)sin(y)
sin(x-y) = sin(x)cos(y) - cox(x)sin(y)

cos(x+y) = cos(x)cos(y) - sin(x)sin(y)
cos(x-y) = cos(x)cos(y) + sin(x)sin(y)

tan(x+y) = tan(x) + tan(y) / (1 - tan(x)tan(y))
tan(x-y) = tan(x) - tan(y) / (1 + tan(x)tan(y))

sin^2(x) = 0.5 - 0.5cos(2x)
cos^2(x) = 0.5cos(2x) - 0.5

i think they're all correct, havent had to think about any of it for 4months.. hope they are, that'd mean i'd have less to worry about this year
frozenstellar is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73