Mensaje de error

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls en book_prev() (línea 775 de /home1/montes/public_html/drupal/modules/book/book.module).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters en drupal_get_feeds() (línea 394 de /home1/montes/public_html/drupal/includes/common.inc).

Cuestion 2 EDiferenciales 1109S1 (Ecuacion diferencial de Euler)

Solapas principales

[adsense:336x280:9156825571]

Resolucion:

Vamos a resolver la ecuacion diferencial de Euler:
 
x^2\cdot y''+4\cdot x\cdot y'+2\cdot y=\frac{1}{x}
 
Hacemos la sustitucion:
 
x=e^t
 
x^2\cdot y''=D\,(D-2+1)\, y=D^2\, y-D\, y
x\cdot y'=D\, y
 
D^2\, y-D\, y+4\cdot D\, y+2\cdot y=e^{-t}
D^2\, y+3\cdot D\,y+2\cdot y=e^{-t}
 
Vamos a calcular la solucion de la ecuacion diferencial homogenea resolviendo la ecuacion caracteristica:
r^2+3\cdot r+2=0
 
r=\frac{-3\pm \sqrt{9-4\cdot 2}}{2}=\frac{-3\pm 1}{2}=-2,-1
 
y=C_1\cdot e^{-2\cdot t}+C_2\cdot e^{-t}
 
 
y=C_1\cdot \frac{1}{x^2}+C_2\cdot \frac{1}{x}
 
 
Español

Añadir nuevo comentario

Plain text

  • No se permiten etiquetas HTML.
  • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
  • Saltos automáticos de líneas y de párrafos.
Pin It