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 b) de la cuestion 1 EDiferenciales 1406S2 (Ecuacion diferencial exacta, Factor integrante): Page 2 of 2

Solapas principales

[adsense:336x280:9156825571]
Q(x,y)=\frac{\partial{F(x,y)}}{\partial{y}}=
= \left(\frac{1}{x^2}+0\right) +k'(y)
 
x^{-2}= \frac{1}{x^2} +k'(y)
 
k'(y)=0
k(y)=C
 
La solucion de la ecuacion diferencial nos queda
 
\left(\frac{1}{x^2}\cdot   y+\frac{1}{2} \cdot e^{-2\cdot x}\right)=C
 
y=\left(C-\frac{e^{-2\cdot x}}{2}\right)\cdot x^2
 
 
Programa en Sagemath para comprobar que u es el factor integrante de la ecuacion diferencial
sage:var('x y')
sage:y=function('y',x)
sage:f=-(2/x)
sage:g=-x^2*e^(-2*x)
sage:P=f*y+g
sage:Q=1
sage:desolve(diff(y,x)==-P/Q,y)
Resultado de la ecuacion diferencial con Sage 
1/2*(2*c - e^(-2*x))*x^2

 

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