AI math handbook calculator - Fractional Calculus Computer Algebra System software DrHuang.com | list | math | function | coding | graphics | example | help | ? | 中文
+ + + =

Complex Branches of Inverse function

Inverse function is multi-value, and has branches. While it is easy to find descriptions of the branch cuts of inverse trigonometric functions, it is less simple to find information on their multiple complex branches and visualizations thereof. This presentation is intended to remedy that situation.

For completeness the branches of all of these functions will be visualized individually. Here are links to each function:

asin acos atan
acot asec acsc
asinh acosh atanh
acoth asech acsch
pow log W

W is inverse of exp(x)*x

The presentation is split into two pages to facilitate initial rendering.

The exponential exp(x) is an entire function, meaning it has no finite singularities. Its linear combinations in the circular and hyperbolic trigonometric functions likewise have no finite singularities and can be visualized, like the exponential, with a single complex branch. The inverse functions differ because they can be expressed in terms of the logarithm, the inverse of the exponential, which has an infinite number of complex branches. The inverse trigonometric functions inherit this behavior from the logarithm.

  • log(x)

    The complex logarithm log(x) acquires an extra phase of 2πi in moving from branch to branch. Its value on an arbitrary branch can be expressed as

    logz =log(r eiφ) =logr+iφ +2πni

    where n is a signed integer labeling the branch. All of the inverse trigonometric functions can be written as expressions quadratic in the exponential function. After solving for this and taking an inverse, the behavior of the logarithm identified here can be applied to them directly, taking into account any multiplicative factors that arise.

  • comparison of Inverse circular and hyperbolic functions

    Inverse circular and hyperbolic functions are related in pairwise fashion by rotation and interchange of real and imaginary parts, except for cosines and secants. This can be seen by depicting their principal branches side-by-side for comparison, with hyperbolic functions on the right:

  • tanh(x)

    Consider first the hyperbolic tangent in terms of the exponential. Solving for this gives

    tanhw=ew -ew ew +ew =z (1-z) e2w -1-z =0 ew =1+z 1-z w=tanh1z =12 ln(1+z 1-z)

    Applying the behavior of the logarithm, the inverse hyperbolic tangent on an arbitrary branch is

    tanh1z =12 ln(1+z 1-z) +πni

    The individual branches look like this:

    The real part of this function retains the same numerical value between branches, while the imaginary part moves up and down in value. Visualize the imaginary part of several branches simultaneously:

    This graphic illustrates a feature of the logarithm that will apply to all of the functions considered here: its coloration by argument quickly becomes monochromatic on branches with an index of higher absolute value.

    The gaps between adjacent branches here and in subsequent visualizations of multiple branches represent the removal of artifacts arising from the parametric representations employed. They could be removed using the healing method of this presentation, but will be left as is for simplicity of rendering. The analytic functions naturally continue across all such gaps.

  • tan(x)

    The circular tangent differs from the hyperbolic tangent in having imaginary units in the exponential, plus an extra factor from the sine. Solving for the exponential gives

    tanw=1i eiw -eiw eiw +eiw =z (1-iz) e2iw -1-iz =0 eiw =1+iz 1-iz w=tan1z =12i ln(1+iz 1-iz)

    Applying the behavior of the logarithm, the inverse circular tangent on an arbitrary branch is

    tan1z =12i ln(1+iz 1-iz) +πn

    The individual branches look like this:

    The imaginary part of this function retains the same numerical value between branches, while the real part moves up and down in value. Visualize the real part of several branches simultaneously:

  • coth(x)

    The hyperbolic cotangent differs from the tangent merely in the sign of the exponential. Solving for this gives

    cothw=ew +ew ew -ew =z (1-z) e2w +1+z =0 ew =z+1 z-1 w=coth1z =12 ln(z+1 z-1)

    Applying the behavior of the logarithm, the inverse hyperbolic cotangent on an arbitrary branch is

    coth1z =12 ln(z+1 z-1) +πni

    The individual branches look like this:

    The real part of this function retains the same numerical value between branches, while the imaginary part moves up and down in value. Visualize the imaginary part of several branches simultaneously:

  • cot(x)

    The circular cotangent differs from the hyperbolic cotangent in having imaginary units in the exponential, plus an extra factor from the sine. Solving for the exponential gives

    cotw=i eiw +eiw eiw -eiw =z (i-z) e2iw +i+z =0 eiw =z+i z-i w=cot1z =12i ln(z+i z-i)

    Applying the behavior of the logarithm, the inverse circular cotangent on an arbitrary branch is

    cot1z =12i ln(z+i z-i) +πn

    The individual branches look like this:

    The imaginary part of this function retains the same numerical value between branches, while the real part moves up and down in value. Visualize the real part of several branches simultaneously:

  • sinh(x)

    Now consider the hyperbolic sine in terms of the exponential. Solving for this gives

    sinhw=ew -ew 2 =z e2w -2zew -1 =0 ew =z ±z2+1 w=sinh1z =ln(z ±z2+1 )

    The sign from the square root is a new twist that will apply here and in subsequent functions. This branching behavior exists in addition to that of the logarithm and must be included for a full picture of the complex structure. This will be made clear in the visualizations.

    Applying the behavior of the logarithm, the inverse hyperbolic sine on an arbitrary branch is

    sinh1z =ln(z ±z2+1 ) +2πni

    The individual branches look like this:

    One half of each branch comes from using the plus sign on the square root, the other half from the minus sign. The lines where clearly discordant colors meet are where transitions to higher or lower branches occur.

    The real part of this function retains the same numerical value between branches, while the imaginary part moves up and down in value. Visualize the imaginary part of several branches simultaneously:

  • sin(x)

    The circular sine differs from the hyperbolic sine in having imaginary units in the exponential, plus an extra factor. Solving for the exponential gives

    sinw=eiw -eiw 2i =z e2iw -2izeiw -1 =0 eiw =iz ±1-z2 w=sin1z =1iln(iz ±1-z2 )

    Applying the behavior of the logarithm, the inverse circular sine on an arbitrary branch is

    sin1z =1iln(iz ±1-z2 ) +2πn

    The individual branches look like this:

    The imaginary part of this function retains the same numerical value between branches, while the real part moves up and down in value. Visualize the real part of several branches simultaneously:

    The presentation continues here.

    Complex

    1. complex - complex function - complex math
    2. complex animate(z) for phase animation, the independent variable must be z.
    3. complex plot(z) for phase and/or modulus, the independent variable must be z.
    4. complex2D(x) for complex 2 curves of real and imag parts, the independent variable must be x.
    5. complex3D(x) for 3 dimensional graph, the independent variable must be x.
    6. color WebXR surface of complex function on complex plane
    7. Riemann surface - Complex Branches - complex coloring

    References

    1. math handbook content 2 chapter 10 complex function
    2. math handbook content 3 chapter 10 complex function
    3. math handbook content 4 chapter 10 complex function
    4. Complex analysis
    
    Home | list | wiki | about | donate | index | forum | help | chat | translated from Chinese | 中文