Chapter 4: Problem 55
Solve the given differential equation by undetermined coefficients. $$ y^{*}+25 y=20 \sin 5 x $$
Short Answer
Expert verified
The solution is \( y(x) = C_1 \cos 5x + C_2 \sin 5x - 2x \cos 5x \).
Step by step solution
01
Identify the Type of Differential Equation
The given differential equation is \( y'' + 25y = 20 \sin 5x \). This is a second-order linear differential equation with constant coefficients and a non-homogeneous term on the right side, specifically \( 20 \sin 5x \).
02
Solve the Homogeneous Equation
First, we solve the associated homogeneous equation \( y'' + 25y = 0 \). This differential equation is solved by characteristic equation method. The characteristic equation is \( r^2 + 25 = 0 \), which gives roots \( r = \pm 5i \). The solution to the homogeneous equation is therefore \( y_h = C_1 \cos 5x + C_2 \sin 5x \).
03
Propose a Particular Solution Form
Since the non-homogeneous part of the equation is \( 20 \sin 5x \), we propose a particular solution of the form \( y_p = A x \cos 5x + B \sin 5x \), because \( \sin 5x \) is a solution of the homogeneous equation and we expect a resonance case that requires multiplication by \( x \).
04
Calculate Derivatives of the Proposed Particular Solution
Compute the first and second derivatives of the proposed function: \( y_p' = -5A x \sin 5x + A \cos 5x + 5B \cos 5x \) and \( y_p'' = -10A \sin 5x -5A x \cos 5x - 25B \sin 5x \).
05
Substitute into the Original Differential Equation
Substitute \( y_p \), \( y_p' \), and \( y_p'' \) back into the differential equation: \[ (-10A \sin 5x -5A x \cos 5x - 25B \sin 5x) + 25(A x \cos 5x + B \sin 5x) = 20 \sin 5x. \]
06
Collect Like Terms and Determine Coefficients
Simplify the expression to get: \[ -10A \sin 5x + 20A x \cos 5x = 20 \sin 5x. \] Matching coefficients, we get:- For \( x \cos 5x \) term: \( 20A = 0 \Rightarrow A = 0 \).- For \( \sin 5x \) term: \( -10A = 20 \Rightarrow A = -2 \).
07
Construct the General Solution
With \( A = -2 \), the particular solution is \( y_p = -2x \cos 5x \). The general solution of the differential equation is the sum of the homogeneous and particular solutions: \[ y(x) = C_1 \cos 5x + C_2 \sin 5x - 2x \cos 5x. \]
08
Present the Final Answer
The complete solution to the differential equation is \[ y(x) = C_1 \cos 5x + C_2 \sin 5x - 2x \cos 5x. \] This combines both the homogeneous and particular solutions.
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.
Second-Order Linear Differential Equations
Second-order linear differential equations are mathematical expressions that involve a function and its derivatives up to the second derivative. These equations appear in the form \( a y'' + b y' + c y = f(x) \), where \( a \), \( b \), and \( c \) are constants, and \( f(x) \) is a function of \( x \). In our case, the equation is \( y'' + 25y = 20 \sin 5x \). Here, the second-order derivatives play a crucial role in modeling dynamic systems such as mechanical vibrations, electrical circuits, and many other physical phenomena.
These equations can be categorized into two main types:
These equations can be categorized into two main types:
- Homogeneous equations: When the right-hand side \( f(x) \) is zero, leading to a general form like \( a y'' + b y' + c y = 0 \).
- Non-homogeneous equations: When \( f(x) eq 0 \), contributing additional complexity to the solutions.
Characteristic Equation
The characteristic equation is a tool used to solve homogeneous linear differential equations. It converts the differential equation into an algebraic equation that is easier to handle. For the homogeneous equation \( y'' + 25y = 0 \) in our problem, the characteristic equation is found by assuming the solution has the form \( y = e^{rt} \).
Substitute \( y = e^{rt} \) into the homogeneous equation, yielding:
Substitute \( y = e^{rt} \) into the homogeneous equation, yielding:
- \( r^2 + 25 = 0 \)
Non-Homogeneous Equations
A non-homogeneous differential equation includes a term that is not dependent on the function or its derivatives, for example, \( 20 \sin 5x \) in our case. Solving such equations involves finding a particular solution, which accounts for this extra term.
To solve:
To solve:
- Identify the non-homogeneous part: Here, it's \( 20 \sin 5x \).
- Propose a particular solution: We propose \( y_p = Ax \cos 5x + B \sin 5x \), considering the similarities with the homogeneous solution.
Homogeneous Solution
A homogeneous solution is a part of the complete solution for differential equations. It is derived from the homogeneous form of the given differential equation where the right-hand side is set to zero. The homogeneous equation in our problem is \( y'' + 25y = 0 \).
To find the homogeneous solution:
To find the homogeneous solution:
- Solve the characteristic equation, \( r^2 + 25 = 0 \), giving roots \( r = \pm 5i \).
- These roots signify oscillations, translating to the trigonometric functions in the solution.
- The homogeneous solution thus takes the form \( y_h = C_1 \cos 5x + C_2 \sin 5x \).