1
$\begingroup$

I have the equation $10^x=2i$ (I'm doing this because I wanted to take the log of $2i$) I was trying to solve it by hand first, but I was running into errors, so I wanted to make sure when I square both sides of the equation, I wasn't doing anything wrong.

First I entered $10^x=2i$, I got

$$x = \frac {4 i π n + i π + 2 \log2}{2 \log2 + \log5},\ \ \ n\in\mathbb Z $$ (log is the natural logarithm in the solution above)

When I did $(10^x)^2=(2i)^2$, it said that is was equivalent to $10^{2x} = -4$ which was to be expected. However, it gave me the following output: $$x = \frac {2i π n + i π + 2 \log2}{2 \log2 + \log5},\ \ \ n\in\mathbb Z $$

Is this a glitch in wolfram alpha? If so, why does this happen? It should give equivalent answers if I did the same thing to both sides of the equations. If this isn't a glitch, please explain why it isn't a glitch, as I don't understand why this wouldn't be one.

  • 2
    This is not wolframalpha's fault. Your manipulation of the complex numbers is the problem2017-01-10
  • 3
    You (potentially) introduce additional roots whenever you square an equation. For example, $x=-1$ does not have the same set of roots as $x^2=1\,$.2017-01-10
  • 1
    Even more drastic: $x = 0 \implies \sin x = 0$, but the latter has infinitely many more solutions than the former!2017-01-10
  • 0
    "It should give equivalent answers if I did the same thing to both sides of the equation". No, as the simple example by dxiv shows.2017-10-29

2 Answers 2

3

It is not WolframAlpha's fault. To analyze the problem, let us look at a far simpler problem:

$$e^x=-1$$

We all know the solution to this should be given by $x=(2n+1)\pi i$ for $n\in\mathbb Z$. But upon squaring both sides,

$$e^{2x}=(-1)^2=1$$

The solution to $e^{2x}=1$ is different, as it includes, say, $x=0$, which the original did not.

This is why you want to be careful when manipulating complex numbers :-)

  • 3
    I personally think it's less of a *complex numbers* issue, than it is an *understanding the subtleties of applying a non-invertible function to both sides of an equation to-be-solved* issue. But the "be careful" point still stands :)2017-01-10
  • 0
    Ok, but I have no idea what or why the solution is given as $x=(2n+1)πi$, I'm just a high school math student in pre-calc that likes doing math for fun sometimes.2017-01-10
  • 1
    @mdlp0716 Haha, keep going, and I'm glad you enjoy mathematics so much. All I really have to say is the point of this answer is that in the original equation, $x=0$ is clearly wrong, right? But in the second, $x=0$ is perfectly fine. That is, when you square both sides, extra stuff creeps in.2017-01-10
1

Here is now you would solve your original proposition.

$10^x = e^{x\ln 10}\\ z = x \ln 10 = a+ib\\ e^z = 2i\\ e^{a+ib} = (e^a)(\cos b + i \sin b)\\ e^{a+ib} = 2i\\ e^{a+ib} = 2(\cos (\frac \pi2 + 2n\pi)+i\sin(\frac \pi2 + 2n\pi)\\ a+ib = \ln 2+i(\frac \pi2 + 2n\pi)=x \ln 10\\ x =\frac {\ln 2+i(\frac \pi2 + 2n\pi)}{\ln 10} $

Why does $10^x = 2i$ have a different solution set from $(10^x)^2 = (2i)^2?$

Because when you square both sides, every solution to $10^x = -2i$ is aslo solution of $(10^x)^2 = (2i)^2$ in addition to the solution that you are looking for.