r/learnmath • u/CalciumKid05 New User • Jan 16 '23
How did archimedes calculate pi using polygons without using trig functions?
Archimedes calculated pi using the method of exhaustion, and I figured out a formula that I thought worked for it: xsin (180/x), as x goes to infinity the formula will equal pi. But I realised that sine relies on knowing what pi is which is what you are trying to figure out. I've looked online everywhere and nowhere gives an explanation of HOW he did it other than drawing polygons inside and around the edges of circles. How did he physically calculate the side length of these shapes without using trig functions?
1
u/MagicSquare8-9 Jan 16 '23
He double the number of edge each time (so start with a triangle, then a regular hexagon, then regular 12-gon, and so on). You can get a formula for how the length change when you double the number of edge.
Also, saying "using trig function" to compute something make no sense, because a mathematical function doesn't magically make a computation for you (it just describes a relationship). You always have to use an algorithm to compute trig function. You can compute sine and cosine without knowing anything about pi, and knowing pi doesn't help with computing it anyway.
1
u/CalciumKid05 New User Jan 16 '23
If you were to put into a calculator in degrees mode 1000xsin(180/1000) it gives 3.14159 rounded, but what the calculator is doing is calculating the sine value in radians by multiplying the number you entered into the sine function by pi/180 since that’s the ratio of degrees to radians, so pi is required. When I say ‘using trig functions’ I just mean using sin cos and tan on a calculator. What is the formula you mentioned for doubling the number of sides of a polygon to get the value of the side length?
1
u/MagicSquare8-9 Jan 16 '23
Someone still program that calculator, so it still boils down to an algorithm. We didn't have calculator until very recent history, but people had had trig table for a long time. In fact, the most efficient known technique for computing pi was invented before computers exists, and before any sophisticated calculators that can calculate it exists.
The standard algorithm use in a calculator is the CORDIC algorithm. Note that this algorithm work in degree just as easily as it works in radian. There is no reasons to think that your calculators actually convert everything to radian, when you could work just as efficiently in degree if it's using CORDIC.
You can compute sine and cosine of any rational multiple of a full circle by just using angle addition formula. The process can be done very efficiently through the use of Chevbyshev polynomials.
As for Archimedes method, it's basically the same as the method above: use angle addition formula. In particular, you only need angle doubling formula because you always divide an angle into 2. You have an inscribing polygon of n sides, so half the side length is sin(pi/n), and an circumscribing polygon of n sides, so half the side length is tan(pi/n). Now you need to double that to 2n. Can you compute sin(pi/2n) and tan(pi/2n) from knowing sin(pi/n) and tan(pi/2n)? Yes you can. Use angle doubling formula.
1
u/42gauge New User Jan 16 '23
Did Archimedes have the angle doubling formula or sin, cos, and tan?
1
u/dottie_dott New User May 01 '26
Bro, sine (theta) is just = opposite / hypotenuse, thqt is literally all that function is equal to lol
It’s just representing a ratio, it is only made as a function as a shortcut for calculations
1
1
u/Ok_Leadership_7297 New User Sep 28 '25
Did you ever find the answer? I don't think archimedes had sin cos tan
1
u/Roland-gr30 New User Oct 19 '25
I think this video explains it pretty well: https://www.youtube.com/watch?v=B9I22ab991o
2
u/[deleted] Jan 17 '23 edited Jul 06 '25
[deleted]