Ich verstehe momentan noch nicht einmal, wie du dort weiter rechnest. Könntest du das mal ausführen? Wäre mir eine große Hilfe.
Edit:
Glaube ich habe zumindest verstanden, was man machen muss. Ist auf der letzten Seite vom Skript beschrieben.
Zunächst wird die Störfunktion in
\(b_1(x)=1\) und
\(b_2(x)=cos(2x)\) "gesplittet".
\(b_1:\)
\(p(x)=1, \alpha=0, \beta=0\)
\(\alpha + i\cdot \beta = 0 \Rightarrow k=2\) (ist Nullstelle)
\(y_2(x)=a\cdot x^2\)
\(b_2:\)
\(p(x)=1, \alpha=0, \beta=2\)
\(\alpha + i\cdot \beta = 2i \Rightarrow k=0\) (ist keine Nullstelle)
\(y_2(x)=b\cdot cos(2x)+c\cdot sin(2x)\)
Wegen
\(y_n(x)=y_1(x)+y_2(x)\) gilt also:
\(y_n(x)=a\cdot x^2+b\cdot cos(2x)+c\cdot sin(2x)\)
Das ist jetzt meine Theorie, kann auch totaler Blödsinn sein. Jedenfalls stimmt auch das Vorzeichen im Sinus noch nicht.
Edit 2: Bei der G43 wird ja das gleiche gemacht, dort bekomme ich
\(y^*(x)=(a_1+a_2x)xe^{-x}+b_1\cdot cosx+b_2\cdot sinx\) und nicht
\(y^*(x)=(a_1+a_2x)xe^{-x}+x\cdot (b_1\cdot cosx+b_2\cdot sinx)\)