I am a bit confused on how to solve this system or generally these kind of systems $$x(t+1)= x(t) -2y(t)$$ $$y(t+1) = 2x(t) +y(t)$$ My confusion derives from that fact that I am working with $(t+1)$ we did these kind of tasks with derivatives and differential equations earlier.
2026-03-25 17:35:41.1774460141
real dynamical systems
83 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 DYNAMICAL-SYSTEMS
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- Determine $ \ a_{\max} \ $ and $ \ a_{\min} \ $ so that the above difference equation is well-defined.
- Question on designing a state observer for discrete time system
- 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)$
- Including a time delay term for a differential equation
- Doubts in proof of topologically transitive + dense periodic points = Devaney Chaotic
- Condition for symmetric part of $A$ for $\|x(t)\|$ monotonically decreasing ($\dot{x} = Ax(t)$)
Related Questions in MATHEMATICAL-MODELING
- Does Planck length contradict math?
- Solving the heat equation with robin boundary conditions
- How to use homogeneous coordinates and the projective plane to study the intersection of two lines
- inhomogeneous coordinates to homogeneous coordinates
- Writing Differential equations to describe a system
- Show that $z''+F(z') + z=0$ has a unique, stable periodic solution.
- Similar mathematic exercises about mathematical model
- What are common parameters to use when using Makeham's Law to model mortality in the real world?
- How do I scale my parabolas so that their integrals over [0,1] are always the same?
- Retrain of a neural network
Related Questions in DISCRETE-TIME
- How to translate from a 2x2 state-space difference equation to a 2nd-order difference equation
- Smoothness of a time series: relationship between ARMA model and signal derivatives
- Determine Discrete-Time Fourier Transform of exponential or sine with time-shift?
- How is the noise gain function defined for higher order discrete piecewise white noise in a Newtonian system?
- Tree shaped Markov Chain stationary distribution
- How to solve this cubic Integral?
- From Newton method to a time-dependent process
- From discrete transfer function to state space model
- Kernel of an LTI system
- Find position of Hour, Minute and Second hand.
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?
The system you have considered is in the class of Discrete-Time, Linear Time Invariant systems. That is discrete time systems of the form $ z[k+1] = A z[k]. $ where $A$ is a real matrix. Given an initial condition $z[0]\in\mathbb{R},$ such systems have closed form solutions of the form $$ z[k] = A^{k} z[0] $$ Under some appropriate conditions on $A$ you can easily find simpler expressions. For example, defining the state vector $z = (x,y)^\top,$ your system is solved by $$ z[k] = \begin{pmatrix} 1 & -2 \\ 2 & 1 \end{pmatrix}^k z[0] $$ Your matrix $A$ is diagonalizable over $\mathbb{C}$ which connects with the observation made by @Lutz. In particular if we define a new state $$ w = \begin{pmatrix} i\sqrt{2} & -\sqrt{2}\\ -i\sqrt{2} & -\sqrt{2}\end{pmatrix} z $$ we find the dynamics reduce to $$ w[k + 1] = \begin{pmatrix} (1 + 2i) & 0 \\ 0 & (1 - 2i) \end{pmatrix} w[k],$$ which admits solutions of the form $$\begin{aligned} w[k] &= \begin{pmatrix} (1 + 2i)^k & 0 \\ 0 & (1 - 2i)^k \end{pmatrix} w[0]\\ &= 5^{\frac{k}{2}}\begin{pmatrix} e^{i\theta k} & 0 \\ 0 & e^{-i\theta k} \end{pmatrix} w[0] \end{aligned}$$ where $\theta = \arctan(2).$ If $A$ is not diagonalizable, you can still find a change of coordinates that puts the matrix in Jordan Normal Form. This technique generalizes for higher dimensional discrete time systems.