soandos
- 166
- 0
and for negative irrational?
The discussion centers on solving the equation x = y^y for y, highlighting the use of Lambert's W function and numerical methods such as Newton's method and the secant method. Participants clarify that while Lambert's W provides a closed form, numerical approximations may be necessary, especially for negative values of x. The conversation also addresses the continuity of functions involved and the limitations of various iterative methods when dealing with negative inputs. Ultimately, the consensus is that while exact solutions are complex, numerical methods can yield practical results.
PREREQUISITESMathematicians, computer scientists, and engineers interested in numerical methods for solving equations, particularly those involving exponentiation and complex numbers.
soandos said:I think (based on a a mathematica Table[If[Re[x^x]==x^x,x,0],{x,-200,-.01,.01}]
but am not sure that the only time that it will be continuous is if the number is an integer.
Can someone find a counter-example or prove this?
i think that all of them are true, and about the iverson bracket, which i think can be strengthened by saying that it is equal to 1 exactly at the integers.1. LaTeX Code: \\Re(x^x)-x^x is continuous exactly at the integers
2. LaTeX Code: [\\Re(x^x)=x^x] is continuous exactly at the integers, where [] is the Iverson Bracket
3. LaTeX Code: \\Re(x^x)=x^x iff LaTeX Code: x\\in\\mathbb{Z}
4. LaTeX Code: \\Re(x^x)=x^x implies LaTeX Code: x\\in\\mathbb{Z}
CRGreathouse said:I really don't know what you mean. *What* will be continuous when *what* is an integer?
1. \Re(x^x)-x^x is continuous exactly at the integers
2. [\Re(x^x)=x^x] is continuous exactly at the integers, where [] is the Iverson Bracket
3. \Re(x^x)=x^x iff x\in\mathbb{Z}
4. \Re(x^x)=x^x implies x\in\mathbb{Z}
soandos said:i think that all of them are true, and about the iverson bracket, which i think can be strengthened by saying that it is equal to 1 exactly at the integers.
soandos said:how could that be? is there any other way that one can take a non-odd root and end up with a number of the same sign if the domain is restricted to negative numbers?
soandos said:can't prove it, just going off mathematica here, in fact is there a possibility that it is wrong?
soandos said:I plotted the same thing that you did, and it only intersected the x-axis in one place, but
ln(abs(x)^x) gives the intersections with the x-axis at -1,1 and with point symmetry at the origin. i am not sure, but i think that the original (with out the log) did not have this symmetry (just by looking at the graphs). how is that possible?
soandos said:Is it possible to solve x = y^y for y?
