What is the square root of 3.4?

1 Answer
Sep 18, 2015

sqrt(3.4) = sqrt(85)/5 ~~ 1.84393.4=8551.8439

Explanation:

If a, b >= 0a,b0 then sqrt(a/b) = sqrt(a)/sqrt(b)ab=ab

If a >= 0a0 then sqrt(a^2) = aa2=a

So:

sqrt(3.4) = sqrt(85/25) = sqrt(85)/sqrt(25) = sqrt(85)/53.4=8525=8525=855

Here I have chosen to express 3.43.4 as 85/258525 to get the smallest whole value for the denominator.

I could also have written sqrt(3.4) = sqrt(17/5) = sqrt(17)/sqrt(5)3.4=175=175

If I wanted to calculate an approximation for sqrt(3.4)3.4 by hand then I would probably have used this instead:

sqrt(3.4) = sqrt(340/100) = sqrt(340)/103.4=340100=34010

Then I would work out an approximation for sqrt(340)340 and divide by 1010.

For example: 18^2 = 324182=324 and 19^2 = 361192=361, so:

18 = sqrt(324) < sqrt(340) < sqrt(361) = 1918=324<340<361=19

Using a Newton Raphson type method to find sqrt(340)340, I might chose 18.5 = 37/218.5=372 as my first approximation a_0a0, then make better approximations using the formula:

a_(i+1) = (a_i^2 + n)/(2a_i)ai+1=a2i+n2ai

where n = 340n=340.

Then

a_1 = (37^2 + 340 * 2^2) / (2 * 37 * 2) = (1369+1360)/148a1=372+340222372=1369+1360148

= 2729 / 148 ~~ 18.439=272914818.439

So sqrt(340) ~~ 18.43934018.439 and sqrt(3.4) ~~ 1.84393.41.8439