asked 38.7k views
2 votes
When approximating the square root of 2, which is the best choice for a next guess?

a) (a² + b²)/2
b) (a+b)/2
c) (a-b)/2
d) (a² - b²/2)

asked
User Aurelije
by
8.7k points

1 Answer

3 votes

Final answer:

To approximate the square root of 2, the best guess from the given options is the average of two approximate values (a and b), which is represented by the formula (a+b)/2. This formula is aligned with the iterative approximation techniques used in methods like the Babylonian method for square rooting.

Step-by-step explanation:

When approximating the square root of 2, one effective method is to use the process of averaging paired numbers that are close to the value being square rooted. Of the options provided, the best choice for a next guess in the approximation would be (a+b)/2, which is the average of two numbers, a and b. This method stems from the process of iterative approximation, particularly related to the Babylonian method or Newton-Raphson method for finding square roots.

Let's say you want to approximate √2, and you have two numbers where one is a bit too low (a) and the other is a bit too high (b), taking the average of these two numbers will provide a better approximation of the square root.

For instance, if a = 1 and b = 2, since 1^2 < 2 and 2^2 > 2, the average (1+2)/2 = 1.5 will be closer to the actual square root of 2.

answered
User Bmpasini
by
9.1k points

Related questions

asked Apr 8, 2024 102k views
Mooreds asked Apr 8, 2024
by Mooreds
8.1k points
1 answer
4 votes
102k views
asked Feb 17, 2024 90.7k views
Jacky Nguyen asked Feb 17, 2024
by Jacky Nguyen
7.5k points
1 answer
1 vote
90.7k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.