Chapter 7: Problem 85
Two linearly independent solutions \(-y_{1}\) and \(y_{2}\) -are given that satisfy the corresponding homogeneous equation. Use the method of variation of parameters to find a particular solution to the given nonhomogeneous equation. Assume \(x>0\) in each exercise. \(x^{2} y^{\prime \prime}-2 y=10 x^{2}-1\), \(y_{1}(x)=x^{2}, \quad y_{2}(x)=x^{-1}\)
Short Answer
Step by step solution
Write Down the Variation of Parameters Formulas
Compute the Wronskian
Determine u'_1(x) and u'_2(x)
Substitute and Solve for u'_1(x) and u'_2(x)
Integrate to Get u_1(x) and u_2(x)
Substitute Back to Find Particular Solution
Simplify the Result
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.
Wronskian
- \( W = \begin{vmatrix} x^2 & x^{-1} \ 2x & -x^{-2} \end{vmatrix} = x^2(-x^{-2}) - x^{-1}(2x) \)
- Simplifying this, we get \( W = -1 - 2x^{-1} \)
Nonhomogeneous Differential Equation
In the exercise you encountered, the equation is:
- \( x^2 y'' - 2y = 10x^2 - 1 \)
- Here, \(10x^2 - 1\) is the nonhomogeneous part \(g(x)\).
Particular Solution
In the method of variation of parameters, we derive a particular solution by using the functions \(y_1(x)\) and \(y_2(x)\), which solve the homogeneous part:
- The particular solution \(y_p\) is structured as \(y_p = u_1(x) y_1(x) + u_2(x) y_2(x)\)
- Steps:
- Find derivatives \(u'_1(x)\) and \(u'_2(x)\) to satisfy the system:
\(u_1'(x) y_1(x) + u_2'(x) y_2(x) = 0\) - \(u_1'(x) y_1'(x) + u_2'(x) y_2'(x) = g(x)\)
- Find derivatives \(u'_1(x)\) and \(u'_2(x)\) to satisfy the system:
Method of Solution
- Identify the Homogeneous Solution: Solve the related homogeneous equation to find solutions like \(y_1(x)\) and \(y_2(x)\), which are used in forming the Wronskian.
- Calculate the Wronskian: Ensure the solutions found are linearly independent by verifying their Wronskian is non-zero.
- Set Up and Solve the System: Form the system of equations based on the derivatives \(u_1'(x)\) and \(u_2'(x)\), then solve these to find expressions for each.
- Integrate to Find \(u_1(x)\) and \(u_2(x)\): Integrate the expressions \(u_1'(x)\) and \(u_2'(x)\) to derive the functions.
- Construct the Particular Solution: Combine using the formula \(y_p = u_1(x) y_1(x) + u_2(x) y_2(x)\).