NEW
Font size
WorksheetsComputational Mathematics
Total questions: 51
Worksheet time: 26mins
Find n if x0 = 0.75825, x = 0.759 and h = 0.00005
15
1.5
2.5
25
Find n for the following data if f(0.2) is asked
a. 0.2
b. 0.4
c. 0.6
d. 1
a. 1.1657
b. 1.3571
c. 1.7132
Find f(0.18) from the following table using Newton’s Forward interpolation formula
a. 1.103957
b. 1.18878784
c. 0.103957
d. 0.18878784
Apply Newton’s method to the equation \(f(x) = x2 − 2 = 0\) to estimate the root \(x∗ = \sqrt 2\). Starting with the initial guess \(x_0 =1\), the first iteration \(x_1\) is:
a. 0.5
b. 1.5
c. 2
d. 1
Solve the following equation by Gauss Seidal Method up to 3 iterations and find the value of x.\( 4x - 3y - z = 40, \ x - 6y + 2z = -28, \ x
- 2y + 12z = -86\)
a. x=9.86
b. x=11.51
c. x=11.11
d. x=13.28
Solve the following system of linear equations using iterative Jacobi method. \( 4x_1 + 2x_2 – 2x_3 = 0, \ x_1 – 3x_2 – x_3 = 7, \ 3x_1 –
x_2 + 4x_3 = 5 \)
a. 0.2923, -1.6754, -0.0231
b. 0.1664, 1.2321, -0.2341
c. 1.7083, -1.9583, -0.7812
d. 0.5564, 1.9876, 0.2132
Which of the following is a suitable initial interval for computing a positive root of the equation g(x) = 2xcos(πx) − ex − 1 = 0 using the
bisection method?
a. [-1,1]
b. [0,1]
c. [0,2]
d. [-1,0]
While solving by Gauss Seidal method, which of the following is the first Iterative solution system; x – 2y = 1 and x + 4y = 4?
a. (0.25,1)
b. (0,0)
c. (1,0.65)
d. (1, 0.75)
Solve the following equations by Gauss seidal method
10a − 2b − c − d = 3, − 2a + 10b − c − d = 15, − a − b + 10c − 2d = 27, − a − b − 2c = 10d = −9
a. a = 2, b = 2, c = 8, d = -3
b. a = 1, b = 2, c = 3, d = 0
c. a = 1, b = 5, c = 7, d = -1
d. a = 2, b = 5, c = 3, d = 5
Let Z be some approximation of x. Which of the following error definitions is correct?
A root of the equation x3−x−11=0 correct to four decimals using bisection method is
a. 2.3737
b. 2.3838
c. None of these
d. 2.3736
Fit the straight line to the following data
y=x+1
y=2x
y=2x+1
y=x
Use Simpson's rule with step size ΔX=1 to approximate the integral ∫04f(x)dx , where a table of values for the function f(x) is given
below
10
7
13
9
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
2
0.5
1
1.5
Solve the integral using Simpson's rule with 2n=10 subintervals
7.6405
10.6410
16.9852
0.6410
Use Simpson's Rule to find an approximation for the shaded area?
(тут картинка должна быть но нее нет)
1
2
1.5
5.6
Find the root of the following polynomial function using the bisection method: x3−4x−9=0
a. 1.9542
b. 1.6875
c. 2.9542
d. 2.6875
The value of (картинка) by the using one-segment trapezoidal rule is most nearly
20.099
2.2009
10.045
0.091
Given that x=(1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6) and y=(7.989, 8.403, 8.781, 9.129, 9.750, 10.031).
Find dx/dy
3.932
3.952
3.221
3.152
The value of (картинка)by Simpton's 1/3 rule is
1.5571
c. 1.1657
1.3662
1.7132
The value of [\int_{2.5}^{4}(\ln x)dx] calculated using the trapezoidal rule with five subintervals is
1.7533
b. 1.3453
c. 1.5543
d. 1.7653
0.5
1
1.5
2
Using Bisection method, negative root of (картинка) correct to three decimal places is
-2.506
b. -2.706
c. None of these
d. - 2.406
The irrational number e can be approximated by applying Newton’s method to solve the nonlinear equation (картинка)
What is the Newton iteration formula?
x_{k+1} =x_k −(\ln x_k −1)
b. x_{k+1}=x_k-\ln x
c. x_{k+1} = 2x_k − x_k \ln x_k
d. x_{k+1}=\ln x
The irrational number e can be approximated by applying Newton’s method to solve the nonlinear equation \(f (x) = \ln x − 1 = 0 \).
What is the Newton iteration formula?
a. x_{k+1}=x_k-\ln x
b. x_{k+1} =x_k −(\ln x_k −1)
c. x_{k+1}=\ln x
d. x_{k+1} = 2x_k − x_k \ln x_k
The irrational number 2 can be approximated by applying the secant method to the nonlinear equation x2−2=0
What is the
iteration formula?
x_{k+1}=x^2_k -\frac{x_k-2}{x^2_k+x^2_{k-1}
x_{k+1}=x_k - \frac{x^2_k-2}{x_k+x_{k-1}
x_{k+1}=x_k -\frac{(x^2_k-2)x_k}{x_k+x_{k-1}
x_{k+1}=x_k -\frac{(x_k-x_{k-1})(x^2_k-2)}{x^2_k+x^2_{k-1}
Using Newton-Raphson method, find a root correct to three decimal places of the equation x3−3x−5=0
2.222
b. 2.279
c. None of these
d. 2.275
Compute two iterations for the function (картинка) using the secant method, in which the real roots of the equation f(x)
lies in the interval (0, 1).
a. 0.311283
b. 0.253113
c. 0.186441
d. 0.166672
Errors may occur in performing numerical computation on the computer due to
a. Power fluctuation
b. Rounding errors
c. All of these
d. Operator fatigue
Using Newton-Raphson method, find a root correct to three decimal places of the equation sinx=1−x
a. 0.555
b. 0.511
c. 0.500
d. None of these
Trapezoidal rule gives exact value of the integral when integrand is a
a. quadratic function
b. polynomial of any degree
c. linear function
d. cubic function
The root of x3−2x−5=0 correct to three decimal places by using Newton-Raphson method is
a. 1.0404
b. 2.0946
c. 1.7321
d. 0.7011
The convergence of which of the following method is sensitive to starting value?
a. All of these
b. Gauss seidal method
c. Newton-Raphson method
d. False position
he second degree polynomial(картинка) is determined using the given table of Newton divided
differences. The correct values of the coefficients are ...
a. a = 2, b = 2, c = 4
b. a = 1, b = 2, c = 4
c. a = 2, b = 4, c = 5
d. a = 1, b = 3, c = 1
Find x if x0 = 0.6, n = 2.6 and h = 0.2
a. 1
b. 2.5
c. 1.12
d. 12
The definite integral(картинка) is evaluated using trapezoidal rule with a step size of 1. The correct answer is
a. 1.345
b. 1.165
c. 1.554
d. 1.765
What would be the value of yn in Simpson's Rule formula?
1
1.5
2
4
Which order of polynomials can best be integrated using Trapezoidal rule?
a. 1-st order
b. 2-nd order
c. 4-th order
d. 3-rd order
a. 1.4108
b. 0.1039
c. 0.188
d. 1.1039
If the equation y=axb can be written in the linear form Y=A+BX, what are Y,X,A,B?
Y = y, A = a, B = b, X = x
Y = logy, A = a, B = logb, X = x
Y = logy, A = loga, B = b, X = logx
Y = y, A = a, B = logb, X = logx
Consider the integral(картинка) Using the Trapezoidal Rule with n=4 find an approximation to the integral
a. 11
b. 10
c. 9
d. 12
a. 10.5
b. 9
c. 10
d. 9.5
Numerical techniques more commonly involve _______
a. Elimination method
b. Iterative method
c. Reduction method
d. Direct method
Find a root for the equation \( 2e^x sin x = 3 \) using the false position method and correct it to three decimal places with three
iterations.
a. 0.6557
b. 0.7563
c. 0.6585
d. 0.7675
Solve the following equation by Gauss Seidal Method up to 3 iterations and find the value of x.\( 4x - 3y - z = 40, \ x - 6y + 2z = -28, \x - 2y + 12z = -86\)
a. x=11.11
b. x=11.51
c. x=9.86
d. x=13.28
Select the best definition for “numerical analysis”:
a. the study of quantitative approximations to the solutions of mathematical problems including consideration of and bounds
for the errors involved
b. the study of algorithms for computing approximate solutions to problems from continuous mathematics
c. the study of round-off errors
d. the branch of mathematics that deals with the development and use of numerical methods for solving problems
The goal of the row-reduction phase in the Gaussian elimination algorithm is to convert the coefficient matrix into a matrix.
a. lower triangular
b. upper triangular
c. diagonal
d. identity
Find the root of the following polynomial function using the bisection method:\( x^3-4\)
a. 1.9542
b. 2.9542
c. 1.6875
d. 1.5625
A real root of the equation \( f(x) = x3 – 5x + 1 = 0 \) lies in the interval (0, 1). Perform four iterations of the secant method.
a. 0.292321
b. 0.556432
c. 0.166443
d. 0.201640
