Find the absolute value of the complex number calculator

Starting from the 16th-century, mathematicians faced the special numbers' necessity, also known nowadays as complex numbers. A complex number is a number of the form a+bi, where a,b — real numbers, and i — imaginary unit is a solution of the equation: i2=-1.

It's interesting to trace the evolution of the mathematician opinions on complex number problems. Here are some quotes from ancient works on this topic:

  • 16th century : So progresses arithmetic subtlety the end of which... is as refined as it is useless. 1
  • 17th century : This miracle of analysis, this marvel of the world of ideas, an almost amphibian object between Being and Non-being that we call the imaginary number. 2
  • 18th century : Square roots from the negative numbers are not equal zero, they are not less than zero, they are not great than zero. The negative number square roots cannot belong to the real numbers, so they are unreal numbers. This circumstance make use to think of the numbers, which are inherently impossible and are usually called imaginary, because they are only in the mind can be imagined. 3
  • 19th century No one questions the exactness of the results which we obtain by the Calculus of imaginary quantities, although they are but algebraic forms, and the hieroglyphics of unreal quantities. 4

It is used in several ways in complex number defining. We'll show three of them

Algebraic form

,
where a and b - real numbers, i - imaginary unit, so that i2=-1. a - corresponds to real part, b - imaginary part.

Polar form

,
where r - absolute value of complex number:

is a distance between point 0 and complex point on the complex plane, and φ is an angle between positive real axis and the complex vector (argument).

Exponential form (Euler's form)

is a simplified version of the polar form derived from Euler's formula.

Complex number

Calculation precision

Digits after the decimal point: 2

Argument principal value (rad)

Argument principal value (degrees)

Complex plane

The file is very large. Browser slowdown may occur during loading and creation.

Complex number argument is a multivalued function , for integer k. Principal value of the argument is a single value in the open period (-π..π].
Principal value can be calculated from algebraic form using the formula below:

This algorithm is implemented in javascript Math.atan2 function.

All elementary arithmetic operations are defined for complex number:

Complex number elementary operations

Calculation precision

Digits after the decimal point: 2

The file is very large. Browser slowdown may occur during loading and creation.

Complex number addition

One complex number can be added to another in the same way as polynomials:

Complex number multiplication

Using complex number definition i*i=-1, we can easily explain complex number multiplication formula:

Complex number division

To derive complex number division formula we multiply both numerator and denominator by the complex number conjugate (to eliminate imaginary unit in denominator):

Conjugate is defined as:

So the final division formula is:

Complex number exponentiation

Using Euler's form it is simple:

This formula is derived from De Moivre's formula:

n-th degree root

From De Moivre's formula, n nth roots of z (the power of 1/n) are given by:
,
there are n roots, where k = 0..n-1 - a root integer index. The roots can be displayed on the complex plane as regular polygon vertexes.

What is the absolute value of the complex number − 4 − √ 2i?

Summary: The absolute value of the complex number -4 - √2i is √18.

Why is the absolute value of a complex number?

The absolute value of a complex number , a+bi (also called the modulus ) is defined as the distance between the origin (0,0) and the point (a,b) in the complex plane.

Toplist

Latest post

TAGs