Saltar al contenido principal
LibreTexts Español

8.8: Digresión a ecuaciones diferenciales

  • Page ID
    109647
  • \( \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}}\)

    Aquí hay un uso estándar de series para resolver ecuaciones diferenciales.

    Ejemplo\(\PageIndex{1}\)

    Encuentre una solución de series de potencia para la ecuación

    \[f'(x) = f(x) + 2, \ \ \ \ \ f(0) = 0.\]

    Solución

    Buscamos una solución de la forma

    \[f(x) = \sum_{n = 0}^{\infty} a_n x^n.\]

    Usando la condición inicial que encontramos\(f(0) = 0 = a_0\). Sustituyendo la serie en la ecuación diferencial obtenemos

    \[f'(x) = a_1 + 2a_2 x + 3a_3 x^3 +\ ... = f(x) + 2 = a_0 + 2 + a_1 x + a_2 x^2 + \ ...\]

    Equiparando coeficientes y usando\(a_0 = 0\) tenemos

    \[\begin{array} {rclcr} {a_1} & = & {a_0 + 2} & \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ & {\Rightarrow a_1 = 2} \\ {2a_2} & = & {a_1} & \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ & {\Rightarrow a_2 = a_1/2 = 1} \\ {3a_3} & = & {a_2} & \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ & {\Rightarrow a_3 = 1/3} \\ {4a_4} & = & {a_3} & \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ & {\Rightarrow a_4 = 1/(3 \cdot 4)} \end{array}\]

    En general

    \[(n + 1) a_{n + 1} = a_n \ \ \ \Rightarrow \ \ \ a_{n + 1} = \dfrac{a_n}{(n + 1)} = \dfrac{1}{3 \cdot 4 \cdot 5 \cdot\cdot\cdot (n + 1)}.\]

    Puedes verificar usando la prueba de ratio que esta función es completa.


    8.8: Digresión a ecuaciones diferenciales is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.