Define as a function which converts into base and then interprets it as a number in base .
For example,
will mean first changing to base i.e. and then interpreting as a base number. That's it!
So, find a general formula for
I will not be giving the form for this problem as then the difficulty will be halved so try yourself and then if required I will post the solution as the contest ends.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
So, now I guess I must post the solution.
First of all what does fba(x) means? For x<1, fb(x)=k=1∑∞⌊bkx⌋(modb) and
fba(x)=k=1∑∞ak⌊bkx⌋(mod2)
∫01k=0∑∞ak⌊bkx⌋(modb) dx
k=1∑∞ak1∫01⌊bkx⌋(modb) dx
Lemma:∫01⌊bkx⌋(modb) dx=2b−1
Proof: First substitute u=bkx and then draw a graph for u(modb) from u=0 to u=bk. You will find that it is periodic with period b and in each period, there are 1×k rectangles where k=[1,2,⋯,b−1].
Hence, the area under the graph will just be the area of these rectangles i.e. in one period the area is 1×1+1×2+1×3+⋯+1×(b−1)=2b(b−1) and there are bk−1 "oscillations". As a result our total area becomes bk−12b(b−1)=2bk(b−1). So, our integral which is just bk1 of this total area becomes 2b−1.
Now, we get
k=1∑∞ak12b−1
=2(a−1)b−1
This is original.
Log in to reply
There can be more generalizations to this as well. For example, considering a,b to have non-integer values or changing the limits of the problem and so on. Take these up as challenges now!
Check out @Aditya Kumar !
Can u provide the solution?? I couldn't get any.
Log in to reply
It's one of my favorites. I will surely post solutions for all the unanswered challenges as soon as the contest ends.
Log in to reply
Ok. I'll give it a try again.
Do we assume a and b to be positive integers?
Log in to reply
Oh yeah I forgot to mention that. I apologize for that.
Log in to reply
In fab(x), is a≤b? If no, how can we interpret 3 in base 2?
Log in to reply