Find $N$ for
$$N =\sum_{k = 1}^{1000}k\left(\left\lceil\log_{\sqrt{2}}k\right\rceil-\left\lfloor\log_{\sqrt{2}}k\right\rfloor\right)\;.$$
How could you solve this problem? Are there sigma rules or anything? Thanls.
Find $N$ for
$$N =\sum_{k = 1}^{1000}k\left(\left\lceil\log_{\sqrt{2}}k\right\rceil-\left\lfloor\log_{\sqrt{2}}k\right\rfloor\right)\;.$$
How could you solve this problem? Are there sigma rules or anything? Thanls.
On
Hint:
When $k$ is a power of $2$ then $\left\lceil\log_{\sqrt{2}}k\right\rceil-\left\lfloor\log_{\sqrt{2}}k\right\rfloor = 0$ otherwise it's $1$
On
Just see this if $\log_{\sqrt{2}}k$ is not integer then
$$ \left\lceil\log_{\sqrt{2}}k\right\rceil-\left\lfloor\log_{\sqrt{2}}k\right\rceil = 1$$
and $$ \left\lceil\log_{\sqrt{2}}k\right\rceil-\left\lfloor\log_{\sqrt{2}}k\right\rceil = 0$$
otherwise.
Note:
$$ \lceil x \rceil - \lfloor x \rfloor = \begin{cases}0 ,\quad z\in \mathbb{Z}\\ 1\quad otherwise \end{cases} $$
HINT: If $k=2^n$, then $\log_{\sqrt2}k=2n$, and therefore
$$\left\lceil\log_{\sqrt2}k\right\rceil=\left\lfloor\log_{\sqrt2}k\right\rfloor\;.\tag{1}$$