Differential-Equations ยท Unit 2 ยท Video 2 ยท Interactive Practice
| Formula | Name | What you need |
|---|---|---|
| Step in | The current and the step size | |
| Slope at the current point | The right-hand side, evaluated at | |
| Step in | The current and the product | |
| Specialized to this IVP | , , |
Key Insight: earns a column of its own because the formula adds the product, not the slope: with a slope of moves by only .
Two steps of carry to , one table entry at a time.
| 0 | ||||
| 1 | ||||
| 2 |
๐ก is Euler's approximation to , not its exact value. As far as anyone knows has no elementary solution to check it against โ which is why a numerical method is the right tool here.
Each segment leaves its left-hand point along the line element there, wherever the initial condition sits.
Two more rows carry the table from to โ where does the broken line land?
| 2 | 0.2 | 0.82 | ||
| 3 | ||||
| 4 |
Problem 1 ยท The First Slope Entry
Given: with and . Row 0 of the table holds โ find the slope entry .
The slope column is the right-hand side of the equation evaluated at the current row's point. With and :
is a slope, not a change in . The change in lives in the next column, .
Problem 2 ยท What the Formula Adds
Given: row 0 is complete โ , , , , with . Find .
The step in adds the last column of the row to the current :
This is exactly why gets a column of its own โ the product, not the slope, is what the formula adds. Adding directly would give , a drop ten times too big.
The new point is .
Problem 3 ยท Row One, Both Working Columns
Given: , , and row 1 holding โ find the slope (to two decimal places) and then .
What is ?
What is ?
Step 1 โ the slope, re-evaluated at the new point. Both coordinates are new:
Step 2 โ the working column.
Step 3 โ the step in .
Two steps of size have carried the table from to , so .
Common mistakes:
Problem 4 ยท A New Equation, Two Steps
Given: with and โ find the Euler approximation to after two steps.
Only the slope column changes: here , with .
Row 0 โ :
Row 1 โ and :
Row 2 โ :
So . Every entry to the right of was built from entries already in its own row, which is what makes the table checkable.
Solved: 0 / 4