MHB Floor Function: Real Value of $k$ & $x$

  • Thread starter Thread starter juantheron
  • Start date Start date
  • Tags Tags
    Function
juantheron
Messages
243
Reaction score
1
(1) find real value of $k$ for which $k\lfloor x \rfloor = \lfloor kx \rfloor$

(2) find value of $x$ for which $\displaystyle \lfloor \frac{x}{2011}\rfloor = \lfloor \frac{x}{2012}\rfloor$

where $\lfloor x \rfloor = $ floor function
 
Mathematics news on Phys.org
jacks said:
(1) find real value of $k$ for which $k\lfloor x \rfloor = \lfloor kx \rfloor$

(2) find value of $x$ for which $\displaystyle \lfloor \frac{x}{2011}\rfloor = \lfloor \frac{x}{2012}\rfloor$

where $\lfloor x \rfloor = $ floor function

For (2), 2012 since the floor of 2012/2011 = 1 and 2012/2012 = 1.

If you want values though, it would be $x\in [2012,4021]$
 
in general \lfloor x \rfloor = a \Rightarrow a \leq x < a+1

\lfloor x k \rfloor = k \lfloor x \rfloor

k \lfloor x \rfloor \leq x k < k \lfloor x \rfloor +1

0 \leq x k - k \lfloor x \rfloor <1

0 \leq k(x - \lfloor x \rfloor) <1

x - \lfloor x \rfloor = {0,1} if x integer 0 if x is not integer 1

0 \leq k < 1
But
\lfloor kx \rfloor , \lfloor x \rfloor are both integers which leave k to be integer so k=0 and k=1
 
Last edited:
dwsmith said:
jacks said:
(1) find real value of $k$ for which $k\lfloor x \rfloor = \lfloor kx \rfloor$

(2) find value of $x$ for which $\displaystyle \lfloor \frac{x}{2011}\rfloor = \lfloor \frac{x}{2012}\rfloor$

where $\lfloor x \rfloor =$ floor function

For (2), 2012 since the floor of 2012/2011 = 1 and 2012/2012 = 1.

If you want values though, it would be $x\in [2012,4021]$
Those are the numbers for which $\displaystyle \left\lfloor \frac{x}{2011}\right\rfloor = \left\lfloor \frac{x}{2012}\right\rfloor = 1.$ There are also the numbers $0\leqslant x\leqslant 2010$ for which $\displaystyle \left\lfloor \frac{x}{2011}\right\rfloor = \left\lfloor \frac{x}{2012}\right\rfloor = 0.$ Then there are the numbers $4024 \leqslant x\leqslant 6032$ for which $\displaystyle \left\lfloor \frac{x}{2011}\right\rfloor = \left\lfloor \frac{x}{2012}\right\rfloor = 2,$ and a whole lot of other intervals going right up to the number $X = 4044120 = 2012\times 2010.$ This has the property that $\displaystyle \left\lfloor \frac{X}{2011}\right\rfloor = \left\lfloor \frac{X}{2012}\right\rfloor = 2010,$ and it is the largest number for which $\displaystyle \left\lfloor \frac{X}{2011}\right\rfloor$ and $\left\lfloor \dfrac{X}{2012}\right\rfloor$ are equal.
 
Amer said:
in general \lfloor x \rfloor = a \Rightarrow a \leq x < a+1

\lfloor x k \rfloor = k \lfloor x \rfloor

k \lfloor x \rfloor \leq x k < k \lfloor x \rfloor +1

0 \leq x k - k \lfloor x \rfloor <1

0 \leq k(x - \lfloor x \rfloor) <1

x - \lfloor x \rfloor = {0,1} if x integer 0 if x is not integer 1

0 \leq k < 1
But
\lfloor kx \rfloor , \lfloor x \rfloor are both integers which leave k to be integer so k=0 and k=1
Or you can solve it in other way if x=1

k = \floor k \rfloor so k should be integer
------
the trivial solution is k={0,1}, suppose k is not 0 or 1

choose x = 1/k, if k>0 \lfloor \frac{1}{k} \rfloor = 0 if k <0 \lfloor \frac{1}{k} \rfloor = -1

k \lfloor \frac{1}{k} \rfloor = {0,-1}

\floor k \left(\frac{1}{k}\right) \rfloor = 1
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top