Gracias por el A2A. Comience convirtiendo esto en un sistema de seis ODE de primer orden mediante la introducción de nuevas variables dependientes [matemáticas] x_1 = x, \, x_2 = x ‘, \, x_3 = y, \, x_4 = y’, \, x_5 = z , \, x_6 = z ‘[/ math], donde el primo denota una derivada con respecto a [math] t [/ math]. El sistema resultante es entonces [matemáticas] x_1 ′ = x_2, \, x_2 ′ = 4x_1 + 2 x_5, \, x_3 ′ = x_4, \, x_4 ′ = 4x_3 + 6 x_5, \, x_5 ′ = x_6, \, x_6 ′ = 2x_1 + 6 x_3 + x_5 \ ,, [/ matemáticas]
o en forma de matriz:
[matemáticas] \ displaystyle \ begin {bmatrix} x_1 ′ \\ x_2 ′ \\ x_3 ′ \\ x_4 ′ \\ x_5 ′ \\ x_6 ′ \ end {bmatrix} = \ begin {bmatrix} 0 y 1 y 0 y 0 & 0 y 0 \\ 4 y 0 y 0 y 0 y 2 y 0 \\ 0 y 0 y 0 y 1 y 0 y 0 \\ 0 y 0 y 4 y 0 y 6 y 0 \\ 0 y 0 y 0 y 0 & 0 & 1 \\ 2 & 0 & 6 & 0 & 1 & 0 \ end {bmatrix} \ begin {bmatrix} x_1 \\ x_2 \\ x_3 \\ x_4 \\ x_5 \\ x_6 \ end {bmatrix} [ /matemáticas]
Ahora necesita diagonalizar la matriz de coeficientes, es decir, encontrar sus valores propios y los vectores propios asociados. Para una matriz [matemática] 6 \ veces 6 [/ matemática], esta no es una tarea sencilla que hacer a mano, por lo que utilicé el sistema de álgebra computacional de código abierto Maxima (si tienes Mathematica o Maple disponible, estos funcionarán bien … No estoy afiliado a una empresa o universidad que proporcione ninguna de las dos y no pueda comprarlas). Maxima me da seis valores propios distintos, cuatro de ellos reales y dos conjugados complejos: [matemática] \ lambda = 3, -3, 2i, -2i, 2, -2 [/ matemática], con los vectores propios correspondientes (en transposición, o fila, formulario): [matemáticas] \ begin {bmatrix} 1 y 3 y 3 y 9 y 5/2 y 15/2 \ end {bmatrix}, \ begin {bmatrix} 1 y -3 y 3 y -9 & 5/2 y -15/2 \ end {bmatrix}, \ begin {bmatrix} 1 y 2i y 3 y 6i y -4 y -8i \ end {bmatrix}, \ begin {bmatrix} 1 y -2i y 3 & – 6i y -4 y 8i \ end {bmatrix}, \ begin {bmatrix} 1 y 2 y -1/3 y -2 / 3 y 0 y 0 \ end {bmatrix}, \ begin {bmatrix} 1 y -2 & -1/3 & 2/3 & 0 & 0 \ end {bmatrix}. [/matemáticas]
- ¿Se pueden dividir los vectores usando sus componentes?
- Cómo obtener la tercera ecuación de la segunda
- ¿Cuál es la mejor manera de revisar las ecuaciones diferenciales?
- Cómo encontrar la solución general a la ecuación dy / dx = 2 ((y + 2) / (x + y-1)) ^ 2
- ¿Por qué los matemáticos estudian ecuaciones diferenciales parciales?
A los valores propios corresponden las seis soluciones exponenciales linealmente independientes [matemáticas] e ^ {3t}, e ^ {- 3t}, e ^ {2it}, e ^ {- 2it}, e ^ {2t}, e ^ {- 2t } [/ math], y la solución general de este sistema homogéneo es una combinación lineal de los productos de las soluciones de valores propios con sus respectivos vectores propios. Entonces tenemos:
[matemáticas] \ begin {bmatrix} x_1 \\ x_2 \\ x_3 \\ x_4 \\ x_5 \\ x_6 \ end {bmatrix} = C_1e ^ {3t} \ begin {bmatrix} 1 \\ 3 \\ 3 \\ 9 \\ 5/2 \\ 15/2 \ end {bmatrix} + C_2e ^ {- 3t} \ begin {bmatrix} 1 \\ – 3 \\ 3 \\ – 9 \\ 5/2 \\ – 15/2 \ end {bmatrix} + C_3e ^ {2it} \ begin {bmatrix} 1 \\ 2i \\ 3 \\ 6i \\ – 4 \\ – 8i \ end {bmatrix} + C_4e ^ {- 2it} \ begin {bmatrix } 1 \\ – 2i \\ 3 \\ – 6i \\ – 4 \\ 8i \ end {bmatrix} + C_5e ^ {2t} \ begin {bmatrix} 1 \\ 2 \\ – 1/3 \\ – 2 / 3 \\ 0 \\ 0 \ end {bmatrix} + C_6e ^ {- 2t} \ begin {bmatrix} 1 \\ – 2 \\ – 1/3 \\ 2/3 \\ 0 \\ 0 \ end { bmatrix} [/ math]
Configurando cada [matemática] C_i = 1 [/ matemática], y notando que las soluciones que queremos son [matemática] x_1 = x, \, x_3 = y, \, x_5 = z [/ matemática], obtenemos finalmente
[matemáticas] \ begin {align} x & \, = \, e ^ {3t} + e ^ {- 3t} + e ^ {2it} + e ^ {- 2it} + e ^ {2t} + e ^ { -2t} \\ y & \, = \, 3e ^ {3t} + 3e ^ {- 3t} + 3e ^ {2it} + 3e ^ {- 2it} + 2e ^ {2t} – 2e ^ {- 2t} \\ z & \, = \, \ frac {5} {2} e ^ {3t} + \ frac {5} {2} e ^ {- 3t} – 4e ^ {2it} – 4e ^ {- 2it} \ end {align} [/ math]
Puede verificar que una variable con subíndice par proporcione la derivada correcta para la anterior con subíndice impar, es decir, [matemáticas] x_2 = x_1 ′, \, x_4 = x_3 ′, \, x_6 = x_5 ′ [/ matemáticas].