Curious about imaginary solution

  • Context: Undergrad 
  • Thread starter Thread starter atqamar
  • Start date Start date
  • Tags Tags
    Curious Imaginary
Click For Summary

Discussion Overview

The discussion revolves around the potential for imaginary solutions to equations involving the exponential function, particularly in cases where the values are not in the range of the function. Participants explore the implications of extending functions into the complex plane and the conditions under which such extensions might yield solutions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants note that the equation f(x) = e^x has no solutions for f(x) ≤ 0 and question whether imaginary solutions exist for values outside the exponential function's range.
  • One participant suggests that e^{y} = -1 leads to y = iπ as a solution, indicating a potential for imaginary solutions.
  • Another participant asserts that e^x = 0 has no solutions in the complex plane, reinforcing the idea that certain equations may not yield solutions even when extended to complex numbers.
  • A participant discusses the assumption that e^{iπ} = -1 holds, leading to the conclusion that e^{iπ + 1} = -e, while also mentioning the multivalued nature of the functions involved.
  • There is a mention of logarithmic properties allowing for the analytical extension of negative values, with a specific example provided for x = ln(-e).
  • Some participants express skepticism about counting "complex infinity" as a solution, with one arguing that it is not recognized in mathematics, contrasting its acceptance in physics.
  • A participant raises a broader question about whether all functions have imaginary solutions for values outside their range, using the absolute value function as an example.
  • Another participant clarifies that extending the range of a real function typically requires analytic continuation, which may not always be possible, particularly for certain functions like the absolute value function.
  • There is a discussion on the possibility of defining a new function in the complex plane that agrees with the original function on the real line, and how this can affect the range of the function.

Areas of Agreement / Disagreement

Participants express differing views on the existence of imaginary solutions for various functions and the implications of extending functions into the complex plane. There is no consensus on whether all functions can be extended to yield imaginary solutions for values outside their range, and the discussion remains unresolved regarding the treatment of "complex infinity."

Contextual Notes

Limitations include the dependence on specific assumptions about functions and their ranges, as well as the unresolved nature of certain mathematical properties related to analytic continuation.

atqamar
Messages
55
Reaction score
0
It's clear that [tex]f(x)=e^x[/tex] has no solution for [tex]f(x)\le0[/tex]. So can there be imaginary solutions for values not in the range of the exponential function? Just as an example, can this have imaginary solutions, and how would one go about solving it: [tex]e^x=-e[/tex]?
 
Physics news on Phys.org
atqamar said:
It's clear that [tex]f(x)=e^x[/tex] has no solution for [tex]f(x)\le0[/tex]. So can there be imaginary solutions for values not in the range of the exponential function?

do yon mean something like [tex]e^{y} = -1[/tex]
and so
[tex]y = i \pi[/tex] is a solution ?
 
The equation [tex]e^x = 0[/tex] still have no soltuons in the complex plane even.
 
Well, if you just assume [itex]e^{i\pi} = -1[/itex] holds**, then you simply have [itex]e^{i\pi + 1} = -e[/itex]. Since [itex]e^{x} = n[/itex] is defined in [itex]\mathbb{R}^2[/itex] for any [itex]n > 0[/itex], you can come up with any [itex]z[/itex] such that [itex]e^{i\pi + z} = - n[/itex] for any positive [itex]n[/itex].** Of course, you don't have to assume anything. :biggrin: The proofs for the formula [itex]e^{i\pi} + 1 = 0[/itex], using Euler's Formula, [itex]e^{ix} = \cos(x) + i\sin(x)[/itex], are online somewhere.
 
Last edited:
However for a negative, non-zero value, the logarithm can be analytically extended. Assuming the primary branch, [tex]e^{i\pi}=-1[/tex] as mjsd hints, so using some log properties, [tex]\ln (-b) = \ln b + {i\pi}[/tex].

So for your example, [tex]x= \ln (-e) = \ln e + \ln (-1) = i\pi +1[/tex]. Note this is all only in the primary branch cut, the functions in discussion here are multivalued in the complex plane.

EDIT: Didn't see Battousii's post, his one seems better explained than mine so ignore this =]
 
Last edited:
Kummer said:
The equation [tex]e^x = 0[/tex] still have no soltuons in the complex plane even.

yeah.
unless you count "complex infinity" as a possible solution. [tex]e^{-\infty}\rightarrow 0[/tex]
 
mjsd said:
yeah.
unless you count "complex infinity" as a possible solution. [tex]e^{-\infty}\rightarrow 0[/tex]
No you cannot count it. Maybe in physics it is okay, in math no such thing. In complex analysis there is no such thing. (Unless you are talking about the Riemann sphere, but that still infinity is not used in arithmetic. Additionally, infinity in complex plane is simplify one point it does not have directions like on the real line).
 
Thanks a lot guys.
I completely forgot about Euler's Identity as a prime example... it just slipped my mind.
However, the answer to this question brings up another question: do all functions have imaginary solutions for values that are not in their range? For example: [tex]f(x)=|x|[/tex] does not have negative numbers in its range. However, even imaginary numbers seem to produce positive magnitudes (since it gives the distance from the origin to a value on the real-imaginary plane).
 
In general it is not possible to extend the range of a real function, in order to do so you must find a method of analytic continuation, which is usually done by defining a function that agrees with all values of the original function for where the original is defined, and also defines values elsewhere. The absolute value function has no analytic continuation that I know of.
 
  • #10
atqamar said:
do all functions have imaginary solutions for values that are not in their range?
Don't go mixing things up here.
You have a function f(x) which has a range. For any number y in the range you can find (at least) one x such that f(x) = y.

It is often possible to extend a function to the complex plane. This means, we define a new function g(z) for z a complex number, such that g(z) = f(z) if z happens to lie on the real line. By convention, we also denote this function g(z) as f(z) and call it the analytic continuation of f. It is not necessary that an analytic continuation exists (in fact, it is quite special for a function to be analytic) and there are certain theorems that state when it is possible to find such a function. But if it exists, then you have a new function f(z) defined on a bigger set, with a new range. Of course the old range is a subset of the new range, but the new range can be larger or not. For example, whereas exp(x) only has a range of exp(x) > 0, the function exp(z) has as range the entire complex plane, except for the origin. So the range has increased considerably. On the other hand, the absolute value function has range |z| > 0, whether z is real or complex, so the range doesn't increase for the analytic continuation. Therefore, going complex will not help you in finding a solution for |z| = -1, but it will for solving exp(z) = -e.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K