- #36
jostpuur
- 2,116
- 19
Forgetting all physics and merely focusing on mathematics, the problem is this ODE:
[tex]
\left(\begin{array}{c}
\dot{x}_1(t) \\ \dot{x}_2(t) \\
\end{array}\right)
= \left(\begin{array}{c}
\alpha - \beta\frac{x_1(t)^2}{x_2(t)} \\ \gamma x_1(t) \\
\end{array}\right)
[/tex]
Considering the style in which voko solved the stuff, I think there's is a signifigant chance that a nice formula for all solutions doesn't necessarily exist. However, it could be that a formula exists for a graph of the solutions. That means that we don't seek a mapping [itex]t\mapsto (x_1(t),x_2(t))[/itex], but instead a mapping [itex]x_1\mapsto \mathcal{X}_2(x_1)[/itex] such that the solution is of the form [itex]t\mapsto (x_1(t),\mathcal{X}_2(x_1(t)))[/itex]. This lead me to the one component first order ODE
[tex]
f'(x) = \frac{Cxf(x)}{Af(x)-Bx^2}
[/tex]
which seems like some progress, but still was too difficult for me to solve in a moment.
[tex]
\left(\begin{array}{c}
\dot{x}_1(t) \\ \dot{x}_2(t) \\
\end{array}\right)
= \left(\begin{array}{c}
\alpha - \beta\frac{x_1(t)^2}{x_2(t)} \\ \gamma x_1(t) \\
\end{array}\right)
[/tex]
Considering the style in which voko solved the stuff, I think there's is a signifigant chance that a nice formula for all solutions doesn't necessarily exist. However, it could be that a formula exists for a graph of the solutions. That means that we don't seek a mapping [itex]t\mapsto (x_1(t),x_2(t))[/itex], but instead a mapping [itex]x_1\mapsto \mathcal{X}_2(x_1)[/itex] such that the solution is of the form [itex]t\mapsto (x_1(t),\mathcal{X}_2(x_1(t)))[/itex]. This lead me to the one component first order ODE
[tex]
f'(x) = \frac{Cxf(x)}{Af(x)-Bx^2}
[/tex]
which seems like some progress, but still was too difficult for me to solve in a moment.