I am trying to show that the zero solution for a system is unstable even though both eigenvalues are negative. This is the system: $$ \vec{y'} = \begin{pmatrix} -1 & e^{2t} \\ 0 & -1 \end{pmatrix} \vec{y}.$$ I know that I have to find the fundamental matrix, but I am stuck. This is what I have: $$|A-\lambda I| = \begin{vmatrix} -1- \lambda & e^{2t} \\ 0 & -1-\lambda \end{vmatrix} = (-1-\lambda)^2,$$ which means that both eigenvalues are equal to -1. The only eigenvector is: $\begin{bmatrix} 1 \\ 0 \end{bmatrix}$. Is this the fundamental matrix: $$\begin{pmatrix} e^{-t} & e^{-t} \\ 0 &0 \end{pmatrix}$$ Do the zeros in the second imply that the zero solution is unstable, because there would be infinitely many solutions? I want to know if I am at least on the right track; I would really appreciate the help.
2026-03-29 11:08:37.1774782517
Check for stability and asymptotic stability of the zero solution for a system
432 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MATRICES
- How to prove the following equality with matrix norm?
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Powers of a simple matrix and Catalan numbers
- Gradient of Cost Function To Find Matrix Factorization
- Particular commutator matrix is strictly lower triangular, or at least annihilates last base vector
- Inverse of a triangular-by-block $3 \times 3$ matrix
- Form square matrix out of a non square matrix to calculate determinant
- Extending a linear action to monomials of higher degree
- Eiegenspectrum on subtracting a diagonal matrix
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
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 EIGENVALUES-EIGENVECTORS
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- Show that this matrix is positive definite
- Is $A$ satisfying ${A^2} = - I$ similar to $\left[ {\begin{smallmatrix} 0&I \\ { - I}&0 \end{smallmatrix}} \right]$?
- Determining a $4\times4$ matrix knowing $3$ of its $4$ eigenvectors and eigenvalues
- Question on designing a state observer for discrete time system
- Evaluating a cubic at a matrix only knowing only the eigenvalues
- Eigenvalues of $A=vv^T$
- A minimal eigenvalue inequality for Positive Definite Matrix
- Construct real matrix for given complex eigenvalues and given complex eigenvectors where algebraic multiplicity < geometric multiplicity
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?
Your system is unusual in that the coefficients of the matrix $A$ in the equation $y' = Ay$ are not constant.
I think it is best to solve this "from scratch" as a system of equations. In terms of the separate components of $\vec y$, the system is $$ \frac{dy_1}{dt} = -y_1 + e^{2t}y_2\\ \frac{dy_2}{dt} = -y_2. $$ Solving the second equation yields $y_2 = C_1 e^{-t}$. Plugging this solution into the first system gives us $$ \frac{dy_1}{dt} = -y_1 + C_1 e^t \implies\\ \frac{dy_1}{dt} + y_1 = C_1 e^t \implies\\ e^t\frac{dy_1}{dt} + e^ty_1 = C_1 e^{2t} \implies\\ \frac d{dt}[e^t y_1] = C_1 e^{2t} \implies\\ e^t y_1 = \frac {C_1}{2} e^{2t} + C_2 \implies\\ y_1 = \frac{C_1}{2} e^t + C_2 e^{-t}. $$ In other words, every solution to this differential equation can be written in the form $$ \vec y = \pmatrix{e^{-t} & \frac 12 e^t \\0 & e^{-t}}\pmatrix{C_2\\C_1}. $$