answered 12 years ago
sage: solve(exp(x)+exp(1/2*x)==2,x,to_poly_solve=True) [x == 2*I*pi + 4*I*pi*z36 + 2*log(2), x == 4*I*pi*z38]
For z38=0, x=0
(Wolframalpha gives the same solution)