Solving an IVP Problem: dx/dt, x(0) & Equilibrium Points

  • Thread starter Thread starter Tryingtolearn
  • Start date Start date
  • Tags Tags
    Ivp
Tryingtolearn
Messages
5
Reaction score
0
I'm trying to solve an IVP problem but have not had a lot of Diff Eq to really understand this.

The IVP is

dx/dt = -(1-(1/x))*(1/(x^.5)) , x>1
x(0) = 2


I guess some of the things I'm looking for with this is:
Any unique solutions
equilibrium points
Initial velocity
distance increasing or decreasing


Any additional help on how to solve this would be very much appreciated.

Thanks in advance.
 
Physics news on Phys.org
We can write dx/dt= -(1-(1/x))*(1/x^.5)) as -(x- 1)/x^1.5)

There is not t on the right so we can write this in differential form as
- x^1.5/(x-1)dx= dt.

Now integrate both sides to find the solutions.

The rest are even easier. An "equilibrium point" is a point where x doesn't change: the derivative is 0: dx/dt = -(1-(1/x))*(1/(x^.5)) = 0. Solve that equation for x.

distance (x) is increasing where the derivative is positive and decreasing where it is negative. Since you have a formula for dx/dt, that should be as easy as determining where it was 0.
 
I'm sorry, I guess I don't see how -(1-(1/x))*(1/x^.5)) is the same as -(x- 1)/x^1.5). I've been straining with with algebra but I just don't see that.

If it is -(x- 1)/x^1.5 then I'm at a loss for how to integrate this.

Thanks.
 
Subtract the fractions: 1- 1/x= x/x- 1/x= (x-1)/x. Now multiply by (1/x.5): (x-1)/(x*x.5)= (x-1)/(x1.5). All that's missing now is the negative sign.

-(x-1)/x1.5= -(x/x1.5-1/x1.5)= -x1-1.5+x-1.5= -x-.5- x-1.5. Can you integrate that?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top