Numerical Methods Exam Questions 2025
Numerical Methods Exam Questions 2025
The classification of the provided partial differential equation is elliptic. This classification is determined by examining the discriminant of the equation's second derivatives. Elliptic PDEs have a positive discriminant when written in canonical form .
Using the Taylor series method, the value of y(0.1) for the differential equation is approximately 1.0512. Taylor's series expands the function around a point using its derivatives, directly applying to initial conditions .
The order of accuracy for the finite difference equation is 1. This is derived from the highest power of ∆x in the leading term of the truncation error .
The finite difference algorithm has an accuracy order of O(h²). When including terms at multiple backward steps, the leading truncation error term gives the overall accuracy .
The truncation error of the Crank-Nicolson method for a one-dimensional heat equation is O(∆t²) + O(∆x²). This indicates a second-order accuracy in both time and space .
Finite difference methods are formulated by replacing derivatives in differential equations with difference equations corresponding to discrete grid points. This converts continuous problems into algebraic equations that can be solved using numerical techniques .
The range of convergence for the explicit method is 0 ≤ r ≤ 0.5. This constraint ensures stability in computational algorithms for solving PDEs .
The value of y(0.3) computed using the Runge-Kutta second-order method is 2.4210. This approach iteratively updates y based on weighted slopes evaluated at interior points .
The value of y(1) using the backward (implicit) Euler’s method with step size h = 1 is 2.00. The backward Euler method approach involves iterating the function using the equation yn+1 = yn + h*f(xn+1,yn+1).
The correct statements are (ii) and (iv). Backward-differencing does have higher truncation errors than central-differencing, and forward-differencing has less truncation error than central-differencing for spatial discretization .