The origin is classified as a saddle point for the discrete dynamical system xk+1=Axk, where A is a 2×2 matrix with real entries. Which statement about the eigenvalues of A must be true?
AOne eigenvalue λ1 satisfies ∣λ1∣>1 and the other eigenvalue λ2 satisfies ∣λ2∣<1.
BThe eigenvalues are real numbers, with one being positive and the other negative.
CThe determinant of A must be negative, ensuring that the eigenvalues have opposite signs.
DThe real parts of the eigenvalues must have opposite signs, one being positive and one being negative.
Practice Stability In Linear Systems in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Stability In Linear Systems, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
The origin is classified as a saddle point for the discrete dynamical system xk+1=Axk, where A is a 2×2 matrix with real entries. Which statement about the eigenvalues of A must be true?
One eigenvalue λ1 satisfies ∣λ1∣>1 and the other eigenvalue λ2 satisfies ∣λ2∣<1. (correct answer)
The eigenvalues are real numbers, with one being positive and the other negative.
The determinant of A must be negative, ensuring that the eigenvalues have opposite signs.
The real parts of the eigenvalues must have opposite signs, one being positive and one being negative.
Explanation: A saddle point in a discrete dynamical system is characterized by having both attractive and repulsive behavior. This occurs when at least one eigenvalue has a magnitude greater than 1 (causing repulsion along its eigenspace) and at least one eigenvalue has a magnitude less than 1 (causing attraction along its eigenspace). The other options are incorrect because they describe conditions that are neither necessary nor sufficient. For example, eigenvalues λ1=2,λ2=0.5 produce a saddle point, but both are positive. Eigenvalues λ1=2,λ2=−2 produce a repeller, even though they have opposite signs. The condition on the real parts of eigenvalues applies to continuous systems, not discrete ones.
Question 2
A student concludes that the origin is a stable attractor for the discrete system xk+1=Axk with A=(−0.70.50−1.2), reasoning that both eigenvalues are negative. Why is this reasoning and conclusion flawed?
The conclusion is flawed because stability in discrete systems requires all eigenvalues to have a magnitude less than 1, and ∣−1.2∣>1. (correct answer)
The reasoning is correct, but the conclusion is wrong; two negative eigenvalues always mean the origin is a repeller, not an attractor.
The reasoning is flawed because stability is determined by the determinant; since det(A)=0.84<1, the origin is actually stable.
The reasoning is flawed because stability is determined by the signs of the real parts, which is a concept from continuous systems, not the signs of the eigenvalues themselves.
Explanation: The student's reasoning is incorrect because the stability of a discrete dynamical system depends on the magnitude of the eigenvalues, not their sign. The matrix is lower triangular, so the eigenvalues are the diagonal entries: λ1=−0.7 and λ2=−1.2. For the origin to be an attractor, all eigenvalues must satisfy ∣λ∣<1. Here, ∣λ1∣=∣−0.7∣=0.7<1, but ∣λ2∣=∣−1.2∣=1.2>1. Since one eigenvalue has a magnitude greater than 1, the origin is unstable (specifically, a saddle point). The student incorrectly applied a rule related to the sign of eigenvalues, which is not the correct criterion.
Question 3
The characteristic polynomial of a 2×2 matrix A for a discrete system is p(λ)=λ2−0.5λ+c. If the origin is a stable attractor for this system, which of the following is a possible value for c?
c=1.1
c=−0.7
c=0.4 (correct answer)
c=−0.5
Explanation: For a 2×2 matrix, the characteristic polynomial is λ2−tr(A)λ+det(A)=0. So, tr(A)=0.5 and c=det(A). For the origin to be a stable attractor, three conditions on the trace (T) and determinant (D) must be met: (1) ∣D∣<1, (2) 1−T+D>0, and (3) 1+T+D>0.
In our case, T=0.5 and D=c.
(1) ∣c∣<1, which means −1<c<1. This eliminates choice A.
(2) 1−0.5+c>0⟹0.5+c>0⟹c>−0.5. This eliminates choices B and D.
(3) 1+0.5+c>0⟹1.5+c>0⟹c>−1.5. This condition is weaker than c>−0.5.
Combining the conditions, we need −0.5<c<1. Only choice C, c=0.4, falls within this range.
Question 4
For the discrete dynamical system xk+1=Axk with A=(0.800.31.5), the origin is a saddle point. Trajectories are attracted to the origin along one direction and repelled from it along another. Along which direction are the trajectories attracted toward the origin?
Along the direction of the vector (1−1).
Along the direction of the vector (01).
Along the direction of the vector (11).
Along the direction of the vector (10). (correct answer)
Explanation: When analyzing stability in discrete dynamical systems, you need to examine the eigenvalues and eigenvectors of the matrix. The eigenvalues determine whether trajectories grow or decay, while the eigenvectors show the directions along which this behavior occurs.For matrix A=(0.800.31.5), since it's upper triangular, the eigenvalues are simply the diagonal entries: λ1=0.8 and λ2=1.5. Since ∣λ1∣<1, trajectories decay (are attracted to the origin) along its eigenvector direction. Since ∣λ2∣>1, trajectories grow (are repelled from the origin) along its eigenvector direction.To find the eigenvector for λ1=0.8, solve (A−0.8I)v=0:(000.30.7)(xy)=(00)This gives 0.3y=0 and 0.7y=0, so y=0. The eigenvector is $$
\begin{pmatrix} 1 \ 0 \end{pmatrix}
Choice A, $$
\begin{pmatrix} 1 \\ -1 \end{pmatrix}
$$, isn't an eigenvector of this matrix. Choice B, $$
\begin{pmatrix} 0 \\ 1 \end{pmatrix}
$$, is actually the eigenvector for $$\lambda_2 = 1.5$$, which corresponds to repulsion, not attraction. Choice C, $$
\begin{pmatrix} 1 \\ 1 \end{pmatrix}
$$, also isn't an eigenvector.
Remember: for discrete systems, attraction occurs along eigenvectors with eigenvalues having absolute value less than 1, while repulsion occurs when the absolute value exceeds 1.
Question 5
Consider the discrete system xk+1=Axk where A=(0.50.50.50.5). Which statement best describes the long-term behavior of this system for an arbitrary initial vector x0?
All non-zero trajectories are repelled from the origin and go to infinity.
All trajectories converge to the origin, making it a global attractor.
Trajectories converge to a specific point on the line y=x, with the specific point depending on x0. (correct answer)
Trajectories oscillate between two points and never converge.
Explanation: First, we find the eigenvalues of A. The characteristic equation is (0.5−λ)2−0.25=0, which gives λ2−λ=0, so λ1=1 and λ2=0. The eigenvector for λ1=1 is found by solving (A−I)v=0, which gives −0.5x+0.5y=0, so the eigenspace is the line y=x, spanned by (11). The eigenvector for λ2=0 is spanned by (1−1). Any initial vector can be written as x0=c1(11)+c2(1−1). Then xk=Akx0=c1(1)k(11)+c2(0)k(1−1). For k≥1, this becomes xk=c1(11). Thus, the system converges to the point c1(11), which lies on the line y=x. The exact point depends on the component of x0 in the direction of the first eigenvector.
Question 6
For the discrete system xk+1=(2000.5)xk, which of the following sets of initial vectors x0 will produce a trajectory that converges to the origin as k→∞?
Only the zero vector x0=(00).
Any vector lying on the x-axis, of the form (c0).
Any vector lying on the y-axis, of the form (0c). (correct answer)
Any vector x0 for which the sum of its components is zero.
Explanation: The matrix is diagonal, so its eigenvalues are the diagonal entries λ1=2 and λ2=0.5. The corresponding eigenvectors are the standard basis vectors v1=(10) (the x-axis) and v2=(01) (the y-axis). Since ∣λ1∣>1 and ∣λ2∣<1, the origin is a saddle point. The direction associated with λ1 is unstable (repelling), and the direction associated with λ2 is stable (attracting). A trajectory converges to the origin only if its initial vector has no component in the unstable direction. For an initial vector x0=(c1c2), the trajectory is xk=(c1(2k)c2(0.5k)). This converges to (00) only if c1=0. Therefore, the initial vector must be of the form (0c2), which is any vector on the y-axis.
Question 7
For a discrete system xk+1=Axk with A=(41−21), and a generic initial vector x0 not in an eigenspace, the vector xk will align with a specific direction as k→∞. What is this long-term direction?
Parallel to the vector (11).
Parallel to the vector (21). (correct answer)
Parallel to the vector (1−2).
Parallel to the vector (41).
Explanation: The long-term direction of the system is determined by the eigenvector corresponding to the dominant eigenvalue (the eigenvalue with the largest magnitude). The characteristic equation is (4−λ)(1−λ)−(−2)(1)=0, which is λ2−5λ+6=0, or (λ−3)(λ−2)=0. The eigenvalues are λ1=3 and λ2=2. The dominant eigenvalue is λ1=3. To find its eigenvector, we solve (A−3I)v=0: (11−2−2)(xy)=(00). This gives the equation x−2y=0, so the eigenvector is any scalar multiple of (21).
Question 8
Consider two stable discrete systems, System 1 governed by A=(0.50.100.6) and System 2 governed by B=(0.80−0.20.7). Which statement correctly compares their long-term behavior?
The long-term behavior cannot be compared without knowing the initial vectors.
System 2 converges to the origin faster than System 1.
Both systems converge to the origin at the same rate.
System 1 converges to the origin faster than System 2. (correct answer)
Explanation: When analyzing discrete dynamical systems of the form xn+1=Mxn, the convergence rate to the origin depends on the spectral radius—the largest absolute value among all eigenvalues of the matrix. The smaller the spectral radius, the faster the system converges.For System 1 with matrix A=(0.50.100.6), we need the eigenvalues. The characteristic polynomial is (0.5−λ)(0.6−λ)−0=λ2−1.1λ+0.3. Using the quadratic formula: λ=21.1±1.21−1.2=21.1±0.1, giving eigenvalues 0.6 and 0.5. The spectral radius is 0.6.For System 2 with matrix $$B = \begin{pmatrix} 0.8 & -0.2 \ 0 & 0.7 \end{pmatrix}SinceSystem1hasspectralradius0.6<0.8(System2′sspectralradius),System1convergesfaster.ThisconfirmsanswerD.AnswerAiswrongbecauseconvergenceratedependsonlyonthematrixeigenvalues,notinitialconditions.AnswerBincorrectlyreversesthecomparison—System2′slargerspectralradiusmeansslowerconvergence.AnswerCiswrongbecausethespectralradiiareclearlydifferent(0.6=0.8).∗∗Studytip:∗∗Fordiscretesystemconvergencerates,alwayscomputethespectralradius.Smallerspectralradius=fasterconvergencetoequilibrium.
Question 9
Two towns, Northville and Southtown, have populations that migrate between them. Each year, 10% of Northville's population moves to Southtown, and 5% of Southtown's population moves to Northville. If this pattern continues, what is the long-term stable distribution of the total population between the two towns?
The populations of the two towns will become equal.
The population of Northville will stabilize at half the population of Southtown. (correct answer)
The population of Southtown will stabilize at half the population of Northville.
All residents will eventually move to Northville, the more attractive town.
Explanation: Let nk and sk be the populations of Northville and Southtown in year k. The system is described by: nk+1=0.90nk+0.05sk and sk+1=0.10nk+0.95sk. The transition matrix is A=(0.900.100.050.95). The long-term stable distribution is the eigenvector corresponding to the eigenvalue λ=1. We solve (A−I)v=0, which is (−0.100.100.05−0.05)(ns)=(00). Both equations simplify to 0.10n=0.05s, or s=2n. This means in the long term, the population of Southtown will be twice the population of Northville, or equivalently, Northville's population will be half of Southtown's.
Question 10
A population model tracks two competing species with transition matrix P=(0.70.20.11.2). After computing eigenvalues λ1=0.6 and λ2=1.3, what is the most accurate description of the system's long-term behavior?
Both populations stabilize at finite levels since one eigenvalue is less than 1 and one is greater than 1
The system exhibits exponential growth in the direction of the eigenvector for λ2=1.3 while decay occurs perpendicular to it (correct answer)
The populations oscillate between growth and decay since the eigenvalues have different signs relative to unity
Population 2 grows exponentially while population 1 decays since P22>1 and P11<1
Explanation: With eigenvalues 0.6 and 1.3, the dominant eigenvalue λ₂ = 1.3 > 1 causes exponential growth in its eigenvector direction, while components in the λ₁ = 0.6 direction decay. The long-term behavior is dominated by growth along the eigenvector for λ₂. Choice A is wrong because mixed eigenvalues don't lead to finite stabilization. Choice C incorrectly describes oscillation. Choice D incorrectly focuses on individual diagonal entries rather than eigenvalue analysis.
Question 11
For the discrete system yn+1=Byn, suppose B has eigenvalues μ1=−0.8 and μ2=0.6. Starting from a generic initial condition, which statement best describes the solution's behavior?
The solution converges monotonically to the origin since both eigenvalues have absolute value less than 1
The solution oscillates with increasing amplitude since one eigenvalue is negative and one is positive
The solution exhibits damped oscillations approaching the origin due to the negative eigenvalue with largest absolute value (correct answer)
The solution approaches a steady state along the eigenvector for μ2=0.6 with alternating signs each iteration
Explanation: When analyzing discrete linear systems, the eigenvalues of the coefficient matrix determine the long-term behavior of solutions. For the system yn+1=Byn, you need to examine both the magnitude and sign of each eigenvalue to predict how solutions evolve.With eigenvalues μ1=−0.8 and μ2=0.6, the solution has the general form yn=c1(−0.8)nv1+c2(0.6)nv2, where v1 and v2 are the corresponding eigenvectors. Since ∣−0.8∣=0.8>∣0.6∣=0.6, the first term dominates the behavior. The negative eigenvalue (−0.8)n creates alternating signs each iteration (oscillation), while the magnitude less than 1 ensures decay over time (damping). Both terms eventually approach zero, so the solution exhibits damped oscillations approaching the origin.Choice A incorrectly ignores the oscillatory nature caused by the negative eigenvalue. Choice B wrongly suggests increasing amplitude—both eigenvalues have magnitude less than 1, so all components decay. Choice D misunderstands the dynamics: the solution doesn't approach a steady state along v2 because that component also decays to zero, and the alternating signs come from the μ1 term, not μ2.Study tip: For discrete systems, eigenvalue magnitude determines stability (∣μ∣<1 means stable), while eigenvalue sign determines oscillation (negative eigenvalues cause alternating behavior). Always identify the dominant eigenvalue—the one with largest absolute value—to predict primary solution characteristics.
Question 12
Consider a continuous linear system x˙=Cx where C has eigenvalues α=0 and β=−0.5. If the eigenvector for α=0 is $$\mathbf{v}_1 = \begin{pmatrix} 1 \ 2 \end{pmatrix}
All solutions converge to the origin since the largest eigenvalue is zero, which indicates marginal stability
Solutions oscillate around the line spanned by v1 with decreasing amplitude governed by β=−0.5
The system is unstable because having a zero eigenvalue creates a degenerate case with unbounded growth
Solutions approach the line spanned by v1 with the approach rate determined by the β=−0.5 eigenvalue (correct answer)
Explanation: When analyzing linear dynamical systems x˙=Cx, the eigenvalues of matrix C completely determine the system's long-term behavior. Each eigenvalue governs how solutions behave along its corresponding eigenvector direction.With eigenvalues α=0 and β=−0.5, the general solution is x(t)=c1e0⋅tv1+c2e−0.5tv2=c1v1+c2e−0.5tv2. As t→∞, the exponential term e−0.5t→0, so solutions approach c1v1—a point on the line spanned by v1. The rate of approach is governed by how quickly e−0.5t decays, which depends on β=−0.5. This confirms answer D.A is wrong because solutions don't converge to the origin unless c1=0. The zero eigenvalue means the v1 component persists forever—solutions approach the line spanned by v1, not the origin.B incorrectly suggests oscillations. Oscillations require complex eigenvalues with imaginary parts. Here, both eigenvalues are real, producing exponential behavior without oscillation.C mischaracterizes zero eigenvalues as causing instability. A zero eigenvalue creates neutral stability along that direction—neither growth nor decay. Instability requires positive real parts in eigenvalues.Study tip: Remember that eigenvalues with negative real parts decay to zero, while zero eigenvalues persist unchanged. The long-term behavior is dominated by eigenvalues with the largest real parts.
Question 13
A mechanical system satisfies xk+1=Mxk where M has characteristic polynomial p(λ)=λ2−0.6λ+0.25. What can be determined about the stability without computing eigenvectors?
The system is stable since both roots satisfy ∣λ∣<1, as verified by p(1)>0 and p(−1)>0 (correct answer)
The system is unstable since p(0)=0.25>0, indicating both eigenvalues are positive and potentially greater than 1
The system is marginally stable since the discriminant Δ=0.36−1<0 gives complex eigenvalues on the unit circle
Stability cannot be determined without explicitly solving p(λ)=0 since the coefficient tests are inconclusive
Explanation: For stability, we need |λ| < 1 for all roots. Since p(λ) = λ² - 0.6λ + 0.25, we have p(1) = 1 - 0.6 + 0.25 = 0.65 > 0 and p(-1) = 1 + 0.6 + 0.25 = 1.85 > 0. With the leading coefficient positive, this means no roots have |λ| ≥ 1, so the system is stable. Choice B misinterprets p(0). Choice C incorrectly concludes marginal stability from complex roots. Choice D is wrong because the tests are conclusive.
Question 14
A discrete dynamical system is given by xn+1=Axn where A=(0.80.20.30.7). If the system starts with initial condition $$\mathbf{x}_0 = \begin{pmatrix} 100 \ 50 \end{pmatrix}
The system converges to the zero vector since both diagonal entries are less than 1
The system converges to a steady state determined by the eigenvector corresponding to eigenvalue 1 (correct answer)
The system oscillates indefinitely since the matrix has complex eigenvalues with modulus less than 1
The system grows without bound since the sum of each column exceeds 1
Explanation: For this matrix, the eigenvalues are λ₁ = 1 and λ₂ = 0.5. Since one eigenvalue equals 1 and the other has absolute value less than 1, the system converges to a steady state in the direction of the eigenvector for λ = 1. Choice A is wrong because stability depends on eigenvalues, not diagonal entries. Choice C is wrong because the eigenvalues are real. Choice D is wrong because column sums don't determine stability.
Question 15
For the continuous system dtdu=Qu, matrix Q has eigenvalues σ1=−0.1 and σ2=−0.001. If the initial condition has equal components along both eigenvectors, approximately how long does it take for the solution to be within 1% of its final steady state?
About 46 time units, determined by ln(100)/0.1 since the faster eigenvalue dominates the approach
About 92 time units, determined by 2ln(100)/0.1 since both eigenvalue effects must be considered simultaneously
About 230 time units, determined by the average ln(100)/0.0505 since both eigenvalues contribute equally
About 4606 time units, determined by ln(100)/0.001 since the slower eigenvalue determines when steady state is reached (correct answer)
Explanation: When analyzing continuous linear systems, the long-term behavior depends critically on understanding how different eigenvalues control the decay to steady state. For the system dtdu=Qu with negative eigenvalues, the general solution is u(t)=c1eσ1tv1+c2eσ2tv2 where v1 and v2 are the corresponding eigenvectors.Since both eigenvalues are negative, the system approaches zero as t→∞. With σ1=−0.1 and σ2=−0.001, the term e−0.1t decays much faster than e−0.001t. After sufficient time, the e−0.1t term becomes negligible, and the solution is dominated by c2e−0.001tv2.To reach within 1% of steady state (zero), we need the remaining component to satisfy ∣c2e−0.001t∣=0.01∣c2∣, giving us e−0.001t=0.01. Solving: t=0.001ln(100)≈4606 time units.Option A incorrectly uses the faster eigenvalue, missing that the slower mode determines convergence time. Option B doubles the fast eigenvalue calculation but still ignores the dominant slow mode. Option C attempts to average the eigenvalues, but the slowest mode alone controls the final approach to steady state.Key takeaway: In multi-mode systems, the eigenvalue closest to zero (smallest magnitude) determines how long it takes to reach steady state—the "bottleneck" principle governs convergence time.
Question 16
Two similar dynamical systems have matrices A1 with eigenvalues {0.9,0.7} and A2 with eigenvalues {0.95,0.3}. Both systems start from the same initial condition x0. How do their convergence properties compare?
System 1 converges faster overall since both eigenvalues are closer to each other, reducing oscillatory transients
System 2 converges faster since its smallest eigenvalue 0.3 is much smaller than system 1's smallest eigenvalue 0.7
System 1 converges faster since its dominant eigenvalue 0.9 is smaller than system 2's dominant eigenvalue 0.95 (correct answer)
The convergence rates are essentially equal since both systems have all eigenvalues less than 1, ensuring stability
Explanation: The convergence rate is determined by the largest eigenvalue in absolute value (the dominant eigenvalue). System 1 has dominant eigenvalue 0.9, while system 2 has dominant eigenvalue 0.95. Since 0.9 < 0.95, system 1 converges faster. Choice A incorrectly focuses on eigenvalue spacing. Choice B incorrectly emphasizes the smallest eigenvalue. Choice D ignores the significant difference in dominant eigenvalues.
Question 17
Consider the linear system dtdx=Ax where A=(−241−3). The eigenvalues of A are λ1=−1+i and λ2=−1−i. What type of stability does this equilibrium point exhibit?
Asymptotically stable with oscillatory approach since both eigenvalues have negative real parts and nonzero imaginary parts (correct answer)
Unstable since the eigenvalues are complex, causing the solution to spiral outward indefinitely
Neutrally stable since the real parts are negative but the imaginary parts cause persistent oscillations
Asymptotically stable with monotonic approach since the eigenvalues have magnitude less than 1
Explanation: Since both eigenvalues have negative real parts (-1), the equilibrium is asymptotically stable. The nonzero imaginary parts (±i) cause oscillatory behavior as solutions spiral inward to the origin. Choice B is wrong because negative real parts ensure stability, not instability. Choice C confuses the continuous case with discrete systems. Choice D incorrectly focuses on magnitude and describes monotonic behavior.
Question 18
Consider the discrete dynamical system defined by xk+1=Axk, where A=(1.3−0.50.40.5). How is the origin classified for this system?
An attractor (sink), because the eigenvalues are complex with magnitude less than 1. (correct answer)
A repeller (source), because the trace of the matrix is greater than 1.
A saddle point, because one eigenvalue has a magnitude greater than 1 and one is less than 1.
A center, because the eigenvalues are complex, leading to purely rotational trajectories.
Explanation: To classify the origin, we must find the eigenvalues of A by solving the characteristic equation det(A−λI)=0. This gives (1.3−λ)(0.5−λ)−(0.4)(−0.5)=0, which simplifies to λ2−1.8λ+0.85=0. Using the quadratic formula, the eigenvalues are λ=21.8±(−1.8)2−4(1)(0.85)=0.9±0.2i. The stability of a discrete system is determined by the magnitude of its eigenvalues. The magnitude is ∣0.9±0.2i∣=0.92+0.22=0.81+0.04=0.85. Since 0.85<1, both eigenvalues have a magnitude less than 1, so the origin is an attractor (sink).
Question 19
Consider the system xk+1=Axk where A=(k00.30.9). For what range of values of k is the origin an attractor?
k<1
0≤k<1
−0.9<k<0.9
−1<k<1 (correct answer)
Explanation: For the origin to be an attractor, all eigenvalues of the matrix A must have a magnitude less than 1. Since A is an upper triangular matrix, its eigenvalues are its diagonal entries: λ1=k and λ2=0.9. We need to satisfy ∣λi∣<1 for both eigenvalues. For λ2, we have ∣0.9∣=0.9<1, which is satisfied. For λ1, we need ∣k∣<1. This inequality is equivalent to −1<k<1.
Question 20
The trajectories of a 2D discrete dynamical system xk+1=Axk are observed to spiral outward, away from the origin. Which of the following could be the eigenvalues of the matrix A?
λ=0.5±0.5i
λ1=1.2, λ2=0.8
λ=1.1±0.4i (correct answer)
λ=±i
Explanation: The behavior of trajectories is determined by the eigenvalues of A. A 'spiral' motion indicates that the eigenvalues are a complex conjugate pair. Motion 'outward, away from the origin' indicates that the origin is a repeller, which for a discrete system means the magnitude of the eigenvalues must be greater than 1. Let's check the magnitudes for the complex options:
(A) ∣0.5±0.5i∣=0.52+0.52=0.5<1. This would be a spiral attractor.
(C) ∣1.1±0.4i∣=1.12+0.42=1.21+0.16=1.37>1. This corresponds to a spiral repeller.
(D) ∣±i∣=02+12=1. This would be a center, with trajectories orbiting but not moving outward.