- #1
ra_forever8
- 129
- 0
Fint the modified equation when the implicit Euler method is applied to y'= f(y). If f(y)=λy, where λ is negative. what is the effect on the amplication factor?
=>
y ' = lambda * y
dy / dx = lambda * y
dy / y = lambda dx
ln y = lambda * x + C
y = [ C / lambda ]e^( lambda * x )
This is what I have done so far. Can anyone help me if Iam going right direction to answer the question?
=>
y ' = lambda * y
dy / dx = lambda * y
dy / y = lambda dx
ln y = lambda * x + C
y = [ C / lambda ]e^( lambda * x )
This is what I have done so far. Can anyone help me if Iam going right direction to answer the question?