Numerical Methods - Study Mode

[#21] In numerical integration using Simpson's rule, the approximating function in interval is a
Correct Answer

(D) parabola

[#22] Using Simpson's 1/3 rule for numerical integration, the consecutive points are joined by a
Correct Answer

(B) parabola

[#23] The differential equation $$frac{{{ ext{dx}}}}{{{ ext{dt}}}} = frac{{4 - { ext{x}}}}{ au },$$ xa0 with x(0) = 0 and the constant $$ au $$ > 0, is to be numerically integrated using the forward Euler method with a constant integration time step T. The maximum value of T such that the numerical solution of x converges is
Correct Answer

(D) $$2 au $$

[#24] Match the following: List-I List-II P. 2 nd order differential equation 1. Runge-Kutta Method Q. Non-linear algebraic equation 2. Newton-Raphson Method R. Linear algebraic equation 3. Gauss Elimination S. Numerical integration 4. Simpson's rule
Correct Answer

(C) P-1, Q-2, R-3, S-4

[#25] Match the application to appropriate numerical method. Application Numerical Method P1: Numerical integration M1: Newton-Raphson Method P2: Solution to a transcendental equation M2: Runge-Kutta Method P3: Solution to a system of linear equations M3: Simpson's 1/3-rule P4: Solution to a differential equation M4: Gauss Elimination Method
Correct Answer

(B) P1-M3, P2-M1, P3-M4, P4-M2