Chapter 4: Problem 7
\(2 x^{2} y^{\prime \prime}-2 x y^{\prime}+20 y=0\)
Short Answer
Expert verified
The solution to the differential equation is \(y = C_1 x \cos(3 \ln x) + C_2 x \sin(3 \ln x)\).
Step by step solution
01
- Identify the type of differential equation
The given differential equation is a second-order linear homogeneous differential equation with variable coefficients: \(2 x^{2} y^{\beta \beta}-2 x y^{\beta}+20 y=0\).
02
- Rewrite the equation in standard form
Divide every term by 2 to make the equation easier to handle: \(x^{2} y^{\beta \beta} - x y^{\beta} + 10 y = 0\)
03
- Form the auxiliary equation
Assume a solution of the form \(y = x^r\). Then, \(y^{\beta} = r x^{r-1}\) and \(y^{\beta \beta} = r(r-1) x^{r-2}\). Substitute these into the differential equation: \[x^{2} r (r-1) x^{r-2} - x r x^{r-1} + 10 x^r = 0\]. Simplifying, we obtain: \[r(r-1) - r + 10 = 0\].
04
- Solve the auxiliary equation
The auxiliary equation is \[r^2 - r - r + 10 = 0\] which simplifies to \[r^2 - 2r + 10 = 0\]. Solve this quadratic equation using the quadratic formula \(r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\), where \(a = 1\), \(b = -2\), and \(c = 10\): \[r = \frac{2 \pm \sqrt{4 - 40}}{2} = \frac{2 \pm \sqrt{-36}}{2} = \frac{2 \pm 6i}{2} = 1 \pm 3i\].
05
- Form the general solution
The general solution to the differential equation can now be written as: \(y = x^r = x^{1-3i} = x e^{i \cdot 3 \ln(x)}\). Alternatively, in terms of real functions, the solution can be expressed using Euler's formula: \[y(x) = C_1 x \cos(3 \ln x) + C_2 x \sin(3 \ln x)\].
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.
Variable Coefficients
The given differential equation, \(2 x^{2} y^{\beta \beta} - 2 x y^{\beta} + 20 y = 0\), is classified as a second-order linear homogeneous differential equation with variable coefficients. This means that the coefficients (functions multiplying the derivatives and the function itself) depend on the variable \(x\). In this case:
- The coefficient of \(y^{\beta \beta}\) is \(2x^2\).
- The coefficient of \(y^{\beta}\) is \(-2x\).
- The coefficient of \(y\) is \(20\).
Auxiliary Equation
To solve the differential equation, we form what is known as the auxiliary equation or characteristic equation. This involves assuming a solution of the form \(y = x^r\). By substituting this assumed solution and its derivatives back into the original differential equation, we create an algebraic equation for \(r\), called the auxiliary equation.
For our specific problem:
For our specific problem:
- The first derivative is \(y^{\beta} = r x^{r-1}\).
- The second derivative is \(y^{\beta \beta} = r(r-1) x^{r-2}\).
General Solution
With the roots of the auxiliary equation, we can now form the general solution of the differential equation. Since the roots \(r = 1 \pm 3i \) are complex, the general solution is composed of both the real and imaginary parts:
- The general form of the solution for complex roots \(r = \alpha \pm \beta i\) is \(y = x^{\alpha} (C_1 \cos(\beta \ln x) + C_2 \sin(\beta \ln x))\).
- Combining Euler's formula for complex exponentials.
- Ensuring the solution satisfies the initial differential equation.