Imaginary unit

From Wikipedia, the free encyclopedia

Jump to: navigation, search
The powers of i return cyclic values:
\ldots (repeats the pattern from blue area)
i^{-3} = i\,
i^{-2} = -1\,
i^{-1} = -i\,
i^0 = 1\,
i^1 = i\,
i^2 = -1\,
i^3 = -i\,
i^4 = 1\,
i^5 = i\,
i^6 = -1\,
\ldots (repeats the pattern from blue area)

In mathematics, the imaginary unit allows the real number system, \mathbb{R}, to be extended to the complex number system, \mathbb{C}.  It is denoted by i or the Latin j or the Greek iota (see Alternative notations below). Its precise definition is dependent upon the particular method of extension.

The primary motivation for this extension is the fact that not every polynomial equation with real coefficients f(x) = 0 has a solution in the real number system. In particular, the equation x2 + 1 = 0 has no real solution (see Definition below). However, if complex numbers are allowed as solutions, then this equation, and indeed every non-zero degree polynomial equation f(x) = 0, has a solution (see Algebraic closure and Fundamental theorem of algebra).

The imaginary unit is often loosely referred to as the "square root of −1". However, there are in fact two square roots of −1 (just as there are two square roots of every real number), namely i and −i. Misuse of the imaginary unit may lead to difficulties.

For a history of the imaginary unit, see Complex number: History.

Contents

[edit] Definition

The imaginary number i is defined solely by the property that its square is −1:

i^2 =  -1. \

Or, equivalently:

i^2 + 1 = 0. \

If i is defined in this way and it is assumed that it can be manipulated as if it were an unknown ("imagined") variable, then it follows from straightforward algebra that the second solution to the above quadratic equations is −i.

Although the construction is called "imaginary," and although the concept of an imaginary number may be intuitively more difficult to grasp than that of a real number, the construction is perfectly valid from a mathematical standpoint. Real number operations can be extended to imaginary and complex numbers by treating i as an unknown quantity while manipulating an expression, and then using the definition to replace any occurrence of i2 with −1. Higher integral powers of i can also be replaced with −i, 1, i, or −1:

i^3 = i^2 i = (-1) i = -i \,
i^4 = i^3 i = (-i) i = -(i^2) = -(-1) = 1 \,
i^5 = i^4 i = (1) i = i. \,

[edit] i and −i

Being a quadratic polynomial with no multiple root, the defining equation x2 + 1 = 0 has two distinct solutions, which are equally valid and which happen to be additive and multiplicative inverses of each other. More precisely, once a solution i of the equation has been fixed, the value −i (which, one can prove algebraically, is not equal to i) is also a solution. Since the equation is the only definition of i, it appears that the definition is ambiguous (more precisely, not well-defined). However, no ambiguity results as long as one of the solutions is chosen and fixed as the "positive i". This is because, although −i and i are not quantitatively equivalent (they are negatives of each other), there is no qualitative difference between i and −i. Both imaginary numbers have equal claim to being the number whose square is −1. If all mathematical textbooks and published literature referring to imaginary or complex numbers were rewritten with −i replacing every occurrence of +i (and therefore every occurrence of −i replaced by −(−i) = +i), all facts and theorems would continue to be equivalently valid. The distinction between the two roots x of x2 + 1 = 0 with one of them as "positive" is purely a notational relic; neither root can be said to be more primary or fundamental than the other.

The issue can be a subtle one. The most precise explanation is to say that although the complex field, defined as R[X]/ (X2 + 1), (see complex number) is unique up to isomorphism, it is not unique up to a unique isomorphism — there are exactly 2 field automorphisms of R[X]/ (X2 + 1), the identity and the automorphism sending X to −X. (These are not the only field automorphisms of C, but are the only field automorphisms of C which keep each real number fixed.) See complex number, complex conjugation, field automorphism, and Galois group.

A similar issue arises if the complex numbers are interpreted as 2 × 2 real matrices (see complex number), because then both

X = \begin{pmatrix}
  0 &     -1  \\
  1 & \;\; 0  
  \end{pmatrix}

and

X = \begin{pmatrix}
   0 &      1  \\
  -1 & \;\; 0  
  \end{pmatrix}

are solutions to the matrix equation

 X^2 = -I. \

In this case, the ambiguity results from the geometric choice of which "direction" around the unit circle is "positive" rotation. A more precise explanation is to say that the automorphism group of the special orthogonal group SO (2, R) has exactly 2 elements — the identity and the automorphism which exchanges "CW" (clockwise) and "CCW" (counter-clockwise) rotations. See orthogonal group.

All these ambiguities can be solved by adopting a more rigorous definition of complex number, and explicitly choosing one of the solutions to the equation to be the imaginary unit. For example, the ordered pair (0, 1), in the usual construction of the complex numbers with two-dimensional vectors.

[edit] Proper use

The imaginary unit is sometimes written \sqrt{-1} in advanced mathematics contexts (as well as in less advanced popular texts). However, great care needs to be taken when manipulating formulas involving radicals. The notation is reserved either for the principal square root function, which is only defined for real x ≥ 0, or for the principal branch of the complex square root function. Attempting to apply the calculation rules of the principal (real) square root function to manipulate the principal branch of the complex square root function will produce false results:

-1 = i \cdot i = \sqrt{-1} \cdot \sqrt{-1} = \sqrt{(-1) \cdot (-1)} = \sqrt{1} = 1    (incorrect).

Attempting to correct the calculation by specifying both the positive and negative roots only produces ambiguous results:

-1 = i \cdot i = \pm \sqrt{-1} \cdot \pm \sqrt{-1} = \pm \sqrt{(-1) \cdot (-1)} = \pm \sqrt{1} = \pm 1   (ambiguous).

The calculation rule

\sqrt{a} \cdot \sqrt{b} = \sqrt{a \cdot b}

is only valid for real, non-negative values of a and b.

These problems are avoided by writing and manipulating i\sqrt{7}, rather than expressions like \sqrt{-7}. For a more thorough discussion, see Square root and Branch point.

[edit] Properties

[edit] Square root

One might assume that a further set of imaginary numbers needs to be invented to account for the square root of i. However this is not necessary as it can be expressed as either of two complex numbers:[1]

 \pm \sqrt{i} = \pm \frac{\sqrt{2}}2 (1 + i).

Indeed, squaring the right-hand side gives

 
\begin{align}
\left( \pm \frac{\sqrt{2}}2 (1 + i) \right)^2 \  & =  \left( \pm \frac{\sqrt{2}}2 \right)^2 (1 + i)^2 \  \\
    & = \frac{1}{2} (1 + 2i + i^2) \\
    & = \frac{1}{2} (1 + 2i - 1) \ \\
    & = i. \ \\
\end{align}

The result can be derived with Euler's formula

e^{ix} = \cos(x) + i\sin(x) \,

by substituting x = π/2, giving

e^{i(\pi/2)} = \cos(\pi/2) + i\sin(\pi/2) = i\,\! .

Taking the square root of both sides gives

 \pm \sqrt{i} = e^{i(\pi/4)} \,\! ,

which, through application of Euler's formula to x = π/4, gives

 
\begin{align}
 \pm \sqrt{i} & = \cos(\pi/4) + i\sin(\pi/4) \\
    & = \frac{1}{\pm \sqrt{2}} + \frac{i}{\pm \sqrt{2}}\\
    & = \frac{1+i}{\pm \sqrt{2}}\\
    & = \pm \frac{\sqrt{2}}2 (1 + i).\\
\end{align}

[edit] Multiplication and division

Multiplying a complex number by i gives:

i\,(a + bi) = ai + bi^2 = -b + ai.

Dividing by i implies the reciprocal of i:

\frac{1}{i} = \frac{1}{i} \cdot \frac{i}{i} = \frac{i}{i^2} = \frac{i}{-1} = -i.

Using this identity to generalize division by i to all complex numbers gives:

\frac{a + bi}{i} = -i\,(a + bi) = -ai - bi^2 = b - ai.

[edit] Powers

The powers of i repeat in a cycle expressible with the following pattern, where n is any integer:

i^{4n} = 1\,
i^{4n+1} = i\,
i^{4n+2} = -1\,
i^{4n+3} = -i.\,

This leads to the conclusion that

i^n = i^{n \bmod 4}\,

where mod 4 represents arithmetic modulo 4.

[edit] Factorial

The factorial of the imaginary unit i is most often given in terms of the gamma function evaluated at 1+i:

i! = \Gamma(1+i) \approx 0.4980 - 0.1549i.

[edit] Other operations

Many mathematical operations that can be carried out with real numbers can also be carried out with i, such as exponentiation, roots, logarithms, and trigonometric functions.

A number raised to the ni power is:

 \!\ x^{ni} = \cos(\ln(x^n)) + i \sin(\ln(x^n)).

The nith root of a number is:

 \!\ \sqrt[ni]{x} = \cos(\ln(\sqrt[n]{x})) - i \sin(\ln(\sqrt[n]{x})).

The imaginary-base logarithm of a number is:

 \log_i(x) = {{2 \ln(x)} \over i\pi}.

As with any complex logarithm, the log base i is not uniquely defined.

The cosine of i is a real number:

 \cos(i) = \cosh(1) = {{e + 1/e} \over 2} = {{e^2 + 1} \over 2e} = 1.54308064.

And the sine of i is imaginary:

 \sin(i) = \sinh(1) \, i = {{e - 1/e} \over 2} \, i = {{e^2 - 1} \over 2e} \, i = 1.17520119 \, i.

[edit] Euler's formula

Euler's formula is

e^{ix} = \cos(x) + i\sin(x), \,

where x is a real number. The formula can also be analytically extended for complex x.

Substituting x = π yields

e^{i\pi} = \cos(\pi) + i\sin(\pi) = -1 + i0 \,

and one arrives at Euler's identity:

e^{i\pi} + 1 = 0. \,

Euler's identity is noted for its elegance, in that it relates five of the most significant mathematical quantities under three of the most basic operations.

[edit] Example

Substitution of x = π/2 − 2πN, where N is an arbitrary integer, produces

e^{i(\pi/2 - 2N\pi)} = i.\,

Or, raising each side to the power i,

e^{i i(\pi/2 - 2N\pi)} = i^i \,

or

e^{-(\pi/2 - 2N\pi)} = i^i \,,

which shows that ii has an infinite number of elements in the form of

i^i = e^{-\pi/2 + 2\pi N}\,

where N is any integer. This value is real, but it is not uniquely determined, since the complex logarithm is a multivalued function.

Taking N = 0 provides the principal value

i^i = e^{-\pi/2} = 0.207879576....\,

[edit] Alternative notations

  • In electrical engineering and related fields, the imaginary unit is often denoted by j to avoid confusion with electrical current as a function of time, traditionally denoted by i(t) or just i. The Python programming language also uses j to denote the imaginary unit. MATLAB associates both i and j with the imaginary unit.
  • Some sources define j = −i, in particular with regard to travelling waves (e.g. a right travelling plane wave in the x direction e^{ i (kx - \omega t)} = e^{ j (\omega t-kx)} \,).
  • Some texts use the Greek letter iota ( ι ) for the imaginary unit, to avoid confusion. See Biquaternion.

[edit] See also

[edit] Notes

[edit] References

  • Paul J. Nahin, An Imaginary Tale, The Story of √-1, Princeton University Press, 1998

[edit] External links