UNI_ADVANCED · Applied mathematics · NUMERICAL.INTRO

Numerical methods basics

Numerical methods basics

Practice this skill
Intuition

Understand first, compress later.

Mathematical models translate real situations into quantities, relationships and assumptions.

Switch representations
Convergence of a geometric seriesa = 1, r = 1/2
1234567891011120.511.52nS
S₁ = 1S₂ = 1.5S₃ = 1.75
partial sums S_nlimit 2
Each dot is a partial sum S_n, not a single term. The steps shrink by the factor 1/2 each time, so the dots never pass the dashed height 2 yet get arbitrarily close to it: the geometric series converges to 1/(1 − 1/2) = 2. After 12 terms the remaining gap is only 0.
Formal view

You can numerical methods basics when you can recognise the underlying objects, select valid rules and check each step for equivalence or logical implication.

Why does it work?

This skill sits on a prerequisite network. If a step is unstable, repair the missing prerequisite instead of merely doing more items of the same type.