Vidyalelo
Engineering Maths · all questions

Numerical Methods
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

58

Questions

1/3

Page

Pick an option on a question to see the right answer and solution.

What is the cube root of 1468 to 3 decimal places?

Select an option to see the answer and solution.

Torque exerted on a flywheel over a cycle is listed in the table. Flywheel energy (in J per unit cycle) using Simpson's rule is
Angle (degree) 0   60 120 180 240 300 360
Torque (Nm) 0 1066 -323   0 323 -355   0

Select an option to see the answer and solution.

Roots of the algebraic equation x3 + x2 + x + 1 = 0 are

Select an option to see the answer and solution.

In the Newton-Raphson method, an initial guess of x0 = 2 is made and the sequence x0, x1, x2 ... is obtained for the function 0.75x3 - 2x2 - 2x + 4 = 0
Consider the statements
I. x3 = 0.
II. The method converges to a solution in a finite number of iterations.
Which of the following is TRUE?

Select an option to see the answer and solution.

While numerically solving the differential equation     using Euler's predictor-corrector (improved Euler-Cauchy) with a step size of 0.2, the value of y after the first step is

Select an option to see the answer and solution.

The Newton-Raphson iteration    can be used to compute the

Select an option to see the answer and solution.

When the Newton-Raphson method is applied to solve the equation f(x) = x3 + 2x - 1 = 0, the solution at the end of the first iteration with the initial guess value as x0 = 1.2 is

Select an option to see the answer and solution.

The matrix \left[ {\text{A}} \right] = \left[ {\begin{array}{*{20}{c}} 2&1 \\ 4&{ - 1} \end{array}} \right]   is decomposed into a product of a lower triangular matrix x[L] and an upper triangular matrix [U]. The properly decomposed [L] and [U] matrices respectively are

Select an option to see the answer and solution.

Consider a differential equation    with the initial condition y(0) = 0. Using Euler's first order method with a step size of 0.1, the value of y(0.3) is

Select an option to see the answer and solution.

Consider an ordinary differential equation   If x = x0 at t = 0, the increment in x calculated using Runge-Kutta fourth order multistep method with a step size of Δt = 0.2 is

Select an option to see the answer and solution.

Newton-Raphson method is used to compute a root of the equation x2 - 13 = 0 with 3.5 as the initial value. The approximation after one iteration is

Select an option to see the answer and solution.

Identify the Newton-Raphson iteration scheme for finding the square root of 2.

Select an option to see the answer and solution.

If a continuous function f(x) does not have a root in the interval [a, b], then which one of the following statements is TRUE?

Select an option to see the answer and solution.

Consider p(s) = s3 + a2s2 + a1s + a0 with all real coefficients. It is known that it is derivative p'(s) has no real roots. The number of real roots of p(s) is

Select an option to see the answer and solution.

The differential equation   is discretised using Euler's numerical integration method with a time step ΔT > 0. What is the maximum permissible value of ΔT to ensure stability of the solution of the corresponding discrete time equation?

Select an option to see the answer and solution.

Match the correct pairs
Numerical Integration Scheme Order of Fitting Polynomial
P. Simpson's 3/8 Rule 1. First
Q. Trapezoidal Rule 2. Second
R. Simpson's 1/3 Rule 3. Third

Select an option to see the answer and solution.

The minimum number of equal length subintervals needed to approximate  to an accuracy of at least  using the trapezoidal rule is

Select an option to see the answer and solution.

Consider the series       obtained from the Newton-Raphson method. The series converges to

Select an option to see the answer and solution.

The value of the function f(x) is given at n distinct values of x and its value is to be interpolated at the point x, using all the n points. The estimate is obtained first by the Lagrange polynomial, denoted by and then by the Newton polynomial, denoted by . Which one of the following statements is correct?

Select an option to see the answer and solution.

The extremum (minimum or maximum) point of a function f(x) is to be determined by solving   using the Newton-Raphson method. Let f(x) = x3 - 6x and x0 = 1 be the initial guess of x. The value of x after two iterations (x2) is

Select an option to see the answer and solution.