Finding the initial conditions for system of ODE

34 Views Asked by At

How to find out the the initial conditions for the below system of first order autonomous differential equation i.e $x_1(0)=? , x_2(0)=?, x_3(0)=? \\ \frac{dx_1}{dn} = -4-3x_1+2x_3-x_1x_3+x_1^2 \\ \frac{dx_2}{dn} = 8-4x_3+x_2x_1-2x_2x_3+4x_2 \\ \frac{dx_2}{dn} = -8 + 8x_3-2x_3^2$