0% found this document useful (0 votes)
98 views7 pages

BM - 401

The document appears to be a statistics exam containing multiple choice and short answer questions. It covers topics such as Newton-Raphson method, numerical integration techniques like trapezoidal rule and Simpson's rule, numerical solutions to differential equations using Runge-Kutta method, and solving systems of equations using various matrix methods. The questions test understanding of concepts like order of convergence, error terms, and applying appropriate numerical methods to problems.

Uploaded by

vrsafe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views7 pages

BM - 401

The document appears to be a statistics exam containing multiple choice and short answer questions. It covers topics such as Newton-Raphson method, numerical integration techniques like trapezoidal rule and Simpson's rule, numerical solutions to differential equations using Runge-Kutta method, and solving systems of equations using various matrix methods. The questions test understanding of concepts like order of convergence, error terms, and applying appropriate numerical methods to problems.

Uploaded by

vrsafe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Name : ……………………………………………………………

htt
Roll No. : ……………………………………………..…………..
Invigilator’s Signature : ………………………………………..
CS/BCA/SEM-4/BM-401/2013
p:/
2013
STATISTICS, NUMERICAL METHODS &
ALGORITHMS
Time Allotted : 3 Hours Full Marks : 70
/q

The figures in the margin indicate full marks.


pap
Candidates are required to give their answers in their own words
as far as practicable.

GROUP – A
( Multiple Choice Type Questions )
er.

1. Choose the correct alternatives for any ten of the


following : 10 × 1 = 10
wb

i) Newton-Raphson method is also known as method of

a) straight line b) tangent


ut .

c) normal d) none of these.

ii) Order of the term h in the error term of trapezoidal rule

is of order
a c.

a) 1 b) 2

c) 3 d) 4.
in

4340 [ Turn over


CS/BCA/SEM-4/BM-401/2013

2
iii) The value of " ( ax 2 + bx + c ) is
htt
a) 2 an + b b) 2 an
!
2
c) 2 an d) none of these.
p:/
iv) The number of significant digits in 1·00234 is
!
a) 3 b) 4
/q
c) 5 d) 6.
pap
v) If y 0 = 2, y1 = 4 , y 2 = 8 , y 4 = 32, then y 3 is equal to

a) 5 b) 6
! !
c) 15 d) none of these.
er.

vi) Which of the following methods is an iterative method ?

a) Gauss Elimination method


wb

b) Gauss-Jordan method

c) Gauss-Jacobi method
ut .

d) Crout’s method.

vii) The order of convergence of Newton-Raphson methods


a c.

is

a) 1 b) 2

c) 2 d) 4.
in

4340 2
CS/BCA/SEM-4/BM-401/2013

viii) The relation between shift operator E and forward


htt
difference operator Δ is given by

a) Δ=1+E b) E=1+Δ
p:/
c) E=Δ d) E = Δ + 2.

ix) The first order of forward difference of a constant

function is
/q
a) 0 b) 1
pap
c) 4 d) 3.

x) Lagrange’s interpolation formula is used for

a) Equally space point b) Unequally space point


er.

c) Both (a) & (b) d) None of these.

x
xi) The equation x + x " 1 = 0 is a

a) algebraic equation
wb

!
b) transcendental equation

c) both (a) & (b)


ut .

d) none of these.

xii) Order of h in the error expression of Simpson’s 1/3rd


a c.

rule is

a) 2 b) 4

c) 3 d) 5
in

4340 3 [ Turn over


CS/BCA/SEM-4/BM-401/2013

xiii) The degree of interpolation polynomial of a function


htt
whose values are known at 8 points is

a) 5 b) 6
p:/
c) 7 d) 8.

xiv) The number of significant digits in 0·00303 is

a) 6 b) 5
/q
c) 3 d) 2.
pap
GROUP – B
( Short Answer Type Questions )
Answer any three of the following. 3 × 5 = 15

2. Find the missing terms of the following table :


er.

X: 45 50 55 60 65
wb

f(X): 3 ? 2 ? 4

3. Solve the system of equation by LU method :


ut .

3x + 4y + 7z = 8
a c.

x + 2y + 3z = 6

x + 5y + 9z = 9
in

4340 4
CS/BCA/SEM-4/BM-401/2013

3
4. Find the real root of equation x " x " 1 = 0 by the method
htt
of bisection.
!
p:/
5. Compute by Newton-Raphson method the positive root of

2
equation 3 x + 2 x = 9 correct to four significant figures.
/q
6. Compute
! the value of y at x = 1·3 using Runge-Kutta method
pap
of fourth order by solving the differential equation.

dy
= x 2 + y 2 , with x 0 = 1, y 0 = 0 and step size h = 0·3.
dx

GROUP – C
er.

! !
( Long Answer Type Questions )
Answer any three of the following. 3 × 15 = 45
wb

7. a) Use Newton’s divided difference formula to find f ( 8 )

and f ( 15 ) from the following table :


ut .

x: 4 5 7 10 11 13
a c.

f(x): 48 100 294 900 1210 2028

b) Find the value of fifth root of 255. 7+8


in

4340 5 [ Turn over


CS/BCA/SEM-4/BM-401/2013

8. a) From Gauss-Legendre quadrature formula establish


htt
trapezoidal rule of integration.

b) By using Simpson’s one third rule calculate


1
p:/
# (x3 " )
x dx . Compute relative error. 7+8
0

9. a) Solve the system of equation by Inverse Matrix method :


/q
!
x+y+z=3
pap

2x – y + 3z = 16

3x + y – z = – 3.

b) Find by Taylor’s series method the value of y at x = 0·1


er.

and x = 0·2 to 5 places of decimal from


dy 2
= x y " 1, y ( 0 ) = 1. 7+8
dx
wb

10. a) Compute y (0 " 2) from the equation


! dy
= x " y , y ( 0 ) = 1 taking h = 0·1 by Rune-Kutta
dx
method!correct to four decimal places.
ut .

! b) Solve by Gauss elimination method.

x–y–z=1
a c.

2x – 3y + z = 1

3x + y – z = 2. 7+8
in

4340 6
CS/BCA/SEM-4/BM-401/2013

11. a) Find a real root of the equation f ( x ) = log x – cos x


htt
using bisection method up to 3 decimal places.

b) Solve the system of equation by Gauss elimination


p:/
method :

x + 3y + 2z = 5
/q
2x – y + z = – 1
pap
x + 2y + 3z = 2 7+8
er.
wb
ut .
a c.
in

4340 7 [ Turn over

You might also like