matheraum.de
Raum für Mathematik
Offene Informations- und Nachhilfegemeinschaft

Für Schüler, Studenten, Lehrer, Mathematik-Interessierte.
Hallo Gast!einloggen | registrieren ]
Startseite · Forum · Wissen · Kurse · Mitglieder · Team · Impressum
Forenbaum
^ Forenbaum
Status Schulmathe
  Status Primarstufe
  Status Mathe Klassen 5-7
  Status Mathe Klassen 8-10
  Status Oberstufenmathe
    Status Schul-Analysis
    Status Lin. Algebra/Vektor
    Status Stochastik
    Status Abivorbereitung
  Status Mathe-Wettbewerbe
    Status Bundeswettb. Mathe
    Status Deutsche MO
    Status Internationale MO
    Status MO andere Länder
    Status Känguru
  Status Sonstiges

Gezeigt werden alle Foren bis zur Tiefe 2

Navigation
 Startseite...
 Neuerdings beta neu
 Forum...
 vorwissen...
 vorkurse...
 Werkzeuge...
 Nachhilfevermittlung beta...
 Online-Spiele beta
 Suchen
 Verein...
 Impressum
Das Projekt
Server und Internetanbindung werden durch Spenden finanziert.
Organisiert wird das Projekt von unserem Koordinatorenteam.
Hunderte Mitglieder helfen ehrenamtlich in unseren moderierten Foren.
Anbieter der Seite ist der gemeinnützige Verein "Vorhilfe.de e.V.".
Partnerseiten
Weitere Fächer:

Open Source FunktionenplotterFunkyPlot: Kostenloser und quelloffener Funktionenplotter für Linux und andere Betriebssysteme
StartseiteMatheForenGewöhnliche DifferentialgleichungenLösung Dgl-System
Foren für weitere Schulfächer findest Du auf www.vorhilfe.de z.B. Philosophie • Religion • Kunst • Musik • Sport • Pädagogik
Forum "Gewöhnliche Differentialgleichungen" - Lösung Dgl-System
Lösung Dgl-System < gewöhnliche < Differentialgl. < Analysis < Hochschule < Mathe < Vorhilfe
Ansicht: [ geschachtelt ] | ^ Forum "Gewöhnliche Differentialgleichungen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien

Lösung Dgl-System: Aufgabe
Status: (Frage) beantwortet Status 
Datum: 22:13 Mi 03.12.2008
Autor: dermoench

Aufgabe
Gegeben ist ein Dgl-System (AWP) in der folgenden Form:
[mm] \begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}\cdot\begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}+\begin{pmatrix}0 & 2 &2\\-2 & -2 & 0\\0 & 1 & 1\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}=\begin{pmatrix}0\\0\\e^x\end{pmatrix} [/mm] mit [mm] \begin{pmatrix}y_1(0)\\y_2(0)\\y_3(0)\end{pmatrix}=\begin{pmatrix}1\\1\\1\end{pmatrix} [/mm]
Geben sie die Einzeldgl. des Systemes an und eleminieren Sie dann zwei der unbekannten Funktionen

Einzeldgl hab ich:
[mm] y_2'-y_3'+2\cdot y_2+2\cdot y_3=0 [/mm]
[mm] 2\cdot y_1'+y_2'-2\cdot y_1-2\cdot y_2=0 [/mm]
[mm] y_1'+y_2'-y_3'+y_2+y_3=e^x [/mm]
Zja und jetzt hab ich das Problem, wie eliminier ich da zwei Gleichungen, hab da schon probiert nur bleibt immer was zuviel uebrig?


        
Bezug
Lösung Dgl-System: Antwort
Status: (Antwort) fertig Status 
Datum: 22:23 Mi 03.12.2008
Autor: MathePower

Hallo dermoench,

> Gegeben ist ein Dgl-System (AWP) in der folgenden Form:
>  [mm]\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}\cdot\begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}+\begin{pmatrix}0 & 2 &2\\-2 & -2 & 0\\0 & 1 & 1\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}=\begin{pmatrix}0\\0\\e^x\end{pmatrix}[/mm]
> mit
> [mm]\begin{pmatrix}y_1(0)\\y_2(0)\\y_3(0)\end{pmatrix}=\begin{pmatrix}1\\1\\1\end{pmatrix}[/mm]
>  Geben sie die Einzeldgl. des Systemes an und eleminieren
> Sie dann zwei der unbekannten Funktionen
>  Einzeldgl hab ich:
>  [mm]y_2'-y_3'+2\cdot y_2+2\cdot y_3=0[/mm]
>  [mm]2\cdot y_1'+y_2'-2\cdot y_1-2\cdot y_2=0[/mm]
>  
> [mm]y_1'+y_2'-y_3'+y_2+y_3=e^x[/mm]
>  Zja und jetzt hab ich das Problem, wie eliminier ich da
> zwei Gleichungen, hab da schon probiert nur bleibt immer
> was zuviel uebrig?
>  


Die Matrix

[mm] \begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}[/mm]

ist doch invertierbar.

Multipliziere die ganze Gleichung von links mit

[mm]\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}[/mm]

Gruß
MathePower

Bezug
                
Bezug
Lösung Dgl-System: Frage (beantwortet)
Status: (Frage) beantwortet Status 
Datum: 22:47 Mi 03.12.2008
Autor: dermoench

Auch wenn das jetzt blöd klingt, aber ich verstehs nicht ganz, was mir das bringt. Ich komm dann auf, wenn ich es mit der Inversen multipliziere:
[mm] \begin{pmatrix}1&0&0\\0&1&0\\0&0&1\\\end{pmatrix}\cdot\begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}+\begin{pmatrix}6&4&-8\\-2&-2&2\\3&2&-4\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}=\begin{pmatrix}0\\0\\e^x\end{pmatrix} [/mm]
=
[mm] y_1'+6y_1+4y_2-8y_3=0 [/mm]    (1)
[mm] y_2'-2y_1-2y_2-2y_3=0 [/mm]    (2)
[mm] y_3'+3y_1+2y_2-4y_3=e^x [/mm]    (3)
Wenn ich jetzt zum Bsp die [mm] (1)-2\cdot(3) [/mm] nehme, komm ich auf
[mm] y_1'-2y_3'=-2\cdot e^x [/mm]
aber da hab ich auch noch nix gekonnt oder [mm] (1)+3\cdot(2) [/mm]
[mm] y_1'+3y_2'-2y_2-14y_3=0 [/mm]
bringt mir auch nix.
Oder seh ich da was falsch?
Danke schon mal
Jens

Bezug
                        
Bezug
Lösung Dgl-System: Antwort
Status: (Antwort) fertig Status 
Datum: 23:12 Mi 03.12.2008
Autor: MathePower

Hallo dermoench.

> Auch wenn das jetzt blöd klingt, aber ich verstehs nicht
> ganz, was mir das bringt. Ich komm dann auf, wenn ich es
> mit der Inversen multipliziere:
>  
> [mm]\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\\\end{pmatrix}\cdot\begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}+\begin{pmatrix}6&4&-8\\-2&-2&2\\3&2&-4\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}=\begin{pmatrix}0\\0\\e^x\end{pmatrix}[/mm]
>  =
>  [mm]y_1'+6y_1+4y_2-8y_3=0[/mm]    (1)
>  [mm]y_2'-2y_1-2y_2-2y_3=0[/mm]    (2)
>  [mm]y_3'+3y_1+2y_2-4y_3=e^x[/mm]    (3)
>  Wenn ich jetzt zum Bsp die [mm](1)-2\cdot(3)[/mm] nehme, komm ich
> auf
>  [mm]y_1'-2y_3'=-2\cdot e^x[/mm]
>  aber da hab ich auch noch nix
> gekonnt oder [mm](1)+3\cdot(2)[/mm]
>  [mm]y_1'+3y_2'-2y_2-14y_3=0[/mm]
>  bringt mir auch nix.
>  Oder seh ich da was falsch?

So wie ich das sehe. hast Du die Gleichung

[mm] \begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}\cdot\begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}+\begin{pmatrix}0 & 2 &2\\-2 & -2 & 0\\0 & 1 & 1\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}=\begin{pmatrix}0\\0\\e^x\end{pmatrix} [/mm]

mit

[mm]\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}[/mm]

von rechts multipliziert:

[mm] \begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}\cdot\begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}+\begin{pmatrix}0 & 2 &2\\-2 & -2 & 0\\0 & 1 & 1\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}=\begin{pmatrix}0\\0\\e^x\end{pmatrix} \begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}[/mm]

Gedacht war aber:

[mm] \begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}\cdot\begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}+\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}\begin{pmatrix}0 & 2 &2\\-2 & -2 & 0\\0 & 1 & 1\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}=\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}\begin{pmatrix}0\\0\\e^x\end{pmatrix} [/mm]

[mm]\gdw \begin{pmatrix}y_1'\\y_2'\\y_3'\end{pmatrix}+\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}\begin{pmatrix}0 & 2 &2\\-2 & -2 & 0\\0 & 1 & 1\end{pmatrix}\cdot\begin{pmatrix}y_1\\y_2\\y_3\end{pmatrix}=\begin{pmatrix}0 & 1 & -1\\2 & 1 & 0\\1 & 1 & -1\end{pmatrix}^{-1}\begin{pmatrix}0\\0\\e^x\end{pmatrix} [/mm]


>  Danke schon mal
>  Jens


Gruß
MathePower

Bezug
Ansicht: [ geschachtelt ] | ^ Forum "Gewöhnliche Differentialgleichungen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien


^ Seitenanfang ^
www.schulmatheforum.de
[ Startseite | Forum | Wissen | Kurse | Mitglieder | Team | Impressum ]