wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computational Mathematics

Total questions: 51

Worksheet time: 26mins

Name
Class
Date
1.

Find n if x0 = 0.75825, x = 0.759 and h = 0.00005

a)

15

b)

1.5

c)

2.5

d)

25

2.

Find n for the following data if f(0.2) is asked

a)

a. 0.2

b)

b. 0.4

c)

c. 0.6

d)

d. 1

3.
a)

a. 1.1657

b)

b. 1.3571

c)

c. 1.7132

4.

Find f(0.18) from the following table using Newton’s Forward interpolation formula

a)

a. 1.103957

b)

b. 1.18878784

c)

c. 0.103957

d)

d. 0.18878784

5.

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)

a. 0.5

b)

b. 1.5

c)

c. 2

d)

d. 1

6.

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)

a. x=9.86

b)

b. x=11.51

c)

c. x=11.11

d)

d. x=13.28

7.

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)

a. 0.2923, -1.6754, -0.0231

b)

b. 0.1664, 1.2321, -0.2341

c)

c. 1.7083, -1.9583, -0.7812

d)

d. 0.5564, 1.9876, 0.2132

8.

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)

a. [-1,1]

b)

b. [0,1]

c)

c. [0,2]

d)

d. [-1,0]

9.

While solving by Gauss Seidal method, which of the following is the first Iterative solution system; x – 2y = 1 and x + 4y = 4?

a)

a. (0.25,1)

b)

b. (0,0)

c)

c. (1,0.65)

d)

d. (1, 0.75)

10.

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. a = 2, b = 2, c = 8, d = -3

b)

b. a = 1, b = 2, c = 3, d = 0

c)

c. a = 1, b = 5, c = 7, d = -1

d)

d. a = 2, b = 5, c = 3, d = 5

11.

Let ZZ be some approximation of x. Which of the following error definitions is correct?

a)

b)

c)

d)

12.

A root of the equation x3x11=0x^3-x-11=0 correct to four decimals using bisection method is

a)

a. 2.3737

b)

b. 2.3838

c)

c. None of these

d)

d. 2.3736

13.

Fit the straight line to the following data

a)

y=x+1

b)

y=2x

c)

y=2x+1

d)

y=x

14.

Use Simpson's rule with step size ΔX=1\Delta X=1 to approximate the integral 04f(x)dx\int_0^4f\left(x\right)dx , where a table of values for the function f(x) is given

below

a)

10

b)

7

c)

13

d)

9

15.

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

a)

2

b)

0.5

c)

1

d)

1.5

16.

Solve the integral using Simpson's rule with 2n=10 subintervals

a)

7.6405

b)

10.6410

c)

16.9852

d)

0.6410

17.

Use Simpson's Rule to find an approximation for the shaded area?

(тут картинка должна быть но нее нет)

a)

1

b)

2

c)

1.5

d)

5.6

18.

Find the root of the following polynomial function using the bisection method: x34x9=0x^3-4x-9=0

a)

a. 1.9542

b)

b. 1.6875

c)

c. 2.9542

d)

d. 2.6875

19.

The value of (картинка) by the using one-segment trapezoidal rule is most nearly

a)

20.099

b)

2.2009

c)

10.045

d)

0.091

20.

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

a)

3.932

b)

3.952

c)

3.221

d)

3.152

21.

The value of (картинка)by Simpton's 1/3 rule is

a)

1.5571

b)

c. 1.1657

c)

1.3662

d)

1.7132

22.

The value of [\int_{2.5}^{4}(\ln x)dx] calculated using the trapezoidal rule with five subintervals is

a)

1.7533

b)

b. 1.3453

c)

c. 1.5543

d)

d. 1.7653

23.
a)

0.5

b)

1

c)

1.5

d)

2

24.

Using Bisection method, negative root of (картинка) correct to three decimal places is

a)

-2.506

b)

b. -2.706

c)

c. None of these

d)

d. - 2.406

25.

The irrational number e can be approximated by applying Newton’s method to solve the nonlinear equation (картинка)

What is the Newton iteration formula?

a)

x_{k+1} =x_k −(\ln x_k −1)

b)

b. x_{k+1}=x_k-\ln x

c)

c. x_{k+1} = 2x_k − x_k \ln x_k

d)

d. x_{k+1}=\ln x

26.

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)

a. x_{k+1}=x_k-\ln x

b)

b. x_{k+1} =x_k −(\ln x_k −1)

c)

c. x_{k+1}=\ln x

d)

d. x_{k+1} = 2x_k − x_k \ln x_k

27.

The irrational number 2\sqrt[]{2} can be approximated by applying the secant method to the nonlinear equation x22=0x^2-2=0

What is the

iteration formula?

a)

x_{k+1}=x^2_k -\frac{x_k-2}{x^2_k+x^2_{k-1}

b)

x_{k+1}=x_k - \frac{x^2_k-2}{x_k+x_{k-1}

c)

x_{k+1}=x_k -\frac{(x^2_k-2)x_k}{x_k+x_{k-1}

d)

x_{k+1}=x_k -\frac{(x_k-x_{k-1})(x^2_k-2)}{x^2_k+x^2_{k-1}

28.

Using Newton-Raphson method, find a root correct to three decimal places of the equation x33x5=0x^3-3x-5=0

a)

2.222

b)

b. 2.279

c)

c. None of these

d)

d. 2.275

29.

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)

a. 0.311283

b)

b. 0.253113

c)

c. 0.186441

d)

d. 0.166672

30.

Errors may occur in performing numerical computation on the computer due to

a)

a. Power fluctuation

b)

b. Rounding errors

c)

c. All of these

d)

d. Operator fatigue

31.

Using Newton-Raphson method, find a root correct to three decimal places of the equation sinx=1x\sin x=1-x

a)

a. 0.555

b)

b. 0.511

c)

c. 0.500

d)

d. None of these

32.

Trapezoidal rule gives exact value of the integral when integrand is a

a)

a. quadratic function

b)

b. polynomial of any degree

c)

c. linear function

d)

d. cubic function

33.

The root of x32x5=0x^3-2x-5=0 correct to three decimal places by using Newton-Raphson method is

a)

a. 1.0404

b)

b. 2.0946

c)

c. 1.7321

d)

d. 0.7011

34.

The convergence of which of the following method is sensitive to starting value?

a)

a. All of these

b)

b. Gauss seidal method

c)

c. Newton-Raphson method

d)

d. False position

35.

he second degree polynomial(картинка) is determined using the given table of Newton divided

differences. The correct values of the coefficients are ...

a)

a. a = 2, b = 2, c = 4

b)

b. a = 1, b = 2, c = 4

c)

c. a = 2, b = 4, c = 5

d)

d. a = 1, b = 3, c = 1

36.

Find x if x0 = 0.6, n = 2.6 and h = 0.2

a)

a. 1

b)

b. 2.5

c)

c. 1.12

d)

d. 12

37.

The definite integral(картинка) is evaluated using trapezoidal rule with a step size of 1. The correct answer is

a)

a. 1.345

b)

b. 1.165

c)

c. 1.554

d)

d. 1.765

38.

What would be the value of yny_n in Simpson's Rule formula?

a)

1

b)

1.5

c)

2

d)

4

39.

Which order of polynomials can best be integrated using Trapezoidal rule?

a)

a. 1-st order

b)

b. 2-nd order

c)

c. 4-th order

d)

d. 3-rd order

40.

a)

a. 1.4108

b)

b. 0.1039

c)

c. 0.188

d)

d. 1.1039

41.

If the equation y=axby=ax^b can be written in the linear form Y=A+BX, what are Y,X,A,B?

a)

Y = y, A = a, B = b, X = x

b)

Y = logy, A = a, B = logb, X = x

c)

Y = logy, A = loga, B = b, X = logx

d)

Y = y, A = a, B = logb, X = logx

42.

Consider the integral(картинка) Using the Trapezoidal Rule with n=4 find an approximation to the integral

a)

a. 11

b)

b. 10

c)

c. 9

d)

d. 12

43.
a)

a. 10.5

b)

b. 9

c)

c. 10

d)

d. 9.5

44.

Numerical techniques more commonly involve _______

a)

a. Elimination method

b)

b. Iterative method

c)

c. Reduction method

d)

d. Direct method

45.
a)

b)

c)

d)

46.

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)

a. 0.6557

b)

b. 0.7563

c)

c. 0.6585

d)

d. 0.7675

47.

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)

a. x=11.11

b)

b. x=11.51

c)

c. x=9.86

d)

d. x=13.28

48.

Select the best definition for “numerical analysis”:

a)

a. the study of quantitative approximations to the solutions of mathematical problems including consideration of and bounds

for the errors involved

b)

b. the study of algorithms for computing approximate solutions to problems from continuous mathematics

c)

c. the study of round-off errors

d)

d. the branch of mathematics that deals with the development and use of numerical methods for solving problems

49.

The goal of the row-reduction phase in the Gaussian elimination algorithm is to convert the coefficient matrix into a matrix.

a)

a. lower triangular

b)

b. upper triangular

c)

c. diagonal

d)

d. identity

50.

Find the root of the following polynomial function using the bisection method:\( x^3-4\)

a)

a. 1.9542

b)

b. 2.9542

c)

c. 1.6875

d)

d. 1.5625

51.

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)

a. 0.292321

b)

b. 0.556432

c)

c. 0.166443

d)

d. 0.201640