Back to noteBack to top

Pomodoro

Pomodoro timer is idle

Numerical Methods Practice

GitHub Changelog

Showing all 5 problems

0 of 5 completed

Direct Practice

1.1Estimate a Function with Newton's Method

Exam I | Problem 1.1 | Newton's Method, Root Finding

For $f(x)=x^2-2$, write one Newton step starting from $x_0=1$.

1.2Identify Absolute Error

Exam I | Problem 1.2 | Error Analysis

An approximation is $3.14$ and the exact value is $\pi$. Write its absolute error.

Integrated Practice

2.1Apply Forward Euler

Exam II | Problem 2.1 | ODE Solvers · Forward Euler

Use one forward-Euler step with $\Delta t=0.1$ for $y'=-2y$, $y(0)=3$.

2.2Check a Finite-Difference Units

Exam II | Problem 2.2 | Finite Differences · Dimensional Analysis

What units must $\Delta x^2$ have if it appears in the denominator of a second spatial derivative approximation?

Applied Problems

3.1Interpret Convergence

Final | Problem 3.1 | Convergence · Verification

Why does reducing a discretization step not by itself prove that a numerical result is physically correct?