WolfOfTheSteps
- 134
- 0
How do I write the form of the solution to this equation:
<br /> <br /> \dot{\vec{x}}(t) =<br /> \left [ \begin{array}{cc}<br /> a_{11}(t) & a_{12}(t) \\<br /> a_{21}(t) & a_{22}(t)<br /> \end{array} \right ] \vec{x}(t)<br /> <br />
I just need to be able to write x1(t) and x2(t) so I can do the rest of the problem I'm working on. Getting this would just be a small step in my solution, but I am very rusty with my differential equations! :(
Initially, I thought to write:
<br /> x_1(t) = \int_{t_0}^{t}x_1(\tau)a_{11}(\tau) + x_2(\tau)a_{12}(\tau)d\tau <br />
<br /> x_2(t) = \int_{t_0}^{t}x_1(\tau)a_{21}(\tau) + x_2(\tau)a_{22}(\tau)d\tau <br />
But that has the solutions with dependence on x1(t) and x2(t). That's not the way to write it, is it?
Thanks.
<br /> <br /> \dot{\vec{x}}(t) =<br /> \left [ \begin{array}{cc}<br /> a_{11}(t) & a_{12}(t) \\<br /> a_{21}(t) & a_{22}(t)<br /> \end{array} \right ] \vec{x}(t)<br /> <br />
I just need to be able to write x1(t) and x2(t) so I can do the rest of the problem I'm working on. Getting this would just be a small step in my solution, but I am very rusty with my differential equations! :(
Initially, I thought to write:
<br /> x_1(t) = \int_{t_0}^{t}x_1(\tau)a_{11}(\tau) + x_2(\tau)a_{12}(\tau)d\tau <br />
<br /> x_2(t) = \int_{t_0}^{t}x_1(\tau)a_{21}(\tau) + x_2(\tau)a_{22}(\tau)d\tau <br />
But that has the solutions with dependence on x1(t) and x2(t). That's not the way to write it, is it?
Thanks.