Sr Examen

Otras calculadoras

Ecuación diferencial y''-y'=e^(2*x)*sqrt(1-e^(2*x))

El profesor se sorprenderá mucho al ver tu solución correcta😉

v

Para el problema de Cauchy:

y() =
y'() =
y''() =
y'''() =
y''''() =

Gráfico:

interior superior

Solución

Ha introducido [src]
               2            __________     
  d           d            /      2*x   2*x
- --(y(x)) + ---(y(x)) = \/  1 - e    *e   
  dx           2                           
             dx                            
$$- \frac{d}{d x} y{\left(x \right)} + \frac{d^{2}}{d x^{2}} y{\left(x \right)} = \sqrt{1 - e^{2 x}} e^{2 x}$$
-y' + y'' = sqrt(1 - exp(2*x))*exp(2*x)
Solución detallada
Tenemos la ecuación:
$$- \frac{d}{d x} y{\left(x \right)} + \frac{d^{2}}{d x^{2}} y{\left(x \right)} = \sqrt{1 - e^{2 x}} e^{2 x}$$
Esta ecuación diferencial tiene la forma:
y'' + p*y' + q*y = s,

donde
$$p = -1$$
$$q = 0$$
$$s = - \sqrt{1 - e^{2 x}} e^{2 x}$$
Se llama lineal heterogénea
ecuación diferencial de 2 orden con factores constantes.
No hay mucha dificultad en la resolución de esta ecuación
Primero hallemos las raíces de la ecuación característica
$$q + \left(k^{2} + k p\right) = 0$$
En nuestro caso la ecuación característica va a tener la forma:
$$k^{2} - k = 0$$
Solución detallada de una ecuación simple
- es una ecuación cuadrática simple
Raíces de esta ecuación:
$$k_{1} = 0$$
$$k_{2} = 1$$
Como la ecuación característica tiene dos raíces,
y las raíces no tienen una forma compleja, entonces
la solución de la ecuación diferencial correspondiente tiene la forma:
$$y{\left(x \right)} = C_{1} e^{k_{1} x} + C_{2} e^{k_{2} x}$$
$$y{\left(x \right)} = C_{1} + C_{2} e^{x}$$

Hemos encontrado la solución de la ecuación homogénea correspondiente
Ahora hay que resolver nuestra ecuación heterogénea
y'' + p*y' + q*y = s

Usamos el método de variación de la constante arbitraria
Consideremos que C1 y C2 son funciones de x

Y la solución general será:
$$y{\left(x \right)} = \operatorname{C_{1}}{\left(x \right)} + \operatorname{C_{2}}{\left(x \right)} e^{x}$$
donde C1(x) y C2(x)
según el método de variación de constantes hallemos del sistema:
$$\operatorname{y_{1}}{\left(x \right)} \frac{d}{d x} \operatorname{C_{1}}{\left(x \right)} + \operatorname{y_{2}}{\left(x \right)} \frac{d}{d x} \operatorname{C_{2}}{\left(x \right)} = 0$$
$$\frac{d}{d x} \operatorname{C_{1}}{\left(x \right)} \frac{d}{d x} \operatorname{y_{1}}{\left(x \right)} + \frac{d}{d x} \operatorname{C_{2}}{\left(x \right)} \frac{d}{d x} \operatorname{y_{2}}{\left(x \right)} = f{\left(x \right)}$$
donde
y1(x) y y2(x) son soluciones parciales linealmente independientes de la ecuación diferencial lineal homogénea,
y1(x) = 1 (C1=1, C2=0),
y2(x) = exp(x) (C1=0, C2=1).
A es un término independiente f = - s, o
$$f{\left(x \right)} = \sqrt{1 - e^{2 x}} e^{2 x}$$
Es decir, el sistema tendrá la forma:
$$e^{x} \frac{d}{d x} \operatorname{C_{2}}{\left(x \right)} + \frac{d}{d x} \operatorname{C_{1}}{\left(x \right)} = 0$$
$$\frac{d}{d x} 1 \frac{d}{d x} \operatorname{C_{1}}{\left(x \right)} + \frac{d}{d x} \operatorname{C_{2}}{\left(x \right)} \frac{d}{d x} e^{x} = \sqrt{1 - e^{2 x}} e^{2 x}$$
o
$$e^{x} \frac{d}{d x} \operatorname{C_{2}}{\left(x \right)} + \frac{d}{d x} \operatorname{C_{1}}{\left(x \right)} = 0$$
$$e^{x} \frac{d}{d x} \operatorname{C_{2}}{\left(x \right)} = \sqrt{1 - e^{2 x}} e^{2 x}$$
Resolvamos este sistema:
$$\frac{d}{d x} \operatorname{C_{1}}{\left(x \right)} = - \sqrt{1 - e^{2 x}} e^{2 x}$$
$$\frac{d}{d x} \operatorname{C_{2}}{\left(x \right)} = \sqrt{1 - e^{2 x}} e^{x}$$
- son ecuaciones diferenciales simples, resolvámoslas
$$\operatorname{C_{1}}{\left(x \right)} = C_{3} + \int \left(- \sqrt{1 - e^{2 x}} e^{2 x}\right)\, dx$$
$$\operatorname{C_{2}}{\left(x \right)} = C_{4} + \int \sqrt{1 - e^{2 x}} e^{x}\, dx$$
o
$$\operatorname{C_{1}}{\left(x \right)} = C_{3} - \frac{\sqrt{1 - e^{2 x}} e^{2 x}}{3} + \frac{\sqrt{1 - e^{2 x}}}{3}$$
$$\operatorname{C_{2}}{\left(x \right)} = C_{4} + \begin{cases} \frac{\sqrt{1 - e^{2 x}} e^{x}}{2} + \frac{\operatorname{asin}{\left(e^{x} \right)}}{2} & \text{for}\: e^{x} < 0 \end{cases}$$
Sustituyamos C1(x) y C2(x) hallados en
$$y{\left(x \right)} = \operatorname{C_{1}}{\left(x \right)} + \operatorname{C_{2}}{\left(x \right)} e^{x}$$
Entonces la respuesta definitiva es:
$$y{\left(x \right)} = C_{3} + C_{4} e^{x} - \frac{\sqrt{1 - e^{2 x}} e^{2 x}}{3} + \frac{\sqrt{1 - e^{2 x}}}{3} + \left(\begin{cases} \frac{\sqrt{1 - e^{2 x}} e^{x}}{2} + \frac{\operatorname{asin}{\left(e^{x} \right)}}{2} & \text{for}\: e^{x} < 0 \end{cases}\right) e^{x}$$
donde C3 y C4 hay son constantes
Respuesta [src]
               __________                                                             __________     
              /      2*x    /     //              __________               \\        /      2*x   2*x
            \/  1 - e       |     ||    / x\     /      2*x   x            ||  x   \/  1 - e    *e   
y(x) = C1 + ------------- + |C2 + |
            
$$y{\left(x \right)} = C_{1} - \frac{\sqrt{1 - e^{2 x}} e^{2 x}}{3} + \frac{\sqrt{1 - e^{2 x}}}{3} + \left(C_{2} + \begin{cases} \frac{\sqrt{1 - e^{2 x}} e^{x}}{2} + \frac{\operatorname{asin}{\left(e^{x} \right)}}{2} & \text{for}\: e^{x} < 0 \end{cases}\right) e^{x}$$
Clasificación
nth linear constant coeff variation of parameters
nth order reducible
nth linear constant coeff variation of parameters Integral