Euler's method for 2nd-order & coupled systems
Practice Flashcards
Flip to reveal answersHow do you reduce a 2nd-order DE d²x/dt² = g(t, x, dx/dt) to first-order equations?
Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.
All 8 Flashcards — Euler's method for 2nd-order & coupled systems
Sign up free to track progress and get spaced-repetition review schedules.
Question
How do you reduce a 2nd-order DE d²x/dt² = g(t, x, dx/dt) to first-order equations?
Answer
Let v = dx/dt. Then dx/dt = v and dv/dt = g(t, x, v) — a coupled first-order system.
Question
Write the Euler update for a coupled 2nd-order system.
Answer
x_(n+1) = x_n + h·v_n; v_(n+1) = v_n + h·g(t_n, x_n, v_n); t_(n+1) = t_n + h.
Question
In one Euler step of a coupled system, which values feed the rates?
Answer
All rates use the OLD row's values; update x and v together, then advance t — never reuse a freshly-updated value within the same step.
Question
How many Euler steps reach a target time t_end?
Answer
steps = (t_end − t_0) ÷ h. Always re-check this count — the off-by-one error is the classic trap.
Question
How does the step length h affect Euler's accuracy?
Answer
A smaller h is more accurate (shorter tangent steps stray less from the true curve) but needs more steps.
Question
Reduce d²x/dt² = −4x with v = dx/dt.
Answer
dx/dt = v and dv/dt = −4x (a spring with k = 4).
Question
How do you find the percentage error of an Euler estimate?
Answer
|estimate − exact| ÷ |exact| × 100%.
Question
Which AI exam paper most features 2nd-order Euler / coupled systems?
Answer
Paper 3 — the extended modelling investigations (often with phase portraits and eigenvalue DE solutions). A GDC is allowed throughout.
Read the notes
Full study notes for Euler's method for 2nd-order & coupled systems
Topic 5.18 hub
Euler's method (2nd order) (HL only)
More from Topic 5.18
All flashcards in this topic
Math AI exam skills
Paper structures & tips
Track your progress with spaced repetition
Sign up free — Aimnova tells you exactly which cards to review and when, so you remember everything before your IB exam.
Start Free