Functions of a Complex Variable: Basic Concepts
Motivation: Why extend ℝ to ℂ? → The Complex Plane → Differentiability and Cauchy–Riemann Conditions → Holomorphic Functions → Harmonic Functions → Elementary Functions → Numerical Example → Practical Application → Connection with Other Branches of Mathematics → Historical Note and Development of the Idea
Formulas
In many problems of real analysis—computing integrals such as ∫₋∞^∞ dx/(1+x²), solving differential equations, potential theory—the answer is surprisingly simple, but obtaining it “directly” is hard. It turns out that all these problems are transparently solved if we extend the real number line t...
A complex number z = x + iy is identified with the point (x, y) of the plane ℝ². Here x = Re z is the real part, y = Im z is the imaginary part, i is the imaginary unit (i² = −1).
Modulus: |z| = √(x² + y²) is the distance from the origin. Argument: arg z = arctg(y/x) is the angle with the positive semi-axis (defined up to 2πk). Conjugate number: z̄ = x − iy. Important: z·z̄ = |z|².
A function f: ℂ → ℂ is a mapping from the plane to itself: f(z) = u(x,y) + iv(x,y), where u and v are real-valued functions of two real variables. For example, f(z) = z² = (x+iy)² = x²−y² + 2ixy, so u = x²−y², v = 2xy.