Solution:
Since the terms are in AP:
So , 2*log(2x - 1) = log2 + log(2x + 3)
or, log(2x - 1)2 = log(2(2x + 3)) [because log(m.n) = (logm+logn)]
Now, Let 2x = t
Putting 't' in place of 2^x:
So , (t-1)2 = 2(t+3)
or, t2 + 1 - 2t = 2t + 6
or, t2 - 4t - 5 = 0
or, t^2 - 5t + t - 5 = 0
or, t(t - 5) +1(t - 5) = 0
or, (t -5)(t + 1) = 0
Either:
or, (t - 5) = 0
or, t = 5
Or,
or, (t+1) = 0
or, t = -1
But -1 is negative so 2x cannot be -1 for any value of x.
So 2x = 5 ,
x = log25 (Answer)