Problem 22
Question
Solve the given initial-value problem. $$\begin{aligned} &\frac{d x}{d t}=y-1\\\ &\frac{d y}{d t}=-3 x+2 y\\\ &x(0)=0, y(0)=0 \end{aligned}$$
Step-by-Step Solution
Verified Answer
The solution with initial conditions is: \( x(t) = \frac{1}{3}[e^t(\cos(\sqrt{2}t) - \sin(\sqrt{2}t))] - \frac{1}{3} \), \( y(t) = e^t(-\cos(\sqrt{2}t) - \sin(\sqrt{2}t)) \).
1Step 1: Identify the Type of System
The given system of differential equations is a pair of first-order linear ordinary differential equations with constant coefficients. We can write the system in matrix form or directly solve it.
2Step 2: Write the System in Matrix Form
Rewrite the given system in matrix form:\[\begin{pmatrix} \frac{dx}{dt} \\frac{dy}{dt} \end{pmatrix} = \begin{pmatrix} 0 & 1 \-3 & 2 \end{pmatrix} \begin{pmatrix} x \y \end{pmatrix} + \begin{pmatrix} -1 \0 \end{pmatrix}.\]
3Step 3: Find the Eigenvalues and Eigenvectors
Find the eigenvalues of the matrix \( A = \begin{pmatrix} 0 & 1 \ -3 & 2 \end{pmatrix} \) by solving \( \det(A - \lambda I) = 0 \). We have:\[\begin{vmatrix} 0 - \lambda & 1 \-3 & 2 - \lambda\end{vmatrix} = 0.\]The characteristic equation is \( \lambda^2 - 2\lambda + 3 = 0 \), having roots (eigenvalues) \( \lambda_1 = 1 + \sqrt{2}i \) and \( \lambda_2 = 1 - \sqrt{2}i \).
4Step 4: Determine the General Solution for the Homogeneous Part
The general solution for the system based on the eigenvalues is:\[\begin{pmatrix} x(t) \y(t) \end{pmatrix} = c_1 \begin{pmatrix} \cos(\sqrt{2}t) \-3\cos(\sqrt{2}t) + \sin(\sqrt{2}t) \end{pmatrix} e^t + c_2 \begin{pmatrix} \sin(\sqrt{2}t) \-3\sin(\sqrt{2}t) - \cos(\sqrt{2}t) \end{pmatrix} e^t.\]
5Step 5: Solve for the Particular Solution
To solve for the particular solution, guess a constant solution \( \begin{pmatrix} x_p \ y_p \end{pmatrix} \). Substituting into the system gives:\[-1 = y_p - 1 \quad \text{and} \quad 0 = -3x_p + 2y_p.\]Solving, we find \( y_p = 0 \) and \( x_p = -\frac{1}{3} \). The particular solution is:\[ x_p(t) = -\frac{1}{3}, \quad y_p(t) = 0. \]
6Step 6: Combine General and Particular Solutions
The complete solution is the sum of the homogeneous and particular solutions:\[\begin{pmatrix} x(t) \y(t) \end{pmatrix} = c_1 \begin{pmatrix} \cos(\sqrt{2}t) \-3\cos(\sqrt{2}t) + \sin(\sqrt{2}t) \end{pmatrix} e^t + c_2 \begin{pmatrix} \sin(\sqrt{2}t) \-3\sin(\sqrt{2}t) - \cos(\sqrt{2}t) \end{pmatrix} e^t + \begin{pmatrix} -\frac{1}{3} \0 \end{pmatrix}. \]
7Step 7: Apply Initial Conditions
Use the initial conditions \( x(0) = 0 \) and \( y(0) = 0 \) to solve for the constants \( c_1 \) and \( c_2 \). From \( x(0) = 0 \), solve:\[-\frac{1}{3} + c_1 = 0 \rightarrow c_1 = \frac{1}{3}.\]From \( y(0) = 0 \), solve:\[-c_1 + c_2 \times 1 = 0 \rightarrow \frac{1}{3} + c_2 \times 1 = 0.\]Thus, \( c_2 = -\frac{1}{3} \).
8Step 8: Write the Final Solution
Substitute the values of \( c_1 \) and \( c_2 \) into the full solution:\[\begin{pmatrix} x(t) \y(t) \end{pmatrix} = \left( \frac{1}{3} \right)\begin{pmatrix} \cos(\sqrt{2}t) \-3\cos(\sqrt{2}t) + \sin(\sqrt{2}t) \end{pmatrix} e^t - \left( \frac{1}{3} \right)\begin{pmatrix} \sin(\sqrt{2}t) \-3\sin(\sqrt{2}t) - \cos(\sqrt{2}t) \end{pmatrix} e^t + \begin{pmatrix} -\frac{1}{3} \0 \end{pmatrix}. \]
Key Concepts
First-Order Linear Differential EquationsMatrix Form SolutionEigenvalues and Eigenvectors
First-Order Linear Differential Equations
Understanding first-order linear differential equations is crucial for solving various mathematical and scientific problems. A first-order linear differential equation is an equation that involves the derivative of a function and the function itself, with the highest derivative being first-order.
This means, in simple terms, the equation only contains the first derivative of the function.A typical form of such an equation is:
This means, in simple terms, the equation only contains the first derivative of the function.A typical form of such an equation is:
- \( \frac{dy}{dt} + P(t) y = Q(t) \)
- \( \frac{dx}{dt} = y - 1 \)
- \( \frac{dy}{dt} = -3x + 2y \)
Matrix Form Solution
Converting differential equations into a matrix form can simplify their analysis and solution. This method is very useful, especially when dealing with systems of equations.The matrix form of a system of linear differential equations groups these equations into a single equation:
- \[\begin{pmatrix} \frac{dx}{dt} \ \frac{dy}{dt} \end{pmatrix} = \begin{pmatrix} a_{11} & a_{12} \ a_{21} & a_{22} \end{pmatrix} \begin{pmatrix} x \ y \end{pmatrix} + \begin{pmatrix} b_1 \ b_2 \end{pmatrix} \]
- \[\begin{pmatrix} 0 & 1 \ -3 & 2 \end{pmatrix} \]
Eigenvalues and Eigenvectors
Eigenvalues and eigenvectors are powerful tools in understanding the dynamic behavior of systems of differential equations. When a system is expressed in matrix form, as seen in our exercise, solving for eigenvalues and eigenvectors provides insight into the system's stability and oscillatory behavior.To find the eigenvalues, you solve the characteristic equation:
- \[ \text{det}(A - \lambda I) = 0 \]
- \[\begin{pmatrix} 0 & 1 \ -3 & 2 \end{pmatrix} \]
Other exercises in this chapter
Problem 21
Find the general solution of the given higher order differential equation. $$y^{\prime \prime \prime}+3 y^{\prime \prime}+3 y^{\prime}+y=0$$
View solution Problem 21
Determine whether the given set of functions is linearly independent on the interval \((-\infty, \infty)\). $$f_{1}(x)=1+x, \quad f_{2}(x)=x, \quad f_{3}(x)=x^{
View solution Problem 22
Solve the given differential equation by undetermined coefficients.In Problems \(1-26\) solve the given differential equation by undetermined coefficients. $$y^
View solution Problem 22
Solve the given differential equation by variation of parameters. $$x^{2} y^{\prime \prime}-2 x y^{\prime}+2 y=x^{4} e^{x}$$
View solution