2

$1^x = i$

I can't solve it through logs, because $\log 1 = 0$. Does this mean $x$ is undefined?

Gerry Myerson
  • 179,216

2 Answers2

2

As already mentioned in the comments, your problem is not well-posed. Since $i^4 = 1$, you would like to say that $1^{1/4} = i$, but this is not entirely true. In the complex domain, the root function, such as $\sqrt[4]{\cdot}$ is not a well-defined function, because it in general has 4 different values for a single input. It is what is called a multivalued function, or some variant of this.

Rick
  • 2,017
  • $(\log 1) * x = \log i$. $0 * x = \log i$. $x = \frac{\log i}{0}$Anything divided by zero is always undefined, but as you proved one possible value is 1/4. Isn't this the equivalent of giving a value to an undefined equation? Or is this simply saying something divided by zero is a multivalued function rather than undefined? –  May 19 '12 at 13:23
  • 1
  • The statement $(\log 1) x = \log i$ is incorrect, again for the same reason: the logarithm function $\log$ is not a well-defined function, because for a single input it outputs (infinitely) many different values. 2) The statement "Anything divided by zero is always undefined" is incorrect; it is correct to say that "dividing by zero is an undefined operation," i.e. "dividing by zero is forbidden -- such an operation does simply not exist!"
  • – Rick May 19 '12 at 13:46
  • In short, even (erroneously) assuming that the equation $1^x = i$ is well-posed, it cannot be solved using logarithms. – Rick May 19 '12 at 13:47
  • 3
    Although, of course, assuming something false can imply anything you wish... so, on a philosophical level, assuming $1^x = i$ is well-posed, it can be solved using logarithms. As well as bunnies. – Rick May 19 '12 at 13:49