I have the system $$\begin{cases}\frac{dx}{dt} = \frac{1}{y}\\ \frac{dy}{dt} = 2xy \end{cases}$$ with $x(0) = 0, y(0) = 1$. Work I've done: I've obtained the equation for $y$ in terms of $x$, which is $$y(x) = \frac{1}{1-x^2}$$ but I cannot figure out how to express $x, y$ in terms of $t$. Any tips or hints on how to proceed would be greatly appreciated!
2026-04-05 21:44:12.1775425452
System of differential equation with parameters
49 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$x'=\dfrac 1y$$ You can also differentiate and substitute: $$x''=-\dfrac {y'}{y^2}=-\dfrac 1y \dfrac {y'}{y}=-2x {x'}=-(x^2)'$$ $$x'+x^2=C$$ Since $x'(0)=1$: $$x'+x^2=1$$ This is separable. $$\int \dfrac {dx}{1-x^2}=\int dt$$