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

In a forward difference table, which operator represents the first forward difference?

A Δ operator
B ∇ operator
C δ operator
D D operator

Which operator is used for backward difference?

A Δ operator
B E operator
C ∇ operator
D I operator

The shift operator E is defined by

A Ey = y(x−h)
B Ey = y(x)/h
C Ey = y′(x)
D Ey = y(x+h)

Which relation is correct for forward difference and shift operator?

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

For equally spaced data, step size h means

A Constant y spacing
B Constant x spacing
C Constant slope
D Constant error

The “difference table” is mainly used to

A Solve determinants
B Factor polynomials
C Compute higher differences
D Find eigenvalues

If Δy is constant for a dataset, the underlying function is likely

A Linear polynomial
B Quadratic polynomial
C Cubic polynomial
D Exponential function

If Δ²y is constant, the function is most consistent with

A Linear polynomial
B Log function
C Random data
D Quadratic polynomial

Central difference operator δ is commonly defined as

A δy = y(x+h) − y(x)
B δy = y(x) − y(x−h)
C δy = y(x+h/2) − y(x−h/2)
D δy = y(x)/y(x+h)

The operator identity involving E and ∇ is

A ∇ = 1 − E⁻¹
B ∇ = E − 1
C ∇ = 1 − E
D ∇ = E⁻¹ + 1

Newton forward interpolation is preferred when the required x is

A Near table end
B Near table start
C Far outside table
D Randomly selected

Newton backward interpolation is preferred when the required x is

A Near table start
B At midpoint only
C Near table end
D Outside interval

In Newton forward interpolation, the variable p is defined as

A (x − x₀)/h
B (x₀ − x)/h
C (y − y₀)/h
D (x + x₀)/h

In Newton backward interpolation, p is commonly taken as

A (x − x₀)/h
B (xₙ − x)/h
C (x + xₙ)/h
D (x − xₙ)/h

Lagrange interpolation is especially useful for

A Only equally spaced x
B Only periodic data
C Unequally spaced x
D Only integer x

The Lagrange interpolating polynomial through n+1 points has degree at most

A n
B n+1
C 2n
D n−1

A key property of Lagrange basis polynomial Lᵢ(x) is

A Lᵢ(xⱼ)=0 if i=j
B Lᵢ(xⱼ)=1 if i=j
C All Lᵢ are equal
D Lᵢ has no roots

Interpolation means estimating a value

A Outside given range
B At x=0 only
C Within given range
D At integer points

Extrapolation is generally

A Always exact
B Always stable
C Required by formula
D More risky

Divided differences are mainly associated with

A Newton general interpolation
B Simpson’s rule only
C Trapezoidal rule only
D Euler’s method only

The simplest numerical derivative using forward difference is

A [f(x)−f(x−h)]/h
B [f(x+h)−f(x−h)]/h
C [f(x+h)−f(x)]/h
D [f(x)−f(x+h)]/2h

The backward difference derivative approximation is

A [f(x)−f(x−h)]/h
B [f(x+h)−f(x)]/h
C [f(x+h)−f(x−h)]/2h
D [f(x−h)−f(x)]/2h

Central difference for first derivative is commonly written as

A [f(x+h)−f(x)]/h
B [f(x+h)−f(x−h)]/2h
C [f(x)−f(x−h)]/h
D [f(x+2h)−f(x)]/h

Truncation error is mainly due to

A Wrong table reading
B Using calculator
C Changing units
D Ignoring higher terms

Round-off error increases mainly when

A h becomes very small
B h becomes very large
C function is constant
D interval is zero

Numerical integration methods are mainly used to

A Solve linear equations
B Factor polynomials
C Approximate definite integrals
D Find exact roots

The trapezoidal rule approximates the curve by

A Straight line segments
B Parabolic arcs
C Cubic splines
D Exponential arcs

Composite trapezoidal rule is used when the interval is

A Not divided at all
B Exactly one point
C Only symmetric
D Divided into many parts

For composite trapezoidal rule, the step size h equals

A (b+a)/n
B (a−b)/n
C (b−a)/n
D (b−a)/(n−1)

The trapezoidal rule error term involves the

A Second derivative
B First derivative
C Fifth derivative
D No derivative

Simpson’s 1/3 rule approximates the curve by

A Straight lines
B Parabolic arcs
C Triangles only
D Step function

Simpson’s 1/3 rule requires number of subintervals n to be

A Even number
B Prime number
C Odd number
D Zero

Simpson’s rule error term involves the

A Second derivative
B First derivative
C Fourth derivative
D No derivative

In Simpson’s 1/3 rule, the coefficient of interior odd-index y values is

A 2
B 1
C 3
D 4

In Simpson’s 1/3 rule, the coefficient of interior even-index y values is

A 2
B 4
C 1
D 0

Simpson’s 3/8 rule commonly requires n to be

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

If only equally spaced table values are given, a good method for integration is

A Composite rules
B Exact antiderivative
C Laplace transform
D Matrix inversion

Euler’s method is used to approximate solutions of

A Definite integral
B Initial value ODE
C Algebraic equation
D Partial fraction

The Euler update formula is

A yₙ₊₁ = yₙ − h f(xₙ,yₙ)
B yₙ₊₁ = f(xₙ,yₙ)/h
C yₙ₊₁ = yₙ + f(xₙ,yₙ)
D yₙ₊₁ = yₙ + h f(xₙ,yₙ)

In Euler’s method, local truncation error per step is of order

A
B h
C
D 1/h

Global error of Euler’s method is typically of order

A
B
C h
D 1/h

A smaller step size h in Euler’s method usually makes the solution

A More accurate
B Always unstable
C Always exact
D Less computed

Heun’s method is best described as

A Exact ODE solver
B Trapezoidal integration
C Lagrange interpolation
D Improved Euler method

A “difference equation” is mainly a relation involving

A Continuous integrals
B Discrete values
C Complex residues
D Matrix rank

Higher order differences like Δ³y represent

A Differences of differences
B Derivatives exactly
C Integrals exactly
D Random noise only

In interpolation, the interpolating polynomial is unique when

A y-values are distinct
B h is zero
C x-values are distinct
D n is negative

A common practical warning in interpolation is to avoid

A Using very high degree
B Using any data points
C Using step size
D Using difference table

Newton forward formula mainly uses

A Backward differences
B Divided differences only
C Fourier coefficients
D Forward differences

Newton backward formula mainly uses

A Forward differences
B Central differences only
C Backward differences
D Laplace values

Romberg integration is best described as

A Lagrange interpolation use
B Richardson extrapolation use
C Euler method variant
D Newton forward variant

Leave a Reply

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