Fixed Points in Phase Portraits

702 Views Asked by At

I'm working through Nonlinear Dynamics and Chaos (Strogatz). In looking for fixed points the book prescribes $\dot{x}=f(x)=0$. So for $\dot{x}=x^{2}-1$, fixed points are $x^{*}=\pm1$.

In the Existence and Uniqueness section (2.5). It asks:

Discuss the existence and uniqueness of solutions to the initial value problem $\dot{x}=x^{2}+1$,$x(0)=x_{0}.$" Do solutions exist for all time?

I have two questions about the answer to the exercise (2.5.2).

  1. It says "Consider the case $x(0)=0$". How does it know that $x(0)=0$ since $f(x)=x^{2}+1$, but $x(t)$ is not defined?
  2. It goes on to say "Initial condition $x(0)=0$ implies $C=0$. Hence $x(t)=Tan(t)$ is the solution." Looking at the plot of $x^{2}+1$, at no point does $\dot{x}=0$. Look at the phase portrait, it seems that there are no fixed points. Is a "solution to the initial value problem" the same thing as fixed points?

$x^{2}+1$

$x^{2}+1$ Phase Portrait

EDIT: I think I understand it now. Solution to initial value problem solves the trajectory not for fixed points of a system (unless the initial value is at a fixed point). Like so (please correct me if I'm wrong though):

Phase portrait

2

There are 2 best solutions below

2
On BEST ANSWER

The existence and uniqueness theorem stated a page earlier in the book tells you that the initial value problem has a unique solution close to $t=0.$

When the book says "Consider," it is providing an example, being $x_0=0.$

Also note that the solution (in the case of $x_0=0$) is $x(t)=\tan(t)$ and not $x(t)=\tan(x)$.

0
On

To find a solution to the initial value problem $\dot{x}=x^2+1$, consider $x(t)=\tan(t+C)$, where $C$ is some constant. Considering the case when $x(0)=0$, we see that $C=0$ since $\tan(0)=0$. So one could verify that $$ \begin{align*} \frac{dx}{dt}&=\dot{x} = \sec^2 t \\ &= \dfrac{\sin^2 t+ \cos^2 t}{\cos^2 t} \\ &= \tan^2 t + 1\\ &= x(t)^2 + 1, \end{align*} $$ where the solution $x(t)=\tan(t)$ exists only when $-\frac{\pi}{2}< t< \frac{\pi}{2}$.

To answer your second question, since $\dot{x}=x^2+1\geq 1>0$, i.e., $\dot{x}$ is always strictly greater than $0$, there are no fixed points.

Thus, a solution to the initial value problem is not the thing as fixed points of a system.