f(x)=f(x-1)+g(x) -----------(i)
g(x)=f(x-1)+g(x/2)-----------(ii)
sub (ii) in (i) we get equation in terms of f(x)
f(x)=f(x-1)+f(x-1)+g(x/2)
=2f(x-1)+g(x/2).
g(x) is growing exponentially (approx)
g(1)=1,g(2)=3,g(3)=6,g(4)=14,g(5)=28,g(6)=56,118,216....its growth is approx exponentially.
f(x)=2*f(x-1)+$2^{n/2}$
=2[2f(x-2)+$2^{(n-1)/2}$]+$2^{n/2}$
=$2^{2}$f(x-2)+$2^{1/2}*2^{n/2}$+$2^{n/2}$
=..
.
=$2^{k}f(n-k)+2^{n/2}[2^{0/2}+2^{1/2}+2^{2/2}+.....2^{(k-1)/2}.]$
take n-k=1 and k=n-1 sub in the above equation.
=$2^{n-1}.1+2^{n/2}[0+2^{1/2}+2^{2/2}+....2^{n/2}]$ (Approx)
=$2^{n-1}+2^{n}*1.3$
=$2^{n}*[1.8]$
Hence Growth of f(x) should be exponential