1
$\begingroup$

Can someone help me find solutions for the following differential equation: $x'=-t\,\text{sign}(x)\sqrt{|x|}$ with $x(\tau)=\xi$.

With $x$ a function of $t$ and $\tau$ and $\xi$ constants.

  • 0
    With $x$ a function of $t$ and $\tau$ and $\xi$ constants.2017-01-05
  • 2
    @pasabaporaqui: answering a question is already a way to acknowledge it; an upvote is meant to stress special value of the question.2017-01-06
  • 0
    I don't think that the "no unique solution" is an appropriate description.2017-01-06
  • 0
    @pasabaporaqui, you may find ["Why answer a question not worth your upvote?"](http://meta.unix.stackexchange.com/a/3135/135943) (from Unix and Linux meta stack exchange) to be of interest.2017-01-06

3 Answers 3

1

It is possible to compute solutions where $x(t)$ is not changing its sign. Since you wanted to find 'solutions' and not 'all solutions' I will not investigate the case where $x(t)$ changes its sign. (It seems strenuous.)

Now let's take the IVP $$\begin{cases} x'&=-t\,\text{sign}(x)\sqrt{|x|} \\ x(\tau)&=\xi \end{cases}$$

Assuming $x(t)>0$ for all $t$:

We get $x'=-t \sqrt{x}$ which has the solution (by separation of variables) $$x(t)=\frac{1}{16}(t^2-A)^2>0$$ with $x'(t)=\frac{1}{4}(t^2-A)t$ where $A>0$ is a constant that has the properties:

The first condition is problematic for arbitrarily large $t$. Since $A$ is specified by the second condition we get by the first condition that $x(t)=\frac{1}{16}(t^2-A)^2$ is only a solution for $$t \in \begin{cases} \left(-\infty,-\sqrt{\tau^2+4 \sqrt{\xi}} \right) \cup \left(0,\sqrt{\tau^2+4 \sqrt{\xi}} \right) &\text{ if } \tau>0\\ \left(-\infty,-\sqrt{\tau^2-4 \sqrt{\xi}} \right) \cup \left(0,\sqrt{\tau^2-4 \sqrt{\xi}} \right) &\text{ if } \tau<0 \wedge \tau^2>4 \sqrt{\xi} \\ \left(-\infty,-\sqrt{4 \sqrt{\xi}} \right) \cup \left(0,\sqrt{4 \sqrt{\xi}} \right) &\text{ if } \tau=0 \end{cases}$$

Assuming $x(t)<0$ for all $t$:

We get $x'=t\sqrt{-x}$ i.e. $y'=-t\sqrt{y}$ for $y=-x$. So we are back in our first case just with a minus and the solution has to stay negative.

  • 0
    @pasabaporaqui I have corrected it. I hope it is okay now. Unfortunately I got a restriction on the time interval so $t$ can't get arbitrarily large.2017-01-06
  • 0
    @pasabaporaqui Thank you for pointing that out.2017-01-06
  • 0
    @pasabaporaqui I don't think so since we have the condition $x'(t)<0$ i.e. $(t^2-A)t<0$. Now if we assume $t<0$ and divide by $t$ we get a sign change: $t^2-A>0 \Rightarrow |t|>\sqrt{A} \Rightarrow t<-\sqrt{A}$. So yeah I could expand the time interval to $$\left(-\infty,-\sqrt{\tau^2-4 \sqrt{\xi}} \right) \cup \left(0,\sqrt{\tau^2+4 \sqrt{\xi}} \right).$$2017-01-06
  • 0
    @pasabaporaqui $A$ has to be positive otherwise we can't take the square root of it. I updated my post. Does this clear it for you? (In my comment above I messed the sign. I corrected in the answer.)2017-01-06
-1

When $x>0$,

$$\frac{x'}{\sqrt x}=-t$$ and

$$x(t)=\left(C-\frac{t^2}4\right)^2=\left(\sqrt{\xi}+\frac{\tau^2-t^2}4\right)^2.$$

When $x<0$,

$$-\frac{x'}{\sqrt {-x}}=-t$$ and

$$x(t)=-\left(C-\frac{t^2}4\right)^2=-\left(\sqrt{-\xi}+\frac{\tau^2-t^2}4\right)^2.$$

And when $x=0$, $x(t)=0$, which is an absorbing state. The solution cannot change sign.

  • 0
    @pasabaporaqui: by the shape of the functions, the proof is trivial.2017-01-06
  • 0
    @pasabaporaqui: review your computation skills, the opposite of a square is negative. (And $x(0)=-\left(\sqrt{-\xi}+\frac{\tau^2}4\right)^2$.)2017-01-06
  • 0
    The function shapes are known and their sign is trivial to see. I already commented about the signs, stop the harrassment.2017-01-06
  • 0
    $x(t)$ defined as you say in interval of its existence, $x(t)=0$ elsewhere is also a solution, continuous in x and x', and defined over all reals.2017-01-06
  • 0
    @pasabaporaqui: can't you read ? $x(t)=0$ is an absorbing state. Stop the harrassment.2017-01-06