Explore x^y=y^x Function: Graphs, MatLab & Oddities

  • Context: MATLAB 
  • Thread starter Thread starter cronxeh
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the function defined by the equation x^y = y^x, exploring its graphical representations and peculiarities using software tools like MatLab and Maple. Participants share their experiences with plotting this function and express curiosity about the results obtained.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested

Main Points Raised

  • One participant shares graphs of the function x^y = y^x created in MatLab, expressing confusion about unexpected results.
  • Another participant provides a plot generated using Maple, indicating that the function also produces unusual outputs in that software.
  • A request for confirmation of the plots is made, highlighting a need for validation of the graphical results.
  • One participant suggests that the issues with plotting may stem from attempting to visualize the function in regions where it is not well-defined.

Areas of Agreement / Disagreement

The discussion includes multiple competing views regarding the behavior of the function and the validity of the plots generated. There is no consensus on the interpretation of the results or the reasons behind the oddities observed.

Contextual Notes

Participants note limitations related to the regions chosen for plotting, suggesting that the function may not be defined in those areas, but do not resolve the implications of this observation.

cronxeh
Gold Member
Messages
1,006
Reaction score
11
I'd like to resurrect the discussion of this interesting function.

Here are a few captivating pictures:

First is a graph of x^y=y^x :
http://www.imag.us/x/cronx/untitledxy.JPG


Second one was achieved in MatLab 6.5:
http://www.imag.us/x/cronx/xyplot2.JPG
EDU>> ezplot('x^y-y^x',[-150,-148])
I rotated the picture 90 degrees

Now this one seemed a bit odd to me.. any thoughts?


Edit:

Ok I'm freaking out here.. is my MatLab out of whack??
Plot of x^y=-y^x :
http://www.imag.us/x/cronx/wtfplot.JPG
 
Last edited by a moderator:
Physics news on Phys.org
Maple 10.02 gives funny stuff too:

https://my.ryerson.ca/bbcswebdav/users/m4yip/gt4/xy.gif

Here's the code I used:

Code:
restart:
with(plots):
a := implicitplot((x^y=y^x), x=-200..200, y=-200..200);
display({a});
 
Last edited by a moderator:
Can I get a confirmation of this plot? I don't have that many applications that can do multivar plots
 
I would say that your problem is almost entirely due to the fact that you're trying to plot in a region where x^y and y^x are defined almost nowhere.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
6
Views
2K