1 Background and notation

Euler's formula is a bridge between two major ideas in mathematics: exponentiation and periodic motion. To understand it, one must first know the basic objects involved, especially the imaginary unit, the exponential function, and the way trigonometric functions are extended into the complex plane. These ingredients together make it possible to write rotations and oscillations in a compact algebraic form.

1.1 The imaginary unit

The imaginary unit is denoted by i and is defined by the relation i^2 = -1. It is not a real number, but it allows mathematicians to enlarge the number system to the complex numbers, which have the form a + bi, where a and b are real. In this setting, i behaves like a new algebraic direction orthogonal to the real line in a geometric sense, though that interpretation is only metaphorical.

Complex numbers are useful because they preserve many familiar rules of arithmetic while enabling solutions to equations that have no real roots. They also provide a natural language for describing rotations, waves, and phase.

1.2 The exponential function

The exponential function e^x is one of the most important functions in mathematics. For real x, it is characterized by rapid growth, the rule e^(x+y) = e^x e^y, and the fact that its derivative equals itself. The constant e is approximately 2.71828 and arises in many contexts involving continuous change.

When the exponent becomes complex, the exponential function extends beyond simple growth. In the complex setting, it can represent both scaling and rotation at the same time. This is the key to Euler's formula.

1.3 Trigonometric functions in the complex plane

Sine and cosine originally arise from geometry on the plane and from the study of right triangles and circles. In complex analysis, these functions are defined more broadly, often through power series, which allows them to accept complex inputs. Their periodic nature makes them especially suitable for describing repeating behavior.

On the unit circle, cosine corresponds to the horizontal coordinate and sine to the vertical coordinate. This geometric picture remains central when these functions are combined with complex exponentials.

2 Statement of Euler's formula

Euler's formula gives an exact relationship between the complex exponential function and the trigonometric functions. It is one of the most celebrated identities in mathematics because it unifies objects that at first seem unrelated.

2.1 Standard form

For any real number x, Euler's formula states that

e^(ix) = cos(x) + i sin(x).

Here i is the imaginary unit. The formula shows that the complex exponential of a purely imaginary number lies on the unit circle in the complex plane.

2.2 Equivalent forms

Euler's formula can be rearranged in several useful ways. By separating real and imaginary parts, one obtains expressions for cosine and sine in terms of complex exponentials, and vice versa. These equivalent forms are widely used in computation and theoretical analysis.

2.2.1 Using negative angles

Replacing x with -x gives

e^(-ix) = cos(x) - i sin(x).

From this, one may solve for the trigonometric functions:

  • cos(x) = [e^(ix) + e^(-ix)] / 2
  • sin(x) = [e^(ix) - e^(-ix)] / (2i)

These identities are often used in Fourier methods and in algebraic manipulations involving oscillations.

2.2.2 Polar representation

A nonzero complex number z can be written in polar form as z = r(cos θ + i sin θ), where r is its magnitude and θ is its argument. By Euler's formula, this becomes

z = r e^(iθ).

This representation is compact and highly effective for multiplication, division, and the analysis of complex phases.

2.3 Special cases

Certain values of x produce especially notable identities. These special cases illustrate the elegance of the formula and its ties to classical constants.

2.3.1 Euler's identity

Setting x = π gives

e^(iπ) = -1,

and therefore

e^(iπ) + 1 = 0.

This is known as Euler's identity. It connects e, i, π, 1, and 0 in a single equation and is often admired for its brevity and symbolic richness.

3 Mathematical foundations

Euler's formula can be justified in several ways. The most common derivations come from power series, differential equations, and geometric reasoning. Each approach highlights a different aspect of the same underlying relationship.

3.1 Derivation from power series

One of the clearest proofs uses the power series expansions of the exponential, sine, and cosine functions. Because these series converge for all complex numbers, they provide a rigorous path to the identity.

3.1.1 Series for e^x

The exponential function has the series expansion

e^x = 1 + x + x^2/2! + x^3/3! + x^4/4! + ...

This series defines the exponential for real and complex inputs alike. It is especially useful because it behaves well under substitution of complex numbers.

3.1.1.1 Extension to complex arguments

Substituting ix for x yields

e^(ix) = 1 + ix + (ix)^2/2! + (ix)^3/3! + ...

Since powers of i repeat in a cycle, the real and imaginary terms separate naturally. The even powers form the cosine series, while the odd powers form the sine series.

3.1.2 Series for sine and cosine

The trigonometric functions have power series

cos(x) = 1 - x^2/2! + x^4/4! - ... sin(x) = x - x^3/3! + x^5/5! - ...

Combining these expansions shows that the real part of e^(ix) is cos(x) and the imaginary part is sin(x). This gives a direct proof of Euler's formula.

3.2 Derivation from differential equations

Another approach compares the differential equations satisfied by the functions involved. The exponential function y = e^(ix) satisfies y' = i y with initial value y(0) = 1. Meanwhile, the function cos(x) + i sin(x) satisfies the same differential equation and the same initial condition.

Because such an initial value problem has a unique solution, the two expressions must be equal. This method emphasizes the role of Euler's formula in describing continuous rotation.

3.3 Derivation from geometry

Geometrically, multiplication by e^(ix) corresponds to a rotation by angle x on the unit circle. Starting at the point 1 on the real axis, a rotation through angle x lands at the point cos(x) + i sin(x). Since the exponential traces this motion continuously, the formula follows.

This viewpoint is intuitive and often used in applied settings, where phases and rotations are more natural than series expansions.

4 Interpretations

Euler's formula is more than an algebraic identity. It has several interpretations that explain why it appears so often across mathematics and science.

4.1 Complex numbers as rotations

In the complex plane, multiplication by a complex number of unit magnitude rotates a vector without changing its length. The number e^(ix) has magnitude 1, so it represents a pure rotation through angle x. This makes complex multiplication a convenient tool for modeling planar motion.

4.2 Relation to the unit circle

The expression cos(x) + i sin(x) is the standard parameterization of the unit circle. As x varies, the point moves counterclockwise around the circle once every 2π units. Euler's formula identifies this geometric motion with a complex exponential.

4.3 Connection between exponentials and oscillations

Real exponentials describe growth and decay, while sine and cosine describe oscillation. Euler's formula shows that oscillation can be viewed as the imaginary part of an exponential with an imaginary exponent. This connection simplifies many calculations involving periodic phenomena.

5 Applications in applied mathematics

Euler's formula is widely used because it turns trigonometric problems into algebraic ones. It helps simplify computations, solve equations, and represent physical systems in compact notation.

5.1 Signal processing

Signals are often decomposed into sums of sinusoids, and complex exponentials provide a convenient alternative basis. Euler's formula allows sine and cosine waves to be expressed as combinations of exponentials, which is useful in both theory and computation.

5.1.1 Fourier analysis

Fourier analysis represents functions as sums or integrals of oscillatory components. Complex exponentials form the standard building blocks in this framework because they are easier to manipulate than separate sine and cosine terms. This is especially valuable for studying frequency content.

5.1.2 Sinusoidal decomposition

A complicated signal can often be decomposed into simpler waves of different amplitudes, frequencies, and phases. Euler's formula makes it straightforward to express each wave in exponential form, which often simplifies filtering, reconstruction, and spectral analysis.

5.2 Electrical engineering

In alternating current systems, voltages and currents vary sinusoidally. Complex exponentials provide an efficient way to represent these time-varying quantities and to calculate their interactions.

5.2.1 Alternating current analysis

Engineers frequently model AC signals using expressions such as e^(iωt), where ω is angular frequency and t is time. This notation captures amplitude and phase in one compact form. It is especially helpful when analyzing circuits in steady state.

5.2.2 Impedance and phase

Complex numbers are used to describe impedance, which generalizes resistance to circuits containing capacitors and inductors. Euler's formula helps express phase differences between voltage and current, allowing circuit behavior to be handled algebraically rather than through differential equations alone.

5.3 Differential equations and modeling

Many linear differential equations with constant coefficients have solutions built from exponentials. When the characteristic roots are complex, Euler's formula turns these solutions into sines and cosines.

5.3.1 Harmonic motion

Simple harmonic motion, such as the oscillation of a spring, is naturally described by sine and cosine functions. Writing the solution in exponential form makes differentiation and combination of motions more manageable. This approach is standard in classical mechanics.

5.3.2 Wave equations

Wave equations in physics and engineering often admit solutions involving complex exponentials. These solutions represent traveling waves, and Euler's formula converts them into real oscillatory functions when needed. The method is central in acoustics, optics, and vibration analysis.

5.4 Control theory and systems analysis

In control theory, complex exponentials are used to study stability, frequency response, and resonance. Euler's formula helps convert oscillatory inputs into algebraic expressions, which makes it easier to analyze system behavior. It is also useful in Nyquist and Bode-style frequency methods.

Euler's formula has important generalizations. It appears in matrix theory, complex logarithms, and broader identities involving famous constants.

6.1 Euler's formula for matrices

For a matrix A, one may define the matrix exponential e^A through a power series. If A represents a rotation generator, then the resulting matrix exponential describes rotation in a higher-dimensional setting. In two dimensions, this idea is closely related to the familiar planar rotation matrix.

6.2 Complex logarithms and branches

The complex logarithm is multivalued, unlike the real logarithm. Because of periodicity, the equation e^z = w can have infinitely many solutions differing by multiples of 2πi. Euler's formula is closely tied to this phenomenon, since angles on the unit circle repeat after one full turn.

6.3 Euler's identity and famous constant relationships

Euler's identity is often presented as a striking relationship among the constants e, i, π, 1, and 0. More broadly, Euler's formula underlies many identities that connect exponential, trigonometric, and logarithmic functions. Its influence extends through complex analysis and mathematical physics.

7 Historical background

Euler's formula emerged during a period when mathematicians were developing a deeper understanding of exponentials, trigonometry, and complex numbers. Its history reflects the gradual unification of these subjects.

7.1 Leonhard Euler's work

Leonhard Euler was one of the most prolific mathematicians in history, and his work shaped much of modern analysis. He systematically studied exponential functions, trigonometric series, and complex quantities. The formula associated with his name appears in his writings on infinite series and related topics.

7.2 Development in complex analysis

As complex numbers became more firmly accepted, Euler's formula took on a central role in the new field of complex analysis. Mathematicians recognized that it provided a natural link between geometry and analytic functions. It became a standard identity in textbooks and research alike.

7.3 Influence on modern mathematics

Today, Euler's formula is regarded as a foundational result. It is used in pure mathematics, engineering, physics, and computer science. Its enduring value lies in its ability to simplify computation while revealing deep structural connections between seemingly different areas.