for dy/dx=-50y with y(o)=1 how can i find the condition for stability of the solution and how to solve it in euler explicit method
I know Euler, Euler midpoint and Euler trapezoidal, I assume u mean the first one....
is it just a differential equation or something more?
U have not specified an interval, so try with (0,1) , do the iteration with step h and examine what happens to the error (u want it to diminish).
oh, numerical method
Yes,
yes, initial value problem
For some reason I was thinking this e^ i theta = cos theta + i sin thetha
Actually, this quite hard to explain on here....
Basically, u have to do a bit of algebra to determine an interval where the function is well conditioned...
Yes, I agree a lot of steps with the method, Runges Kutta stuffs
Usually, u don't have to worry about it too much, let the computer sort it out..
yep
Sometimes, u might have to intervene if it's a funny function....
But with euler method , we don't actually get function(traditional y=) but set of numbers which may be able to fit, right?
Well, u do Y_r+1 = Y_r +h f(x_r,Yr) to see what interval will act to diminish the error in Y_r
Based on that, u can determine a step size.
Join our real-time social learning platform and learn together with your friends!