Processing math: 100%

Friday, November 28, 2014

Solution to integer part of fourth root reciprocals

This is a solution to the puzzle posted earlier.

The problem:

What is the integer part of
1+142+143++1410000

i.e. the integer part of
10000k=114k


Solution

The typical way to approach this problem is to approximate the sum by an integral and find appropriate upper and lower bounds.

We will essentially do the same, but presented differently.

Consider the function f(x)=4x3/43. The derivative of f is f(x)=14x

Now using the mean value theorem, and the fact that 14x is decreasing, we have the following:
14k+1<f(k+1)f(k)<14k(1)

Using the left side of the inequality, and adding from k=1 to 9999 we get
10000k=214k<f(10000)f(1)=43(1031)=1332

Thus adding 1 to both sides,
10000k=114k<1333

Using the right side of (1), and adding from k=1 to 9999 we get

9999k=114k>f(10000)f(1)=1332

Thus adding 1410000=110 to both sides,
10000k=114k>1332+110

Thus the integer part is 1332.

No comments:

Post a Comment