Detetmine the next two terms in the sequence.
3, 16, 29, 42,
21, 25, 29, 33,
1, 2, 3, 5, 8, 1,
Determine the missing number in each sequence.
5,____, 10, 12 1/2
11, 5, 9, 4,____, 5, 2
40, ____, 37 1/3, 36
Translate 5 units to the right, and 2 units down
Answer: 69,904
Explanation:
g(-16)= (-16)^4-(-16)^3+(-16)^2-(-16)
g(-16)= (65,536)-(-4,096)+(256)-(-16)
g(-16)= 65,536+4,096+256+16
g(-16)=69,904
Note that if
![{x_2}'=x_1](https://tex.z-dn.net/?f=%7Bx_2%7D%27%3Dx_1)
, then
![{x_2}''={x_1}'](https://tex.z-dn.net/?f=%7Bx_2%7D%27%27%3D%7Bx_1%7D%27)
, and so we can collapse the system of ODEs into a linear ODE:
![{x_2}''=3{x_2}'-x_2+e^t](https://tex.z-dn.net/?f=%7Bx_2%7D%27%27%3D3%7Bx_2%7D%27-x_2%2Be%5Et)
![{x_2}''-3{x_2}'+x_2=e^t](https://tex.z-dn.net/?f=%7Bx_2%7D%27%27-3%7Bx_2%7D%27%2Bx_2%3De%5Et)
which is a pretty standard linear ODE with constant coefficients. We have characteristic equation
![r^2-3r+1=\left(r-\dfrac{3+\sqrt5}2\right)\left(r+\dfrac{3+\sqrt5}2\right)=0](https://tex.z-dn.net/?f=r%5E2-3r%2B1%3D%5Cleft%28r-%5Cdfrac%7B3%2B%5Csqrt5%7D2%5Cright%29%5Cleft%28r%2B%5Cdfrac%7B3%2B%5Csqrt5%7D2%5Cright%29%3D0)
so that the characteristic solution is
![{x_2}_C=C_1e^{(3+\sqrt5)/2\,t}+C_2e^{-(3+\sqrt5)/2\,t}](https://tex.z-dn.net/?f=%7Bx_2%7D_C%3DC_1e%5E%7B%283%2B%5Csqrt5%29%2F2%5C%2Ct%7D%2BC_2e%5E%7B-%283%2B%5Csqrt5%29%2F2%5C%2Ct%7D)
Now let's suppose the particular solution is
![{x_2}_p=ae^t](https://tex.z-dn.net/?f=%7Bx_2%7D_p%3Dae%5Et)
. Then
![{x_2}_p={{x_2}_p}'={{x_2}_p}''=ae^t](https://tex.z-dn.net/?f=%7Bx_2%7D_p%3D%7B%7Bx_2%7D_p%7D%27%3D%7B%7Bx_2%7D_p%7D%27%27%3Dae%5Et)
and so
![ae^t-3ae^t+ae^t=-ae^t=e^t\implies a=-1](https://tex.z-dn.net/?f=ae%5Et-3ae%5Et%2Bae%5Et%3D-ae%5Et%3De%5Et%5Cimplies%20a%3D-1)
Thus the general solution for
![x_2](https://tex.z-dn.net/?f=x_2)
is
![x_2=C_1e^{(3+\sqrt5)/2\,t}+C_2e^{-(3+\sqrt5)/2\,t}-e^t](https://tex.z-dn.net/?f=x_2%3DC_1e%5E%7B%283%2B%5Csqrt5%29%2F2%5C%2Ct%7D%2BC_2e%5E%7B-%283%2B%5Csqrt5%29%2F2%5C%2Ct%7D-e%5Et)
and you can find the solution
![x_1](https://tex.z-dn.net/?f=x_1)
by simply differentiating
![x_2](https://tex.z-dn.net/?f=x_2)
.