Saltar al contenido principal
LibreTexts Español

2.7: Números Complejos

  • Page ID
    84303
    • Franz S. Hover & Michael S. Triantafyllou
    • Massachusetts Institute of Technology via MIT OpenCourseWare
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    El número complejo\(z = x + iy\) se interpreta de la siguiente manera: la parte real es\(x\), la parte imaginaria es\(y\), y\(i = \sqrt{−1}\) (imaginaria). El teorema de Demoivre conecta complejo\(z\) con lo exponencial complejo. Afirma eso\(cos \, \theta + i \, sin \, \theta = e^{i \theta}\), y así podemos visualizar cualquier número complejo en el plano bidimensional, donde los ejes son la parte real y la parte imaginaria. Eso decimos\(Re(e^{i \theta}) = cos \, \theta\), y\(Im(e^{i \theta}) = sin \, \theta\), para denotar las partes reales e imaginarias de un exponencial complejo. De manera más general,\(Re(z) = x\) y\(Im(z) = y\).

    Gráfico de plano cartesiano que representa un número complejo en términos de la parte real (eje x) y parte imaginaria (eje y)
    Figura\( \PageIndex{1}\): Número imaginario\(z\) representado como una gráfica en el plano cartesiano, con el eje x representando la parte real\(z\) y representando el eje y la parte imaginaria de\(z\).

    Un número complejo tiene una magnitud y un ángulo:\(|z| = \sqrt{x^2 + y^2}\), y arg\((z) = arctan2(y, x)\). Podemos referirnos a la\([x, y]\) descripción de\(z\) coordenadas cartesianas, mientras que la descripción [magnitud, ángulo] se denomina coordenadas polares. Este último suele escribirse como\(z = |z| \angle\) arg\((z)\). Las reglas aritméticas para dos números complejos\(z_1\) y\(z_2\) son las siguientes:

    \[\begin{align*} z_1 + z_2 &= (x_1 + x_2) + i (y_1 + y_2) \\[4pt] z_1 - z_2 &= (x_1 - x_2) + i (y_1 - y_2) \\[4pt] z_1 * z_2 &= |z_1| |z_2| \angle \arg (z_1) + \arg (z_2) \\[4pt] z_1 / z_2 &= \dfrac{|z_1|} {|z_2|} \angle \arg (z_1) - \arg (z_2) \end{align*}\]

    Obsérvese que, como se ha dado, la suma y resta se expresan de manera más natural en coordenadas cartesianas, y la multiplicación y división son más limpias en coordenadas polares.


    This page titled 2.7: Números Complejos is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Franz S. Hover & Michael S. Triantafyllou (MIT OpenCourseWare) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.