www.vorkurse.de
Ein Projekt von vorhilfe.de
Die Online-Kurse der Vorhilfe

E-Learning leicht gemacht.
Hallo Gast!einloggen | registrieren ]
Startseite · Mitglieder · Teams · Forum · Wissen · Kurse · Impressum
Forenbaum
^ Forenbaum
Status Mathe-Vorkurse
  Status Organisatorisches
  Status Schule
    Status Wiederholung Algebra
    Status Einführung Analysis
    Status Einführung Analytisc
    Status VK 21: Mathematik 6.
    Status VK 37: Kurvendiskussionen
    Status VK Abivorbereitungen
  Status Universität
    Status Lerngruppe LinAlg
    Status VK 13 Analysis I FH
    Status Algebra 2006
    Status VK 22: Algebra 2007
    Status GruMiHH 06
    Status VK 58: Algebra 1
    Status VK 59: Lineare Algebra
    Status VK 60: Analysis
    Status Wahrscheinlichkeitst

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
Forum "Reelle Analysis mehrerer Veränderlichen" - Lineare DGL
Lineare DGL < mehrere Veränderl. < reell < Analysis < Hochschule < Mathe < Vorhilfe
Ansicht: [ geschachtelt ] | ^ Forum "Reelle Analysis mehrerer Veränderlichen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien

Lineare DGL: Frage (beantwortet)
Status: (Frage) beantwortet Status 
Datum: 01:27 Do 31.03.2011
Autor: Nadia..

Eingabefehler: "\begin" und "\end" müssen immer paarweise auftreten, es wurde aber ein Teil ohne Entsprechung gefunden (siehe rote Markierung)

Aufgabe
Bestimmen Sie alle Lösungen der Differentialgleichung.


$ \begin{pmatrix} y_{1}' \\ y_{2}' \end{pmatrix} =  \begin{pmatrix}  0 & -2\\  2 &0  \end{pmatrix} \begin{pmatrix}y_1\\y_2\end{pmatrix} +  \begin{pmatrix}1\\x^2\end{pmatrix} $


man erkennt sofort aus  $y_1' = -2y_2 \\ y_2' = 2y_1$ die Lösung

$ f_1 = \begin{pmatrix}cos(2x)\\sin(2x)\end{pmatrix}$



$ f_2 = \begin{pmatrix}-sin(2x)\\cos(2x)\end{pmatrix}$

erhalten $\Phi =  \begin{pmatrix}  \cos (2x)& -\sin (2x) \\  \sin (2x) & \cos (2x)  \end{pmatrix} \Rightarrow  \Phi^{-1} =  \begin{pmatrix}  \cos (2x)& \sin (2x) \\  \-sin (2x) & \cos (2x)  \end{pmatrix} \Rightarrow$

Also ist
$\Phi(x)^{-1}*b(x )= \begin{pmatrix}  \cos (2x)& \sin (2x) \\  \-sin (2x) & \cos (2x)  \end{pmatrix} *\begin{pmatrix}1\\x^2\end{pmatrix} =  \begin{pmatrix}  \cos (2x)& \sin (2x)*x^2 \\  \-sin (2x) & \cos (2x) *x^2 \end{pmatrix}$

Integral liefert

$\end{pmatrix} *\begin{pmatrix}1/4 (2 x^2-1) cos(2 x)+sin(x)-x sin(x) \\ (x^2-2) sin(x)+2 x cos(x)+1/2 cos(2 x)\end{pmatrix} = u(x)$

Nun muss noch
$\Psi_0 = \Phi(x)u(x) = \begin{pmatrix}Term \\Term \end{pmatrix} \Rightarrow \Psi = \Psi_0+ \Phi* \begin{pmatrix}c_1\\c_2 \end{pmatrix}$,

Richtig so ?

Lg


Nadia



        
Bezug
Lineare DGL: Antwort
Status: (Antwort) fertig Status 
Datum: 03:05 Do 31.03.2011
Autor: MathePower

Hallo Nadia...,

> Bestimmen Sie alle Lösungen der Differentialgleichung.
>  
>
> [mm]\begin{pmatrix} y_{1}' \\ y_{2}' \end{pmatrix} = \begin{pmatrix} 0 & -2\\ 2 &0 \end{pmatrix} \begin{pmatrix}y_1\\y_2\end{pmatrix} + \begin{pmatrix}1\\x^2\end{pmatrix}[/mm]
>  
> man erkennt sofort aus  [mm]y_1' = -2y_2 \\ y_2' = 2y_1[/mm] die
> Lösung
>  
> [mm]f_1 = \begin{pmatrix}cos(2x)\\sin(2x)\end{pmatrix}[/mm]
>  
>
>
> [mm]f_2 = \begin{pmatrix}-sin(2x)\\cos(2x)\end{pmatrix}[/mm]


[ok]


>  
> erhalten [mm]\Phi = \begin{pmatrix} \cos (2x)& -\sin (2x) \\ \sin (2x) & \cos (2x) \end{pmatrix} \Rightarrow \Phi^{-1} = \begin{pmatrix} \cos (2x)& \sin (2x) \\ \-sin (2x) & \cos (2x) \end{pmatrix} \Rightarrow[/mm]
>
> Also ist
> [mm]\Phi(x)^{-1}*b(x )= \begin{pmatrix} \cos (2x)& \sin (2x) \\ \-sin (2x) & \cos (2x) \end{pmatrix} *\begin{pmatrix}1\\x^2\end{pmatrix} = \begin{pmatrix} \cos (2x)& \sin (2x)*x^2 \\ \-sin (2x) & \cos (2x) *x^2 \end{pmatrix}[/mm]
>  
> Integral liefert
>  
> [mm]\end{pmatrix} *\begin{pmatrix}1/4 (2 x^2-1) cos(2 x)+sin(x)-x sin(x) \\ (x^2-2) sin(x)+2 x cos(x)+1/2 cos(2 x)\end{pmatrix} = u(x)[/mm]


Das musst Du nochmal nachrechnen.


>  
> Nun muss noch
> [mm]\Psi_0 = \Phi(x)u(x) = \begin{pmatrix}Term \\Term \end{pmatrix} \Rightarrow \Psi = \Psi_0+ \Phi* \begin{pmatrix}c_1\\c_2 \end{pmatrix}[/mm],
>
> Richtig so ?
>  
> Lg
>  
>
> Nadia
>  


Gruss
MathePower  

Bezug
                
Bezug
Lineare DGL: Mitteilung
Status: (Mitteilung) Reaktion unnötig Status 
Datum: 21:04 Do 31.03.2011
Autor: Nadia..

Ja ok, Danke !!

Bezug
Ansicht: [ geschachtelt ] | ^ Forum "Reelle Analysis mehrerer Veränderlichen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien


^ Seitenanfang ^
www.vorkurse.de
[ Startseite | Mitglieder | Teams | Forum | Wissen | Kurse | Impressum ]