[Math] Solving For Sin Using Pi

pitrigonometry

Solving for sin using pi

I was messing around with calculating pi by finding the perimeter of a many sided polygon, and dividing it by the diameter (Like the thing Archimedes did). The equation I found was n(sin(180/n))=pi, where n is the number of sides the polygon has. I was wondering if there was any way to reverse this equation, making it so that you can solve for sine using pi.

Here is what I tried:
(Note: This is all in degrees because I do not know radians that well)
This is what I started with n(sin(180/n))=pi
Divide both sides by n
(sin(180/n))=pi/n
Substitute a for 180/n to get (sin(a))=pi/n.
This means 180/n=a
Then I multiplied both sides of that by n to get 180=a*n
And divided both sides by a to get 180/a=n
Now I have solved that equation for n, so I can substitute it back into my original equation
for n to get (sin(a))=pi/(180/a), which can be
simplified to sin(a)=pi*a/180. What this says is that the sin(a) is equal to
pi*a/180, which definitely isn't true. One interesting thing about this
equation is that it is the equation to convert degrees into radians. Also, if you graph it, you will is very close to the sin wave until about 25.
(If you graph this equation, make sure you are using degrees and not radians)

After trying this out, I did some reasearch and found there is no easy way to calculate sine. However, I would still like to know what was wrong with the math I did to simplify this.

Thanks.

I am 13 and this is my first question I have posted, so please excuse any mistakes.

Best Answer

It turns out that the "equation" $n \sin(180/n))=\pi$ is not true. But, if $n$ is a large number then it is approximately true. That is to say, it is still not true on the nose, but as $n$ gets larger and larger, the difference between the two sides $n \sin(180/n) - \pi$ gets closer and closer to zero.

So the equation you deduced, namely $\sin(a) = \pi * a / 180$ is also not true, but it is approximately true. That is, as $a$ (measured in degrees) gets closer and closer to zero, the difference between the two sides $\sin(a) - \pi * a / 180$ gets closer and closer to zero. So in fact for small numbers $a$, the approximation $$\sin(a) \approx \pi * a / 180 $$ is actually pretty accurate, and the accuracy gets better and better for values of $a$ closer and closer to zero. Try it out on your calculator for $a=1^\circ$, then for fractions of a degree such as $a=.1^\circ$, $a=.01^\circ$, and so on.

Related Question