Archimedes & sqrt(3): Estimating Lower & Upper Bounds

  • Thread starter clarkie_49
  • Start date
  • Tags
    Archimedes
In summary, Brendan is a first year Engineering/Maths student who has recently started reading "Journey Through Genius" and became curious about how Archimedes approximated a lower and upper bound for the square root of 3. After some research, he found an interesting article that suggests starting with 5/3 as the estimate and using an iterative method to arrive at the bounds. He is now trying to understand how the formula (5x+9)/(3x+5) was derived and why it alternates between upper and lower bounds.
  • #1
clarkie_49
6
0
Hi guys,

I am a 1st year Engineering/Maths student. I have recently started reading "journey through genius"; which so far is great! After reading chapter 3 on Archimedes i was very curious about how he approximated a lower and upper bound for sqrt(3). I looked at the translated proof in my "great western books - vol. 11", however, there is no mention of how he arrived at such figures 265/153 < sqrt(3) < 1351/780.

After searching the net, i realize there is no way to know exactly how he came to these numbers. However, i did come across an interesting article at http://www.mathpages.com/home/kmath038.htm

This article suggests starting with (5/3) as the estimate. I found by using 5/3 and the bisecting method?
a_{n + 1} = (1/2)(a_n + (N/a_n)), with (a_0)^2 = (5/3)^2 < 3 = N
the first 3 numbers are
5/3, 26/15, 1351/780, ...
However this method seems to skip the lower bound of 265/153.

In the above mentioned article it states "if we imagine that their first estimate for the square root of 3 was 5/3, perhaps based on the fact that 5^2 = 25 is close to 3(3^2) = 27. From here it isn't hard to see that if x is a bound on the square root of 3, then
(5x+9)/(3x+5) is a closer bound on the opposite side."

The last sentence is not "easy for me to see"; I am wandering if anybody can help me understand how (5x+9)/(3x+5) was derived? It seems related to a_{n + 1} = (1/2)(5/3) + (9/5)?

If you use the article's formula and x_1 = 5/3, you get 26/15; allow x_2 = 26/15, you get 265/153; and finally, allow x_3 = 265/153, you get 1351/780. Interesting results!

Thanks for your help,

Brendan
 
Last edited by a moderator:
Mathematics news on Phys.org
  • #2
clarkie_49 said:
From here it isn't hard to see that if x is a bound on the square root of 3, then
(5x+9)/(3x+5) is a closer bound on the opposite side."

The last sentence is not "easy for me to see"; I am wandering if anybody can help me understand how (5x+9)/(3x+5) was derived? It seems related to a_{n + 1} = (5/3) + (9/5)?
They explain in the very next line how it is "easy to see" -- you're asking a different question: "how would I go about looking for such a thing?"

I'm not sure how that paper came up with it, but I can speculate. First, try solving the equation
x = (5x + 9) / (3x + 5)​

Done that? Good. Now what if you reverse the steps you just performed to solve that equation? You would come up with an iterative procedure just like this one! There are choices involved so you might not have produced (5x+9)/(3x+5), but you would have produced something that works.


(A more systematic approach would probably involve continued fractions)
 
Last edited:
  • #3
Oh, that formula just comes from what they described earlier in the article. If you look at that formula for s they mention, and grind through the algebra, you get:

If N is your "first" approximation to sqrt(A), and x is a later approximation to sqrt(A), then the next approximation to use is (Nx + A) / (x + N).
 
  • #4
Thank you very much Hurkyl,

this was very helpful. I think i have it right...

(1/2)(N + A/N) = (N^2 + A)/(2N) = (Nx + A)/(x + N) for x=N. And if |x^2 - A| < |N^2 -A|, then (Nx + A)/(x + N) is a closer approximation then (N^2 + A)/(2N).

Now i am trying to see why (Nx + A)/(x + N) alternates (with each new x : x /= N) between upper and lower bounds? Is there a proof or way of showing why this, or is it coincidence?

EDIT: I know why this seems to happen, but can't prove it. If x > sqrt(3) then the change in denominator is more than the change in the numerator, and the opposite for x < sqrt(3).

Also, although i cannot perform the large calculations, (1/2)(N + A/N) seems to go from 5/3 (lower bound), to 25/15 (upper bound) and then converges to sqrt(3) from the upper side, or at the least, it randomly alternates?

Thanks again,

Brendan
 
Last edited:

Related to Archimedes & sqrt(3): Estimating Lower & Upper Bounds

1. What is the significance of Archimedes' approximation of sqrt(3)?

Archimedes' approximation of sqrt(3) is significant because it demonstrates his ingenious method of estimation, which was not commonly used in ancient mathematics. It also shows that he had a deep understanding of geometric concepts and was able to apply them to approximate irrational numbers.

2. How did Archimedes estimate the lower bound of sqrt(3)?

Archimedes used a method called the "method of exhaustion" to estimate the lower bound of sqrt(3). He inscribed a circle within a regular hexagon and then circumscribed a circle around the hexagon. By repeatedly doubling the number of sides of the polygon, he was able to get closer and closer to the value of sqrt(3).

3. What is the upper bound for sqrt(3) according to Archimedes' estimation?

According to Archimedes' estimation, the upper bound for sqrt(3) is 265/153, which is a very close approximation to the actual value of sqrt(3). This shows the accuracy of his method of estimation and his understanding of geometry.

4. Can Archimedes' method be used to estimate other irrational numbers?

Yes, Archimedes' method of exhaustion can be applied to estimate other irrational numbers. In fact, it is a fundamental technique used in calculus to approximate the value of irrational numbers and functions.

5. How did Archimedes' work with sqrt(3) influence later mathematicians?

Archimedes' work with sqrt(3) had a significant influence on later mathematicians, particularly in the development of calculus. His method of approximation paved the way for the development of more advanced techniques for finding the values of irrational numbers. It also demonstrated the power of geometry and its application in solving mathematical problems.

Similar threads

  • General Math
Replies
8
Views
4K
Replies
13
Views
1K
  • General Math
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
508
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
13
Views
2K
Replies
1
Views
738
Replies
4
Views
2K
  • Nuclear Engineering
Replies
7
Views
603
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Back
Top