Skip to main content

Section A.15 Interrelated functions

In differential equations, we will encounter functions involving subscripts that are interrelated. Letโ€™s look at an example like that.

๐ŸŒŒ Example 364.

Suppose:
\begin{align*} x_{n+1} \amp = x_n + 0.5,\\ y_{n+1} \amp = [y_n\cdot (x_n)^2 + 1]x_{n+1} + y_n,\\ x_0 \amp = 3, \mbox{ and}\\ y_0 \amp = 2. \end{align*}
Find the values of \(y_1\) and \(y_2.\)
Solution.
First we would try to find \(y_1.\) Notice that when we use the formula, we have
\begin{equation*} y_1 = [y_0\cdot (x_0)^2 + 1]x_1 + y_0. \end{equation*}
While we do have the values of \(x_0\) and \(y_0,\) we donโ€™t yet have the value of \(x_1.\) So weโ€™ll find that first:
\begin{align*} x_1 \amp = x_0 + 0.5\\ \amp = 3 + 0.5\\ \amp = 3.5 \end{align*}
Now we have all the information we need to find \(y_1:\)
\begin{align*} y_1 \amp = [y_0\cdot (x_0)^2 + 1]x_1 + y_0\\ \amp = [2\cdot 3^2 + 1](3.5) + 2\\ \amp = 68.5 \end{align*}
Now we proceed in the same manner. First we find \(x_2:\)
\begin{align*} x_2 \amp = x_1 + 0.5\\ \amp = 3.5 + 0.5\\ \amp = 4 \end{align*}
Then we find \(y_2:\)
\begin{align*} y_2 \amp = [y_1\cdot (x_1)^2 + 1]x_2 + y_1\\ \amp = [68.5\cdot 3.5^2 + 1](4) + 68.5\\ \amp = 3429 \end{align*}

Exercises Exercises

1.

Find \(y_2\) given the following information about \(x_n\) and \(y_n.\)
\begin{align*} x_{n+1} \amp = x_n + 1, \amp x_0 \amp = 2\\ y_{n+1} \amp = 3\cdot x_{n+1} + y_n \amp y_0 \amp = -3 \end{align*}
Answer.
\begin{equation*} y_2 = 18 \end{equation*}

2.

Find \(y_2\) given the following information about \(x_n\) and \(y_n.\)
\begin{align*} x_{n+1} \amp = x_n + 1, \amp x_0 = 0\\ y_{n+1} \amp = [x_n+y_n]^2\cdot[x_{n+1} - x_n] + y_n \amp y_0 = 2 \end{align*}
Answer.
\begin{equation*} y_2 = 55 \end{equation*}

3.

Find \(y_2\) given the following information about \(x_n\) and \(y_n.\)
\begin{align*} x_{n+1} \amp = x_n + 2, \amp x_0 = -1\\ y_{n+1} \amp = [3x_n - y_n^2]\cdot 2 + y_n \amp y_0 = -6 \end{align*}
Answer.
\begin{equation*} y_2 = -14190 \end{equation*}
You have attempted of activities on this page.