Chapter 15: Problem 8
The two functions \(x(t)\) and \(y(t)\) satisfy the simultaneous equations $$ \begin{aligned} &\frac{d x}{d t}-2 y=-\sin t \\ &\frac{d y}{d t}+2 x=5 \cos t \end{aligned} $$ Find explicit expressions for \(x(t)\) and \(y(t)\), given that \(x(0)=3\) and \(y(0)=2\). Sketch the solution trajectory in the \(x y\)-plane for \(0 \leq t<2 \pi\), showing that the trajectory crosses itself at \((0,1 / 2)\) and passes through the points \((0,-3)\) and \((0,-1)\) in the negative \(x\)-direction.
Short Answer
Step by step solution
- Rewrite the system of equations
- Find the solutions for the homogeneous system
- Find particular solutions for the non-homogeneous system
- Combine homogeneous and particular solutions
- Determine constants with initial conditions
- Verify solution at specific points
- Sketch the solution trajectory
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Homogeneous system
For example, in our exercise, the homogeneous system is expressed as: \[\frac{d}{dt} \begin{pmatrix} x(t) \ y(t) \end{pmatrix} = \begin{pmatrix} 0 & 2 \ -2 & 0 \end{pmatrix} \begin{pmatrix} x(t) \ y(t) \end{pmatrix}\]
The general solution to such systems involves finding eigenvalues and eigenvectors of the matrix \[A\]. The characteristic equation derived from the matrix is used to find the eigenvalues, given by \[|A - \lambda I| = 0\]. In our example, this results in the eigenvalues \[\lambda = \pm 2i\].
Once eigenvalues are found, we solve for \[C_1\] and \[C_2\] using the initial conditions to complete the solution.
Non-homogeneous system
In our exercise, the non-homogeneous system is: \[\frac{dx}{dt} - 2y = -\sin t \ \frac{dy}{dt} + 2x = 5 \cos t\]
To solve a non-homogeneous system, we first find the solution to the associated homogeneous system, then find a particular solution that satisfies the non-homogeneous system. This involves guessing a form for the particular solution, substituting it back into the original equations, and solving for the unknown coefficients.
For instance, we assume that the particular solutions have the forms \[x_p(t) = a \sin(t) + b \cos(t) \ y_p(t) = c \sin(t) + d \cos(t)\] and then differentiate and substitute these guesses back into the original equations to find the coefficients \[a, b, c,\] and \[d\]. This gives us the complete non-homogeneous solution when combined with the homogeneous solutions.
Solution trajectory
In our exercise, we need to plot the trajectory of \[x(t)\] and \[y(t)\] in the \[xy\]-plane for the interval \[0 \leq t < 2\pi\]. This involves calculating the explicit forms of \[x(t)\] and \[y(t)\] and then plotting these points.
We observe that the trajectory crosses itself at specific points and passes through others in the negative \[x\]-direction. For instance, it crosses at (0, 1/2) and passes through (0, -3) and (0, -1). We need to verify these by substituting appropriate values of \[t\] into our solutions to confirm these points.
Initial conditions
In our problem, the initial conditions given are \[x(0) = 3\] and \[y(0) = 2\]. These are used to solve for the constants \[C_1\] and \[C_2\] in the general solutions for \[x(t)\] and \[y(t)\].
Specifically, we substitute \[t = 0\] into our homogeneous solutions: \[3 = x(0) = C_1 \cos(0) + C_2 \sin(0) = C_1\] and \[2 = y(0) = -C_1 \sin(0) + C_2 \cos(0) = C_2\]. This gives us \[C_1 = 3\] and \[C_2 = 2\], which are then used in our final solution to match the conditions provided at \[t = 0\]. These initial conditions ensure that our solutions are specific and accurate to the problem posed.