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).

Apartada a) de la cuestion 2 EDiferenciales 1106S2 (Sistema Fundamental, Wroskoniano)

Solapas principales

[adsense:336x280:9156825571]

a) Resolucion:

Vamos a calcular el f(x) de la ecuacion diferencial conociendo una solucion particular:
 
2\cdot x^2 \cdot y''+f(x)\cdot y'-y=0
 
 
y_p=x^{\frac{1}{2}}
 
y_p'=\frac{1}{2}\cdot x^{\frac{-1}{2}}
 
y_p''=\frac{-1}{4}\cdot x^{\frac{-3}{2}}
 
 
2\cdot x^2 \cdot \frac{-1}{4}\cdot x^{\frac{-3}{2}}+f(x)  \cdot \frac{1}{2}\cdot x^{\frac{-1}{2}}-x^{\frac{1}{2}}=0
 
f(x)  \cdot \frac{1}{2}\cdot x^{\frac{-1}{2}}=x^{\frac{1}{2}}-2\cdot x^2 \cdot \frac{-1}{4}\cdot x^{\frac{-3}{2}}
 
f(x)  =\frac{x^{\frac{1}{2}}-2\cdot x^2 \cdot \frac{-1}{4}\cdot x^{\frac{-3}{2}}}{ \frac{1}{2}\cdot x^{\frac{-1}{2}}}=2\cdot x+\frac{4}{4}\cdot x^{2+\frac{1}{2}-\frac{3}{x}}=2\cdot x+ x^{2-1}=3\cdot x
 
 
Programa en Sagemath para comprobar la resolucion de la funcion en la ecuacion diferencial
sage:var('x f')
sage:y=x^(1/2)
sage:f3(f,x)=solve(2*x^2*diff(y,x,x)+f*diff(y,x)-y==0,f)
sage:f4=f3[0].rhs()
sage:f5=2*x^2*diff(y,x,x)+f4*diff(y,x)-y
sage:f3,f5

Resultado de la funcion con Sage 
((f, x) |--> (f == 3*x), (f, x) |--> 0)
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