Math, asked by ranu236, 11 months ago

Que s
find the square root of 1296 by division method

Answers

Answered by SnehaSingh200324
1

Answer:

The Babylonian Method also known as Hero's Method

See below how to calculate the square root of 1296 step-by-step using the Babylonian Method also known as Hero's Method.

In this case we are going to use the 'Babylonian Method' to get the square root of any positive number.

We must set an error for the final result. Say, smaller than 0.001. In other words we will try to find the square root value with at least 2 correct decimal places.

Step 1:

Divide the number (1296) by 2 to get the first guess for the square root .

First guess = 1296/2 = 648.

Step 2:

Divide 1296 by the previous result. d = 1296/648 = 2.

Average this value (d) with that of step 1: (2 + 648)/2 = 325 (new guess).

Error = new guess - previous value = 648 - 325 = 323.

323 > 0.001. As error > accuracy, we repeat this step again.

Step 3:

Divide 1296 by the previous result. d = 1296/325 = 3.9876923077.

Average this value (d) with that of step 2: (3.9876923077 + 325)/2 = 164.4938461539 (new guess).

Error = new guess - previous value = 325 - 164.4938461539 = 160.5061538461.

160.5061538461 > 0.001. As error > accuracy, we repeat this step again.

Step 4:

Divide 1296 by the previous result. d = 1296/164.4938461539 = 7.8787141908.

Average this value (d) with that of step 3: (7.8787141908 + 164.4938461539)/2 = 86.1862801724 (new guess).

Error = new guess - previous value = 164.4938461539 - 86.1862801724 = 78.3075659815.

78.3075659815 > 0.001. As error > accuracy, we repeat this step again.

Step 5:

Divide 1296 by the previous result. d = 1296/86.1862801724 = 15.0371961455.

Average this value (d) with that of step 4: (15.0371961455 + 86.1862801724)/2 = 50.611738159 (new guess).

Error = new guess - previous value = 86.1862801724 - 50.611738159 = 35.5745420134.

35.5745420134 > 0.001. As error > accuracy, we repeat this step again.

Step 6:

Divide 1296 by the previous result. d = 1296/50.611738159 = 25.6067079919.

Average this value (d) with that of step 5: (25.6067079919 + 50.611738159)/2 = 38.1092230754 (new guess).

Error = new guess - previous value = 50.611738159 - 38.1092230754 = 12.5025150836.

12.5025150836 > 0.001. As error > accuracy, we repeat this step again.

Step 7:

Divide 1296 by the previous result. d = 1296/38.1092230754 = 34.0075156462.

Average this value (d) with that of step 6: (34.0075156462 + 38.1092230754)/2 = 36.0583693608 (new guess).

Error = new guess - previous value = 38.1092230754 - 36.0583693608 = 2.0508537146.

2.0508537146 > 0.001. As error > accuracy, we repeat this step again.

Step 8:

Divide 1296 by the previous result. d = 1296/36.0583693608 = 35.9417251244.

Average this value (d) with that of step 7: (35.9417251244 + 36.0583693608)/2 = 36.0000472426 (new guess).

Error = new guess - previous value = 36.0583693608 - 36.0000472426 = 0.0583221182.

0.0583221182 > 0.001. As error > accuracy, we repeat this step again.

Step 9:

Divide 1296 by the previous result. d = 1296/36.0000472426 = 35.9999527575.

Average this value (d) with that of step 8: (35.9999527575 + 36.0000472426)/2 = 36 (new guess).

Error = new guess - previous value = 36.0000472426 - 36 = 0.0000472426.

0.0000472426 <= 0.001. As error <= accuracy, we stop the iterations and use 36 as the square root.

So, we can say that the square root of 1296 is 36 with an error smaller than 0.001 (in fact the error is 0.0000472426). this means that the first 4 decimal places are correct. Just to compare, the returned value by using the javascript function 'Math.sqrt(1296)' is 36.

Note: There are other ways to calculate square roots. This is only one of them.

Step-by-step explanation:

Answered by Anonymous
1

Step-by-step explanation:

I hoe it is helpful for u

Attachments:
Similar questions