Back to Topic 5.18 — Euler's method (2nd order) (HL only)
5.18.1Math AI HL8 flashcards

Euler's method for 2nd-order & coupled systems

Practice Flashcards

Flip to reveal answers
Card 1 of 85.18.1
5.18.1
Question

How do you reduce a 2nd-order DE d²x/dt² = g(t, x, dx/dt) to first-order equations?

Click to reveal answer

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.

Card 1concept

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.

Card 2formula

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.

Card 3concept

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.

Card 4concept

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.

Card 5concept

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.

Card 6concept

Question

Reduce d²x/dt² = −4x with v = dx/dt.

Answer

dx/dt = v and dv/dt = −4x (a spring with k = 4).

Card 7formula

Question

How do you find the percentage error of an Euler estimate?

Answer

|estimate − exact| ÷ |exact| × 100%.

Card 8concept

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.

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