online advertising
Processing math: 100%

Monday, October 5, 2015

Some trigonometry formula (III)

Now we are starting to do something fun out of what we derived. The goal is to find out an expression for sinnx for odd n in terms of sinkx only.

Obviously, we have a base case for n=1, that give sinx=sinx, not very interesting, I know.

How about sin3x? We can start using the product to sum formula we derived.


sin3x=sinx(sinx(sinx))=sinx(12(cos(xx)cos(x+x)))=sinx(12(cos(0x)cos(2x)))=12(sinxcos(0x)sinxcos(2x))=12(12(sin(x+0x)+sin(x0x))12(sin(x+2x)+sin(x2x)))=14(sin(x+0x)+sin(x0x)sin(x+2x)sin(x2x))=14(sin(x)+sin(x)sin(3x)sin(x))=14(sin(x)+sin(x)sin(3x)+sin(x))=14(3sin(x)sin(3x))

You probably wondered, why do I keep all those cos0x around. That is done to show that exactly the same trick can be applied to general n.

Let's do that in the next post!

No comments:

Post a Comment