Font size
Worksheetsnumerical methods 2
Total questions: 49
Worksheet time: 1hrs 9mins
Newton-Raphson method is used to find the root of the equation x2 - 2 = 0
If iterations are started from - 1, then iterations will be
converge to -1
converge to √2
converge to -√2
No converge
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
Using Newton-Raphson method, find a root correct to three decimal places of the equation x3 - 3x - 5 = 0
2.275
2.279
2.222
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
If Δf(x) = f(x+h) - f(x), then a constant k, Δk equals
1
0
f(k)- f(0)
f(x + k) - f(x)
The root of x3 - 2x - 5 = 0 correct to three decimal places by using Newton-Raphson method is
2.0946
1.0404
1.7321
0.7011
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)
18. Trapezoidal formula is also known as __________.
A. Simpson’z rule
B. Co-ordinate method
C. Prismoidal method
D. Average end area method.
Given above is the general formula for fourth order Runge-Kutta method. What is w?
w denotes the evaluation (step) of RK method
w denotes the consistency of RK method
w are contants, any real numbers R
Numerical integration techniques can be applied to find
Area
Volume of a solid of revolution
sum of the functional values
all of these
2dxdy+5y2=sin2x
To solve the ordinary differential equation by Euler’s method, you need to rewrite the equation as
2dxdy=5y2−sin2x
dxdy=21[sin2x−5y2]
dxdy=21[sin2x+5y2]
dxdy=25[sin2x+y2]
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
Which of the following formula is a particular case of Runge – Kutta formula of first order?.
Taylor's
Modified Eulers
Eulers
Picards
Taylor’s series method will be very useful to given some _______ for powerful numerical methods. (a) (b) final value (c) initial starting value (d) middle value
Initial value
Final value
Mid value
Initial starting value
Simpson’s 3/8 rule is applicable for nine ordinates.
True
False
h=0.25
0.388
0.188
0.288
0.488
Which of the following are single step techniques?
Taylor's
Euler's
RK Mehod
Milne's
False Position method is used to solve
quadratic equations
system of linear equations
eigen value problems
nonlinear equations
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)
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
Which of the following iteration formula can not be derived from x2−6x+2=0
x=6x2+2
x=6x−2
x=6−x2
x=3(x−2)
y p = y 0 + pC 1 ∆y o + pC 2 ∆ 2 y o + (p+1)C 3 ∆ 3 y -1 + ( p+1)C 4 ∆ 4 y -2 + ... represents the formula of
Newton’s backward interpolation
Gauss forward interpolation
Lagrange's interpolation
Newton’s forward interpolation
y p = y 0 + pC 1 ∆y-1+(p+1)C 2 ∆ 2 y-1+(p+1)C 3 ∆ 3 y -2 ++(p+2)C 4 ∆ 4 y -2 + ...represents the formula
of
Newton's forward interpolation
Newton's backward interpolation
Gauss forward interpolation
Gauss backward interpolation
Which of the following is a numerical equation ?
aX³+bX²+c=4
3X⁴-8X³+5X²-6X+7=0
cos3x -4x =0
Which of the following is an algebraic equation ?
3X⁴-8X³+5X²-6X+7=0
aX³+bX²+c=4
cos3x -4x =0
Which of the following is a transcendental equation ?
aX³+bX²+c=4
3X⁴-8X³+5X²-6X+7=0
cos3x -4x =0
One root of the equation
X³ +4X²-8X +2 =0 lies between........
0 and 1
-1 and 0
-1 and 1
The roots of the equation
X² - 1 =0 is ................
1,-1
1,1
-1,-1
False Position method is used to solve
quadratic equations
system of linear equations
eigen value problems
nonlinear equations
Solving nonlinear equations means ..
finding the x value for which f(x)=0.
finding the root of the functions.
finding the zero of the functions.
Regula Falsi method is also known as ------
Interval halving method
Bolzano's method
Method of False Position
Newton method
Bisection method is a simple but slowly convergent method.
True
False
The equation f(x) = 0 is called
-------- if f(x) involves logarithmic, trigonometric and exponential functions.
algebraic
transcendental
numerical
In numerical integration the width of the sub intervals is given by
h=nxn−x0
h=nxn+x0
h=nx0−xn
none of thesse
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 five ordinates.
True
False
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)
What line is used to find the next iteration in Newton-Raphson method?
Secant
Normal
Chord
Tangent
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
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
The following are ways to verify whether there is a root in the interval [a, b] for a continuous function f(x) except
f(a) < 0 and f(b) > 0
f(a) x f(b) < 0
f(a) x f(b) > 0
The sign for f(a) and f(b) changes
Bisection method is also known as ----- method.
Newton Raphson
Regula Falsi
Interval Halving
Newton
What is the solution to the 4x5 Matrix ?
( 3, 4, 9, 6 )
( 3, 4, 9, -6 )
( -6, 9, 4, 3 )
( 6, 9, 4, 3 )
Using back-substitution, calculate the solution for the REF matrix.
(3, -6, 3)
(-6, -6, 3)
(6, -6, 3)
(-6, -6, 3)
Iteration method is a self correcting method
True
False
Iteration will converge if the leading diagonal element are greater than the sum of other coefficients of that row.
True
False
This is an example of a
System of Quadratic Equations
Reduced Row Echelon Form
Augmented Matrix
A Canine Doing a Backflip
What is an appropriate first row command to solve this by Gaussian Elimination?
2R2 + R2 -> R2
-2R1 + R2 -> R2
R3 +R2 --> R3
2R1 + R2 --> R2
