Problem 14
Question
Use variation of parameters to solve the given system. \(\frac{d x}{d t}=2 x-y\) \(\frac{d y}{d t}=3 x-2 y+4 t\)
Step-by-Step Solution
Verified Answer
Using variation of parameters, the solution is obtained by combining the homogeneous solution and the particular solution related to the non-homogeneous term.
1Step 1: Find the Homogeneous Solution
First, consider the associated homogeneous system:\[ \frac{d x}{d t} = 2x - y \]\[ \frac{d y}{d t} = 3x - 2y \]To solve this system, assume a solution of the form \( \mathbf{v} = \begin{pmatrix} x_h \ y_h \end{pmatrix} = \begin{pmatrix} e^{\lambda t} \ e^{\lambda t} \end{pmatrix} \). Substitute into the homogeneous equations to obtain the characteristic equation. After solving, determine the eigenvalues and eigenvectors to construct the general solution of the homogeneous system.
2Step 2: Solve the Characteristic Equation
The characteristic equation is derived from the matrix form:\[ \begin{pmatrix} 2-\lambda & -1 \ 3 & -2-\lambda \end{pmatrix} \begin{pmatrix} x_h \ y_h \end{pmatrix} = \begin{pmatrix} 0 \ 0 \end{pmatrix} \]The determinant of this matrix \((2-\lambda)(-2-\lambda) - (-1)(3) = \lambda^2 + 1\), gives the characteristic equation: \( \lambda^2 + 1 = 0 \).Solve for \( \lambda \), finding \( \lambda = i \) and \( \lambda = -i \).
3Step 3: Find Eigenvectors and Construct the Homogeneous Solution
Using \( \lambda = i \), solve \( \begin{pmatrix} 2-i & -1 \ 3 & -2-i \end{pmatrix} \begin{pmatrix} a \ b \end{pmatrix} = 0 \) to find eigenvectors. Repeat for \( \lambda = -i \). For simplification, the general solution of the homogeneous system, considering trigonometric representation, is:\[ \mathbf{v}_{h}(t) = c_1 \begin{pmatrix} \cos(t) \ 0.6\cos(t) - 0.8\sin(t) \end{pmatrix} + c_2 \begin{pmatrix} \sin(t) \ 0.8\cos(t) + 0.6\sin(t) \end{pmatrix} \] where \(c_1\) and \(c_2\) are constants.
4Step 4: Set Up Variation of Parameters
The particular solution \( \mathbf{v}_{p}(t) \) is found using variation of parameters:\[ \mathbf{v}_{p}(t) = u_1(t) \mathbf{v}_{1}(t) + u_2(t) \mathbf{v}_{2}(t) \]where \( u_1(t) \) and \( u_2(t) \) are functions determined by the method. The matrix equation:\[ W(t) \begin{pmatrix} \frac{d u_1}{dt} \ \frac{d u_2}{dt} \end{pmatrix} = \mathbf{g}(t) \]where \( W(t) \) is the Wronskian matrix formed from the homogeneous solutions \( \mathbf{v}_{1}(t) \) and \( \mathbf{v}_{2}(t) \), and \( \mathbf{g}(t) = \begin{pmatrix} 0 \ 4t \end{pmatrix} \).
5Step 5: Calculate the Wronskian and Solve for Particular Solution
Calculate the Wronskian:\[ W(t) = \begin{vmatrix} \cos(t) & \sin(t) \ 0.6\cos(t) - 0.8\sin(t) & 0.8\cos(t) + 0.6\sin(t) \end{vmatrix} = 1 \]Solve:\[ \begin{pmatrix} \frac{d u_1}{d t} \ \frac{d u_2}{d t} \end{pmatrix} = W(t)^{-1} \mathbf{g}(t) \ = \begin{pmatrix} 0 \ 4t \end{pmatrix} \]Solve these integrals to find \( u_1(t) \) and \( u_2(t) \), giving solutions like \( u_1(t) = \int(0) \, dt = C_1 \), and \( u_2(t) = \int(4t) \, dt = 2t^2 + C_2 \).
6Step 6: Form the General Solution
Construct the general solution:\[ \mathbf{v}(t) = \mathbf{v}_h(t) + \mathbf{v}_p(t) \]Substitute the solutions for \( u_1(t) \) and \( u_2(t) \) into \( \mathbf{v}_{p}(t) \) and add to the homogeneous solution:\[ \mathbf{v}(t) = \begin{pmatrix} c_1 \cos(t) + c_2 \sin(t) \+ 2t^2 \sin(t) \ c_1 (0.6\cos(t) - 0.8\sin(t)) + c_2 (0.8\cos(t) + 0.6\sin(t)) + 2t^2 (0.8\cos(t) + 0.6\sin(t)) \end{pmatrix} \]
Key Concepts
System of Differential EquationsHomogeneous SolutionCharacteristic EquationWronskian
System of Differential Equations
A system of differential equations consists of multiple equations involving derivatives of various functions. Each function represents a different aspect of the same system, all depending on the same variable, often time.
In the given exercise, we have two differential equations:
In the given exercise, we have two differential equations:
- \( \frac{d x}{d t} = 2x - y \)
- \( \frac{d y}{d t} = 3x - 2y + 4t \)
Homogeneous Solution
The homogeneous solution is the general solution to a system of differential equations where the non-homogeneous parts (constants or functions added on the right-hand side) are set to zero.
In context, the homogeneous version of the system drops the term \( 4t \) from the second equation:
In context, the homogeneous version of the system drops the term \( 4t \) from the second equation:
- \( \frac{d x}{d t} = 2x - y \)
- \( \frac{d y}{d t} = 3x - 2y \)
Characteristic Equation
When solving the homogeneous system, we derive the characteristic equation from the system matrix. This is done by substituting the exponential form \( e^{\lambda t} \) in the assumed solutions into the system.
For the given system:
For the given system:
- System matrix: \( \begin{pmatrix} 2 \! - \! \lambda & -1 \ 3 & -2 \! - \! \lambda \end{pmatrix} \)
Wronskian
The Wronskian is a determinant used to analyze the linear independence of a set of solutions to a differential equation. For systems, it involves the solutions at a particular instant, usually represented as a matrix.
In the exercise's context, the Wronskian \( W(t) \) is calculated from the homogeneous solutions:
In the exercise's context, the Wronskian \( W(t) \) is calculated from the homogeneous solutions:
- \( W(t) = \begin{vmatrix} \cos(t) & \sin(t) \ 0.6\cos(t) - 0.8\sin(t) & 0.8\cos(t) + 0.6\sin(t) \end{vmatrix} \)
- Resulting in \( W(t) = 1 \), indicating the solutions are linearly independent.
Other exercises in this chapter
Problem 13
In Problems 13 and 14, solve the given initial-value problem. $$ X^{\prime}=\left(\begin{array}{rr} \frac{1}{2} & 0 \\ 1 & -\frac{1}{2} \end{array}\right) \math
View solution Problem 13
In Problems 11-16, verify that the vector \(\mathbf{X}\) is a solution of the given system. $$ \mathbf{X}^{\prime}=\left(\begin{array}{rr} -1 & \frac{1}{4} \\ 1
View solution Problem 14
Verify that the vector \(\mathbf{X}\) is a solution of the given system. $$ \mathbf{X}^{\prime}=\left(\begin{array}{rr} 2 & 1 \\ -1 & 0 \end{array}\right) \math
View solution Problem 14
In Problems 13-32, use vaniation of parameters to solve the given system. $$ \begin{aligned} &\frac{d x}{d t}=2 x-y \\ &\frac{d y}{d t}=3 x-2 y+4 t \end{aligned
View solution