How Do You Solve the Floor Integral with Logarithmic and Geometric Sequences?

  • Thread starter Thread starter WhatTheYock
  • Start date Start date
  • Tags Tags
    Integral
WhatTheYock
Messages
5
Reaction score
0
Doing integrals for just plain curiosity! So, given the integral:

∫dx/floor(1-logbase2(1-x)) from 0 to 1

I have looked at the graph of the integral, and I notice what seems to be an infinite number of areas under the curve (from 0 to 1/2 the area is 1/2, from 1/2 to 3/4 the area is 1/8, etc). How can I get a general expression for the nth rectangle (perhaps a summation) and a numerical answer for the integral? Thanks for any help!
 
Physics news on Phys.org
If there are indeed an infinite number of areas then the integral will be an infinite series.

Assuming that your values are right (I didn't check), then 1/2+ 1/8+ 1/64+ ... , all powers of 1/2 so that is a geometric series. There is a formula for sums of geometric series that you probably know.
 
HallsofIvy said:
If there are indeed an infinite number of areas then the integral will be an infinite series.

Assuming that your values are right (I didn't check), then 1/2+ 1/8+ 1/64+ ... , all powers of 1/2 so that is a geometric series. There is a formula for sums of geometric series that you probably know.

I think the sum is actually 1*(1/2)+(1/2)*(1/4)+(1/3)*(1/8)+(1/4)*(1/16)+(1/5)*(1/32)+... That's a little harder. It's the integral of a geometric series.
 
Last edited:
Yes, but after some more inspection of the graph I observed that the heights of each rectangle start as 1 and form the harmonic sequence (1, 1/2, 1/3, 1/4, 1/5, ...) and the length form a geometric sequence (1/2, 1/4, 1/8, 1/16, ...). So I get the sum from 1 to infinity of (1/n)*(1/2^n) which comes out to ln(2) which I think is the answer...
 
WhatTheYock said:
Yes, but after some more inspection of the graph I observed that the heights of each rectangle start as 1 and form the harmonic sequence (1, 1/2, 1/3, 1/4, 1/5, ...) and the length form a geometric sequence (1/2, 1/4, 1/8, 1/16, ...). So I get the sum from 1 to infinity of (1/n)*(1/2^n) which comes out to ln(2) which I think is the answer...

Why, yes, I think it is.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top