Font size
WorksheetsFinal Exam in Numerical Methods
Total questions: 45
Worksheet time: 44mins
An infinite series that can be thought of as a polynomial with an infinite number of terms, such as 1 + x + x2 + x3 +⋯…
Taylor Series
Power Series
Numerical Series
Maclaurin Series
Numerical methods ..
is to find the exact solutions of mathematical problems.
is a study of algorithms that use numerical approximations in solving problems.
should be accurate and precise enough for particular problems.
Truncation error is better than round-off error. True or false?
True
False
Solving nonlinear equations means ..
finding the root of the functions.
finding the zero of the functions.
finding the x value which f(x)=0.
Methods of solving linear equations system consist of ..
Iterative solvers
Linear solvers
Direct solvers
Matrices Systems solvers
For any given system of linear equations, what are the possible solutions?
No solution
Unique solution
Dual solutions
Infinite many solutions
The methods to find the polynomials approximation are ..
Lagrange interpolation
Newton's Divided Difference
Natural Cubic Spline
Clamped Cubic Spline
The difference or derivative formula is developed based on ..
the definition of differentiation
the definition of limits
the Taylor series
the graph of the slope of a function
These are the methods for numerical integration, except
Trapezoidal rule
Simpson's rule
Gauss iteration
Romberg integration
The convergence of which of the following method is sensitive to starting value?
False position
Gauss seidal method
Newton-Raphson method
All of these
Which of the following statements applies to the bisection method used for finding roots of functions?
Converges within a few iterations
Guaranteed to work for all continuous functions
Is faster than the Newton-Raphson method
Requires that there be no error in determining the sign of the function
We wish to solve x2 - 2 = 0 by Newton Raphson technique. If initial guess is x0 = 1.0, subsequent estimate of x (i.e. x1) will be
1.414
1.5
2.0
None of these
In the Gauss elimination method for solving a system of linear algebraic equations, triangularzation leads to
Diagonal matrix
Lower triangular matrix
Upper triangular matrix
Singular matrix
Following are the values of a function y(x) : y(-1) = 5, y(0), y(1) = 8 dy/dx at x = 0 as per Newton's central difference scheme is
0
1.5
2.0
3.0
Figure shows the equation 2x3=2−x2 . Find the root of the equation 2x3+x2−2=0 in [−2,2] .
0
1.414
-1.414
0.858
Find how many intersection are there between y=2x and y=lnx ?
1
0
2
Given that the equation 2x3−4x2−1=0 has a root in the interval [2, 3]. Using Newton-Raphson method, the root correct to 2 decimal places is
2.13
2.11
2.09
2.15
Estimate ∫081+x2dx by using trapezoidal rule with 5 ordinates correct to 3 d.p. What is this value?
33.946; approximated value
33.946; absolute value
32.246; approximated value
32.246; absolute value
The Newton Raphson method is also called as ____________
Tangent method
Secant method
Chord method
Diameter method
It is a curve fitting that is employed where there is a significant degree of error associated with the data.
Integration
Regression
Differentiation
Optimization
These are concerned with the value of a variable or a parameter that satisfies a single non-linear equation and are especially valuable in engineering design contexts where it is open impossible to explicitly solve design equations for parameters.
Systems of Linear Algebraic Equations
Ordinary Differential Equations
Roots of Equations
Integration
It refers to how closely individual computer or measured values agree with each other.
Precision
Accuracy
Truncation
Round-off
It refers to how closely a computed or measured value agrees with the true value of the parameter being measured.
Precision
Accuracy
Truncation
Round-off
These errors happened when number having limited significant figures are used to represent exact numbers.
Concatenation Errors results
Truncation Errors results
Round-off Errors results
Relative True Errors results
These are errors that do not directly related to numerical methods which occur at any stage of mathematical modeling.
Gross Errors
Model Errors
Measurement Errors
Formulation Errors
The iteration formula for Newton-Raphson method is
xn+1=xn+f′(xn)f(xn)
xn+1=xn−f′(xn)f(xn)
xn+1=xn−f(xn)f′(xn)
xn+1=xn+f(xn)f′(xn)
In Newton-Raphson method, if we want to give our answer correct to 3 decimal places then we need to use how many decimal places in the calculation of the iterations?
3 decimal places
2 decimal places
4 decimal places
any number of decimal places will do
Bisection method is also known as ----- method.
Newton Raphson
Regula Falsi
Interval Halving
Newton
Regula Falsi method is also known as ------
Interval halving method
Bolzano's method
Method of False Position
Newton method
In Trapezoidal rule, for the interval (2,5) if h=0.5 then the value of n is_________
5
2
6
4
Simpson’s 1/3 rule is applicable for eight ordinates.
True
False
By Trapezoidal rule,
∫x0xnydx=−−−2h(y0+2(y1+y2+...+yn−1)+yn)
2h(y0−2(y1+y2+...+yn−1)+yn)
2h(y0+2(y1+y2+...+yn−1)−yn)
3h(y0+2(y1+y2+...+yn−1)+yn)
Numerical integration techniques can be applied to find
Area
Volume of a solid of revolution
sum of the functional values
all of these
What is the main difference between Jacobi’s and Gauss-seidal?
Computations in Jacobi’s can be done in parallel but not in Gauss-seidal
Convergence in Seiddel method is faster
Gauss seidal cannot solve the system of linear equations in three variables whereas Jacobi can
Deviation from the correct answer is more in gauss seidal
In the Gauss elimination method for solving a system of linear algebraic equations, triangularzation leads to
Diagonal matrix
Lower triangular matrix
Upper triangular matrix
Singular matrix
For decreasing the number of iterations in Newton Raphson method:
The value of f’(x) must be increased
The value of f’’(x) must be decreased
The value of f’(x) must be decreased
The value of f’’(x) must be increased
What is the size of the matrix below? Always do Rows x Columns.
3 x 4
4 x 3
What is the size of the matrix below?
0 x 1
1 x 0
3 x 3
3 x 0
0 -1
8 -13
0 1
-8 1
-4 2
-6 -6
-4 -6
-6 2
30 -5 0
30 -5 0
11 4 5
-30 5 0
Which element is located in A23?
-3
5
-9
2
What is the location of 5?
A12
A21
A25
A13
Can the operation be performed?
Yes
No
Sometimes
only Ms. Jones knows
