Skip to main content

Questions tagged [ceiling-and-floor-functions]

This tag is for questions involving the greatest integer function (or the floor function) and the least integer function (or the ceiling function).

5 votes
1 answer
245 views

What's the name of something where you can't cancel it out? To explain what I mean, $\sin(450^\circ)=\sin(90^\circ)$ doesn't mean that $450=90$ $\lvert17\rvert=\lvert-17\rvert$ doesn't mean $17=-17$ $...
Benjamin's user avatar
2 votes
0 answers
63 views

This is a proof for the hermite identity: $$\sum_{k=0}^{n-1} \left\lfloor x + \frac{k}{n} \right\rfloor=\lfloor nx \rfloor$$ Combinatorial Interpretation of the RHS Let $S$ be the set of positive ...
Ciderate's user avatar
0 votes
2 answers
366 views

the problem Solve $[x]+[x^2]=[x^3]$ my idea using the fact that $ x=[x]+ \{ x \} $ we can write the equation as $x^3-x^2-x=\{x^3\}-\{x^2\}-\{x\} \in (-2,1)$ because ${x} \in [0,1)$ Now we can solve $x^...
Pam Munoz Ryan's user avatar
2 votes
1 answer
158 views

This problem comes from the 1976 Putnam exam. Evaluate $$ L=\lim_{n\to\infty} \frac{1}{n}\sum_{k=1}^n \left( \left\lfloor\frac{2n}{k}\right\rfloor -2\left\lfloor\frac{n}{k}\right\rfloor \right), $$ ...
Ryan Yoon's user avatar
3 votes
2 answers
135 views

How can I prove that $\sum_{k=1}^{n} \left\lfloor \log_{2}\!\left(\frac{2n}{2k-1}\right) \right\rfloor = n$, where $n$ is a natural number? I discovered this identity while trying to prove Prove using ...
Anshul Prajapati's user avatar
6 votes
3 answers
270 views

I need help proving that for all n positive integer $$\{ (2+\sqrt3)^n\} = 1 -(2-\sqrt3)^n$$ where $\{ x \}$ is the fractional part. We have \begin{align*} (2+\sqrt3)^n &= \sum_{k=0}^{n} \binom{n}{...
epsilon's user avatar
  • 3,235
0 votes
2 answers
89 views

the problem Let $n \in \Bbb{N}, n\geq 2$. Determine $x,y \in \Bbb{N}$ with the property that $[\sqrt[n]{x^n+y}]=[\sqrt[n]{y^n+x}]$, where $[a]$ represents the integer part of the real number $a$. my ...
Pam Munoz Ryan's user avatar
-1 votes
1 answer
79 views

If $n,m,k \in \mathbb{N}$ must be such that $k < n^m-1$ it follows that $$\left\lfloor \dfrac{(n^m+1)^{k+1}}{n^{2m}}\right\rfloor-(n^m+1)\left\lfloor \dfrac{(n^m+1)^k}{n^{2m}}\right\rfloor = k.$$ ...
John C's user avatar
  • 127
1 vote
1 answer
55 views

If $n,m,k \in \mathbb{N}$ must be such that $2^k < n^m-1$ it follows that $$\left\lfloor \dfrac{(n^m+1)^{k+1}}{n^{2m}-1}\right\rfloor-(n^m+1)\left\lfloor \dfrac{(n^m+1)^k}{n^{2m}-1}\right\rfloor = ...
John C's user avatar
  • 127
1 vote
1 answer
99 views

I wanted a plot of: \begin{equation} f(x) = e^{-|x|} \end{equation} and I wanted to compare $f(x)$ to its Fourier series ($n = 1,3,20$): \begin{equation} F(x) = \frac{e^{\pi}-1}{\pi e^{\pi}} + \frac{2}...
Rockmechanic's user avatar
1 vote
1 answer
72 views

The Problem Find the whole part of $E(n)=(\sqrt[3]{n+1}-\sqrt[3]{n}+\sqrt[3]{n-1})^3, n\in \mathbb{Z}$ Do the same thing for $\sqrt{}$ instead of $\sqrt[3]{}$ My Idea Use the identity $$(x+y+z)^3=x^3+...
Pam Munoz Ryan's user avatar
4 votes
1 answer
72 views

Let $U_0=0$, we make $U_n$ by the following rules : If $\color{magenta}n=U_k$ for some $k \in \mathbb{N}$ , $$U_{n+1} = U_{\color{magenta}n} + \color{red}5$$ $$U_{n+2} = U_{n+1} + \color{red}5$$ ...
Lhachimi's user avatar
  • 638
2 votes
0 answers
63 views

Let $$\Gamma(x)=\int_0^\infty t^{x-1}e^{-t}\,dt.$$ Define $$f(x)=\frac{\Gamma(x+1)}{\lfloor\Gamma(x+1)\rfloor+1},\qquad x\in[0,\infty).$$ Find the maximal open intervals $I_n=(a_n,b_n)\subset[0,\infty)...
Co-'s user avatar
  • 64
1 vote
2 answers
277 views

Determine the smallest possible value of the natural number $ a_1$, knowing that there exist natural numbers $ a_1 \geq a_2 \geq \ldots \geq a_{100} \geq 2 $ with the property that $$ \left\{ \sum_{k=...
Pam Munoz Ryan's user avatar
5 votes
3 answers
278 views

First of all, the notation $\lfloor x\rfloor$ is the greatest integer not exceeding $x$. That is $\lfloor x\rfloor = \max\{m \in \mathbb{Z}: m\leq x\}$. Question: Find all real solutions of $\lfloor x^...
user avatar

15 30 50 per page
1
2 3 4 5
161