I have to show that in a linear 2 by 2 system if its a node, sink or source then it does not have first integrals. I tried considering a function $f(x,y)$, if its constant at a solution then $f(\phi)=c$ thus its directional derivative is $0$ along the curve, but i reached nowhere, does anyone have an idea on how to show it?
2026-03-25 20:35:05.1774470905
First Integral of 2 by 2 system
200 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in STABILITY-IN-ODES
- Stability of system of ordinary nonlinear differential equations
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- How to analyze a dynamical system when $t\to\infty?$
- The system $x' = h(y), \space y' = ay + g(x)$ has no periodic solutions
- Existence of unique limit cycle for $r'=r(μ-r^2), \space θ' = ρ(r^2)$
- Intuitive proof of Lyapunov's theorem
- Stability of a nonlinear ODE system (only existence of the limit)
- Deriving inequality from a Lyapunov test of $x' = -x + y^3, \space y' = -y + ax^3$
- does the order lineariztion/evaluation matter here?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I don't think it matters if the system is linear or not. Suppose the system is defined by the vector field
$\vec X(x, y) = \begin{pmatrix} X_x(x, y) \\ X_y(x, y) \end{pmatrix}; \tag 1$
thus it may be written
$\dot x = X_x(x, y), \tag 2$
$\dot y = X_y(x, y); \tag 3$
then if $\phi_t$ is the flow of the system, and the point $p$ is a sink, we have
$\displaystyle \lim_{t \to \infty} \phi_t(x) = p \tag 4$
for all $x \in U$, $U$ being some neighborhood of $p$; now if $f(x, y)$ is a first integral, it satisfies
$\vec X(f) = \nabla f(x, y) \cdot \vec X(x, y) = 0, \tag 5$
which implies $f(x, y)$ is constant along the integral curves of $\vec X$, since
$\dfrac{df(\phi_t(x_0, y_0))}{dt} = \dfrac{\partial f(\phi_t(x_0, y_0))}{\partial x} \dot x + \dfrac{\partial f(\phi_t(x_0, y_0))}{\partial y} \dot y$ $= \dfrac{\partial f(\phi_t(x_0, y_0))}{\partial x} X_x(x, y) + \dfrac{\partial f(\phi_t(x_0, y_0))}{\partial y} X_y(x, y)$ $= \nabla f(\phi_t(x_0, y_0)) \cdot \vec X(\phi_t(x_0, y_0)) = 0, \tag 6$
which may be interpreted as saying that $f(\phi_t(x_0, y_0))$ is constant with respect to $t$; next, by virtue of (4) we see that
$f(x_0, y_0) = f(\phi_t(x_0, y_0)) = \displaystyle \lim_{t \to \infty} f(\phi_t(x_0, y_0)) = f(p) \tag 7$
for any $(x_0, y_0) \in U$, which shows that $f(x,y)$ is constant, at least on $U$; therefore we cannot have a non-trivial first integral of motion in the region of a sink of $\vec X(x, y)$; in the event that $p$ is a source, essentially the same argument applies but with $t \to -\infty$; we have thus shown that a system cannot be possessed of a non-trivial first integral in the presence of a node.
In the event $\vec X$ has a center or a saddle, however, the situation is different. For example, the integral curves of the system
$\dot x = y, \; \dot y = -x \tag 8$ are seen to be the circles $x^2 + y^2 = r^2$, since
$\dot{r^2} = 2x\dot x + 2y \dot y = 2(xy - yx) = 0, \tag 9$
and here $r^2$ (or indeed simply $r$) is a constant of the motion; here $p = (0, 0)$ is a center; and for the system
$\dot x = y, \; \dot y = x \tag{10}$
the quantity
$h = x^2 - y^2 \tag{11}$
is constant on the trajectories:
$\dot h = 2(x \dot x - y \dot y) = 2(xy - yx) = 0, \tag{12}$
which are hyperbolas; here $(0, 0)$ is a saddle, as the reader may easily confirm, since (10) is a linear differential equation with matrix
$A = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}, \tag{13}$
the eigenvalues of which are $\pm 1$.