Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
solve the differentiatial equation y'=x+y?
How do you solve the differentiatial equation y'=x+y by making the change of variable u=x+y?
1 Antwort
- MathmomLv 7vor 1 JahrzehntBeste Antwort
u = x+y
du/dx = 1 + 1*dy/dx
dy/dx = du/dx - 1
y' = x+y
dy/dx = x+y
du/dx - 1 = u
du/dx = u+1
du = (u+1)dx
du/(u+1) = dx
Integrate both sides:
log(u+1) = x + c
log(x+y+1) = x+c
(x+y+1) = e^(x+c) = e^x * e^c
Since c is an arbitrary constant, we can replace e^c with k, another arbitrary constant.
(x+y+1) = ke^x
ANSWER: y = ke^x - x - 1
---------- ----------
Check:
y = ke^x - x - 1
y' = ke^x - 1
x+y = x + ke^x - x - 1 = ke^x - 1
therefore
y' = ke^x - 1 = x+y