Can Complex Analysis Solve x^{sin(y)}=y^{cos(x)}?

  • Context: Graduate 
  • Thread starter Thread starter saltydog
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the equation x^{sin(y)}=y^{cos(x)}, exploring potential solutions in both real and complex domains. Participants share various approaches, including graphical methods and numerical checks, while considering the implications of negative values and irrational numbers.

Discussion Character

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

Main Points Raised

  • One participant describes a brute-force method to find solutions in the first quadrant, noting the complexity introduced by negative values and irrational numbers.
  • Another participant suggests a specific solution at (6, 2.60325) based on a plot of two functions.
  • Several participants express interest in finding real solutions, with one proposing complex solutions involving imaginary components.
  • A participant questions the validity of a proposed complex solution, citing difficulties in proving equivalence through numerical methods.
  • Another participant suggests a transformation of the original equation into logarithmic form to facilitate analysis.
  • One participant introduces a graphical method for searching complex solutions, detailing how to map coordinates in the complex plane and identifying intersection points as potential solutions.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the existence or form of solutions, with multiple competing views on how to approach the problem, particularly regarding the distinction between real and complex solutions.

Contextual Notes

Limitations include the computational intensity of searching for solutions in the complex plane and the potential for overflow in numerical software. The discussion also highlights the challenges of proving proposed solutions and the need for further exploration of relationships in complex analysis.

saltydog
Science Advisor
Homework Helper
Messages
1,590
Reaction score
3
Don't wish to double-post, but last week or so, someone asked a question I've worked on and I was unable to find the thread:

Solve:

[tex]x^{Sin(y)}=y^{Cos(x)}[/tex]

I've attached a plot of the solution for the first quadrant. Surprising isn't it? The only way I could do this is to brute-force check each point in the plane and choose it if close enough (<0.01) to make the expression zero. I can see no other way to do this.

Also, it becomes interesting when negative values are considered since the trig expressions return almost all irrational numbers and a negative number raised to an irrational number is not Real. Right?

There is a nice explanation for the form of the plot below. Note how the behavior changes as one moves up the y-axis: from curve to eye-shaped, to x-shaped, to inequality-shaped. Anyway, if you guys wish, I'll delete this post and link my comments to the original one if you tell me where it is.
 

Attachments

  • x^Sin(y)=y^Cos(x).JPG
    x^Sin(y)=y^Cos(x).JPG
    18.4 KB · Views: 653
Last edited:
Physics news on Phys.org
umm x = y = pi/4

am i missing something?

-- AI
 
TenaliRaman said:
umm x = y = pi/4

am i missing something?

-- AI

Hello Tenali,

I've attached a plot showing:

[tex]y(x)=6^{Sin(x)}[/tex]

and:

[tex]y(x)=x^{Cos(6)}[/tex]

Where they meet is one solution, that is, (6,2.60325) approx.
The plot above for the first quadrant is a check of 5 million points. Each black pixel is a solution.
 

Attachments

  • x=6.JPG
    x=6.JPG
    5.9 KB · Views: 560
TenaliRaman said:
am i missing something?
-- AI

Well i did miss something, i missed what you were trying to say :biggrin:
As i look at that first quadrant diagram, it reminds me of the electric field line diagrams i used to see in my physics textbook. You think there is something spooky going on here? Would like to know what u are thinking in that case.

-- AI
 
I'm assuming you want a real solution?

I mean this works:

[tex]x = -\frac{47}{10} + \frac{181}{10}i \quad \text{and} \quad y = \frac{91}{10} + \frac{122}{5}i[/tex]
 
Zurtex said:
I'm assuming you want a real solution?

I mean this works:

[tex]x = -\frac{47}{10} + \frac{181}{10}i \quad \text{and} \quad y = \frac{91}{10} + \frac{122}{5}i[/tex]

Thanks Zurtex.

I think I might like to know what are all the loci of points in the complex plane satisfying the equation. You know, that's an interesting problem in itself: what are all the complex solutions?

As far as the appearance of the Real solution set in the first quadrant, that's easily explained by considering how the curves:

[tex]y(x)=a^{Sin(x)}[/tex]

[tex]y(x)=x^{Cos(a)}[/tex]

interact with each other as "a" is varied. Consider when a=6 and look at the 1st quadrant solution set at x=6 and draw a vertical line there. You'll note it crosses a black point only once, that one is shown by the two curves above. As "a" is varied, the second equation above changes and intersects the other curve more often giving rise to multiple solutions. It is precisely this behavior that gives rise to the appearance of the first quadrant plot.
 
Zurtex said:
I'm assuming you want a real solution?

I mean this works:

[tex]x = -\frac{47}{10} + \frac{181}{10}i \quad \text{and} \quad y = \frac{91}{10} + \frac{122}{5}i[/tex]

Ok Zurtex, it's not happening for me. When I attempt to prove that your solution works, I get really large numbers which overflow Mathematica.

Could you please show how this solution satisfies the equation or at least provide a clue to doing such?

Also, just how do you solve the equation for complex numbers? I'll spend time on it but it may take a while.
 
Haha, I have to admit I can't actually prove it. But type this into mathematica:

FindInstance[x^Sin[y] == y^Cos[x], {x, y}]

:-p

Oh, you can expand that function to say get 20 solutions:

FindInstance[x^Sin[y] == y^Cos[x], {x, y}, 20]
 
Last edited:
Zurtex said:
I'm assuming you want a real solution?

I mean this works:

[tex]x = -\frac{47}{10} + \frac{181}{10}i \quad \text{and} \quad y = \frac{91}{10} + \frac{122}{5}i[/tex]

Zurtex, I must question your solution. Here's why:

Using your values of x and y, I can reduce it to:

[tex]x^{Sin(y)}=e^{\alpha}[Cos(\beta)+iSin(\beta)] \quad\text{with:}\quad[/tex]

[tex]\alpha=1.43079*10^{11} \quad\text{and}\quad \beta=-1.17792*10^{11}[/tex]

and:

[tex]y^{Cos(x)}=e^{j}[Cos(p)+iSin(p)] \quad\text{with:}\quad[/tex]

[tex]j=4.30262*10^{7} \quad\text{and}\quad p=-1.20099*10^{8}[/tex]

I see no way for these expressions to be equivalent.

You know, I've tried an exhaustive search and it's too CPU-intensive since for each point in the complex plane for x, I would need to check each point in a portion of another plane for y. I'm disappointed that this may remain unresolved for complex numbers without access to a super computer to run the algorithm. Anyone here have access to a fast computer to check it?

Or if there is a better way, that too. :smile:
 
  • #10
Why not just look at this with the values of y and x given:

[tex]\sin y \ln x = \cos x \ln y[/tex]

And you're quite right, they are not equal. Guess we better write into Wolfram :eek:
 
  • #11
Zurtex said:
Why not just look at this with the values of y and x given:

[tex]\sin y \ln x = \cos x \ln y[/tex]

And you're quite right, they are not equal. Guess we better write into Wolfram :eek:

Ohhhh. Suppose that would be easier . :blushing:

As far as Wolfram, I don't think they like me since I called them "math junkies" and besides I don' t have a support contract and they don't like me bothering them. Also "FindInstance" must be a ver. 5.0 feature, and I have 4.x. Thanks though. Think I'll work some more with it anyway.
 
  • #12
I've figured out a graphical means of searching for the complex solutions for:


[tex]x^{sin(y)}=y^{Cos(x)}[/tex]

First convert the expression to:

[tex]\frac{Cos(x)}{ln(x)}\quad\text{(1)}\quad[/tex]

[tex]\frac{Sin(y)}{ln(y)}\quad\text{(2)}\quad[/tex]

Now, consider how equation (1) maps coordinates in the complex plane of the form (5+bi) as b ranges from -2.2 to 2.2. This mapping is shown in the first plot.

Now consider how equation (2) maps coordinates in the complex plane of the form (1+bi) as b goes from -2.2 to 2.2. This the the second plot.

Superimposing the two plots show that the curves intersect. Two solutions are at the intersections. In this case, they are (approx):


[tex]x=5+1.992i\quad\text{ and }\quad y=1-0.494i[/tex]

[tex]x=5-1.992i\quad\text{ and }\quad y=1+0.494i[/tex]

Substituting these expressions into the original equation, yields in the first case:

[tex]5.43055-0.594184i\approx 5.43153-0.596194i[/tex]

And the second:

[tex]5.43055+0.594184i\approx5.43153+0.596194i[/tex]

One could conceivably then search the entire plane in this way to obtain the solution set. However, since I'm not very good in Complex Analysis, I would bet a dollar there is some relation somewhere that would make this an easier task.
 

Attachments

  • xvalue.JPG
    xvalue.JPG
    4.3 KB · Views: 480
  • yvalue.JPG
    yvalue.JPG
    5 KB · Views: 551
  • combined.JPG
    combined.JPG
    5.7 KB · Views: 572
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 16 ·
Replies
16
Views
3K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K