Anyone can describe how euler's method works?

ddcamp
Messages
2
Reaction score
0
let's say we do not know the proof.
then how do you guys describe it conceptually?
hm...><
 
Physics news on Phys.org
http://en.wikipedia.org/wiki/Euler_method"
 
Last edited by a moderator:
It's a method to extrapolate the next point in a curve if you only have the starting point and the equation for its slope, since Euler's method is 1st order. Graphically, you're starting at a point and drawing the slope of a line until the horizontal component of the line equals your step size. Then you mark the end point and then based on that point, you calculate the slope of the line at that point and then draw another line. From there, it's lather-rinse-repeat.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top