Is it possible to solve this without guessing the function?

  • Thread starter Thread starter Drao92
  • Start date Start date
  • Tags Tags
    Function
Drao92
Messages
70
Reaction score
0
We know f(f(x))=2^x-1;
We must calculate f(1)+f(0)
Its posible to solve this without guessing the function? If i derivate i get to f(0)=f(0) or f(1)=f(1).
 
Physics news on Phys.org


Drao92 said:
We know f(f(x))=2^x-1;
We must calculate f(1)+f(0)
Its possible to solve this without guessing the function? If i derivate i get to f(0)=f(0) or f(1)=f(1).
What does derivate mean?

Yes, it's possible to solve without knowing what f(x) is.

Hint: Consider f(f(f(x))) to show that ##f(2^x-1) = 2^{f(x)}-1##.
 
Isnt f(2x-1)=2f(f(x))-1? And in this case it becamse very easy.
The hint leads me to f(0)=f(0)f(0)-1 , so f(0)=0 or 1.
Same result for f(1).
I guess the function is injective so the sum is 1?
Actually i solved the function but with diferential equation and obviously i don't know the constant :D.
Is this correct?
f(f(f(x)))=2^(f(f(x)))-1
f(f(f(x)))=f(2^x-1)=2^(f(f(x)))-1=f(2^x-1)=2^(2^x-1)-1
x=0=>f(2^0-1)=2^(2^0-1) -1<=>f(0)=0;
x=1=>f(2^1-1)=2^(2^1-1)-1<=>f(1)=1;
f(1)+f(0)=1;
 
Last edited:
How'd you get that?
 
No, sorry you are right. I messed up the argument of the function :D
Thanks, i understood .
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top