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?
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top