Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > 2+2 Communities > EDF
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 09-18-2007, 01:45 PM
Borodog Borodog is offline
Senior Member
 
Join Date: Jan 2004
Location: Performing miracles.
Posts: 11,182
Default Re: Obsolete Skills

Well, here's how to do sines.

For small angles, less than 35 degrees, you can just divide the angle in degrees by 60. For example sin(15) = 0.25, to about 3%.

For angles greater than 30 degrees but less than 90, the trick is a bit harder, but gives great results. Take 90 minus the angle, divide by 60, square the result, and subtract half that from 1.

So, sin(75) = 1 - 0.5*[(90-75)/60}^2 = 1 - 0.5*[15/60]^2 = 1 - 0.5*[1/4]^2 = 31/32, to within 0.3%.

sin(45) = 23/32, to within 2%.

Since cos(x) = sin(90-x), you can use these same tricks to do cosines.

For small angles, tan(x) ~ sin(x), so you can use the same divide by 60 trick, but it's less accurate and becomes really inaccurate fast. For even 10 degrees, this method is off by almost 5.5%

Instead, you can use tan(x)=sin(x)/cos(x)=sin(x)/sin(90-x) and the above tricks. So, tan(15)= sin(15)/sin(75) = 0.25/(31/32) = 8/31, to less than 4%.

The most useful of these is obviously the first, for small angle sines.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:44 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.