Floor function Challenge III

In summary, the Floor Function Challenge III is a mathematical problem that involves finding the smallest integer that is greater than or equal to a given real number. It is different from previous challenges as it allows for negative real numbers and requires finding an integer that is greater than or equal to the given number. The purpose of this challenge is to test understanding of the floor function and improve problem-solving skills in mathematics. Strategies for solving the challenge include using the definition of the floor function and using a calculator or computer program. The challenge can be solved for all real numbers, but some solutions may be more complex than others.
  • #1
anemone
Gold Member
MHB
POTW Director
3,883
115
Solve for all real $a$ of the equation below:

$\dfrac{1}{\left\lfloor{a}\right\rfloor}+\dfrac{1}{\left\lfloor{2a}\right\rfloor}=a-\left\lfloor{a}\right\rfloor+\dfrac{1}{3}$
 
Mathematics news on Phys.org
  • #2
Note that $\{x\} = x - \lfloor x \rfloor$ never takes negative values in $\Bbb R$. As $\lfloor x \rfloor$ on the other hand is negative for negative real arguments, there is no solution for the equation in $\Bbb R^{-}$

We will split this equation into two cases. If $\{a\} < 1/2$, then it is clear that $\lfloor 2a \rfloor = 2\lfloor a\rfloor$ hence $$\frac{1}{\lfloor a \rfloor} + \frac{1}{\lfloor 2a \rfloor} = \frac1{\lfloor a \rfloor} + \frac{1}{2\lfloor a \rfloor} = \frac{3}{2} \frac1{\lfloor a \rfloor} = \{ a \} + \frac1{3} \Longrightarrow \frac{9}{2} = \lfloor a \rfloor \left ( 3 \{a\} + 1 \right ) \tag{+}$$

On the other hand, $$0 \leq \frac{3}{2} \frac1{\lfloor a \rfloor} = \{a\} - \frac13 < \frac56 \Longrightarrow \frac95 < \lfloor a \rfloor \leq \frac92$$

However, as $\lfloor a \rfloor$ is an integer, $\lfloor a \rfloor$ can be either $2$, $3$ or $4$. Using $(+)$, corresponding values of $\{ a \}$ are $5/12$, $1/6$ and $1/24$ respectively. Thus adding $\lfloor a \rfloor$ and $\{a\}$, we get the solutions $29/12$, $19/6$ and $97/24$ respectively.

For the $\{ a \} \geq 1/2$ case, note that $\lfloor 2a \rfloor = 2\lfloor a \rfloor + 1$ thus

$$\frac1{\lfloor a \rfloor} + \frac1{2\lfloor a \rfloor + 1} = \{a\} + \frac13 \geq \frac{5}{6} \Longrightarrow \frac{3\lfloor a \rfloor + 1}{2 \lfloor a \rfloor^2 + \lfloor a \rfloor} \geq \frac56 \Longrightarrow 13\lfloor a \rfloor + 6 \geq 10 \lfloor a \rfloor^2$$ Which is satisfied only for $\lfloor a \rfloor = 1$ (as $0$ is not invertible) but that's not possible, as the strict inequality holds : $$1 > \{a\} = \frac1{\lfloor a \rfloor} + \frac1{2\lfloor a \rfloor + 1} - \frac13 = \frac43 - \frac13 = 1$$

Thus we conclude that $29/12$, $19/6$ and $97/24$ are the only possible solutions.
 
Last edited:
  • #3
Good solution by mathbalarka
here is mine

The $rhs \lt \dfrac{4}{3}$

let a = b + f where b is integral part and f fractional part <1

a cannot be 1 as LHS = ${3/2}$

if f > .5 integral part of 2a > 2 * integral part of a

f cannot be > .5 as for a = 2

LHS = $\dfrac{1}{2} + \dfrac{1}{5} \lt .5+\dfrac{1}{3}$

now LHS = $\dfrac{3}{2b} \ge \dfrac{1}{3}$ or $b \le 4.5$

so b need to be checked for 2,3,and 4 to give the values for a which is same as above.
 
Last edited:
  • #4
Well done, both of you! And thanks for participating! :)
 
  • #5


The given equation involves the floor function, which rounds a real number down to the nearest integer. In order to solve for all real values of $a$, we must first consider the possible values of the floor function. Since the floor function rounds down, we know that $\left\lfloor{a}\right\rfloor \leq a$ and $\left\lfloor{2a}\right\rfloor \leq 2a$. This means that the left side of the equation will always be greater than or equal to the right side.

To solve for all real values of $a$, we can first consider the case where $\left\lfloor{a}\right\rfloor = a$. In this case, the equation becomes $\frac{1}{a}+\frac{1}{2a}=0$, which has no real solutions.

Next, we can consider the case where $\left\lfloor{2a}\right\rfloor = 2a$. This means that $\left\lfloor{a}\right\rfloor = a - \frac{1}{2}$, since the floor of $2a$ will always be one less than the floor of $a$. Substituting this into the original equation, we get $\frac{1}{a-\frac{1}{2}}+\frac{1}{2a}=a-\left(a-\frac{1}{2}\right)+\frac{1}{3}$. Simplifying, we get $\frac{2}{a}=\frac{2}{3}$, which has a solution of $a=3$.

Finally, we must consider the case where $\left\lfloor{a}\right\rfloor < a$ and $\left\lfloor{2a}\right\rfloor < 2a$. In this case, we can rewrite the equation as $\frac{1}{\left\lfloor{a}\right\rfloor}+\frac{1}{\left\lfloor{2a}\right\rfloor}=\left\lfloor{a}\right\rfloor+\frac{1}{3}$. Since the left side is always greater than or equal to the right side, the only possible solution is when $\left\lfloor{a}\right\rfloor = 1$ and $\left\lfloor{2a}\right\rfloor = 2$. This gives us the solution
 

1. What is the Floor Function Challenge III?

The Floor Function Challenge III is a mathematical problem that involves finding the smallest integer that is greater than or equal to a given real number. It is a variation of the floor function, which rounds down a number to the nearest integer.

2. How is the Floor Function Challenge III different from the previous challenges?

The Floor Function Challenge III is different from the previous challenges because it involves finding the smallest integer that is greater than or equal to a real number, instead of just rounding down to the nearest integer. It also allows for negative real numbers.

3. What is the purpose of the Floor Function Challenge III?

The purpose of the Floor Function Challenge III is to test one's understanding of the floor function and to improve problem-solving skills in mathematics. It is also a fun and challenging exercise for those interested in mathematical puzzles.

4. What are some strategies for solving the Floor Function Challenge III?

One strategy for solving the Floor Function Challenge III is to first identify the given real number and then use the definition of the floor function to determine the smallest integer that is greater than or equal to that number. Another strategy is to use a calculator or computer program to evaluate the floor function for the given real number.

5. Can the Floor Function Challenge III be solved for all real numbers?

Yes, the Floor Function Challenge III can be solved for all real numbers, including negative numbers. However, some numbers may have a more complex solution than others, and may require more advanced mathematical techniques to solve.

Similar threads

Replies
9
Views
2K
Replies
1
Views
789
Replies
4
Views
849
Replies
3
Views
777
Replies
1
Views
729
Replies
1
Views
955
  • General Math
Replies
3
Views
1K
Replies
1
Views
1K
Replies
4
Views
1K
Replies
8
Views
2K
Back
Top