Find the natural number a for which
k = 1 ∑ n f ( a + k ) = 1 6 ( 2 n − 1 )
where the function f satisfies the relation f ( x + y ) = f ( x ) × f ( y ) for all natural numbers x , y and further f ( 1 ) = 2 . If f ( a ) a 2 = n m , where m and n are coprime positive integers, enter your answer as m + n .
This question belongs to the set Functions are awesome
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.
It appears that f ( n ) = 2 n for the first few n . Let us prove that the claim is true for all n ≥ 1 .
Proof: For n = 1 , f ( 1 ) = 2 1 = 2 as given, therefore, the claim is true for n = 1 . Now, assuming the claim is true for n , then f ( n + 1 ) = f ( 1 ) f ( n ) = 2 × 2 n = 2 n + 1 , therefore, the claim is also true for n + 1 hence it is true for all n ≥ 1 .
Now, we have k = 1 ∑ n f ( a + k ) = k = 1 ∑ n f ( a ) f ( k ) = f ( a ) k = 1 ∑ n f ( k ) = 2 a k = 1 ∑ n 2 k = 2 a + 1 ( 2 − 1 2 n − 1 ) = 2 a + 1 ( 2 n − 1 ) .
Therefore, 2 a + 1 = 1 6 = 2 4 ⟹ a + 1 = 4 ⟹ a = 3 .
Problem Loading...
Note Loading...
Set Loading...
We know f ( x + y ) = f ( x ) × f ( y ) and f ( 1 ) = 2
⇒ f ( x ) = f ( 1 + 1 + 1 . . . x t i m e s )
⇒ f ( x ) = [ f ( 1 ) ] x
⇒ f ( x ) = 2 x , since f ( 1 ) = 2 .
Therefore f ( a + k ) = 2 a × 2 k
⇒ ∑ k = 1 n f ( a + k ) = 2 a × 2 1 + 2 a × 2 2 + 2 a × 2 3 . . . . . . . 2 a × 2 n
⇒ ∑ k = 1 n f ( a + k ) = 1 − 2 2 a [ 2 ( 1 − 2 n ) ] using the formula of G.P.
⇒ ∑ k = 1 n f ( a + k ) = − 1 [ 2 a + 1 − 2 n + a + 1 ) ] , which is equal to 1 6 ( 2 n − 1 ) , according to the question.
Therefore − 1 [ 2 a + 1 − 2 n + a + 1 ) ] = 1 6 ( 2 n − 1 )
Simplyfying we get 2 a + 1 = 1 6
which gives a = 3 .
f ( a ) a 2 = 2 3 3 2 = 8 9
So, the answer is 9 + 8 = 1 7