Nmo MCQ QB PDF
Nmo MCQ QB PDF
Nmo MCQ QB PDF
01 Question: Using Bisection method find the root of 3x2 = 5x+2 in the interval [0,3].
Option A 2.25
Option B 2.52
Option C 2
Option D 2.2
Correct Answer A
02 Question: Find the root of xe-x -0.3 = 0 using Bisection Method in the interval [1,5].
Option A 2
Option B 3
Option C 3.1
Option D 2.5
Correct Answer B
03 Question: Use the bisection method three times on the function f(x) = x^2 − sinx − 1 to
determine where f(x) changes sign on the interval − 2 < x < 0.
Option D We cannot use this method as f(x) does not change sign on this
interval.
Correct Answer A
04 Question: For an equation like x^2 = 0 , a root exists at x = 0. The bisection method cannot
be adopted to solve this equation in spite of the root existing at x = 0 because the function
f(x) = x^2
Option A is a polynomial
Correct Answer C
Option A 1.67
Option B 1.87
Option C 1.86
Option D 1.85
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-01
Correct Answer C
06 Question: The equation f(x) is given as x2-4=0. Considering the initial
approximation at x=6 then the value of next approximation correct upto 2 decimal
places is given as __________
Option A 3.33
Option B 1.33
Option C 2.33
Option D 4.33
Correct Answer A
07 Question: The Newton-Raphson method formula for finding the square root of a real
number R from the equation x^2-R=0 is,
Option A
Option B
Option C
Option D
Correct Answer C
08 Question: The function f(x) = 2x^3 − 2x^2 − 3x + 2 has a root between 0 and 1. Which of
the following conditions fail ?
Option B f′(x)≠0 on 0 ≤ x ≤ 1.
Correct Answer C
09 Question:
◄ QUESTIONS ►
Option D 9
Correct Answer B
11 Question: If a function is defined at 2 points 3 and 7 as f(3)=8 and f(7)=12, it is
sufficient to find the roots through Bisection Method.
Option A True
Option B False
Option C
Option D
Correct Answer B
12 Question: If it is provided that f(3) = 4 is one of the initial points. What can be the
choice of second point for solving by Bisection Method?
Option A 20%
Option B 30%
Option C 40%
Option D 50%
Correct Answer D
14 Question: For decreasing the number of iterations in Newton Raphson method:
Option A f’’(x)=0
Option B f(x)=0
Option C f’(x)=0
Option D f’(x)=c
Correct Answer C
16 Question: Newton-Raphson method will always converge to a solution for f(x) = 0 on
the interval a ≤ x ≤ b if certain conditions are met. Which of the following is not one of
these conditions ?
Correct Answer D
17 Question: The order of convergence of Newton-Raphson iterative algorithm is
Bisection Method
1. Suppose we want to find a root of the polynomial x3 - 5x. Using the Bisection method and
starting boundaries a = 2 and b = 4, what is the third approximation to the root obtained by
the algorithm?
A. 2.875 B. 2.125
B. 2.5 C. 3.0
A. (0, 1) B. (1, 2)
C. (2, 3) D. (3, 4)
5. A root of the equation cos(x) - x * exp(x) = 0 , the first initial guess lies between.
A. (0, 1) B. (-1,-2)
C. (-2, 3) D. (3, 4)
Newton-Raphson methods
8. The function f(x) =2X3 − 2X2− 3X + 2 has a root between 0 and 1. Which of the following
conditions fail?
11. The Newton-Raphson method of finding roots of nonlinear equations falls under the category
of _____________ methods.
12. The next iterative value of the root of X2− 4 = 0 using the Newton-Raphson method, if the
initial guess is 3, is
16. If initial guess root of the equation x3–5x + 3 = 0 is 1, then first approximation for the root by
Newton Raphson method is:
20. In the case of Newton-Raphson method the error at any stage is proportional to______.
A. the error in the previous stage
B. the square of the error in the previous stage
C. the cubic of the error in the previous stage
D. square root of the error in the previous stage
21. The root of x3 - 2x - 5 = 0 correct to three decimal places by using Newton-Raphson method
is
A 2.0946 B. 1.0404
C. 1.7321 D. 0.7011
23.The Newton-Raphson method of finding roots of nonlinear equations falls under the category
of _____________ methods.
(A) bracketing
(B) open
(C) random
(D) graphical
24.The Newton-Raphson method of finding roots of nonlinear equations falls under the category
of _____________ methods.
(E) bracketing
(F) open
(G) random
(H) graphical
25.The Newton-Raphson method of finding roots of nonlinear equations falls under the category
of _____________ methods.
(I) bracketing
(J) open
(K) random
(L) graphical
26.The Newton-Raphson method formula for finding the square root of a real number R from
the equation x 2 − R = 0 is,
xi
(A) xi +1 =
2
3 xi
(B) xi +1 =
2
1 R
(C) xi +1 = xi +
2 xi
1 R
(D) xi +1 = 3 xi −
2 xi
27.The next iterative value of the root of x 2 − 4 = 0 using the Newton-Raphson method, if the
initial guess is 3, is
(A) 1.5
(B) 2.067
(C) 2.167
(D) 3.000
28.The root of the equation f ( x) = 0 is found by using the Newton-Raphson method. The
initial estimate of the root is x0 = 3 , f (3) = 5 . The angle the line tangent to the function f (x)
makes at x = 3 is 57° with respect to the x-axis. The next estimate of the root, x1 most nearly
is
(A) –3.2470
(B) −0.2470
(C) 3.2470
(D) 6.2470
29.The root of x 3 = 4 is found by using the Newton-Raphson method. The successive iterative
values of the root are given in the table below.
Iteration
Value of Root
Number
0 2.0000
1 1.6667
2 1.5911
3 1.5874
4 1.5874
The iteration number at which I would first trust at least two significant digits in the
answer is
(A) 1
(B) 2
(C) 3
(D) 4
31 f(a) < 0, f(b) > 0 and if x0∈ (a, b)is first approximation with f(x0) < 0 then in bisection
method,
36 From the following _______ method is the best method to obtain root of equation f(x) = 0.
(a) False position (b) Bisection (c) Newton’s Raphson (d)none of them
39 For an equation like x2 = 0, a root exists at x = 0. The bisection method cannot be adopted
to solve this equation in spite of the root existing at x = 0 because the function f(x) =x2
Option A diagonal
Option B identity
Option C lower triangular
Option D upper triangular
Correct Answer D
10 Question: The Elimination process in Gauss Elimination method is also known as
_____________
Option A Positive
Option B Negative
Option C Zero
Option D Equal
Correct Answer A
15 Question: Gauss seidal requires less number of iterations than Jacobi’s method.
Option A True
Option B False
Option C
Option D
Correct Answer A
16 Question: Which of the following method is employed for solving the system of
linear equations?
Option A Partial
Option B Additional
Option C Reduced
Option D Modified
Correct Answer A
20 Question: Compared to Gauss-Seidel method, Newton-Raphson method takes
Correct Answer A
21 Question: Which of the following is an assumption of Jacobi’s method?
1|P ag e
0 1 2
2.7 identify diagonal [ 1 2 4 ]
−3 1 −5
A. Central diagonal, super diagonal, sub diagonal b. Central diagonal, super diagonal, sub
diagonal
C. Central diagonal, super diagonal, sub diagonal d. Central diagonal, super diagonal, sub
diagonal
2.8 using gauss seidel iteration method solve the following equations (2 itr only)
4X1 + 2X3 = 4, 5X2 + 4X2 +10X3 =2
A. X1=1.2, x2=0.6, x3=6.96 b. X1=2.38, x2=0.6, x3=16
C. X1=-2.48, x2=0.12, x3=6.96 d. X1=0.4, x2=0.6, x3=1.2
2.9 Jacobi iteration method is _____substitution method
A. Indirect b. Direct
C. None of above d. Backward
2.10 Jacobi iteration is similar to ______
A. Gauss elimination method b. Tridiagonal method
C. Thomas algorithm method d. Gauss seidel method
2|P ag e
Unit II MCQ
Simultaneous Equation
Gauss Elimination Method, Partial pivoting, Gauss-Seidal method and Thomas algorithm for Tridiagonal
Matrix jacobi
Answer A
1. x = 12, y = 3
2. x = 1, y = 4
3. x = -3, y = 24
4. x = 3, y = 10
Answer D
1. x = 2, y = 1
2. x = 4, y = 8
3. x = 6, y = 1
4. x = 2, y = 4
Answer A
6. In the Gauss elimination method for solving a system of linear algebraic equations, triangularzation
leads to
a. Diagonal matrix
b. Lower triangular matrix
c. Upper triangular matrix
d. Singular matrix
(Ans:c)
7. The goal of forward elimination steps in the Naïve Gauss elimination method is to reduce the
coefficient matrix to a (an) _____________ matrix.
1. Diagonal
2. Identity
3. Lower triangular
4. Upper triangular
8. The following data is given for the velocity of the rocket as a function of time. To find the velocity
at t=21 s, you are asked to use a quadratic polynomial, v(t)=at2+bt+c to approximate the velocity
profile.
t (s) 0 14 15 20 30 35
v(t) m/s 0 227.04 362.78 517.35 602.97 901.67
1.
2.
3.
4.
Ans 4
9. Using a computer with four significant digits with chopping, Gauss elimination with partial
pivoting solution to
1. x1 = 26.66; x2 = 1.051
2. x1 = 8.769; x2 = 1.051
3. x1 = 8.800; x2 = 1.000
4. x1 = 8.771; x2 = 1.052
10. Using [x1 x2 x3] = [1 3 5] as the initial guess, the value of [x1 x2 x3] after three iterations in
Gauss-Seidel method for
12 7 3 𝑥𝑥1 2
�1 5 1 � 𝑥𝑥2 = −5
2 7 −11 𝑥𝑥3 6
2x1 +x2+x3= 0
x2-x3= 0
x1+x2= 0
(B) No solution
Answer: - (C)
UNIT-3
OPTIMIZATION
2. Decision variables
a. Represent quantities or product to be manufactured.
b. Represent the values of constraint.
c. Measure the objective function.
d. Must exist for each constraint.
3. When a set of decision variable satisfies all given constraints and non negative restriction
then the solution is called as.
a. Non feasible solution.
b. Feasible solution.
c. Optimal solution.
d. Linear solution.
4. Which variable is added or substracted from inequality constraint to convert to equality
constraint.
a. Artifical variable.
b. slack variable.
c. linear variable.
d. unknown variable.
6. the important condition for graphical method is that it is used to solve problems which involve
a. two unknown or decision variables only.
b. one unknown only.
c. decision variables only.
d. two known or decision variables only.
7. which region refers to area containing all possible solution to the problem.
a. non-Feasible region.
b. feasible region.
c. positive region.
d. negative region.
8. genetic algorithms are also known as.
a. linear algorithms.
b. evolutionary algorithms.
c. simulated algorithms.
d. selection alogrithms.
9. which algorithm is applied to solve optimization problems that does not use any information
gathered during the search.
a. genetic algorithms.
b. evolutionary algorithms.
c. stochastic algorithms.
d. metropolis algorithms.
10. basic requirements of the linear programming problem
a. well defined objective function.
b. limited resources.
c. decision variables.
d. all of the above.
MCQ Unit-III
Optimization
1 Constraints may represent
a) Limitation
b) Requirements
c) Balance conditions
d) All of the above
Solution: d
2 The feasible region of LLP problem is
a) concave
b) convex
c) concave & convex
d) none
Solution: b
3 Distinguishing features of an LP is
a) problem has an objective function & constraints
b) all function in problem are linear
c) optimal values for the decision variables are produced
d) all of the above
Solution: d
Which of the following are not major requirements of a linear programming
4
problem?
a) there must be alternative courses of action among which to decide
b) an objective for the firm must exist
c) the problem must be of the maximization type
d) resources must be limited
Solution: c
a) 3
b) 4
c) 5
d) 0
Solution: b
6 Simplex method has property that
a) at each iteration it gives solution which is at least as good as the earlier
solution
b) at each stage it produces feasible solution
c) it signals that optimal solution has been found
d) none of the above
Solution: a
MCQ Unit-III
Optimization
7 Which of the following is not true of the simlex method
a) at each iteration, the objective valve either says the same or improves
b) it indicates an unbounded or infeasible problem
c) it signals optimality
basic x1 x2 s1 s2 s3 RHS
Z 0 0 0 2 0 48
s1 0 (5/3) 1 (-2/3) 0 14
s3 0 (-1/3) 0 (1/3) 1 5
x1 1 (2/3) 0 (1/3) 0 8
9 the table conclude that
a) solution infeasible
b) solution degenerate
c) unbounded solution exists
d) alternative optimum exists
Solution: d
10 in the above problem
a) S1 leaves& X2 enters basis
b) S3 leaves& X1 enters basis
c) X1 leaves& X2 enters basis
d) X1 leaves& X2 enters basis
Solution: a
11 alternate solution values for the above problem are
a) X1=(12/5) ; X2=(42/5) ; S3=(39/5)
b) X1=14 ; X2=5 ; S3=8
c) X2=8 ; S1=14 ; S3=5
d) X1=(42/5) ; X2= (12/5) S3=0
Solution: a
12 The primal is max model in m equality constraints & n non-negative variable. The
dual has
MCQ Unit-III
Optimization
a) n constraints & m non-negative variables
b) is a min model
c) both a & b
d) none of these
Solution: c
13
when the primal problem is non-optimal , the dual problem is automatically
a) Infeasible
b) Unbounded
c) both a & b
d) none
Solution: c
14 at the optimal solution of maximization problem, the optimal profit must equal to
the worth of
a) used resources
b) unused resources
c) none of the above
d) both a & b
Solution: a
Minimize Z=10x1+x2 +5x3
15 subject to 5x1-7x2+3x3≤50,
X1 ,x2 , x3 ≥0 optimal value of primal is
a) (50/3)
b) (10/3)
c) (250/3)
d) (100/3)
Solution: c
Common Data for Question 16 to 23
Maximize Z=5x1+10x2 +8x3
3x1+5x2+2x3≤60 MATERIAL
4x1+4x2+4x3≤72 M/C HOURS
2x1+4x2+5x3≤100 LABOR
basic x1 x2 X3 S1 s2 s3 RHS
24
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
06 …….takes a weighted average of the slopes at more number of points than the……order
R-K method, so it is a little more expensive, but more accurate.
Option A h2
Option B h4
Option C h3
Option D h5
Correct Answer A
08 Local truncation error R-K 4th order method is……
Option A h2
Option B h5
Option C h2
Option D h3
Correct Answer B
09 In Runge –Kutta second Order Method K2=…….
Option A f(x0+h, y0+k)
Option B f(x0+h, y0+k1)
Option C hf(x0+h, y0+k1)
Option D hf(x0+h, y0+k2)
Correct Answer C
10 For small h, error is bound to be quite significant also method is very slow, this
drawback is related to…….
Option A Trapezoidal Method
Option B Euler Method
Option C Newton’s Method
Option D Runge Kutta Method
Correct Answer B
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
11 The first two steps of the fourth order Runge Kutta method finds the value at which
point?
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
Option A When the order of accuracy is the same for two methods, the
accuracy is also the same
Option B Runge Kutta method interpolate at more than one point in a time
interval
Option C Runge Kutta method is not a multipoint method
Option D An nth order Runge-Kutta method is more accurate than the nth
order multipoint method
Correct Answer D
17 How many steps does the second-order Runge Kutta method use?
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
21 Given y'=x+2y with h=0.1 and x=1, y=1 find y at x=1.1 by using Eulers Method
Option A 1.1
Option B 1.2
Option C 1.3
Option D 1.4
Correct Answer C
22 Using Euler’s method find y(0.2) from dy/dx=x+y, y(0)=1, with h=0.2
Option A 1.2
Option B 1.4
Option C 1.5
Option D 0.5
Correct Answer A
23 Given y’=x+y, y(0)=1 find y(0.1) by Euler’s method. Take h=0.1
Option A 1.3
Option B 1.1
Option C 1.5
Option D 0.5
Correct Answer B
24 Given y'=√𝑥 + 𝑦 with h=0.2 and y(1)=2.2 ,find y(1.2) by Euler’s Method
Correct Answer 2.558
25 Find y(x) if y’=yx2-1.1y, with interval x= 0 to 1, h=1, by applying Euler’s Method where
y(0)=1.
Option A 0.70
Option B 0.9
Option C 0.75
Option D 1
Correct Answer B
26 Find y(0.1) by Euler’s method, given that dy/dx=1-y, y(0)=0 with h=0.1.
Option A 0.0
Option B 0.5
Option C 0.2
Option D 0.1
Correct Answer D
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
27 dy y2 −x2
Using 2nd order Runge Kutta method solve dx= y2 +x2 with y(0) = 1.0 at h=0.2 and x=0.2,
calculate k1 value.
Option A 0.1
Option B 0.15
Option C 0.2
Option D 0.25
Correct Answer C
28 𝑑𝑦 𝑦 2 −𝑥 2
Using 2nd order Runge Kutta method solve 𝑑𝑥 = 𝑦 2 +𝑥 2 with y(0) = 1.0 at h=0.2 and x=0.2,
calculate k2 value.
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
Option A 1.2103
Option B 1.5102
Option C 1.4133
Option D 1.001
Correct Answer A
34 Given y’=x+y, y(0)=1. Find y(0)=1 by Taylor series method. Take h=0.01
Correct Answer 1.1103
35 Solve by Taylor series method, y’= xy+y2, y(0)=1 at x=0.1, correct to three decimal
places.
Option A 2.1167
Option B 2.1169
Option C 1.1169
Option D 0.9033
Correct Answer C
36 Calculate up to first iteration dy/dx=-2x3+12x2-20x + 8.5 from x=0 to x=4with step size
of 0.5, the initial condition at x =0 is y = 1. Estimate using Euler’s method.
Option A 5.0
Option B 5.25
Option C 5.5
Option D 5.35
Correct Answer B
37 dy x+y dz
Solve following pair of differential equations dx = z and dx = xy+ z with initial
conditions x0 = 5, y0 = 1.5, z0 = 1 for x = 0.6. Calculate k1 value.
Option A 0.2
Option B 0.3
Option C 0.25
Option D 0.35
Correct Answer A
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
Option A 0
Option B 1
Option C 2
Option D 1.5
Correct Answer C
39 Given y'=x+2y with h=0.1 and x=1, y=1 find y at x=1.2 by using Eulers Method
Option A 1.5
Option B 1.57
Option C 1.67
Option D 2.12
Correct Answer C
40 dy
Solve dx = log10 (x+y), y(0) =2 by Euler’s method by choosing h=0.2, find y(0.2) and y
(0.4)
Option A 2 and 2.1310
Option B 2.0 and 3.1310
Option C 1.9 and 2.005
Option D 2.0602 and 2.1310
Correct Answer D
41 dy 𝑦2
Solve dx = - 1+𝑥, y(0) =1 by Euler’s method by choosing h=0.1, find y(0.2).
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
44 Using Euler’s method find the solution of the initial value problem y’=y-x2+1, y(0)=0.5
at x= 0.2 and h=0.2
Option A 0.5
Option B 0.3
Option C 0.7
Option D 0.8
Correct Answer D
45 dy
=
x2
given at x=0, y=1.2 find y(0.4) with h=0.4 by R-K second order method.
dx 2y
Option A 1.2133
Option B 1.3541
Option C 0.9034
Option D 1.4891
Correct Answer A
46 Apply Runge Kutta 4th order method to find an approximate value of for x = 0.1 in steps
𝑑𝑦
size is 0.1 if 𝑑𝑥 = x+y2, y(0)=1, correct to four decimal places.
Option A 1.1165
Option B 2.1165
Option C -1.0165
Option D -2.1165
Correct Answer A
47 Using 2nd order Runge-Kutta method solve dy/dx= (y2-x2)/ (y2+x2) with y(0) = 1.0 at
h=0.2 and find y at x=0.2.
Correct Answer 1.194594
48 Given dy/dx+y+xy2=0, y(0)=1. Find y(0.1) with step size h=0.1 using 2nd order R-K
method up to 1st iteration.
Correct Answer 0.90095
49 Use Runge-Kutta method of fourth order to obtained an approximation to y (1.5) for the
𝑑𝑦
solution of𝑑𝑥 = 2xy; y(1)=1 calculate k1 & k2 correct to four decimal places. Take h=0.4
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: ODE
50 Using 4th order Runge-Kutta method solve y’ = -y with y(0) = 1.0 at h=0.1 and find y at
x=0.1.
Correct Answer 0.9048
51 Find y(1.1) if y’= x+y, y(1)=0 and h=0.1 by Taylor series.
Option A 0.151
Option B 0.1103
Option C 0.901
Option D 0.16103
Correct Answer B
52 𝑑𝑦
Use Taylor series method 𝑑𝑥 = x2y & y(1)=1, h=0.1 for find y(1.1).
Option A 1
Option B 1.311
Option C 1.016
Option D 1.445
Correct Answer B
53 Define the solution of
dy
= 3x+ y2 , using taylor series method. Given y(0) = 1. Determine
dx
y(0.1)
Correct Answer 1.12723
54 Temperature at one surface of slab of thickness, x=20cm is T = 5000C. Find the
temperature of other surface of slab by taking step size in thickness.
Option A 476.660C
Option B 480.660C
Option C 478.660C
Option D 486.660C
Correct Answer D
55 dy
Using Runge Kutta 4th order method solve - y=0.given y(0) =2, h= 0.1, find k1 & k2
dx
when y(0.1).
Option A k1= -0.2 and k2 = 0.21
Option B k1= 0.2 and k2 = -0.21
Option C k1= 0.2 and k2 =-0.21
Option D k1= 0.2 and k2 = -0.2
Correct Answer C
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
06 The Laplace equation comes under the category of ………………differential equation.
Option A Explicate
Option B Elliptical
Option C hyperbolic
Option D Ordinary differential equation.
Correct Answer B
07 The Poisson’s equation comes under the category of elliptical differential equation. The
partial differential equation given form as
Option A ∂u ∂2 u
+ ∂x2 = f (x,y)
∂t
Option B ∂u
=
∂2 u
∂t ∂x2
Option C ∂2 u
+
∂2 u
=f(x,y)
∂x2 ∂x2
Option A 1
Option B 0
Option C 2
Option D 3
Correct Answer A
10 These are essential for solving partial differential equations.
Option A Algebraic equation
Option B Physical principle
Option C Mathematical model
Option D Boundary condition
Correct Answer D
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
11 Consider a function u which depends on position x and time t. the partial differential
𝜕2 𝑢
equation 𝜕𝑡 2
= c2 Δu is known as the
Option A 𝑘
𝐶𝜌 2
Option B 𝑘2
𝐶𝜌 2
Option C 𝑘
𝐶𝜌
Option D 𝑘2
𝐶𝜌
Correct Answer C
14 The partial differential equation uxx + uyy = 0 is called
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
16 The partial differential equation uxx + uyy = 0 is called
Option A Heat equation
Option B Wave equation
Option C Two Dimensional Heat equation
Option D One Dimensional Heat equation
Correct Answer C
17 ……….equation can be solved by Explicit method or Crank Nicolson Method.
Option A 𝜕𝑢
𝜕𝑦
𝜕𝑢
+ =f(x,y)
𝜕𝑥
Option B 𝜕𝑢
𝜕𝑦
+𝑐
𝜕𝑢
𝜕𝑥
=0
Option C 𝜕𝑢 𝜕2𝑢
= 𝑐2 2
𝜕𝑡 𝜕𝑥
Option D None of the above
Correct Answer C
18 What is mathematical form of Schmidt Method
Option A ui,j-1 =γui-1,j + (1+2γ)ui,j + γ ui+1,j
Option B ui,j+1 =γui-1,j + (1-2γ)ui,j + γ ui+1,j
Option C ui,j+1 =γui-1,j + (1-2γ)ui,j + γ ui+1,j
Option D None the above
Correct Answer C
19 Obtain the finite difference scheme for the differential equation 2y” + y = 5
Option A 5h2
Option B 6h2
Option C 5h3
Option D 4h2
Correct Answer A
20 Solve Laplace equation with respect to grid as shown in figure. Calculate the temperature
equation for T1 0 40 80 120
20 T4 T3 110
40 T1 T2 180
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
21 Solve Elliptic equation (Laplace equation) with respect to grid as shown in figure.
Compute equation of the temperature T3 0 40 80 135
20 T4 T3 110
40 T1 T2 180
Option A 1
T1 = 4 [T2 + T4 +110]
Option B 1
T1 = 4 [T2 + T4 +190]
Option C 1
T1 = [T2 + T4 +80]
4
Option D 1
T1 = 4 [T2 + T4 +135]
Correct Answer B
22 The edges of steel plate of 750 x 750 mm has maintained at temperature as shown in fig.
what will be steady state temperature equation at point T1
500
1000 T1 T2 0
1000 T3 T4 0
20 T1 T2 40
40 T3 T4 50
60 60 60 60
Option A 1
T4 = 4 [T1 + T4 +110]
Option B 1
T4 = 4 [T2 + T4 -110]
Option C 1
T4 = 4 [T2 + T4 +110]
Option D 1
T4 = 4 [T3 + T4 +110]
Correct Answer D
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
24 Solve Laplace equation (2D heat Flow) with respect to grid as shown in figure Compute
the equation for U1. 25
U4 U3
60 10
U1 U2
80
20 T4 T3 40
40 T1 T2 50
60 60 60 60
Option A 1
T1 = 4 [T2 + T4 +100]
Option B 1
T1 = 4 [T2 + T4 +110]
Option C 1
T1 = 4 [T2 + T4 +120]
Option D 1
T1 = 4 [T2 + T4 -100]
Correct Answer A
26 The edges of steel plate of 750 x 750 mm has maintained at temperature as shown in fig.
what will be steady state temperature equation at point T3.
500
T1 T2
1000 0
1000 0
T4
T3
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
27 𝑑2 𝑦 𝑑2 𝑦 1
Solve the poissons equation 𝑑𝑥 2 + 𝑑𝑦 2 = 𝑥𝑦 corresponding to grid mesh size, h =2 shown
in fig, calculate equation form for u2. 0
0 y 0
0
0 1 2
x
4 3 0
0
0
(0,0)
Option A 1
u2 = [u1 + u3 -4]
4
Option B 1
u2 = 4 [u1 + u3 + 4]
Option C 1
u2 = 4 [u1 - u3 -4]
Option D 1
u2 = 4 [u1 - u3 +4]
Correct Answer A
28 𝑑2 𝑦 𝑑2 𝑦 1
Solve the equation 𝑑𝑥 2 + 𝑑𝑦 2 = 𝑥𝑦 corresponding to grid mesh size, h =2 shown in fig,
calculate equation form for u4. 0
0 y 0
0
0 1 2
x
4 3 0
0
0
(0,0)
Option A 1
u2 = 4 [u1 + u3 -4]
Option B 1
u2 = 4 [u1 + u3 + 4]
Option C 1
u2 = 4 [u1 - u3 -4]
Option D 1
u2 = 4 [u1 - u3 +4]
Correct Answer A
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
𝜕3 𝑈
29 What is equation of T1 using Laplace equation >1 for the square mesh a shown in fig.
𝜕𝑦 3
500
60 100 60 20
T4 T3
80 40
100 80
T1 T2
40
50 10 15
Correct Answer B
31 Solve by crank Nicolson’s implicit method, ut = uxx, 0<x<1,t>0 with u(x,0)=100(x-x2),
u(0,t)=0, u(1,t)=0. Compute u for one time step with h=0.25
Option A 8.82, 14.29
Option B 9.82, 14.29
Option C 9.82, 12.29
Option D 9.82, 10.29
Correct Answer B
32 Solve the poissons equation uxx + uyy = -81xy, 0<x<1, 0 < y < 1 and u(0,y)=u(x,0)=0,
u(x,1) = u(1,y) =100 with the square mesh, each of length h=1/3.
Option A 51.08, 76.54, 25.79
Option B -51.08, -76.54, 25.79
Option C -51.08, 76.54, -25.79
Option D 51.08, -76.54, 25.79
Correct Answer A
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
33 Solve the boundary value problem y”- 64+10=0 with y(0) = y(1) = 0 by the finite
difference method. h=0.25.
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
38 Calculate y1 & y2 value equation by using finite difference method of given differential
equation is x2 y’’(x-2) y’-3y = 10x, subjected to consideration y (0) =0, y (0.3) = 10, h=
0.1.
Option A y1=-3.73 , y2= -1.6495
Option B y1=3.73 , y2= 1.6495
Option C y1=3.73 , y2= -1.6495
Option D y1=-3.73 , y2= 1.6495
Correct Answer C
39 Solve ∇2 𝑢 = 8x2y2 over the square with x=-2, x=2,y=-2, y=2 with u=0 on the boundary
sand mesh length 1.what is value of u5
Option A -1
Option B -2
Option C -3
Option D -4
Correct Answer B
40 Solve ∇2 𝑢 = 8x2y2 over the square with x=-2, x=2,y=-2,y=2 with u=0 on the boundary
sand mesh length 1.what is value of u2, u4, u6 and u8
Option A -4
Option B -3
Option C -2
Option D -1
Correct Answer C
41 Find u4 value by using the Laplace equation ∇2 𝑢= 0 for the given boundary condition
shown in fig. 25
u4 u3
60 10
u1 u2
80
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Numerical Methods & Optimization [Multiple Choice Question] UNIT No-04
Name of Content: PDE
42 Find u4 value by using the Laplace equation ∇2 𝑢= 0 for the given boundary condition
shown in fig.
0 40 80 120
20 u1 u2 110
40 u3 u4 180
Correct Answer 60
43 Solve the equation ∇2 u = -10(x2 + y2 +10) over the square mesh length =1, with sides
x=0=y, x=3=y with u=0. y
2 3
1 2
x
(0,0)
ODE:- Q.1 to Q.19-1 Marks, Q.20 to Q.37-2 Marks, Q.38 to Q.55 -3 Marks
PDE:- Q.1 to Q.18= Marks, Q.19 to Q.29- 2 Marks, Q.30 to Q.45- 3 Marks
Name of Content: Curve Fitting [UNIT V]
01 Question:Interpolation is done by
Option A Easy
Option B Precise
Option C Easy & Precise
Option D None of the mentioned
Correct Answer Answer: a
Explanation: Linear interpolation is quick and easy but not
precise.
05 Question:Error is equal to
Option A Interrelating
Option B Estimating
Option C Integrating
Option D Combining
Correct Answer Answer: b
Explanation: Interpolation is a method of estimating the value
of the function.
10 Question:The process of finding the values inside the interval (X0, Xn) is called
Option A Interpolation
Option B Extrapolation
Option C Iterative
Option A First
Option B Second
Option C Third
Option D Fourth
Option A open
Option B unequal
Option C equal
Option D closed
Option A 0.095
Option B 0.007
Option C 1.872
Option D 0.123
x: 0 1 2 3 4 5
y: 3 6 8 11 13 14
Option A y=3.52+2.26x
Option B y=3.52
Option C y=2.26x
Option D y=4+3x
Correct Answer Answer: a
Explanation: Here, N=6
Calculations of ∑x and ∑x2
x y x2 xy
0 3 0 0
1 6 1 6
2 8 4 16
3 11 9 33
4 13 16 52
5 14 25 70
We know that,
∑y=Na+b∑x
∑xy=a∑x+b∑x2
Substituting the values from the table into the equations-
55=(6)a+b(15) – (1)
177=(a)15+b(55) – (2)
Solving equations (1) and (2) simultaneously
a=3.52 and b=2.26
Thus the equation of the line is given by y=a+bx
Thus, the equation of the line is y=3.52+2.26x.
Option A y=11
Option B y=0.2x
Option C y=11+0.2x
Option D y=1.1+0.2x
Correct Answer Answer: c
Explanation: Here, N=5
Calculations of ∑x and ∑x2
x y x2 xy
5 12 25 60
10 13 100 130
15 14 225 210
20 15 400 300
25 16 625 400
We know that,
∑y=Na+b∑x
∑xy=a∑x+b∑x2
Substituting the values from the table into the equations-
70=(5)a+b(75) – (1)
1100=(a)75+b(1375) – (2)
Solving equations (1) and (2) simultaneously
a=11 and b=0.2
Thus the equation of the line is given by y=a+bx
Thus, the equation of the line is y=11+0.2x.
16 Question:Fit a straight line y=a+bx into the given data. What is the value of y
when x=8 ?
x: 1 2 3 4 5 6
y: 20 21 22 23 24 25
Option A 45.2
Option B 26
Option C 28
Option D 37
x y x2 xy
1 20 1 20
2 21 4 42
3 22 9 66
4 23 16 92
5 24 25 125
6 25 36 216
We know that,
∑y=Na+b∑x
∑xy=a∑x+b∑x2
Substituting the values from the table into the equations-
135=(6)a+b(21) – (1)
561=(a)21+b(91) – (2)
Residual error
d) both a& b.
X 0 2 4 6
Y 10 12 18 22
Ans: c) 55.4
a) b'£X+na'=£Y , b'£X^2+a'£X=£XY
b) a'£X+nb'=£X , a'£x^2+b'£x=£XY
d) b'£X+na'=£XY , b'£X+a'£X^2=£Y
a) a'=b , b'=log a
b) a'=b , b'= ln a
c) a'=ln a , b'= b
1
d) a'= log a , b'= b
c) b'£X+na'=£Y , b'£X^2+a'£X=£XY
d) a'£X+nb'=£Y , a'£X^2+b'£X=£XY
6) Fit the curve of the form N=ab^t & estimate N when t=7.
t 0 1 2 3
N 32 47 65 92
a) 3.099×10^-3.
b) 4.088×10^-3
c) 3.099
d) 30.99
Ans: a) 3.099×10^-3
a) y=11
b) y=0.2x
c) y=11+0.2x
d) y=1.1+0.2x
Ans: c) y=11+0.2x
8) The method of ..............is the most systematic procedure to fit a unique curve from given data
2
a) least square
b) least cube
c) square
d) none of these
a) logarithmic
b) exponential
c) power equation
d) polynomial
Ans: b) exponential
Regression Analysis
1.Let h be the finite difference, then forward difference operator is defined by……
Ans: a) f(x)=f(x+h)-f(x)
3
3. From following data calculate line of regression
Ans: c) 65.629
Ans: b) 2x+8y-15=0
5. Using Ladrange’ s formula , find a unique polynomial P(x) of degree 2 such that P(1) =1,P(3)=27 ,
Ans : a) 1.5
x 45 50 55 60 65
Ans: d) 0.2
4
Multiple Choice Questions (MCQ)
Unit V- Curve fitting and Interpolation
1. Use least square regression to fit a straight line y=ax+b to the data given below
x 1 2 3 4 5 6 7
Y 0.5 2.5 2.0 4.0 3.5 6.0 5.5
The value of a is
a) a = 0.83 b) a = 0.65 c) a = 0.39 d) a = 0. 07
2. Use least square regression to fit a straight line y=ax+b to the data given below
x 1 2 3 4 5 6 7
Y 0.5 2.5 2.0 4.0 3.5 6.0 5.5
The value of b is
b) a = 0.83 b) a = 0.65 c) a = 0.39 d) b = 0. 07
x 0 2 4 6 8 12 20
Y 10 12 18 22 20 30 30
Use least square regression to fit a straight line y=ax+b, the value of a is
c) 1.055 b) 12.444 c) 17.564 d) 19.714
x 0 2 4 6 8 12 20
Y 10 12 18 22 20 30 30
Use least square regression to fit a straight line y=ax+b, the value of a is
a) 1.055 b) 12.444 c) 17.564 d) 19.714
5. The equation of best fit curve is of the type y=abx find the value of a if
x 2 3 4 5 6
y 144 172.8 207.4 248.8 298.5
6. The equation of best fit curve is of the type y=abx find the value of b if
x 2 3 4 5 6
y 144 172.8 207.4 248.8 298.5
x 1 2 3 4 5 6 7
Y 0.5 2.5 2.0 4.0 3.5 6.0 5.5
a) y= 0.83x+0.07 b) y= 0.43x+0.47 c) y= 1.93x+4.08 d) y= 9.43x+0.12
8. A set of values of x and f(x) are given below using Lagrange’s interpolation formula find
f(9)
x 5 7 11 13 17
Y=F(x) 150 392 1452 2366 52010
a) 1258 b) 420 c) 1029 d) 810
9. Use the following points to fit the polynomial using Lagrange’s method and find the
value of y at x = 2.7, (2.10, 5.14) (2.15, 6.78) (3.10, 10.29) (3.50, 13.58)
a) 7.78 b) 8.95 c) 12.76 d) 15.55
10. Given the two points [a, f (a )], [b, f (b )] , the linear Lagrange polynomial f1 ( x ) that passes
through these two points is given by
x−b x−a
(A) f1 (x ) = f (a ) + f (b )
a −b a−b
f1 (x ) = f (a ) + f (b )
x x
(B)
b−a b−a
f (b ) − f (a )
(C) f1 (x ) = f (a ) + (b − a )
b−a
x−b x−a
(D) f1 (x ) = f (a ) + f (b ) -----------------------ANS
a −b b−a
11. The Lagrange polynomial that passes through the 3 data points is given by
x 15 18 22
y 24 37 25
12. The following data of the velocity of a body is given as a function of time.
Time ( s ) 10 15 18 22 24
Velocity ( m s ) 22 24 37 25 123
A quadratic Lagrange interpolant is found using three data points, t = 15 , 18 and 22.
From this information, at what of the times given in seconds is the velocity of the
body 26 m/s during the time interval of t = 15 to t = 22 seconds.
(A) 20.173
(B) 21.858
(C) 21.667
(D) 22.020
13. The path that a robot is following on a x, y plane is found by interpolating four data
points as
x 2 4.5 5.5 7
y 7.5 7.5 6 5
2
14. The following data of the velocity of a body is given as a function of time.
Time (s) 0 15 18 22 24
Velocity (m/s) 22 24 37 25 123
If you were going to use quadratic interpolation to find the value of the velocity at
t = 14.9 seconds, what three data points of time would you choose for interpolation?
(A) 0, 15, 18
(B) 15, 18, 22
(C) 0, 15, 22
(D) 0, 18, 24
15. When using the linearized data model to find the constants of the regression model
y = ae bx to best fit ( x1 , y1 ), ( x 2 , y 2 ),........( x n , y n ), the sum is the square of the residuals that
is minimized is
( )
n
(A) ∑ y i −ae bxi
2
i =1
n
(B) ∑ (ln( y i ) − ln a − bxi ) -------------------ANS
2
i =1
n
(C) ∑ ( y − ln a − bx )
2
i i
i =1
n
(D) ∑ (ln( y i ) − ln a − b ln( xi ) )
2
i =1
16. It is suspected from theoretical considerations that the rate of flow from a firehouse is
proportional to some power of the nozzle pressure. Assume pressure data is more
accurate. You are linearizing the data.
The exponent of the power of the nozzle pressure in the regression model,F=apb
most nearly is
(A) 0.497
(B) 0.556
(C) 0.578
(D) 0.678
17. The linearized data model for the stress-strain curve σ = k1εe − k 2ε for concrete in
compression, where σ is the stress and ε is the strain is
(A) ln σ = ln k1 + ln ε − k 2 ε
σ
(B) ln = ln k1 − k 2 ε --------------ANS
ε
σ
(C) ln = ln k1 + k 2 ε
ε
(D) ln σ = ln(k1ε ) − k 2 ε
18. In nonlinear regression, finding the constants of the model requires solution of
simultaneous nonlinear equations. However in the exponential model, y = ae bx that is
best fit to ( x1 , y1 ), ( x 2 , y 2 ),........( x n , y n ), the value of b can be found as a solution of a
sample nonlinear equation. That equation is given by
n n n
(A) ∑ y i xi e bxi − ∑ y i e bxi ∑ xi = 0
i =1 i =1 i =1
n
n ∑ye i
bxi
n
(B) ∑ y i xi e bxi − i =1
n ∑x e i
2 bxi
=0
i =1
∑e
i =1
2 bxi i =1 ------------------ANS
n ∑ye i
bxi
n
(C) ∑ yi xi e bxi − i =1
n ∑e bxi
=0
i =1
∑e
i =1
2 bxi i =1
n ∑ye i
bxi
n
(D) ∑ y i e bxi − i =1
n ∑x e i
2 bxi
=0
i =1
∑e
i =1
2 bxi i =1
19. There is a functional relationship between the mass density p of air and altitude h
above the sea level
20. A steel cylinder at 80oF of length 12" is placed in a liquid nitrogen bath (−315 o F ) . If
thermal expansion coefficient of steel behaves as a second order polynomial of
temperature and the polynomial is found by regressing the data below,
01 Trapezoidal rule for integration gives exact result when the integrate is a polynomial of
degree
03 4
The value of ∫2.5 ln 𝑥 𝑑𝑥 computed using trapezoidal rule if the interval of integration is
divided into 5 equal intervals is_______________
Option A Linear
Option B Parabolic
Option C Logarithmic
Option D Hyperbolic
Correct Answer D
05 П
The error in numerically computing the integral ∫𝟎 (𝐬𝐢𝐧 𝒙 + 𝐜𝐨𝐬 𝒙)𝒅𝒙 using the trapezoidal
rule with three intervals of equal length between 0 and П is __________
Option A J>I
Option B J<I
Option C J=I
Option D Insufficient data to determine the relationship
Correct Answer A
F(x) 0 10 40 90 160
0.4
Using Trapezoidal rule with step size of 0.1, the value of ∫0 𝑓(𝑥) 𝑑𝑥 is _______
Correct Answer 22
08 2
Using a step size of ∫𝑥 𝑥 ln 𝑥 𝑑𝑥 by trapezoidal rule is____________
09 A river is 80 metre wide. Its depth d metre and corresponding distance x metre from
when bank is given below in the table:
x 0 10 20 30 40 50 60 70 80
f(x) 0 4 7 9 12 15 14 8 3
Approximate area a cross section of river by trapezoidal rule is
Option A 705 m2
Option B 710 m2
Option C 730 m2
Option D 750 m2
Correct Answer A
10 The following table, using trapezoidal rule area bounded by the curve, x axis and the line
x =7.47, x = 7.52 is
Option A 0.21
Option B 0.23
Option C 0.24
Option D 0.26
Correct Answer D
14 A Second-degree polynomial f(x) has values of 1,4 and 15 at x= 0,1 and 2 respectively.
2
The Integral ∫0 𝑓(𝑥) 𝑑𝑥 used to be estimated by applying the trapezoidal rule to this
data. What is error define h True Value- approximate value in the statement?
Option A −
4
3
Option B −
2
3
Option C 0
Option D 2
3
Correct Answer A
15 A Calculator has accuracy up to 8 digits after decimal place. The Value of
2П
∫0 sin 𝑥 𝑑𝑥 When evaluated using this calculator by trapezoidal method with 8 equal
intervals, to 5 significant digits is
Option A 0.00000
Option B 1.0000
Option C 0.00500
Option D 0.00025
Correct Answer A
Option A 1000e
Option B 1000
Option C 100e
Option D 100
Correct Answer A
17 Using the Trapezoidal rule and dividing the intervals of integration into three equal
+1
subintervals, the definite integrals ∫−1 |𝑥| 𝑑𝑥 is___________
01 3
By Simpson’s rule, the value of ∫−3 𝑥 4 𝑑𝑥 by taking 6 sub-intervals is _________
Option A 96
Option B 98
Option C 99
Option D 100
Correct Answer B
02 By Simpson’s rule, the value of ∫1
2 𝑑𝑥
dividing the interval (1,2) into 4 equal parts is
𝑥
Option A 0.6932
Option B 0.6753
Option C 0.6692
Option D 0.6319
Correct Answer A
03 3
By Simpson’s 1/3 rule, the value of ∫1 𝑓(𝑥)𝑑𝑥 for the following data is
x 1 1.5 2 2.5 3
f(x) 2.1 2.4 2.2 2.8 3
Option A 4.975
Option B 5.05
Option C 11.1
Option D 55.5
Correct Answer B
04 If 𝑒 0 = 1 ; 𝑒 1 = 2.72; 𝑒 2 = 7.39; 𝑒 3 = 20.09; 𝑎𝑛𝑑 𝑒 4 = 54.60 By Simpson’s rule, value of
4
∫0 𝑒 𝑥 𝑑𝑥 is
Option A 5.387
Option B 52.78
Option C 53.17
Option D 53.87
Correct Answer D
05 Simpson's rule for integration gives exact results when f(x) is a polynomial function of
degree less than or equal to___________
Correct Answer 3
Option B a=
1
; b = 1.5625
1
1.0625
Option C a=
1
;b=1
1.25
Option D a=
1
; b = 1.25
1
1.5625
Correct Answer A
07 Taking 4 subintervals, the value of ∫0
1 1
𝑑𝑥 by Simpson’s rule is
1.+𝑥
Option A 0.6035
Option B 0.6945
Option C 0.6145
Option D 0.5945
Correct Answer B
08 𝑖𝑓 ℎ = 1 𝑖𝑛 Simpson’s rule, the value of ∫0
5 𝑑𝑥
is
𝑥
Option A 1.43
Option B 1.48
Option C 1.56
Option D 1.62
Correct Answer D
09 For Step size ∆𝑥 = 0.4 the value of following integral using Simpson's 1/3rd rule
𝟎.𝟖
is__________ ∫𝟎 (𝟎. 𝟐 + 𝟐𝟓𝒙 − 𝟐𝟎𝟎𝒙𝟐 + 𝟔𝟕𝟓𝒙𝟑 − 𝟗𝟎𝟎𝒙𝟒 + 𝟒𝟎𝟎𝒙𝟓 )𝒅𝒙
The value of integral of the function between limits 0 and 1, using Simpson's rule
is ______________
Correct Answer 0.7854
15 The velocity v (in kilometre per minute) of a motorbike which starts from rest is given
at fixed interval of time t (in minutes) as follows
1 2 4 6 8 10 12 14 16 18 20
v 10 18 25 29 32 20 11 5 2 0
The approximate distance in kilometre rounded to two places covered in using Simpson's
1/3rd rule is _____________
Correct Answer 309.33
16 Simpson's 1/3rd rule is used to integrate the function 𝑓(𝑥) =
3
𝑥2 −
9
between
5 5
x = 0 and x = 1 using the least number of equal sub-internal. The value of integral is __
Correct Answer 2
17 In numerical integration using Simpson's rule the function in the interval is a ________
Option A Constant
Option B straight line
Option C cubic B spline
Option D parabola
Correct Answer D
Option A O (h2 )
Option B O (h3 )
Option C O (h4 )
Option D O (h5 )
Correct Answer C
20 31
The integral ∫1 𝑑𝑥 , when evaluated by using Simpson’s 1/3rd rule on two equal sub
𝑥
intervals each of length 1, equals
Option A 1.0000
Option B 1.098
Option C 1.111
Option D 1.120
Correct Answer C
20 The estimate of
1.5 1
∫0.5 𝑑𝑥 , Obtained using Simpson’s rule with three point function
𝑥
evaluation exceeds the exact value by
Option A 0.235
Option B 0.068
Option C 0.024
Option D 0.012
Correct Answer D
21 The magnitude of the error (correct to two decimal places) in the estimation of following
integral using Simpson’s 1/3rd rule. Take the step length as 1.
4
∫ (𝑥 4 + 10)𝑑𝑥
0
Option A 8.983
Option B 9.003
Option C 9.017
Option D 9.045
Correct Answer D
23 Using Simpson’s 1/3rd rule of Numerical Integration, the consecutive points are joined
by a______
Option A Line
Option B Parabola
Option C Polynomial with power 3
Option D Polynomial with power 1/3
Correct Answer B
6. Numerical integration
2
1. Using a unit step size, the value of integral∫1 𝑥𝑥𝑥𝑥𝑥𝑥𝑥𝑥 𝑑𝑑𝑑𝑑by trapezoidal rule is ________
a. 0.68
b. 0.69
c. 0.62
d. 0.70
3 9
2. Simpson’s 𝟏𝟏/𝟑𝟑rd rule is used to integrate the function (𝑥𝑥)= 𝑥𝑥2+ between x = 0 and x = 1 using
5 5
the least number of equal sub -intervals. The value of the integral is ______________
a. 4
b. 2
c. 3
d. 5
0.4
Using Trapezoidal rule with step size of 0.1, the value of ∫0 𝑓𝑓(𝑥𝑥)𝑑𝑑𝑑𝑑 is…..
a. 40
b. 22
c. 30
d. 4
2
4. Using a unit step size, the value of integral∫1 𝑥𝑥𝑥𝑥𝑥𝑥𝑥𝑥 𝑑𝑑𝑑𝑑by trapezoidal rule is ________
e. 0.68
f. 0.69
g. 0.62
h. 0.70
1
5. Using a three steps the definite value of integral∫−1 |𝑥𝑥| 𝑑𝑑𝑑𝑑 by trapezoidal rule is ________
a. 1.1189
b. 2.1189
c. 1.3452
d. 2.3891
31
6. The definite integral ∫1 𝑑𝑑𝑑𝑑 is evaluated using Trapezoidal rule with a step size of 1. The
𝑥𝑥
correct answer is _______
a. 2.27
b. 1.17
c. 1.18
d. 1.20
7. The best estimate of the distance in meters covered by the body from t=4 to t=15 using combined
Simpson’s 1/3rd rule and the trapezoidal rule would be
a. 354.70
b. 362.50
c. 368.00
d. 378.80
19
8. The value of ∫3 𝑓𝑓(𝑥𝑥)𝑑𝑑𝑑𝑑 by using two-segment Simpson’s 1/3 rule is estimated as 702.039. The
estimate of the same integral using four-segment Simpson’s 1/3 rule most nearly is
a. 702.39 + 8/3 [2f(7)-f(11)+2f(15)]
b. 702.39/2 + 8/3 [2f(7)-f(11)+2f(15)]
c. 702.39 + 8/3 [2f(7)+2f(15)]
d. 702.39/2 + 8/3 [2f(7)+2f(15)]
The best estimate of the distance in meters covered by the body from t=4 to t=15 using combined
Simpson’s 1/3rd rule and the trapezoidal rule would be
a. 354.70
b. 362.50
c. 368.00
d. 378.80
10. The velocity of a body is given by
V(t)= 2t 1≤t≤5
2
V(t)= 5t + 3 5 ≤ t ≤ 14
where t is given in seconds, and v is given in m/s. Using two-segment Simpson's 1/3 rule, the
distance covered in meters by the body from t=2 to t=9 seconds most nearly is
a. 949.33
b. 1039.7
c. 1200.5
d. 1442.0
2
11. The value of∫0.2 𝑒𝑒^𝑥𝑥 𝑑𝑑𝑑𝑑 by using four-segment Simpson's 1/3 rule is most nearly
a. 7.8036
b. 7.8062
c. 7.8423
d. 7.9655
12. The highest order of polynomial integrand for which Simpson’s 1/3 rule of integration is exact is
a. First
b. Second
c. Third
d. Fourth
13. The two-segment trapezoidal rule of integration is exact for integrating at most ______ order
polynomials.
a. First
b. Second
c. Third
d. Fourth
14. The following data of the velocity of a body as a function of time is given as follows.
Time (s) 0 15 18 22 24
Velocity (m/s) 22 24 37 25 123
The distance in meters covered by the body from t=12 s to t=18 s calculated using using
Trapezoidal Rule with unequal segments most nearly is
a. 162.9
b. 166.0
c. 181.7
d. 436.5
2.2
15. The value of ∫0.2 𝑥𝑥𝑥𝑥^𝑥𝑥 𝑑𝑑𝑑𝑑 by using the three-segment trapezoidal rule is most nearly
a. 11.672
b. 11.807
c. 12.811
d. 14.633
2.2
16. The value of ∫0.2 𝑥𝑥𝑥𝑥^𝑥𝑥 𝑑𝑑𝑑𝑑 by using the one-segment trapezoidal rule is most nearly
a. 11.672
b. 11.807
c. 20.099
d. 24.119
17. The shaded area shows a plot of land available for sale. The numbers are given in meters
measured from the origin. Your best estimate of the area of the land in square meters is most
nearly
4
18. Evaluate- ∫1 𝑥𝑥^ − 0.5 𝑑𝑑𝑑𝑑 by suitable method
a. -2
b. -7/16
c. ½
d. 2
19. The number of strips required in simpsons 3/8th rule is a multiple of
a. 1
b. 2
c. 3
d. 6
20. The error involved in simpson’s 1/3rd rule is
ℎ3
a. − 𝑓𝑓"(𝑥𝑥)
12
ℎ5
b. − 𝑓𝑓′′′′(𝑥𝑥)
19
3ℎ 5
c. − 𝑓𝑓′′′′(𝑥𝑥)
80
8ℎ 7
d. − 𝑓𝑓′′′′′′(𝑥𝑥)
345
1 1
21. The value of ∫0 𝑑𝑑𝑑𝑑 by using Simpson’s rule is
1+𝑥𝑥
a. 0.96315
b. 0.63915
c. 0.69315
d. 0.69351
Sr. No Question Option 1 Option 2 Option 3 Option 4 Correct Ans Marks
According to newtons Cotes formula degree of polynomial is one , such
1 Simpson's 1/3 method Simpson's 3/8 method Trapezoidal method Guass Legendres Formula Trapezoidal method 1
method called as…….
2 Area enclosed by the curve known as….. Integration Differentiation Partial Derivative Total Area Integration 1
The order of error's the Simpson's 1/3 rule for numerical integration with ℎ^2 ℎ^3 ℎ^4 ℎ^4
3 h 1
a step size h is
Trapezoidal method calculate area under the curve is divided into n
4 Even Multiple of 3 Any Multiple of 4 Any 1
number of strips, then is number of interval is
In…… method integral within the limits x0 to xn can be converted to -1 to
5 Guass Legendres 2 point Formula
Simpson's 3/8 method Trapezoidal method Simpson's 1/3 methodGuass Legendres 2 point Formula1
1 limits.
Simpson's 1/3 method calculate area under the curve is divided into n
6 Any Even Multiple of 3 Multiple of 4 Even 1
number of strips, then is number of interval is
The order of error's the trapezoidal rule for numerical integration with a ℎ^2 ℎ^3 ℎ^4 ℎ^2
7 h 1
step size h is
when Degree of polynomial of Newtons Cotes formula is three is known
8 Trapezoidal method Simpson's 1/3 method Simpson's 3/8 method 2 point Quadreture formula Simpson's 3/8 Rule 1
as….
The order of error's the Simpson's 3/8 rule for numerical integration with ℎ^2 ℎ^3 ℎ^4 ℎ^5 ℎ^5
9 1
a step size h is
Simpson's 3/8 method calculate area under the curve is divided into n
10 Any Even Multiple of 3 Multiple of 4 Multiple of 3 1
number of strips, then is number of interval is