Let's generalise a bit, with parameters say $a, b \in (0, \infty)\setminus \{1\}$ subject to $a^2 \neq b$ and let's try to solve the equation:
$$a^{\log_{b}x+\frac{1}{2}}+a^{\log_{b}x-\frac{1}{2}}=\sqrt{x}$$
Notice that the left-hand side can be rewritten as
$$a^{\log_{b}x}(\sqrt{a}+\frac{1}{\sqrt{a}})=b^{\log_{b}a\cdot \log_{b}x}(\sqrt{a}+\frac{1}{\sqrt{a}})=x^{\log_{b}a}(\sqrt{a}+\frac{1}{\sqrt{a}})$$
As you are dealing exclusively with strictly positive reals, your given equation is equivalent to its square, so to speak:
$$\frac{(a+1)^2}{a}x^{2\log_{b}a}=x$$
which leads to
$$x^{2\log_{b}a-1}=\frac{a}{(a+1)^2}$$
Since the right-hand side is never $1$ (you can try to see why), this is why we initially imposed the relation of inequality between $a$ and $b$; it is satisfied in the particular case of your equation.
We finally have the solution:
$$x=\left(\frac{a}{(a+1)^2}\right)^{\frac{1}{2\log_{b}a-1}}$$