Variable Compleja

Conceptos Básicos

Los números complejos se construyen como una extensión de los números reales a partir de pares ordenados, dotados de operaciones de suma y producto que preservan la aritmética real y permiten extraer raíces de números negativos.

Definición y operaciones

Definición 1 — Número complejo

Un número complejo es un par ordenado z=(x,y)z = (x, y) con x,yRx, y \in \mathbb{R}.

El conjunto de todos los números complejos se denota C=R2\mathbb{C} = \mathbb{R}^2.

Definición 2 — Parte real e imaginaria

Sea z=(x,y)Cz = (x, y) \in \mathbb{C}. Se define:

  • Parte real: Re(z)=x\operatorname{Re}(z) = x
  • Parte imaginaria: Im(z)=y\operatorname{Im}(z) = y
Definición 3 — Suma y producto de números complejos

Sean z1=(x1,y1)z_1 = (x_1, y_1) y z2=(x2,y2)z_2 = (x_2, y_2) números complejos. Se definen:

Suma: (x1,y1)+(x2,y2)=(x1+x2, y1+y2)(x_1, y_1) + (x_2, y_2) = (x_1 + x_2,\ y_1 + y_2)

Producto: (x1,y1)(x2,y2)=(x1x2y1y2, x1y2+x2y1)(x_1, y_1) \cdot (x_2, y_2) = (x_1 x_2 - y_1 y_2,\ x_1 y_2 + x_2 y_1)

Forma algebráica

Los números reales se identifican con los complejos de la forma (x,0)(x, 0), y se introduce la unidad imaginaria:

Definición 4 — Unidad imaginaria

Se define i=(0,1)i = (0, 1). De la regla del producto:

i2=(0,1)(0,1)=(0011, 01+01)=(1,0)i^2 = (0,1)\cdot(0,1) = (0\cdot 0 - 1\cdot 1,\ 0\cdot 1 + 0\cdot 1) = (-1, 0)

Es decir, i2=1i^2 = -1, o equivalentemente i=1i = \sqrt{-1}.

Proposición 5 — Potencias de ii

Las potencias de ii son periódicas con período 4. Para todo kZk \in \mathbb{Z}:

ik={1si k0(mod4)isi k1(mod4)1si k2(mod4)isi k3(mod4)i^k = \begin{cases} 1 & \text{si } k \equiv 0 \pmod{4} \\ i & \text{si } k \equiv 1 \pmod{4} \\ -1 & \text{si } k \equiv 2 \pmod{4} \\ -i & \text{si } k \equiv 3 \pmod{4} \end{cases}

Con estas identificaciones, todo número complejo se escribe como:

Proposición 6 — Forma binómica

Todo z=(x,y)Cz = (x, y) \in \mathbb{C} se puede escribir en forma binómica:

z=x+iyz = x + iy

donde x=Re(z)x = \operatorname{Re}(z) e y=Im(z)y = \operatorname{Im}(z).

Proposición 7 — Fórmula binomial

Sean z1=x1+iy1z_1 = x_1 + iy_1 y z2=x2+iy2z_2 = x_2 + iy_2. El producto en forma binómica es:

z1z2=(x1x2y1y2)+i(x1y2+x2y1)z_1 \cdot z_2 = (x_1 x_2 - y_1 y_2) + i(x_1 y_2 + x_2 y_1)

lo cual se obtiene distribuyendo y usando i2=1i^2 = -1:

(x1+iy1)(x2+iy2)=x1x2+ix1y2+ix2y1+i2y1y2=(x1x2y1y2)+i(x1y2+x2y1)(x_1 + iy_1)(x_2 + iy_2) = x_1 x_2 + ix_1 y_2 + ix_2 y_1 + i^2 y_1 y_2 = (x_1 x_2 - y_1 y_2) + i(x_1 y_2 + x_2 y_1)

Proposición 8 — Binomio de Newton en C\mathbb{C}

Sean z,wCz, w \in \mathbb{C} y nNn \in \mathbb{N}, n2n \geq 2. Entonces:

(z+w)n=k=0n(nk)znkwk(z + w)^n = \sum_{k=0}^{n} \binom{n}{k} z^{n-k} w^k

donde (nk)=n!k!(nk)!\dbinom{n}{k} = \dfrac{n!}{k!\,(n-k)!}.

Estructura de cuerpo

(C,+,)(\mathbb{C}, +, \cdot) forma un cuerpo: la suma y el producto son conmutativos, asociativos, existe elemento neutro para cada operación (0=(0,0)0 = (0,0) y 1=(1,0)1 = (1,0)), todo elemento tiene opuesto aditivo, y todo elemento no nulo tiene inverso multiplicativo. La distributividad se hereda de R\mathbb{R}.

Proposición 9 — Inverso multiplicativo

Todo z=x+iy0z = x + iy \neq 0 tiene inverso multiplicativo:

z1=xx2+y2iyx2+y2z^{-1} = \frac{x}{x^2 + y^2} - i\frac{y}{x^2 + y^2}

Módulo y conjugado

Definición 10 — Módulo de un número complejo

Sea z=x+iyCz = x + iy \in \mathbb{C}. El módulo de zz es:

z=x2+y2R0|z| = \sqrt{x^2 + y^2} \in \mathbb{R}_{\geq 0}

Geométricamente, z|z| es la distancia del punto (x,y)(x,y) al origen en el plano complejo.

Proposición 11 — Propiedades del módulo

Sean z,wCz, w \in \mathbb{C}. Entonces:

  1. zw=zw|zw| = |z|\,|w|
  2. z+wz+w|z + w| \leq |z| + |w| (desigualdad triangular)
  3. zwzw\bigl||z| - |w|\bigr| \leq |z - w|
  4. z2=z2|z^2| = |z|^2
  5. k=1nzkk=1nzk\left|\displaystyle\sum_{k=1}^{n} z_k\right| \leq \displaystyle\sum_{k=1}^{n} |z_k|
Teorema 1 — Desigualdad triangular

Para todo z1,z2Cz_1, z_2 \in \mathbb{C}:

z1+z2z1+z2|z_1 + z_2| \leq |z_1| + |z_2|

Demostración

Dados z,wCz, w \in \mathbb{C}:

z+w2=(z+w)(z+w)=(z+w)(zˉ+wˉ)=zzˉ+zwˉ+wzˉ+wwˉ|z + w|^2 = (z + w)\,\overline{(z + w)} = (z + w)(\bar{z} + \bar{w}) = z\bar{z} + z\bar{w} + w\bar{z} + w\bar{w}=z2+zwˉ+zwˉ+w2=z2+2Re(zwˉ)+w2= |z|^2 + z\bar{w} + \overline{z\bar{w}} + |w|^2 = |z|^2 + 2\,\operatorname{Re}(z\bar{w}) + |w|^2z2+2zwˉ+w2=z2+2zw+w2=(z+w)2\leq |z|^2 + 2|z\bar{w}| + |w|^2 = |z|^2 + 2|z|\,|w| + |w|^2 = \bigl(|z| + |w|\bigr)^2

Por tanto z+wz+w|z + w| \leq |z| + |w|.

QED
Corolario 2 — Desigualdad triangular inversa

Para todo z1,z2Cz_1, z_2 \in \mathbb{C}:

z1+z2z1z2|z_1 + z_2| \geq \big||z_1| - |z_2|\big|

Demostración
z=zw+wzw+wzwzw|z| = |z - w + w| \leq |z - w| + |w| \Rightarrow |z| - |w| \leq |z - w|

Análogamente, wzzw|w| - |z| \leq |z - w|. Por lo tanto:

zwzwzwzwzw-|z - w| \leq |z| - |w| \leq |z - w| \Rightarrow \bigl||z| - |w|\bigr| \leq |z - w|
QED
Definición 12 — Conjugado

Sea z=x+iyCz = x + iy \in \mathbb{C}. El conjugado de zz es:

zˉ=xiy\bar{z} = x - iy

Geométricamente, zˉ\bar{z} es la reflexión de zz respecto al eje real en el plano complejo.

Proposición 13 — Propiedades del conjugado

Sean z,wCz, w \in \mathbb{C}.

  1. zˉˉ=z\bar{\bar{z}} = z
  2. zˉ=z|\bar{z}| = |z|
  3. z+w=zˉ+wˉ\overline{z + w} = \bar{z} + \bar{w}
  4. zw=zˉwˉ\overline{zw} = \bar{z}\,\bar{w}
  5. zzˉ=z2z\bar{z} = |z|^2
  6. Si w0w \neq 0: z1=zˉz2\quad z^{-1} = \dfrac{\bar{z}}{|z|^2}
  7. z+zˉ=2Re(z)z + \bar{z} = 2\,\operatorname{Re}(z) \quad y \quad zzˉ=2iIm(z)z - \bar{z} = 2i\,\operatorname{Im}(z)
  8. z=zˉz = \bar{z} si y solo si zRz \in \mathbb{R}
Demostración
zzˉ=(x+iy)(xiy)=x2ixy+ixyi2y2=x2+y2=z2z \cdot \bar{z} = (x + iy)(x - iy) = x^2 - ixy + ixy - i^2 y^2 = x^2 + y^2 = |z|^2
QED

Topología del plano complejo

Definición 14 — Disco abierto y entorno reducido

Sean r>0r > 0 y z0Cz_0 \in \mathbb{C}. El disco abierto de radio rr y centro z0z_0 es:

D(z0,r)={zC:zz0<r}D(z_0, r) = \{z \in \mathbb{C} : |z - z_0| < r\}

También se llama entorno o vecindad de z0z_0. El entorno reducido es:

D(z0,r)={zC:0<zz0<r}D^*(z_0, r) = \{z \in \mathbb{C} : 0 < |z - z_0| < r\}
Definición 15 — Puntos interior, exterior y frontera

Sea SCS \subset \mathbb{C} y zCz \in \mathbb{C}.

  • zz es interior a SS si existe r>0r > 0 tal que D(z,r)SD(z, r) \subset S.
  • zz es frontera de SS si para todo r>0r > 0: D(z,r)SD(z, r) \cap S \neq \emptyset y D(z,r)(CS)D(z, r) \cap (\mathbb{C} \setminus S) \neq \emptyset.
  • zz es exterior a SS si no es ni interior ni frontera.

Observaciones:

  1. Si zz es interior a SS, entonces zSz \in S.
  2. Si zz es exterior a SS, entonces zSz \notin S.
  3. Si zz es frontera de SS, puede pertenecer o no a SS.
Definición 16 — Interior, frontera, abierto y cerrado

Se definen los conjuntos:

S={zC:z es punto interior de S}S^\circ = \{z \in \mathbb{C} : z \text{ es punto interior de } S\}S={zC:z es punto frontera de S}\partial S = \{z \in \mathbb{C} : z \text{ es punto frontera de } S\}

Decimos que SS es abierto si S=SS = S^\circ, y cerrado si SS\partial S \subseteq S.

Definición 17 — Clausura

La clausura de SCS \subset \mathbb{C} es:

Sˉ=SS\bar{S} = S \cup \partial S
Definición 18 — Conjunto convexo

Decimos que SS es convexo si para todo z,wSz, w \in S, el segmento que los une está contenido en SS.

Definición 19 — Dominio y región

Un dominio es un conjunto SCS \subset \mathbb{C} no vacío, abierto y conexo.

Una región es un dominio junto con algunos, ninguno o todos sus puntos frontera.

Definición 20 — Conjunto acotado

Sea SCS \subset \mathbb{C}. Decimos que SS es acotado si existe R>0R > 0 tal que zR|z| \leq R para todo zSz \in S.

Definición 21 — Punto de acumulación

Sea SCS \subset \mathbb{C} y zCz \in \mathbb{C}. Decimos que zz es punto de acumulación de SS si todo entorno reducido D(z,r)D^*(z, r) contiene al menos un punto de SS.

Proposición 22 — Caracterización de conjuntos cerrados

Sea SCS \subset \mathbb{C}. SS es cerrado si y solo si SS contiene todos sus puntos de acumulación.