We're given that f(x+y)=f(x)⋅f(y) where x,y are positive integers, and f(1)=2.
This type of equation is called a multiplicative functional equation. It means that when we add inputs, we multiply outputs.
Starting with f(1)=2:
f(2)=f(1+1)=f(1)⋅f(1)=2×2=4
f(3)=f(2+1)=f(2)⋅f(1)=4×2=8
f(4)=f(3+1)=f(3)⋅f(1)=8×2=16
The pattern emerges:
f(1)=2=21
f(2)=4=22
f(3)=8=23
f(4)=16=24
Therefore: f(x)=2x
We can verify: f(x+y)=2x+y=2x⋅2y=f(x)⋅f(y)
Using the given condition:
f(a+1)+f(a+2)+f(a+3)+…+f(a+n)=16(2n−1)
Substituting f(x)=2x:
2a+1+2a+2+2a+3+…+2a+n=16(2n−1)
The left side is a geometric series. Factoring out 2a+1:
2a+1(1+2+22+…+2n−1)=16(2n−1)
The expression in parentheses is a geometric series with first term = 1, common ratio = 2, and number of terms = n.
The sum of this geometric series is: 2−12n−1=2n−1
2a+1⋅(2n−1)=16(2n−1)
Since (2n−1)=0, we can divide both sides by (2n−1):
2a+1=16
2a+1=24
Therefore: a+1=4
a=3