Is it possible to solve this without guessing the function?

  • Thread starter Thread starter Drao92
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
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: