ich möchte gerne folgende nicht autonome Differentialgleichungen auf autonome Gleichungen zurückführen:
1. f''(t) = -t sin(f'(t))+f(t)
2. f''(t) = -cos(t) f(t)
Ich bin mir nun jedoch nicht sicher, ob meine Vorgangsweisen so richtig sind:
zu 1,
g(t) = (g1(t)g2(t)) = (f′(t)t)
g'(t) = (g1′(t)g2′(t)) = (f′′(t)1) = (g2(t)sin(g1(t))+f(t)1)
zu 2,
g(t) = (g1(t)g2(t)) = (f′(t)t)
g'(t) = (g1′(t)g2′(t)) = (f′′(t)1) = (−cos(g2(t))f(t)1)
Stimmt das so?