Chapter 5: Problem 7
Lösen Sie die folgenden Anfangswertprobleme: a) \(y^{\prime \prime}+4 y^{\prime}+5 y=0, \quad y(0)=\pi, \quad y^{\prime}(0)=0\) b) \(y^{\prime \prime}+20 y^{\prime}+64 y=0, \quad y(0)=0, \quad y^{\prime}(0)=2\) c) \(4 \ddot{x}-4 \dot{x}+x=0, \quad x(0)=5, \quad \dot{x}(0)=-1\)
Short Answer
Expert verified
a) y(t) = e^{-2t}(\pi \cos t + 2\pi \sin t); b) y(t) = e^{-10t}(\cos 2t + \frac{10}{\tan 2} \sin 2t); c) x(t)=5e^{\frac{1}{2}t}+(-6t)e^{\frac{1}{2}t}
Step by step solution
01
Problem a) Solve the Characteristic Equation
Write the characteristic equation of the differential equation: \(r^2 + 4r + 5 = 0\)
02
Problem a) Find the Roots of the Characteristic Equation
Solve the quadratic equation using the quadratic formula: \[r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\] Here, \(a = 1\), \(b = 4\), and \(c = 5\). Calculate the discriminant \(\Delta = b^2 - 4ac = 16 - 20 = -4\) and find the roots: \[r = \frac{-4 \pm \sqrt{-4}}{2} = -2 \pm i\]
03
Problem a) General Solution
Since the roots are complex \(-2 \pm i\), the general solution is: \(y(t) = e^{-2t} (C_1 \cos t + C_2 \sin t)\)
04
Problem a) Apply Initial Conditions
Use the initial conditions \(y(0)=\pi\) and \(y'(0)=0\) to find \(C_1\) and \(C_2\): \(y(0) = C_1 e^0 = C_1 = \pi\) Differentiate to find \(y'(t)\), and solve for \(C_2\) using \(y'(0)\).
05
Problem a) Particular Solution
Given \(C_1 = \pi\), write \(y(t) = e^{-2t} (\pi \cos t + C_2 \sin t)\). Calculate \(y'(t)\) and apply \(y'(0)=0\) to solve for \(C_2\).
06
Problem a) Final Solution
After solving for \(C_2\), the solution is: \(y(t) = e^{-2t}( \pi \cos t + 2\pi \sin t )\)
07
Problem b) Solve the Characteristic Equation
Write the characteristic equation of the differential equation: \(r^2 + 20r + 64 = 0\)
08
Problem b) Find the Roots of the Characteristic Equation
Solve the quadratic equation: \[r = \frac{-20 \pm \sqrt{400 - 256}}{2} = -10 \pm 2i\]
09
Problem b) General Solution
Since the roots are complex \(-10 \pm 2i\), the general solution is: \(y(t) = e^{-10t} (C_1 \cos 2t + C_2 \sin 2t)\)
10
Problem b) Apply Initial Conditions
Use the initial conditions \(y(0)=0\) and \(y'(0)=2\) to find \(C_1\) and \(C_2\).
11
Problem b) Particular Solution
Set up the system of equations based on the initial conditions to solve for \(C_1\) and \(C_2\)
12
Problem b) Final Solution
After finding \(C_1\) and \(C_2\), the solution is: \(y(t) = e^{-10t}(\cos 2t + \frac{10}{\tan 2} \sin 2t)\).
13
Problem c) Solve the Characteristic Equation
Write the characteristic equation of the differential equation: \(4r^2 - 4r + 1 = 0\)
14
Problem c) Find the Roots of the Characteristic Equation
Solve for \(r\): \[r = \frac{1}{2}\]
15
Problem c) General Solution
Since roots are repeated, the general solution is: \(x(t) = C_1 e^{\frac{1}{2}t} + C_2 t e^{\frac{1}{2}t}\)
16
Problem c) Apply Initial Conditions
Use initial conditions \(x(0)=5\) and \(\dot{x}(0)=-1\) to find \(C_1\) and \(C_2\)
17
Problem c) Final Solution
After solving for \(C_1\) and \(C_2\), the solution is: \(x(t)=5e^{\frac{1}{2}t}+(-6t)e^{\frac{1}{2}t}\)
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 Vaia!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Differentialgleichungen
Differentialgleichungen sind Gleichungen, die eine Funktion und ihre Ableitungen beinhalten. Sie spielen eine wichtige Rolle in verschiedenen wissenschaftlichen Bereichen wie Physik, Ingenieurwesen und Wirtschaft. Differentialgleichungen können gewöhnliche Differentialgleichungen (ODE) oder partielle Differentialgleichungen (PDE) sein. Im Kontext von Anfangswertproblemen werden gewöhnliche Differentialgleichungen verwendet.
ODEs tauchen oft in Modellen auf, die die Veränderung einer Größe beschreiben, wie etwa die Bewegung eines Objekts oder das Wachstum einer Population. Bei der Lösung von Differentialgleichungen ist das Ziel, die unbekannte Funktion zu finden, die die Gleichung und gegebenen Anfangsbedingungen erfüllt.
Beispiel: Die Gleichung \( y'' + 4y' + 5y = 0 \) beschreibt, wie eine Funktion \( y(t) \) abhängig von ihrer zweiten und ersten Ableitung ist.
ODEs tauchen oft in Modellen auf, die die Veränderung einer Größe beschreiben, wie etwa die Bewegung eines Objekts oder das Wachstum einer Population. Bei der Lösung von Differentialgleichungen ist das Ziel, die unbekannte Funktion zu finden, die die Gleichung und gegebenen Anfangsbedingungen erfüllt.
Beispiel: Die Gleichung \( y'' + 4y' + 5y = 0 \) beschreibt, wie eine Funktion \( y(t) \) abhängig von ihrer zweiten und ersten Ableitung ist.
charakteristische Gleichung
Die charakteristische Gleichung ist ein wichtiges Werkzeug zur Lösung linearer Differentialgleichungen mit konstanten Koeffizienten. Sie entsteht durch Annahme einer Exponentialfunktion als Lösungsansatz.
Beispielsweise, betrachte die Differentialgleichung \( y'' + 4y' + 5y = 0 \). Angenommen, \( y(t) = e^{rt} \) ist eine mögliche Lösung, so führt dies zur charakteristischen Gleichung \( r^2 + 4r + 5 = 0 \).
Die Lösungen dieser quadratischen Gleichung, genannt Wurzeln, bestimmen die Form der allgemeinen Lösung der Differentialgleichung.
Beispielsweise, betrachte die Differentialgleichung \( y'' + 4y' + 5y = 0 \). Angenommen, \( y(t) = e^{rt} \) ist eine mögliche Lösung, so führt dies zur charakteristischen Gleichung \( r^2 + 4r + 5 = 0 \).
Die Lösungen dieser quadratischen Gleichung, genannt Wurzeln, bestimmen die Form der allgemeinen Lösung der Differentialgleichung.
komplexe Wurzeln
Treten bei der Lösung der charakteristischen Gleichung komplexe Wurzeln auf, erhält die allgemeine Lösung der Differentialgleichung eine besondere Form. Komplexe Wurzeln treten in Paaren auf, wie in \( r = -2 \pm i \).
Die allgemeine Lösung für diese Wurzeln lautet dann \( y(t) = e^{\text{real}(r)t} (C_1 \cos(\text{imag}(r)t) + C_2 \sin(\text{imag}(r)t)) \).
Im Fall von \( r = -2 \pm i \) ergibt das \( y(t) = e^{-2t}(C_1 \cos t + C_2 \sin t) \). Solche Lösungen sind oft in physikalischen Systemen zu finden, die gedämpfte Schwingungen darstellen.
Die allgemeine Lösung für diese Wurzeln lautet dann \( y(t) = e^{\text{real}(r)t} (C_1 \cos(\text{imag}(r)t) + C_2 \sin(\text{imag}(r)t)) \).
Im Fall von \( r = -2 \pm i \) ergibt das \( y(t) = e^{-2t}(C_1 \cos t + C_2 \sin t) \). Solche Lösungen sind oft in physikalischen Systemen zu finden, die gedämpfte Schwingungen darstellen.
Quadratische Gleichung
Zur Lösung der charakteristischen Gleichung nutzen wir häufig die quadratische Gleichung. Eine quadratische Gleichung hat die Form \( ax^2 + bx + c = 0 \) und lässt sich mit der bekannten Lösungsformel lösen:
\[ r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
Diese Formel setzt voraus, dass der Ausdruck unter der Wurzel (der Diskriminant) positiv, negativ oder null sein kann. Ein positiver Diskriminant führt zu reellen Wurzeln, ein negativer zu komplexen Wurzeln und ein null Diskriminant zu einer doppelten reellen Wurzel.
\[ r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
Diese Formel setzt voraus, dass der Ausdruck unter der Wurzel (der Diskriminant) positiv, negativ oder null sein kann. Ein positiver Diskriminant führt zu reellen Wurzeln, ein negativer zu komplexen Wurzeln und ein null Diskriminant zu einer doppelten reellen Wurzel.