Equilibrium solutions of differential equations

$\begingroup$

Find the equilibrium solutions of the following differential equation:

$$\dfrac{dy}{dt} = \dfrac{(t^2 - 1)(y^2 - 2)}{(y^2 -4)}$$

I'm not sure how to go about doing this since t appears explicitly on the right hand side. Would $y = \sqrt{2}$ or $-\sqrt{2}$ be solutions?

$\endgroup$ 1

2 Answers

$\begingroup$

We are looking for where the derivative $\dfrac{dy}{dt} = 0$.

This is satisfied when $y^2-2 = 0$ and you do not want $y^2 - 4 = 0$ (division by zero).

This leads to the two equilibrium points, $y = \pm \sqrt{2}$.

We can find a closed-form solution (ugly) for this DEQ:

$$y(t)-\dfrac{\ln(\sqrt{2}-y(t))}{\sqrt{2}}+\dfrac{\ln(y(t)+\sqrt{2})}{\sqrt{2}} = c+\dfrac{t^3}{3}-t$$

A direction field plot shows (look at $y = \pm~ \sqrt{2}$):

enter image description here

Additionally, if we look at $t = \pm 1$, on the following direction field plot, we can see the horizontal tangents as:

enter image description here

$\endgroup$ 3 $\begingroup$

I think your equilibrium solutions are $y=\pm \sqrt2$ if by equilibrium it is meant $\frac{dy}{dt}=0$, i.e. steady-state.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like