Plotting e^(a+ix) for Beginners

  • Thread starter Thread starter silent_hunter
  • Start date Start date
  • Tags Tags
    Graph
AI Thread Summary
To plot the complex function e^(a+ix) in Cartesian coordinates, one must recognize that both the domain and range are two-dimensional. The discussion clarifies that while the function can be visualized in a 2D plane, it may also be represented in 3D with color as a fourth dimension. Users suggest creating separate visualizations for the domain and range to better understand the function's behavior. Examples from external sources illustrate the complex exponential and logarithm, aiding in comprehension. Overall, the conversation emphasizes the challenges and methods for visualizing complex functions effectively.
silent_hunter
Messages
13
Reaction score
0
I was just wondering how can I plot e(a+ix) and ea[cos(x) + i*sin(x)] (=e(a+ix)) in cartesian coordinate. (a is constant,x is independent variable & i is imaginary number).
This is my first post,so please forgive for any mistakes :) Thanks in advance.
 
Last edited:
Mathematics news on Phys.org
Welcome to PF silent_hunter,

if a and b are constants, then e(a+ib) is just a number. Do you mean something different?
 
Edgardo said:
Welcome to PF silent_hunter,

if a and b are constants, then e(a+ib) is just a number. Do you mean something different?

Thanks for replaying ,I made a mistake. b is not constant, I'm editing my post .Sorry for my stupidity.

Actually I want to know how to plot the above complex function in cartesian coordinate.I mean in which axis do I consider domain and which one will be range?
By the way somewhere I heard that 4 dimensions are needed to plot complex functions.
 
Last edited:
The problem with complex functions such as exp(a+ib) is that their domain is two dimensional and their range can be two dimensional as well. How do you visualize a two dimensional range?

One way is to create two different pictures, one for domain and one for range:
http://www-math.mit.edu/daimp/ComplexExponential.html

In the link above you have the function exp(z) with z = a+ib.
The left picture represents the domain and the right picture the function exp(z).
 
Thanks bro, now I understand.
Edgardo said:
The problem with complex functions such as exp(a+ib) is that their domain is two dimensional and their range can be two dimensional as well. How do you visualize a two dimensional range?
I thought that it could be placed in same plane,but it seems it still can be done.
 
If we plot z=cos(x) and z= i sin(y) then it looks like as the following attachments.
 

Attachments

  • type1 .jpg
    type1 .jpg
    20.4 KB · Views: 620
  • type2.jpg
    type2.jpg
    14.6 KB · Views: 663
and if you treat i as another coordinate, then I guess the fn behaves like z= cos(x) + sin(y) (sorry if I've made any mistakes) and the graphs are as follows!
 

Attachments

  • type1.jpg
    type1.jpg
    16.1 KB · Views: 674
  • type2 .jpg
    type2 .jpg
    19.6 KB · Views: 545
  • type3 .jpg
    type3 .jpg
    16 KB · Views: 608

Similar threads

Back
Top