How do you find a one-decimal place approximation for 4200?

1 Answer
Oct 23, 2015

Use some reasonings about 34, 44 and 200 to choose approximation 3.8, then use one step of Newton's method to refine the approximation, finding that 3.8 is good to one decimal place already.

Explanation:

34=81 and 44=256, so 4200 lies somewhere between 3 and 4.

More specifically, 200196=142 so 420014 and 14414=3.75, so 42003.8

To find the 4th root of a number n, we could find its square root and then the square root of that, but instead let's choose a reasonable first approximation a0, then use the following formula to iterate:

ai+1=ai+na4i4a3i

Let a0=3.8

Then:

a1=a0+2003.8443.83

=3.8+200208.5136219.488

=3.88.5136219.4883.76

So 3.8 is a good approximation of 4200 to one decimal place and 3.8 is a one decimal place approximation for 4200