How can $1 + 2^{1/x} = 0$ be solved?

110 Views Asked by At

I'm trying to solve an equation:

$ 1 + 2^\frac{1}{x} = 0 $

My first thought was to solve this by with the help of logarithms $\log_2 -1 = \frac{1}{x}$, but when I wrote it down, I saw a meaningless gibberish.

Then I tried to solve this, by representing -1 as a power of 2: $-\frac{2^1}{2^1}$

$ 1 + 2^\frac{1}{x} = 0 \\ 2^\frac{1}{x} = -\frac{2^1}{2^1} \\ 2^{\frac{1}{x} + 1} = -2^1 $

But this is where I stuck and have no idea how to proceed. As far as I understand, powers are equal only if the bases are equal, but this is not the case here and there seems to be no way to get rid of this -1.

Wolfram Mathematica says, that there is no solutions in the Reals domain, but this doesn't eliminate the necessity to solve the equation.

Could anyone, please, at least suggest in which way should I proceed?

2

There are 2 best solutions below

0
On BEST ANSWER

since $1>0$ and $2^{1/x}>0$ we get no solutions

0
On

It is a famous identity that $e^{\pi i }= -1$. Now $2^{1/x}= e^{(\ln 2)/x} $.

So you want $\frac{\ln 2}{x} = \pi i$, and thus $x = -\frac{i\ln 2}{\pi}$ is a solution.

Other solutions are $-\frac{i\ln 2}{(2k+1)\pi}$ for integral $k$, and these are all (complex) solutions.

There are no real solutions, as $2^t$ for real $t$ is always positive.