Leo Authersh
Does a circular function with complex variable represent a three-dimensional graph?
For example cosiz
For example cosiz
Well, no. It represents a 90° rotation of the coordinate system.Leo Authersh said:I have read that 'i' represent the rotation of a sphere.
I have absolutely no idea of what this means.Leo Authersh said:And I have understood that similar to a two dimensional function which forms a quadratic equation, the rotation of sphere along its three dimensional axis will form a cubic equation whose roots contain complex numbers.
As I demonstrated above, the hyperbolic and circular functions are just a 90° rotation away from each other. You can combine them in different fashions, for example (assuming z=x+iy): \vert \cos(z) \vert ^{2}=\sinh(y)^{2}+\cos(x)^{2}=\cosh(y)^{2}-\sin(x)^{2}=\frac{1}{2}(\cosh(2y)+\cos(2x))Leo Authersh said:And my question is that does a hyperbolic function that contains complex variable represent a 3-dimensional geometry in the same way a circular function represent a 2-dimensional geometry?
Can you clarify me around which axis the coordinate system is rotated 90°? Is the rotation happening alongside a different dimension than the xyz dimension?Svein said:Well, no. It represents a 90° rotation of the coordinate system.
I have absolutely no idea of what this means.
As I demonstrated above, the hyperbolic and circular functions are just a 90° rotation away from each other. You can combine them in different fashions, for example (assuming z=x+iy): \vert \cos(z) \vert ^{2}=\sinh(y)^{2}+\cos(x)^{2}=\cosh(y)^{2}-\sin(x)^{2}=\frac{1}{2}(\cosh(2y)+\cos(2x))
Forget the "xyz dimension". The complex plane is a plane, with the real axis corresponding to the "x-axis" and the imaginary axis corresponding to the "y-axis". As you know, it is no problem to rotate the real "xy-plane" 90° without messing around with any third axis. You can describe it as x→y; y→-x or use a rotation matrix: <br /> \begin{pmatrix}<br /> 0 & 1 \\<br /> -1 & 0 \\<br /> \end{pmatrix}<br />.Leo Authersh said:Can you clarify me around which axis the coordinate system is rotated 90°? Is the rotation happening alongside a different dimension than the xyz dimension?