lineare DGL 1.Ordnung?

2 Antworten

Von Experte ChrisGE1267 bestätigt

y' = -2 * y + 4 * x²

homogene Lösung passt

yh = c * e^(-2 * x) , c ϵ R

partikuläre Lösung

yp = c * e^(-2 * x) * ∫ 4 * x² / (c * e^(-2 * x)) dx

yp = c * e^(-2 * x) * ((e^(2 * x) * (2 * x² - 2 * x + 1) / c) + c)

yp = c * e^(-2 * x) + 2 * x² - 2 * x + 1

Zweites Blatt, zweite Zeile, zweites Minus muss ein Plus sein.