The equation in question is: . It would be interesting to find a constant point in a function like exponent. Obviously there are no real solutions. But what if we consider complex numbers, are there any constant exponents?
We are looking for a complex number such as . Let , where - real part, - imaginary part. Following the expanded definition of the exponent:
Thus we get a system of two equations:
Since there are no real solutions, which also means . That means we can safely divide by and express :
Using this expression we get an equation that should help us get the value of :
Unfortunately, I wasn't able to derive a concrete root of this equation. However, let's consider these two functions:
Both are even functions. If we build their graphs we get:
( - green, - red)
As we can see there is an infinite number of intersections occurring roughly once in every interval. That means there is an infinite number of fixed complex points who are equal to their exponent which I find fascinating.
If you have any idea how to derive or found an error, feel free to comment.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Interesting investigation. Starting with your system of two equations, I used multi-variate Newton Raphson iteration to find x and y.
Here is the z value with the smallest magnitude. Of course, there are other solutions as well:
z≈0.3181±1.3372i
Python code is attached:
@Nick Kent Would you like to post this as a problem?