Cogito
Differential Equations · Chapter 4 · Lesson 1
Euler's Method
Step forward along the tangent line, over and over.
12 problems · about 23 minutes · F-IF.B.6
Figure — use these to answer the problems
- Point(1, 0.75)
- Slope of the tangent-0.22
Warm Up
Straightforward practice. Get the method working first.
5 problemsdy/dx = y with y = 4 and a step of 0.25. What is y after one step?
AnswerWhere does Euler's error come from?
- The true solution curves away from the tangent line during each step.
- Rounding the arithmetic.
dy/dx = y with y = 2 and a step of 0.5. What is y after one step?
Answerdy/dx = 4 with y = 1 and a step of 0.25. What is y after one step?
AnswerFrom x = 0 to x = 3 with a step of 0.5. How many steps?
Answer
Build It Up
The same ideas with more to keep track of.
3 problemsHalving the step size. Does the accumulated error roughly halve? 1 yes, 0 no.
Answerdy/dx = 3y with y = 1 and a step of 0.2. What is y after one step?
AnswerA solution that is exactly a straight line. Does Euler make any error? 1 yes, 0 no.
Answer
Stretch Yourself
Mixed problems. Work out what kind of question it is before you start.
4 problemsOrder the steps of one Euler iteration.
Write 1 to 4 in the boxes to put these in order.
- Compute the slope at the current point
- Multiply that slope by the step size
- Add the result to the current y
- Advance x by the step size
dy/dx = 0 with y = 7 and any step size. What is y after one step?
AnswerThe First Step
dy/dx = 2y with y = 3 and a step of 0.1. What is y after one step?
AnswerThe Step Count
Travelling from x = 0 to x = 2 with a step of 0.25. How many steps are needed?
Answer