Chapter 5: Problem 10
\(10 x^{\prime \prime}+\frac{1}{10} x=0, x(0)=-5, x^{\prime}(0)=1\)
Short Answer
Expert verified
The solution is \(x(t) = -5 \cos\left( \frac{t}{10} \right) + 10 \sin\left( \frac{t}{10} \right)\).
Step by step solution
01
- Identify the Type of Differential Equation
The given equation \[10 x'' + \frac{1}{10} x = 0\]is a second-order linear homogeneous differential equation with constant coefficients.
02
- Write the Characteristic Equation
To solve the differential equation, write the characteristic equation associated with it. The characteristic equation for \[10 x'' + \frac{1}{10} x = 0\] is:\[10 r^2 + \frac{1}{10} = 0\]
03
- Solve the Characteristic Equation
Solve for r:\[10 r^2 + \frac{1}{10} = 0\]Multiply both sides by 10 to simplify:\[100 r^2 + 1 = 0\]\[r^2 = -\frac{1}{100}\]\[r = \pm \frac{i}{10}\]
04
- Write the General Solution
For complex roots of the form \(\alpha \pm i \beta\), the general solution is:\[x(t) = e^{\alpha t} (C_1 \cos(\beta t) + C_2 \sin(\beta t))\]Here, \(\alpha = 0\) and \(\beta = \frac{1}{10}\)Thus, the general solution is:\[x(t) = C_1 \cos\left(\frac{t}{10}\right) + C_2 \sin\left(\frac{t}{10}\right)\]
05
- Apply Initial Conditions
Use the initial conditions to find \(C_1\) and \(C_2\). At \(t=0\), \(x(0) = -5\), so:\[x(0) = C_1 \cos(0) + C_2 \sin(0)\]\[-5 = C_1\]Thus, \(C_1 = -5\).Now, use \(x'(0) = 1\) to find the derivative:\[x'(t) = -\frac{1}{10} C_1 \sin\left(\frac{t}{10}\right) + \frac{1}{10} C_2 \cos\left(\frac{t}{10}\right)\]At \(t=0\), \(x'(0) = 1\):\[1 = \frac{1}{10} C_2\] Thus, \(C_2 = 10\).
06
- Write the Particular Solution
Substitute the values of \(C_1\) and \(C_2\) back into the general solution:\[x(t) = -5 \cos\left( \frac{t}{10} \right) + 10 \sin\left( \frac{t}{10} \right)\]
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.
Characteristic Equation
To solve our given second-order linear homogeneous differential equation, we start with the characteristic equation. By writing the associated characteristic equation for \[10 x'' + \frac{1}{10} x = 0\]we get:\[10 r^2 + \frac{1}{10} = 0\]This characteristic equation helps us find the roots, which are crucial for determining the general solution. Isolating the term containing \(r^2\), we multiply both sides by 10:\[100 r^2 + 1 = 0\]Then, rearranging, we solve for \(r^2\):\[r^2 = -\frac{1}{100}\]Finally, we solve for \(r\):\[r = \boldsymbol{ \frac{\boldsymbol{\text{i}}}{10}}\]These roots give us essential information on how the solutions to our differential equation behave.
Complex Roots
When the characteristic equation gives us complex roots, like \(r = \boldsymbol{\text{i}}/10\) in our problem, it indicates an oscillatory nature of the solution. Complex roots typically appear in pairs of the form \( \boldsymbol{\text{α ± iβ}}\). Here, \( \boldsymbol{\text{α}} = 0 \) and \( \boldsymbol{\text{β}} = 1/10\).The general solution for a differential equation with such roots contains both sine and cosine functions. Specifically, we write it as:\[x(t) = e^{\boldsymbol{\text{α}} t} ( C_1 \boldsymbol{\text{cos}}(\boldsymbol{\text{β}} t) + C_2 \boldsymbol{\text{sin}}(\boldsymbol{\text{β}} t) )\]Given \( \boldsymbol{\text{α}} = 0 \) and \( \boldsymbol{\text{β}} = \frac{1}{10} \), this simplifies to:\[x(t) = C_1 \boldsymbol{\text{cos}} ( \frac{t}{10} ) + C_2 \boldsymbol{\text{sin}} ( \frac{t}{10} ) \]This setup allows us to move forward by applying initial conditions.
Initial Conditions
Initial conditions help us find the specific constants in our general solution. For our problem, we're given:
- \(x(0) = -5\)
- \(x'(0) = 1\)
General Solution
Using both constants \( C_1 \) and \( C_2 \) obtained from the initial conditions, we can write the specific solution. Given:
- \( C_1 = -5 \)
- \( C_2 = 10 \)