Chapter 9: Problem 6
Find the general solution. $$ \left(D^{2}+4\right) y=\cos 2 x $$
Short Answer
Expert verified
The general solution is
\(y = C_1 \text{cos}(2x) + C_2 \text{sin}(2x) + \frac{x}{4}\text{cos}(2x)\).
Step by step solution
01
Identify the Homogeneous Solution
First, we find the solution to the homogeneous equation \[(D^2 + 4) y_h = 0. \]The auxiliary equation is \[m^2 + 4 = 0, \]which gives us roots \[ m = ext{±} 2i. \]The general solution of the homogeneous equation is then given by \[y_h = C_1 ext{cos}(2x) + C_2 ext{sin}(2x). \]
02
Identify the Form of the Particular Solution
The non-homogeneous part of the equation is \[ ext{cos}(2x). \] Since \[ ext{cos}(2x) \] is also a part of the complementary solution due to the homogeneous solution, we must apply the method of undetermined coefficients with modification. We assume a particular solution of the form \[y_p = x(A ext{cos}(2x) + B ext{sin}(2x)). \]
03
Apply the Operator to the Particular Solution Guess
We need to find the first and second derivatives of \(y_p\): \( y_p = x(A ext{cos}(2x) + B ext{sin}(2x)), \) \( y_p' = A ext{cos}(2x) + B ext{sin}(2x) - 2x(A ext{sin}(2x) - B ext{cos}(2x)), \) \( y_p'' = -2(A ext{sin}(2x) - B ext{cos}(2x)) - 2((A ext{sin}(2x) + B ext{cos}(2x)) - 2x(A ext{cos}(2x) + B ext{sin}(2x))). \)Plugging \(y_p\) and its derivatives into \((D^2 + 4)y_p = ext{cos}(2x),\)we simplify and equate coefficients.
04
Solve for Coefficients A and B
Substitute the derivatives from Step 3 into\((D^2 + 4)y_p = ext{cos}(2x),\)and expand:\[(D^2 + 4)x(A ext{cos}(2x) + B ext{sin}(2x)) = ext{cos}(2x).\]After simplifying, comparing coefficients gives us a system of equations:\[ 4A = 1 \]and\[4B = 0.\]Thus, \(A = rac{1}{4}\) and \(B = 0\).
05
Combine Homogeneous and Particular Solutions
The general solution of the differential equation is the combination of the homogeneous solution \(y_h\) and the particular solution \(y_p\):\[y = y_h + y_p = C_1 ext{cos}(2x) + C_2 ext{sin}(2x) + rac{x}{4} ext{cos}(2x).\]
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 Solution
In differential equations, when tasked to find a homogeneous solution, we focus on the equation without the non-homogeneous part. This means that we are looking at a simpler form of the differential equation, essentially treating any outside influences as zero.
So, in the given exercise, we start by analyzing the equation \((D^2 + 4) y_h = 0\). This represents the associated homogeneous equation. The solution to this involves solving the auxiliary equation, which in this case is \(m^2 + 4 = 0\).
To solve this, look for the roots of the equation. Here, it leads to roots of \(m = \pm 2i\).
These roots indicate that the solution will be oscillatory. Specifically, the general formula for such a case involves sine and cosine functions:
So, in the given exercise, we start by analyzing the equation \((D^2 + 4) y_h = 0\). This represents the associated homogeneous equation. The solution to this involves solving the auxiliary equation, which in this case is \(m^2 + 4 = 0\).
To solve this, look for the roots of the equation. Here, it leads to roots of \(m = \pm 2i\).
These roots indicate that the solution will be oscillatory. Specifically, the general formula for such a case involves sine and cosine functions:
- \(y_h = C_1 \cos(2x) + C_2 \sin(2x)\)
Particular Solution
The particular solution focuses on finding a solution that corresponds directly to the non-homogeneous part of the differential equation.
In our exercise, the non-homogeneous part is given as \(\cos(2x)\).
When identifying a particular solution, we aim to guess a form that matches this part. Initially, we would propose a particular solution directly using a linear combination of \(\cos(2x)\) and its counterpart \(\sin(2x)\). However, because \(\cos(2x)\) already appears in the homogeneous solution, modifications are necessary to eliminate redundant terms and avoid conflicts leading to a wrong solution.
Therefore, we choose \(y_p = x(A \cos(2x) + B \sin(2x))\). This particular form uses an extra \(x\), effectively adjusting our guess to avoid duplication within the homogeneous solution and ensures we capture the impact of the non-homogeneous force precisely.
In our exercise, the non-homogeneous part is given as \(\cos(2x)\).
When identifying a particular solution, we aim to guess a form that matches this part. Initially, we would propose a particular solution directly using a linear combination of \(\cos(2x)\) and its counterpart \(\sin(2x)\). However, because \(\cos(2x)\) already appears in the homogeneous solution, modifications are necessary to eliminate redundant terms and avoid conflicts leading to a wrong solution.
Therefore, we choose \(y_p = x(A \cos(2x) + B \sin(2x))\). This particular form uses an extra \(x\), effectively adjusting our guess to avoid duplication within the homogeneous solution and ensures we capture the impact of the non-homogeneous force precisely.
Method of Undetermined Coefficients
The method of undetermined coefficients is a technique widely used to find particular solutions for linear differential equations with constant coefficients.
Here's a step-by-step overview of how this method applies to our exercise:
Here's a step-by-step overview of how this method applies to our exercise:
- Begin by assuming a form for the particular solution. Initial guesses are usually inspired by the format of the non-homogeneous term. For instance, since we have \(\cos(2x)\) in our case, the logical guess is a combination of \(\cos(2x)\) and \(\sin(2x)\).
- As the guessed form overlaps with the homogeneous solution, we modify it by multiplying these terms by \(x\), resulting in \(y_p = x(A \cos(2x) + B \sin(2x))\).
- Next, compute the derivatives of this proposed function, substitute into the left side of the given differential equation (including complete differentiation), and simplify.
- Finally, match coefficients from both sides of the equation, solving for the values of \(A\) and \(B\). For our problem, this leads to \(A = \frac{1}{4}\) and \(B = 0\).