⎩ ⎨ ⎧ f ( 1 ) = 1 f ( 2 n ) = n f ( n )
Let f : N → N be a function satisfying the above properties. Find f ( 2 1 0 0 ) .
Notation : N denotes the set of natural numbers .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice one ....+1
From the first few f ( 2 k ) , where k is non-negative integer, we notice that f ( 2 k ) = 2 2 k ( k − 1 ) . Let us prove that the claim f ( 2 k ) = 2 2 k ( k − 1 ) is true for all k .
For k = 0 , f ( 2 0 ) = f ( 1 ) = 2 2 0 ( 0 − 1 ) = 1 , as given, therefore, the claim is true for k = 0 .
Assuming the claim is true for k , then:
f ( 2 k + 1 ) = f ( 2 ⋅ 2 k ) = 2 k f ( 2 k ) = 2 k ⋅ 2 2 k ( k − 1 ) = 2 2 k ( k + 1 ) = 2 2 ( k + 1 ) ( k + 1 − 1 )
Therefore, the claim is also true for k + 1 and hence all k .
Therefore, f ( 2 1 0 0 ) = 2 2 1 0 0 × 9 9 = 2 4 9 5 0 .
Problem Loading...
Note Loading...
Set Loading...
Use f ( 2 n ) = n f ( n ) repeatedly: f ( 2 n ) = f ( 2 ⋅ 2 n − 1 ) = = = = = 2 n − 1 f ( 2 n − 1 ) 2 n − 1 2 n − 2 f ( 2 n − 2 ) 2 n − 1 2 n − 2 2 n − 3 f ( 2 n − 3 ) ⋯ ⋯ 2 ( n − 1 ) + ( n − 2 ) + ( n − 3 ) + ⋯ + 1 1 f ( 1 ) 2 2 n ( n − 1 )
Hence , f ( 2 n ) = 2 2 n ( n − 1 ) f ( 2 1 0 0 ) = 2 2 1 0 0 ( 1 0 0 − 1 ) = 2 4 9 5 0