Chapter 25: Finite Differences, Interpolation and Numerical Integration (Set-3)

For equally spaced x with step h, the forward difference at xᵢ is

A yᵢ − yᵢ₋₁
B yᵢ₊₁ − yᵢ₋₁
C yᵢ₊₁ − yᵢ
D yᵢ/h

If Eyᵢ = yᵢ₊₁, then E²yᵢ equals

A yᵢ₊₂
B yᵢ₋₂
C yᵢ₊₁
D yᵢ

Using operators, the identity (1−E⁻¹)y equals

A Δy
B δy
C μy
D ∇y

If Δ = E−1, then E can be written as

A 1 − Δ
B Δ − 1
C 1 + Δ
D 1/Δ

If p = (x−x₀)/h and x = x₀ + 2h, then p is

A 1/2
B 2
C −2
D 0

For Newton backward, if x = xₙ − h, then p = (x−xₙ)/h equals

A 1
B 0
C −1
D −2

Lagrange interpolation through three points gives a polynomial of degree at most

A 2
B 1
C 3
D 0

In Lagrange interpolation, basis polynomial L₀(x) is zero at

A Only at x₀
B Nowhere
C All x-values
D All xⱼ, j≠0

The Newton divided-difference polynomial is most convenient when points are

A Equally spaced only
B Symmetric only
C Unequally spaced
D Periodic only

A second divided difference f[x₀,x₁,x₂] is computed using

A Two first differences
B Two second differences
C One trapezoid area
D One Simpson area

If the second derivative is large on [a,b], trapezoidal rule error is generally

A Smaller
B Always zero
C Larger
D Unchanged

If a function is almost linear on [a,b], trapezoidal rule tends to be

A Very poor
B Very accurate
C Not applicable
D Always negative

Composite trapezoidal rule uses interior points with weight

A 1
B 1/2
C 2
D 4

In composite Simpson’s 1/3 rule, the factor outside the bracket is

A h/2
B h
C 3/h
D h/3

Simpson’s 1/3 rule is usually more accurate than trapezoidal because it uses

A Linear fitting
B Constant fitting
C Parabolic fitting
D Random fitting

If n is odd, composite Simpson’s 1/3 rule is

A Not directly usable
B Always exact
C Always stable
D Preferred method

In Simpson’s 3/8 rule (single application), number of subintervals used is

A 2
B 4
C 3
D 1

In Euler’s method for y’ = f(x,y), the next x-value is

A xₙ − h
B xₙ + h
C xₙ/h
D xₙ²

For y’ = f(x,y), Euler’s method uses slope taken at

A (xₙ₊₁,yₙ₊₁)
B Midpoint only
C Endpoint only
D (xₙ,yₙ)

If h is reduced in Euler’s method, the number of steps over fixed interval

A Decreases
B Stays same
C Increases
D Becomes zero

A simple “predictor” in Heun’s method is obtained using

A Euler step
B Simpson step
C Romberg step
D Lagrange step

The corrected Heun update uses average of slopes at

A Two midpoints
B Two random points
C Start and predicted end
D Endpoints only

A key cause of numerical instability in differentiation is

A Subtracting close values
B Adding close values
C Multiplying large values
D Squaring small values

The best “balanced” h choice often tries to trade off

A Speed and memory
B Addition and division
C Truncation and round-off
D Graph and table

If data are equally spaced, Newton forward interpolation polynomial uses differences taken at

A Last entry
B Middle entry
C Any entry
D First entry

If x lies near xₙ, Newton backward formula is usually chosen because it uses

A First differences
B Last differences
C Central differences
D Random differences

In Lagrange interpolation, using too many points can cause

A Exact stability
B Zero error always
C Oscillations
D Less computation

A practical way to reduce interpolation error is to choose points

A Near target x
B Far from x
C Only endpoints
D Randomly spaced

Central interpolation formulas like Stirling mainly require

A Only forward differences
B Only backward differences
C Symmetric differences
D No differences

Bessel’s formula is often used when the interpolation point is near

A Extreme left
B Extreme right
C Far outside
D Half-step center

If Δy₀, Δ²y₀, Δ³y₀ are available, a forward difference approximation to y(x₀+ph) uses

A Only y₀
B Series in p
C Only Δy₀
D Only Δ³y₀

When integrating tabulated values with equal h, Simpson’s 1/3 rule needs

A Even number points
B Two points only
C Odd number points
D Three points only

Composite Simpson’s 3/8 rule requires the number of subintervals to be

A Multiple of 3
B Even number
C Prime number
D Multiple of 2

If a function has a bounded fourth derivative and is smooth, Simpson’s rule error generally decreases like

A h order
B h² order
C h⁴ order
D 1/h order

Trapezoidal rule error for smooth functions typically decreases like

A h order
B h⁴ order
C 1/h order
D h² order

If f(x) is constant on [a,b], both trapezoidal and Simpson’s give

A Approximate only
B Random error
C Exact integral
D Undefined result

In Romberg integration, the first column usually contains

A Simpson estimates
B Trapezoidal estimates
C Euler estimates
D Lagrange values

Richardson extrapolation in Romberg mainly removes the leading

A Function values
B Interval endpoints
C Error term power
D Step size itself

A difference table is especially helpful for quickly computing

A Higher differences
B Determinants
C Eigenvectors
D Fourier series

If the tabulated x spacing is not constant, Newton forward/backward with Δ/∇ is

A Always best
B Always exact
C Required method
D Not suitable directly

In numerical differentiation, using central difference at interior points typically gives

A Worse accuracy
B No meaning
C Better accuracy
D Same as Euler

The main use of Runge–Kutta overview in this chapter is to show

A Higher order ODE methods
B New interpolation basis
C New difference operator
D Exact integration trick

In Newton–Cotes rules, “closed” formulas mean endpoints

A Excluded as nodes
B Included as nodes
C Randomly chosen
D Always repeated

Adaptive step size methods mainly attempt to

A Remove all tables
B Avoid derivatives
C Control error automatically
D Fix n always

Numerical stability in interpolation generally improves when calculations avoid

A Small numbers
B Using h
C Using y-values
D Large cancellations

A common “safe” rule for interpolation is to avoid extrapolation because error can

A Become zero
B Stay constant
C Grow quickly
D Always decrease

In Euler’s method, local truncation error refers to error made in

A Single step
B Whole interval
C Table creation
D Integration only

In Euler’s method, global error mainly grows because of

A Exact cancellation
B Constant derivatives
C Step-by-step accumulation
D No iteration

For numerical integration, a basic requirement for applying composite rules is knowing

A Exact antiderivative
B Laplace transform
C Infinite series
D Function at nodes

In finite differences, operator algebra is mainly used to

A Change data values
B Remove step size
C Derive formulas quickly
D Avoid computation

Leave a Reply

Your email address will not be published. Required fields are marked *