Domain colouring plots of complex functions

Basic settings for the plotter

Hue

Colour-Wheel-hue

The hue is selected according to the angle.

Lightness

Colour-Wheel-lightness lightness

The brightness is determined according to the following diagram.

In the interval [0,0.5) applies val = a1 * k + b1

In the interval [0.5,1) applies val = a2 * k + b2

It is: min ≤ val ≤ max

Saturation

Colour-Wheel-saturation saturation

The saturation is determined according to the following diagram.

In the interval [0,0.5) applies sat = a1 * k + b1

In the interval [0.5,1) applies sat = a2 * k + b2

It is: min ≤ sat ≤ max

Selecting a color scheme:

Angle offset: φ0=

Set width and height of the plot:

Width in px=
Height in px=

Setting the saturation gradient:

a1=
b1=
a2=
b2=
min=
max=

Setting the brightness gradient:

a1=
b1=
a2=
b2=
min=
max=

Representation of complex functions

Linear complex function

f(z) = z = x+iy

withzC

Axes ranges

x-min=
x-max=
y-min=
y-max=
Linear-complex-Functionn

Real part of f(z):

Re(f(z)) = x

Imaginary part of f(z):

Im(f(z)) = y

Amount of f(z):

|f(z)| = x2+y2

Argument φ of f(z):

φ(f(z)) = atanxy

Square complex function

f(z) = z2

withzC

Axes ranges

x-min=
x-max=
y-min=
y-max=
quadratic-Komplexe-Funktion

Real part of f(z):

Re(f(z)) = x2-y2

Imaginary part of f(z):

Im(f(z)) = 2xy

Amount of f(z):

|f(z)| = x2+y2

Argument φ of f(z):

φ(f(z)) = atan2xyx2-y2

Fractional rational complex function

f(z) = 1z-a

withzCanda=α+iβ

Axes ranges

x-min=
x-max=
y-min=
y-max=

Parameter

α=
β=
rational-Function

Real part of f(z):

Re(f(z)) = x-α(x-α)2-(y-β)2

Imaginary part of f(z):

Im(f(z)) = -(y-β)(x-α)2-(y-β)2

Amount of f(z):

|f(z)| = 1(x-α)2-(y-β)2

Argument φ of f(z):

φ(f(z)) = atany-βα-x

Fractional linear function

f(z) = z+az+b

withzCanda=α+iβ;b=γ+iδ

Axes ranges

x-min=
x-max=
y-min=
y-max=

Parameter

α=
β=
γ=
δ=
fraction-linear-complex-Function

Real part of f(z):

Re(f(z)) = (x+α)(x+γ)+(y+β)(y+δ)(x+γ)2+(y+δ)2

Imaginary part of f(z):

Im(f(z)) = (y+β)(x+γ)-(y+δ)(x+α)(x+γ)2+(y+δ)2

f(z) = 1z-a + 1z-b

withzCanda=α+iβ;b=γ+iδ

Axes ranges

x-min=
x-max=
y-min=
y-max=

Parameter

α=
β=
γ=
δ=
fraction-rational-complex-Function

The function f is a composition of the previous f=f1+f2 and so the real and imaginary parts result from the addition of the individual functions f1 and f2.

Real part of f(z):

Re(f1+f2) = Re(f1)+Re(f2)

Imaginary part of f(z):

Im(f1+f2) = Im(f1)+Im(f2)

Complex e-function

f(z) = ez

withzC

Axes ranges

x-min=
x-max=
y-min=
y-max=
Complex-e-Function

Real part of f(z):

Re(f(z)) = excosy

Imaginary part of f(z):

Im(f(z)) = exsiny

Amount of f(z):

|f(z)| = ex

Argument φ of f(z):

φ(f(z)) = y+2nπ

exp(z) / (z-a)

f(z) = ezz-a

withzCanda=α+iβ

Axes ranges

x-min=
x-max=
y-min=
y-max=

Parameter

α=
β=
e-Function-rational

The function f is a product of two functions f=f1 * f2 and then the real and imaginary result follows:

Real part of f(z):

Re(f1*f2) = Re(f1)Re(f2)-Im(f1)Im(f2)

Imaginary part of f(z):

Im(f1*f2) = Re(f1)Im(f2)+Re(f2)Im(f1)

exp(z)/(z-a) + (z+b)/(z+c)

f(z) = ezz-a + z+bz+c

withzCanda=α+iβ;b=γ+iδ;c=ε+iζ

Axes ranges

x-min=
x-max=
y-min=
y-max=

Parameter

α=
β=
γ=
δ=
ε=
ζ=
e-Function-rational-1

The function f is a product of two functions f=f1 * f2 and then the real and imaginary result follows:

Real part of f(z):

Re(f1*f2) = Re(f1)Re(f2)-Im(f1)Im(f2)

Imaginary part of f(z):

Im(f1*f2) = Re(f1)Im(f2)+Re(f2)Im(f1)

The function f is also the sum of two functions f=f1+f2 and so the real- and imaginary part results from addition of f1 and f2.

Real part of f(z):

Re(f1+f2) = Re(f1)+Re(f2)

Imaginary part of f(z):

Im(f1+f2) = Im(f1)+Im(f2)

Complex sine function

f(z) = sinz

withzC

Axes ranges

x-min=
x-max=
y-min=
y-max=
Complex-sin-Function

Real part of f(z):

Re(f(z)) = sinxcoshy

Imaginary part of f(z):

Im(f(z)) = cosxsinhy

Amount of f(z):

|f(z)| = sin2x+sinh2y

Argument φ of f(z):

φ(f(z)) = atan(cotxtanhy)

x2 + i y2

f(z) = x2+iy2

Axes ranges

x-min=
x-max=
y-min=
y-max=
play

Real part of f(z):

Re(f(z)) = x2

Imaginary part of f(z):

Im(f(z)) = y2

Amount of f(z):

|f(z)| = x2+y2

Argument φ of f(z):

φ(f(z)) = atany2x2

General

The function theory investigates functions of complex variable functions so complex numbers whose values ​​range are also complex numbers. The complex numbers are an extension of the real numbers in the two-dimensional space. Many computational rules of real numbers can be applied to complex numbers. Was justified, the theory of complex functions mainly by Augustin-Louis Cauchy, Bernhard Riemann, and Karl Weierstrass.

Domain Colouring

The color wheel method is a method to graphically represent complex functions. Complex functions represent the two-dimensional complex plane in turn, the real and imaginary values. The color circle method used amount r = |f(z)| and angle φ the complex function value f(z) aroand the display color of the function value set. According to r and φ the function value is selected the color from the color wheel. The amount defines the saturation and modulo is mapped to intervals . The first interval is 0 .. 1 then follow the intervals ( 1 .. e] , (e. .. e 2 ] , (e 2 ... e 3 ], etc. the color is defined by the angle and in 6 color zones starting with split blue from 0° to 60° and ending with green from 300° to 360°. the method is designed to that the function values ​​are close together are also displayed similar color. mapping the sums on intervals of the power of e corresponds to a logarithmic representation.

Colour Wheel

A compilation of a color wheel can be put together from different points depending on which state of affairs is to be visualized. The basis for the color circle the perception of similar colors. Leaving subjects with normal color pattern according to the sensation on similarity sort, which hues are usually brought in the same order. Beginning and end of the series are aroand so similar that the series can be closed to form a circle.

color-wheel

Gauss Plane

The complex numbers are two-dimensional and can be used as vectors in the Gaussian plane of numbers represent. On the horizontal axis (Re) of the real part and on the vertical axis is applied (Im) of the imaginary part of the complex number. Vectors may also be similar to either the complex number in Cartesian coordinates (x, y) or polar coordinates (r, φ) can be expressed. In the color circle method polar coordinates are used and the color wheel is placed on the manner interval Gaussian-number plane.

Gaussian-plane

More Calculators

The online calculator calculates the solutions of quadratic equations with solution steps.

Complex Numbers Complex numbers graphically Addition complex numbers Multiplication complex numbers Division complex numbers Power complex numbers Complex functions Editor to display complex functions Quadratic equation calculation rules Normal form to vertex form Parabola Plotter