Note: = pi
To calculate the sin of a very large number in radians (Change them to multiples of , dividing them by 3.1415)
1. Note the following: sin 0 = 0, sin 0.5pi = 1, sin pi = 1, sin1.5pi = -1, sin 2pi = 0
2. The even or odd integer values before pi, sin is 0 3. For real values (with decimal points) for even numbers before the decimal point, take it as 0. something like the sine value, for odd, then take 1. something- then how is the sine value.
4. See Examples * Note that sin and cosine are periodic in nature, so you can do it this way for large or small numbers. :)
Eg. (Use calculators to verify calculations)
1.0 In radians: sin 100 = -0.506
Divide by 3.1415
Make in deg
Sin 31.831pi (31.831 - real value) = sin1.831 (180) = -0.506, check
2.0 In radians: sin 50 = -0.2623
Divide by 3.1415
Make in deg
Sin 15.9155pi = sin1.9155 (180) = -0.2623
3.0 In radians: sin 700 = 0.5439
Divide by 3.1415
Make in deg
Sin 222.8169pi = sin0.8169 (180) = -0.5440, check
4.0 In radians: sin 15000 = 0.8934
Divide by 3.1415
Make in deg
Sin 4774.6483pi = sin0.6483 (180) = 0.883, check
You can see that all answers are verified with direct calculation of values using a calculator in radian mode. Hope this will be helpful.
If you want to write a computing program, good luck with defining the algorithm.
Norlida kamarulzaman
source share