Problem 5
Question
For the dynamical system \(16.6 \mathrm{C}\), $$ \begin{array}{lll} x_{0} & =0.25 & x_{n+1} & =0.9 \times x_{n}+0.04 \times y_{n} \\ y_{0} & =0.5 & y_{n+1} & =0.1 \times x_{n}+0.86 \times y_{n} \end{array} $$ the characteristic roots are \(r_{1}=0.946\) and \(r_{2}=0.814 . x_{t}\) and \(y_{t}\) are given by $$ x_{t}=C_{1} \times r_{1}^{t}+C_{2} \times r_{2}^{t} $$ $$ y_{t}=D_{1} \times r_{1}^{t}+D_{2} \times r_{2}^{t} $$ Where \(C_{1}, C_{2}, D_{1}\) and \(D_{2}\) are computed from $$ \begin{array}{ll} x_{0}=C_{1}+C_{2} & y_{0}=D_{1}+D_{2} \\ x_{1}=C_{1} \times r_{1}+C_{2} \times r_{2} & y_{1}=D_{1} \times r_{1}+D_{2} \times r_{2} \end{array} $$ Compute \(C_{1}, C_{2}, D_{1}\) and \(D_{2}\) and use these values in Equations 16.12 and 16.13 to compute \(x_{2}, x_{3},\) and \(y_{2}, y_{3}\)
Step-by-Step Solution
VerifiedKey Concepts
Characteristic Roots
Consider the system given in the problem, which is a pair of recursive relations for sequences. The characteristic roots provided are \( r_1 = 0.946 \) and \( r_2 = 0.814 \). These roots tell us that any trajectory described by the variable \( x_t \) or \( y_t \) will lead to stabilization because both roots are less than 1, indicating both sequences will eventually settle or converge.
- Roots less than 1 usually suggest convergence.
- Roots greater than 1 could signify divergence, meaning the sequence might grow indefinitely.
- Complex roots, when present, might indicate oscillating behavior.
System of Equations
To solve the given dynamical system, we need to find values for \( C_1, C_2, D_1, \) and \( D_2 \), using the initial conditions and the properties of the characteristic equation. We start from the initial conditions, which are \( x_0 = 0.25 \) and \( y_0 = 0.5 \).
- First, we set up two primary equations using \( x_0 = C_1 + C_2 \) and \( y_0 = D_1 + D_2 \).
- We then calculate further values like \( x_1 \) and \( y_1 \) using the given recurrence relations to set up a second layer of equations: \( x_1 = C_1 \times r_1 + C_2 \times r_2 \) and \( y_1 = D_1 \times r_1 + D_2 \times r_2 \).
Recurrence Relations
In the given problem, the recurrence relations are:\[ x_{n+1} = 0.9 \times x_n + 0.04 \times y_n \text{ and } y_{n+1} = 0.1 \times x_n + 0.86 \times y_n.\]These equations describe how \( x \) and \( y \) evolve at each step \( n \) knowing their immediate past values.
- The coefficients of these relations determine their dependence on the previous terms.
- Each coefficient reflects how much influence one sequence term has on another or on itself for the following step.
- Understanding these relations allows accurate predictions for future values given initial conditions.