Trying to remember the formula to calculate sin (in radians). I remember it was an infinite sum of increasingly small fractions that would eventually iterate closer and closer to the answer.
It bothers me more that I never understood why the formula worked. If I did, I could just work it out myself (like the quadratic equation).
Matthew Skala
in reply to Jonathan Lamothe • • •Matthew Skala
in reply to Matthew Skala • • •John Best
in reply to Jonathan Lamothe • • •Maybe you’re looking for the Taylor Series?
en.m.wikipedia.org/wiki/Taylor…
Here’s the derivation for sine:
ocw.mit.edu/courses/18-01sc-si…
expression of a function as an infinite sum
Contributors to Wikimedia projects (Wikimedia Foundation, Inc.)Jonathan Lamothe
in reply to John Best • •@John Best Based also on another response, I'm inclined to answer yes.
Now I just need to make my brain understand why it works. I'm sure I'll be able to if I just have a chance to sit down and think about it. I'm already 90% there, I think.
Khurram Wadee
in reply to Jonathan Lamothe • • •nth term is (-1)^(n-1) x^(2n-1)/(2n-1)!
It’s valid no matter how large x is (i.e. it has an infinite radius of convergence).