Integral with floor and ceil function

In summary: So in summary, the problem involves finding the integral of the floor of the log base alpha of the floor of the ceiling of x divided by x, from 0 to infinity, for each integer alpha greater than 1.
  • #1
Krizalid1
109
0
Here's an integral I love:

For each integer $\alpha>1,$ compute $\displaystyle \int_0^\infty {\left\lfloor {{{\log }_\alpha }\left\lfloor {\frac{{\left\lceil x \right\rceil }}{x}} \right\rfloor } \right\rfloor \,dx} .$
 
Mathematics news on Phys.org
  • #2
For $x>1$, $\displaystyle 1 \le \frac{\lceil x \rceil}{x} < 2 \implies \left\lfloor \frac{\lceil x \rceil}{x} \right\rfloor = 1 \implies \log_{a} \left\lfloor \frac{\lceil x \rceil}{x} \right\rfloor =0$

So $\displaystyle \int_{0}^{\infty} \left\lfloor \log_{a} \Big\lfloor \frac{\lceil x \rceil}{x} \Big\rfloor \right\rfloor \ dx = \int_{0}^{1} \left\lfloor \log_{a} \Big\lfloor \frac{\lceil x \rceil}{x} \Big\rfloor \right\rfloor \ dx = \int_{0}^{1} \left\lfloor \log_{a} \Big\lfloor \frac{1}{x} \Big\rfloor \right\rfloor \ dx$

Now find where the integrand is constant.

$\displaystyle \left\lfloor \log_{a} \Big\lfloor \frac{1}{x} \Big\rfloor \right\rfloor = k $

$ \displaystyle k \le \log_{a} \Big\lfloor \frac{1}{x} \Big\rfloor < k+1 $

$ \displaystyle a^{k} \le \Big\lfloor \frac{1}{x} \Big\rfloor < a^{k+1} $

$ \displaystyle \displaystyle a^{k} \le \frac{1}{x} < a^{k+1} $ since $a$ is a positive integer

$\displaystyle \implies \frac{1}{a^{k+1}} < x \le \frac{1}{a^{k}} $

$ \displaystyle \int_{0}^{1} \left\lfloor \log_{a} \Big\lfloor \frac{1}{x} \Big\rfloor \right\rfloor \ dx = \sum_{k=1}^{\infty} \int_{\frac{1}{a^{k+1}}}^{\frac{1}{a^{k}}} k \ dx $

$ \displaystyle =\sum^{\infty}_{k=1}k\left(\frac{1}{a^{k}}-\frac{1}{a^{k+1}}\right) =\sum^{\infty}_{k=1}k\left(\frac{1}{a}\right)^{k}-\sum^{\infty}_{k=1}k\left(\frac{1}{a}\right)^{k+1} $

$ \displaystyle =\frac{\frac{1}{a}}{(1-\frac{1}{a})^{2}}-\frac{(\frac{1}{a})^{2}}{(1-\frac{1}{a})^{2}}=\frac{1}{a-1} $
 
  • #3
Yes that's correct.
 
  • #4
Krizalid said:
Here's an integral I love:

For each integer $\alpha>1,$ compute $\displaystyle \int_0^\infty {\left\lfloor {{{\log }_\alpha }\left\lfloor {\frac{{\left\lceil x \right\rceil }}{x}} \right\rfloor } \right\rfloor \,dx} .$
this one is very hard
 
  • #5
The integral provided is a fascinating mathematical problem that involves the use of both the floor and ceiling functions. These functions are commonly used in mathematics to round a number down or up to the nearest integer, respectively. In this case, the integral involves taking the logarithm of a fraction and then rounding it down to the nearest integer.

I find this integral to be particularly interesting because it presents a challenge in terms of computation and also has potential real-world applications. The use of the floor and ceiling functions can be seen in various fields such as computer science, engineering, and statistics.

In order to solve this integral, one would need to carefully consider the behavior of the floor and ceiling functions and how they interact with the logarithm. Additionally, the bounds of the integral, from 0 to infinity, also add an interesting element to the problem.

I would be interested to see the results of computing this integral for different values of $\alpha$ and to explore any patterns or relationships that may emerge. This could potentially lead to further understanding of the behavior of these functions and their applications.

Overall, this integral serves as a great example of the complexity and beauty of mathematics and its potential for practical use in various scientific fields.
 

FAQ: Integral with floor and ceil function

What is an integral with floor and ceil function?

An integral with floor and ceil function is a mathematical expression that combines the integral (representing the area under a curve) with the floor and ceil functions (which round a number down or up, respectively). This type of integral is often used to solve problems involving discontinuous functions.

How do you evaluate an integral with floor and ceil function?

To evaluate an integral with floor and ceil function, you first need to identify the intervals where the function is discontinuous. Then, you can break the integral into separate integrals for each interval and use the floor and ceil functions to adjust the limits of integration. Finally, you can solve each integral separately and add the results together.

Can an integral with floor and ceil function have multiple solutions?

Yes, an integral with floor and ceil function can have multiple solutions. This is because the floor and ceil functions can result in different values depending on the input, and the integral itself may have multiple points of discontinuity. It is important to carefully consider all possible solutions when evaluating these types of integrals.

What are some real-life applications of integrals with floor and ceil function?

Integrals with floor and ceil function have many real-life applications in fields such as physics, engineering, and computer science. They can be used to model and solve problems involving discontinuous functions, such as calculating the flow of a fluid through a pipe with varying diameters or determining the maximum load a bridge can withstand at different points.

Are there any special techniques for solving integrals with floor and ceil function?

Yes, there are several techniques that can be used to solve integrals with floor and ceil function. These include using substitution, integration by parts, and breaking the integral into separate pieces. It is important to carefully consider the function and its points of discontinuity in order to choose the most appropriate approach for solving the integral.

Back
Top