BCS 054 June2010 June2023
BCS 054 June2010 June2023
m
BACHELOR IN COMPUTER APPLICATIONS
.co
Term-End Examination
December, 2013
BCS-054 : COMPUTER ORIENTED NUMERICAL
uru
TECHNIQUES
Time : 3 hours Maximum Marks : 100
Note : (i) Simple (but not scientific) calculator is allowed during
tG
examination.
(ii) Question number 1 is compulsory. Attempt any
three from the next four questions.
en
1. (a) Using 8- decimal digit floating-point 3
representation (4 digits for mantissa, 2 digits
nm
(i) — 47.65
(ii) 0.00658
(iii) — 98674
(use chopping, if required)
As
BCS-054 1 P.T.O.
(f) Solve the following system of linear 3
m
equations using Gauss elimination
method :
2x + 5y =9
.co
4x + 3y = 11
(g) Find an interval in which, the following 2
equation has a root x2 — 5x +6=0
uru
(h) Write briefly the steps of bisection method 3
to find roots of an equation
(i) Write the expressions which are obtained 3
by applying each of the following operators
tG
to f (x) , for some :
(i) A (ii) V (iii) 8
(j) Write V and 8 in terms of E 2
en
(k) State the following two formulae for 3
interpolation
(i) Newton's Backward difference
nm
formula
(ii) Bessel's formula
(1) Construct a difference table for the 2
following data :
sig
x 1 3 5 7
f (x ) 4 6 8 10
(m) From the Newton's Backward formula 3
As
fah f x ) dx
examples
(i) Differential Equation
(ii) Initial value problem
BCS-054 2
2. (a) Briefly discuss how zero is represented as a 4
m
floating point number for the 8-decimal digit
representation mentioned in Q.No. 1(a).
(b) For each of the following numbers find 6
.co
floating point representation, if possible
normalized, using rounding , if required.
The format is 8-decimal digit as is mentioned
under Q.No. 1(a) :
uru
2
(i) 7854302 (ii) 2-
3
Find absolute error, if any, in each case.
(c) Let a = 476.9 x 106, b = 657.2 x 104 and
tG
10
c = — 5.342 x 104 Find out whether ' + 'is
associative for a, b and c ? (i.e, you have to
en
find out whether (a + b) + c = a + (b + c)or
not ?)
3. (a) Solve the following system of linear 12
nm
Difference) :
x 100 101 102 103 104
log (x ) 2.000 2.0043 ? 2.0128 2.0170
BCS-054 3 P.T.O.
(c) Use Linear Interpolation to find f (0, 4) for 6
m
f (x) = 6x"
.co
(a) Find f'(x)at x = 0.1 from the following table 10
of values :
uru
x 0.1 0.2 0.3 0.4 0.5
f (x ) 1.1051 1.2214 1.3498 1.4918 2.56
tG
r2 dx
(b) Find approximate value of ji 1±y. using 10
trapezoidal rule using n =1
en
(c) Using Euler's method to find the solution of 10
y' = t + y, given y(0) =1 find the solution on
interval [0, 0.8] with h = 0.2. The
nm
independent variable is t.
sig
As
OU
IGN
BCS-054 4
No. of Printed Pages : 4 BCS-054
BACHELOR IN COMPUTER APPLICATIONS
m
Term-End Examination
r)
Lc) Jurte, 2014
.co
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours Maximum Marks : 100
uru
Note : (i) Simple (but not scientific) calculator is allowed.
(ii) Question No. 1 is compulsory. Attempt
any three from the next four questions.
1. ntG
(a) Using 8-decimal digit floating point
representation (4 digits for mantissa, 2 for
3
(ii) — 0.00004375
(iii) 87604
(use chopping, if required)
(b) Find the sum of two floating numbers 2
ss
above.
(d) What is underflow ? Give an example of 3
multiplication in which underflow occurs.
(e) Write the following system of linear 2
NO
BCS-054 1 P.T.O.
(f) Solve the following system of linear equations 3
using Gauss elimination method :
3x+4y=11
m
x+3y=7
(g) Find an interval in which the following 2
equation has a root :
.co
x2 — 7x +12= 0
(h) Write formula used in Newton - Raphson 3
method for finding the roots of an equation.
uru
(i) Write the expressions which are obtained 3
by applying each of the operators to f(x);
for some h :
(i) 8 (ii) E
ntG
(j) Write A and 6 in terms of E.
(k) State the following two formulae for
interpolation :
(i) Newton's Forward difference formula
2
3
f(x) 1 4 9 16
(m) From the Newton's Forward difference 3
formula asked in part k (i) derive formula
for finding derivative of a function f(x) at
ss
xo.
(n) State Trapezoidal rule for finding the 3
UA
integral f bf (x) dx
a
(o) Define each of the concepts with suitable 4
example.
NO
BCS-054 2
Explain the advantages of normalized 4
floating point number over un-normalized
numbers.
m
For each of the following numbers, find 6
floating point representation, if possible
normalized, using chopping, if required.
.co
The format is 8-digit as is mentioned in
Q. No. 1 (a) :
1
uru
(i) 3 (ii) 987668
Find absolute error, if any, in each case.
(c) Let a = 234.5 x103, b = 4.789 x103 10
and c = — 6.903 x 101
ntG
Find out whether ' +' is associative or not
for a, b and c ? (i.e. you have to find out
whether (a +b)+ c = a + (b+ c) or not ?
me
3. (a) Solve the following system of equations, 12
using partial pivoting :
— 3xi + 5x2 — x3 =1
ign
BCS-054 3 P.T.O.
4. (a) For f(x) = 7x2 — 3x +11, find 03f(x). 6
(b) Construct a difference table and mark the 8
forward differences for the following data :
m
x 1 2 3 4 5
f(x) 7 15 20 26 35
.co
(c) Given f(x) = sinx, 6
f(0.1) = 0.09983 f(0.2) = 0.19867; use the
tnethod of linear interpolation to findf(0.17).
uru
5. Attempt any two of (a), (b) and (c) given below :
(a) The values of y =,5 are given below for 10
x=1.5(0.5)3.5.
x 1.5
ntG2.0 2.5 3.0
J 1.2247 1.4142 1.5811 1.7320 1.8708
3.5
BCS-054 4
No. of Printed Pages : 7 BCS-054
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
co
Term-End Examination
01734 December, 2014
.
uru
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours
tGMaximum Marks : 100
en
Note : Simple (but not scientific) calculator is allowed.
Question number 1 is compulsory. Attempt any
three from the next four questions.
nm
(i) 9561
(ii) — 74.794
IGN
(iii) — 0.00726
BCS-054 1 P.T.O.
(b) What is an overflow ? Give an example
m
involving addition of numbers in which
overflow occurs.
co
(c) Find the sum of two floating-point
numbers :
.
uru
x1 =0.4507 x 103 and x2 = 0.5671 x 105
tG
in question. no. 1(c) above. 2
en
(e) Write the following system of linear
equations in matrix form : 2
— 8x + 6y = 13
nm
9x — 5y = 7
7x — 2y = — 20
OU
2
x - 8x + 11 = 0
BCS-054 2
(h) Write the formula used in Regula-Falsi
m
method for finding the roots of an equation. 3
co
by applying each of the operators to f(x), for
some h: 3
.
uru
(j)
tG
Write each of V and IA in terms of E. 2
en
(k) State the following two formulae for
interpolation : 3
(i) Newton's Backward difference
nm
formula
(ii) Stirling's formula
sig
x 1 2 3 4
f(x) 2 9 28 65
OU
f(x) at xo. 3
BCS-054 3 P.T.O.
(n) State Simpson's (1/3) rule for finding the
m
value of the integral f f(x) dx. 3
co
a
.
a suitable example for each : 4
uru
(i) Degree and order of a differential
equation
(ii) Boundary Value Problem
2. tG
(a) Can the number zero (0) be represented as
en
a normalized floating point number ? Why
or why not ? Further, under representation
nm
4
(b) For each of the following numbers, find the
floating point representation, if possible
As
BCS-054 4
(c) Find the product of the two numbers : 6
m
a = - 0.5203 x 104 and b = - 0.6251 x 10-5.
co
(d) Find the approximate value of e = el, by
taking first four terms of Maclaurin's
series, and also find truncation error. 4
.
uru
3. (a) Solve the following system of equations,
using partial pivoting Gaussian
tG
elimination method (compute upto two
places of decimal only) :
2x1 - 3x2 + 4x3 = 3
12
en
3x1 + 5x2 - 2x3 = 6
x1 - 2x2 - x3 — 2
nm
of linear equations ? 4
BCS-054 5 P.T.O.
4. (a) For f(x) = 8x3 — 5x2 + 12, find 44 f(x). 6
m
(b) Construct a difference table and mark the
co
backward differences for the following
data : 8
.
uru
x 1 2 3 4 5 6
f(x) 5 13 18 24 33 40
(c)
tG
Estimate the missing term 'A' in the
following data, where it represents a
en
polynomial of degree three : 6
x: 1 2 3 4 5
nm
f(x) : 3 7 A 21 31
sig
BCS-054 6
I dx
(b) Find the approximate value of I =
m
1+x
0
using Simpson's (1/3) rule (three points). 10
co
(c) Solve the following IVP using Euler's
.
uru
method : 10
y' = 1— 2xy, y(0.2) = 04948
Find y(0.4) with h = 0-2.
tG
en
nm
sig
As
OU
IGN
BCS-054 7 7,000
No. of Printed Pages : 7 I BCS-054
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
.co
Term-End Examination
June, 2015
uru
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours
ntG Maximum Marks : 100
(i) 87426
NO
(ii) - 94.27
IG
- 0.000346
BCS-054 1 P.T.O.
(b) For the following two floating point
m
numbers
.co
find x1 - x2 . 2
uru
(c) Find the product of x 1 and x2 given in
Q. No. 1(b) above. 2
(d)
ntG
What is underflow ? Explain it with an
example of multiplication in which
underflow occurs. 3
me
(e) Write the following system of linear
equations in matrix form :
ign
6x + 8y = 10
- 5x + 3y = 11
ss
4x2 - 4x - 3 = 0
BCS-054 2
(h) Give one example of each of (i) algebraic
m
equation (ii) transcendental equation. 2
.co
by applying each of the operators to f(x), for
some h : 4
(i) V
uru
(j) ntG
Write A and 8 in terms of E. 2
following data : 2
UA
x 1 2 3 4
fix) 2 9 28 65
NO
a function at x0. 3
BCS-054 3 P.T.O.
(n) State Simpson's (1/3) rule for finding the
m
value of the integral r f(x) dx. 3
.co
a
uru
a suitable example : 4
(i) Initial Value Problem
(ii) Degree and order of a differential
equation
2. ntG
(a) Let min. and max. represent respectively
minimum and maximum positive real
me
numbers representable by some floating
point number system. Can every real
number between max. and min. be
ign
(i) 3/11
(ii) 74.0365
Further, find the absolute error, if any, in
IG
each case. 6
BCS-054 4
(c) Find a 4- b (a divided by b) for the floating
m
point numbers : 6
.co
(d) Find the Taylor's series for I-1 at a = 1. 4
uru
3. (a) Solve the following system of equations,
using partial pivoting Gaussian
elimination method (compute upto two
places of decimal only) : 12
ntG
4x1 - 5x2 + 6x3 = 24
3x1 - 7x2 + 2x3 = 17
5x1 + 2x2 - 4x3 = - 21
me
(b) What are the advantages of Direct methods
over Iterative methods for solving a system
of linear equations ? 4
ign
xl , x2 and x3.
BCS-054 5 P.T.O.
4. (a) Compute the difference table and mark the
m
forward differences for x = 5. 8
.co
x f(x)
1 4
uru
2 7
3 12
4 19
5
ntG 28
me
(b) For the table given above, find Newton's
forward differences interpolating
polynomial and find the value f(1.7) using
ign
the polynomial. 12
ss
given below :
x = 1-5. 10
BCS-054 6
(b) Evaluate the integral
m
5
f (2x 2 - 5x + 2) dx,
.co
0
using trapezoidal rule, with h = FO. 10
uru
(c) Solve the following 117P using Euler's
method : 10
ntG
y' = fix, y) = x + y, given y(0) = 1.
me
ign
ss
UA
NO
IG
BCS-054 7 5,000
No. of Printed Pages : 5 BCS-054
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
.co
Term-End Examination
December, 2015 058b9
uru
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
chopping, if required) :
(i) 8975
(ii) — 897.87
OU
(iii) — 0.0078456
(c) For two floating point numbers 2
x1 = 0.6187 x 104 and x2 = 0.5306 x 103, find
x1 — x 2 in floating point representation.
IGN
BCS-054 1 P.T.O.
(e) Write the following system of linear 2
equations in matrix form :
m
7x —5y = 9
— 8x — 4y = — 13
.co
(f) Show one iteration of solving the following 3
system of linear equations using any
iterative method. You may assume x = y= 0
as initial estimate.
uru
—8x+ 7y= 15
5x — 2y= —7
(g) Find an interval in which the following 2
equation has a root
(h)
x2 — 5x +6=0 ntG
Write the formula used in Newton-Raphson 3
method for finding root of an equation.
(i) Write the three expressions which are 3
e
obtained by applying each of the operators
nm
interpolation.
(i) Newton's Forward difference formula
(ii) Stirling's formula
As
x 1 2 3 4
OU
f (x ) 2 5 10 17
(m) From the Newton's Forward difference 3
formula asked in part k(i) above, derive the
IGN
BCS-054 2
(n) State Trapezoidal rule for finding the value 3
m
(o) Explain each of the following concepts with 4
a suitable example.
.co
(i) Boundary Value Problem.
(ii) Order of a differential equation.
uru
2. (a) For each of the three numbers of question 6
number 1(b), find relative error in its
normalized floating point representation.
(b)
ntG
Find approximate value of e by taking first
three terms of Maclausin's series and also
find the truncation error.
4
method.
x1 — x2 + 3x3 = 3
2x1 + x2 + 4x3 = 7
IGN
BCS-054 3
(b) Give formula for next approximation of 4
values of x1, x2 and x3 using Gauss-Seidel
m
method for solving a system of linear
equations :
a11x1 + a12x2 + a13x3 = b1 ;
.co
a21x1 a22x2 a 23x3 = b2 and
a31 x1 + a32x2 + a33x3 = b3
uru
(c) Describe relative merits of each of direct 4
methods and iterative methods of solving
system of linear equations, over each other.
4.
ntG
(a) The population of a city in a census taken
once in 10 years is given below in thousands.
Estimate the value in 1965.
8
x 4 6 8 10
f (x ) 19 40 83 155
Hence evaluate f (9).
As
1
using Simpson's 1 — rule (three points).
3
BCS-054 4 P.T.O.
(b) The values of y = ,fix are given below for 10
x = 1.5(0.5)3.5
m
x 1.5 2.0 2.5 3.0 3.5
.co
f(x ) 1.2247 1.4142 1.5811 1.7320 1.8708
Find y' and y' at x = 3.25 using BD formula.
(c) Solve the following IVP using Euler's 10
uru
method :
y' =1 — 2xy, y(0.2) = 0.1948, Find y(0.4)
with h = 0.2.
e ntG
nm
sig
As
OU
IGN
BCS-054 5
No. of Printed Pages : 7 I BCS-054 I
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
.co
Term-End Examination
June, 2016
041--:1- 16
uru
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours Maximum Marks : 100
tG
Note : Simple (but not scientific) calculator is allowed.
Question no. 1 is compulsory. Attempt any three
en
questions from the next four questions.
nm
chopping, if required) : 3
(i) 89543
(ii) — 89.766
IGN
(iii) 0.0007345
BCS-054 1 P.T.O.
(c) For two floating point numbers
x1 = 0.7108 x 10 5 and x2 = 0.8701 x 10 4 ,
m
find x1 + x2. 2
.co
(d) Find the product of the two numbers given
in question no. 1(c) above.
uru
(e) Write the following system of equations in
matrix form : 2
tG
— 9x — 8y = — 4
3x + 4y = — 17
en
(f) Show one iteration of solving the following
system of linear equations using any
nm
BCS-054 2
(i) Write the three expressions which are
obtained by applying each of the following
m
operators to f(x), for some h : 3
(i) E
.co
(ii) A
(iii)
uru
(j) Write each of V and 8 in terms of E. 2
x 4 5
f(x) 13 22 33 46
sig
3
IGN
m
(i) Order of a differential equation
.co
(ii) Initial Value Problem
(iii) Degree of a differential equation
uru
(iv) Non-linear . differential equation
tG
Q.No. 1(b), find relative error in its
normalized floating point representation.
en
(b) Using Maclaurin's series expansion, find
nm
elimination method :
3x1 + 2x2 + x3 = 3
OU
BCS-054 4
(d) Starting with xo = 0, perform two iterations
to find an approximate root of the equation
m
x3 — 4x + 1 = 0, using Newton-Raphson
method. 5
.co
3. (a) Solve the following system of linear
equations using Gaussian elimination
uru
method with partial pivoting condensation :
3x2 + 4x3 = 2
4x1 — 2x2 + x3 = 18
tG
3x1 + 4x2 + 5x3 = 11
Compute upto two decimals only. 12
en
(b) Give the formula for next approximation of
nm
BCS-054 5 P.T.O.
4. (a) Construct a difference table for the
following data and mark the forward
m
differences by underlying the numbers 8
.co
x 1 2 3 4 5 6 7
7 13 18 25 35 48 62 78
uru
Y
(c)
tG
Find Newton's backward difference form of
en
interpolating polynomial for the following
data :
nm
x 3 5 7 9 11 13
0
(three points). 10
BCS-054
(b) The values of y = are given below for
x = 1.5 (0.5) 3.5.
m
x 1.5 2.0 2.5 3.0 3.5
.co
f(x) 1.2247 1.4142 1.5811 1.7320 1.8708
uru
formula. 10
tG
method :
y` = fft, y) =1 + y; given y(0) = 1
en
Find the solution on [0, 0.8] with h = 0-2. 10
nm
sig
As
OU
IGN
BCS-054 5,000
No. of Printed Pages : 5 I BCS-054 I
m
BACHELOR OF COMPUTER APPLICATIONS
(RCA) (Revised)
.co
Term-End Examination
December, 2016
uru
11-1E1* -1
Note :
tG Maximum Marks : 100
en
(i) Calculator, including scientific, is allowed
during examination. However, each step of
nm
(b)
OU
BCS-054 1 P.T.O.
(d) Write the following system of linear
m
equations in matrix form : 3
8x + lly = 19
.co
12x + 5y = 17
uru
5x — 3y = 7
— 2x + 9y = 5
tG
(f) Find an interval in which the following
equation has a root : 3
x2 + X - 2 = 0
en
(g) Write briefly the steps of bisection method
to find out the roots of an equation. 4
nm
(i) 8
(ii) V
As
x 1 5 9 13
IGN
f(x) 5 17 29 41
BCS-054 2
(k) State the following two formulae for
m
interpolation (for equal intervals) :
(i) Newton Forward Difference Formula
.co
(ii) Bessel's Formula
(1) Explain the concept of 'Initial Value
Problem' with an example.
uru
2. (a) Solve the following system of linear
equations, using partial pivoting : 15
tG
4x1 — 5x2 + 6x3 = — 24
+ 3x2 — 5x3 = 22
en
— 2x1 + 8x2 + x3 = 11
(b) What are the relative advantages of
nm
BCS-054 3 P.T.O.
4. Attempt any two of (a), (b) and (c) below :
m
(a) Find f'(x) at x = 0.25 from the following
table of values : 10
.co
x 0.2 0.3 0.4 0-5 0.6
f(x) 2.1082 2.8706 3.4013 3.9121 4.3012
uru
3
tG 2
using Trapezoidal rule, with 5 equal parts
en
of [2, 3]. 10
(ii) 0.000893
(Use chopping, if required)
BCS-054 4
(b) Using the 8-decimal digit format stated in
m
Q5(a) above, briefly discuss how zero is
represented as a floating point number. 6
.co
(c) Let a = 476.9 x 106, b = 657.2 x 104 and
c = — 5.342 x 104. Find out whether `+' is
associative for a, b and c (i.e., you are
uru
required to find out whether
(a+b)+c=a+(b+c)ornot). 10
tG
en
nm
sig
As
OU
IGN
BCS-054 5 8,000
No. of Printed Pages : 5 I BCS-054 I
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
.co
Teas...End Examination
04E37:2.
June, 2017
uru
INCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours Maximum Marks : 100
Note : tG
en
(i) Calculator, including scientific, is allowed
during examination. However, each step of
numerical calculation should be explicitly
nm
floating-point numbers :
x = 0.8706 x 10-3, y = 0.7604 x 10-2
(b) Find the product of x and y given in (a)
OU
above.
(c) Explain what is 'overflow', with a suitable
example of multiplication.
IGN
BCS-054 P.T.O.
(d) Write the following system of linear
equations in matrix form :
m
— 9x + 17y = — 8
12x = 23
.co
(e) Solve the following system of linear
equations using Gauss elimination method : 4
uru
— 7x+ 5y= 3
2x-8y=-12
(f) Find an interval in which the following
equation has a root :
2x2 +6x-7= 0 tG
en
(g) Write briefly the steps of the Secant
Method to find out the roots of an equation. 4
nm
(i) V
(ii) A
As
f(x) 17 32 49 73 143
BCS-054
(k) State the following two formulae for
interpolation (for equal intervals)
m
(i) Stirling's Formula
(ii) Newton's Backward Difference
.co
Formula
(1) Explain the concepts of 'order' and 'degree'
of a differential equation, with an example. 2
uru
2. (a) Using either Gauss-Jacobi iterative method
or Gauss elimination method with partial
pivoting, solve the following system of
linear equations :
tG
3x — 5y + 6z = 11
15
en
5x — llz — 28
2y+ 9z= 31
nm
BCS-054 P.T.O.
4. Attempt any two parts of (a), (b) and (c) below :
4
m
(a) Approximate the value of dx using
4 — 3x
.co
3
the Trapezoidal rule, using five equal parts
of the interval [3, 4]. 10
uru
(b) Using Euler's method, tabulate the solution
of the Initial Value Problem (IVP)
y' = — 3ty2 , y(0) = 1 in the interval [0, 1],
(c)
using h = 0-2.
tG
From the data given in the table below,
10
en
find y' = dx
—Z. at x = 2.75 using Forward
Difference. 10
nm
(i) — 76.384
(ii) 0.00079542
BCS-054 4
(b) Is `+' associative when a = 0.2134 x 10 5;
m
b = 0.2354 x 103 and c = — 0.2142 x 101 are
three floating-point numbers to be added,
.co
in this order ? You are required to find out
whether (a + b) + c = a + (b + c). 10
uru
(c) Explain the following two concepts with a
suitable example for each : 6
(i) Chopping error
tG
(ii) Rounding error
en
nm
sig
As
OU
IGN
BCS-054 5 3,500
No. of Printed Pages : 5 BCS-054 I
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
.co
Term-End Examination
01091 December, 2017
uru
BCS-054 COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours
Note :
ntG Maximum Marks : 100
overflow occurs. 3
(d) Write the following system of linear
equations in matrix form : 2
IGN
— 8x + 7y = 15
12x — 8y = 4
BCS-054 1 P.T.O.
(e) Solve the following system of linear
m
equations using Gauss elimination method : 4
5x — 3y = 7
.co
— 7x + 15y = 1
(f) Find an interval in which the following
equation has a root : 2
uru
x2 - 9x + 19 = 0
(g) Write the formula of Newton-Raphson
ntG
method for finding root of an equation.
(h) Write the expressions which are obtained
3
(iii) A
sig
f(x) 6 10 14 18
BCS-054 2
(1) From the Newton's Forward formula asked
m
in j(ii) above, derive a rule/formula for
finding derivative of a function f(x) at
x=x().
.co
(m) State Trapezoidal rule for finding the value
b
f
uru
of the integral f(x) dx .
a
(II) Define each of the following concepts with
(i) tG
one suitable example for each :
Differential Equation
en
(ii) Initial Value Problem
(i) 8795
— 798.78
OU
— 0.0087456
m
first three terms of Maclaurin's series and
also find truncation error.
.co
(d) Obtain the smallest positive root of the
equation x3 — 5x + 1 = 0, by using three
iterations of bisection method. 6
uru
3. (a) Discuss relative merits and demerits of
each of (i) direct methods, and (ii) iterative
tG
methods of solving a system of linear
equations, w.r.t. each other. 4
en
(b) Solve the following system of linear
nm
3x — 5y + 7z = 5
9x + 23y — 12z = 20
As
2x+y+4z= 7
3x + 5y — 2z = 6
BCS-054 4
4. (a) For f(x) = 6x2 + 8x + 9, find 03 f(x). 6
m
(b) Estimate the missing term in the following
data, using Forward Difference : 8
.co
x 100 101 102 103 104
log x 2.000 2.0043 ? 2.0128 2.0170
uru
(c) Derive the operators E and A in terms of S. 6
3
j. dx
tG
(a) Find the approximate value of
en
using Trapezoidal rule, with
1+x
2
h = 0.25. 10
nm
BCS-054 5 8,000
No. of Printed Pages : 7 I BCS-054 I
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
.co
nin7r-; Term-End Examination
uru
June, 2018
Time : 3 hours
ntG
TECHNIQUES
Note :
me
representing numbers.
BCS-054 1 P.T.O.
(c)
m
Find the product of two numbers given in
.co
point notation.
uru
equations in matrix form 3
— 8x + 15y = — 1
(e)
ntG
7x — 4y = 10
x2 — 12x + 30 = 0. 2
(ii) E
(iii) V
BCS-054
(i) State formulae for each of the following
m
interpolations :
.co
(i) Newton's Forward Difference Formula
uru
(j) Construct a difference table for the
following data :
x 1 2
ntG 3
3
flx) 8 12 17 25
me
of integral je f(x) dx 4
a
si
As
.co
exponent and one each for signs of
mantissa and exponent), represent the
uru
following numbers in normalized floating
point form : 3
(i) 0.000725
— 89.6532
ntG
— 98876
me
Q. No. 2(a).
As
BCS-054 4
3. (a) Solve the following system of linear
m
equations, using Partial Pivoting : 11
.co
2x — 3y + 5z = 4
x + 5y— 4z = 2
uru
4x+ 3y— 7z= 0
8x — 5y =
3x + 7y = 13
si
As
Population 45 52 68 94 130
BCS-054 5 P.T.O.
(b) Derive operators 8 and A in terms of E. 5
m
(c) Find Newton's Backward difference form of
.co
interpolating polynomial for the data :
x f(x)
uru
6 21
8 42
10 85
12 ntG 157
me
f clx
gn
4 + 3'
2
h = 0.5. 10
As
BCS-054 6
(e) Solve the following IVP using Euler's
m
method :
.co
y' = 1 — 2xy, y(0.2) = 0-1948
uru
ntG
me
si gn
As
OU
IGN
BCS-054 7 5,000
No. of Printed Pages : 7 BCS-054 I
m
BACHELOR OF COMPUTER APPLICATIONS
.co
(BCA) (Revised)
uru
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours
ntG Maximum Marks : 100
Note :
e
(i) Use of calculator is allowed during examination.
nm
(i) — 235
— 2576
(iii) + 0.007567 3
BCS-054 1 P.T.O.
(b) What are the advantages of representing
m
floating point numbers in normalised form ? 2
.co
(c) If x1 = 2.98 x 102 and x2 = 1.97 x 101 are two
floating point numbers, then find the value
of x1 - x2 . You must show all the steps. 2
uru
(d) If x3 = 2.71 x 104 and x4 = - 1.53 x 10-5 are
two floating point numbers, find the value of
ntG
x3 x x4. Show all the steps.
x + 3z = 9
2y + 5z = 11
sig
3x + 5y = 13
m
differs in Newton — Raphson method and
Bisection method of solving non-linear
.co
equations.
(i) Write the symbol and formula with respect
uru
to fix) and some value of h for the following
operators :
(i) Forward difference
(ii)
(iii)
ntG
Central difference
Shift operator
(j) Express forward difference and backward
e
difference operators in terms of shift
nm
operator.
(k) State the Newton's forward difference
formula for interpolation.
sig
Y 5 10 40 70
OU
BCS-054 3 P.T.O.
(m) From the forward difference formula for
m
interpolation asked in question 1(k), derive
the formula for finding derivative of a
.co
function fix) at x = Xo. 3
uru
geometrically. 4
equation
x3 — x — 3 = 0,
by using three iterations of Bisection method. 6
IGN
m
equations using Gaussian elimination
method with partial pivoting condensation : 10
.co
x — 2y + z 1
3x + y + 3z = 10
uru
2x + 3y — 5z = 2
x1 + 2x2 + x3 = 7
Take initial estimate as x1= x 2 = x3 = 0.
sig
errors.
BCS-054 5 P.T.O.
m
4. (a) Estimate the missing term (shown by 1') in
the following data, if it represents a valid
.co
interpolating polynomial of degree 3 :
uru
x 2 3 4 5
f(x) 3 7 21 31
C- •
ntG
Also find the interpolating polynomial using
data :
x 2 4 6. 8
As
f(x) 21 41 80 140
OU
BCS-054
5. Attempt any two parts of (a), (b) and (c) given
m
below. Each part is of 10 marks. 10+10=20
.co
(a) The value of y = x3/2 are given for
x =1.0(0.5)3.0.
uru
x 1.0 1.5 2.0 2.5 3.0
ntG
Find y' and y at x = 1.25 using FD formula.
"
(b) Evaluate :
6
e
(2+x 2 )dX
nm
1
1
using Simpson's — rule with 11 points.
3
sig
BCS-054 7 6,000
No. of Printed Pages : 7
I BCS-054 I
m
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
.co
Term-End Examination
04:762 •
uru
June, 2019
ntG
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
Time : 3 hours Maximum Marks : 100
me
Note :
• (i) Use of calculator is allowed during examination.
(ii) Question no. 1 is compulsory. Attempt any
ign
question. 2
(c) What is `underflow' ? Give an example of
multiplication due to which underflow
IG
MUM. 3
BCS-054 1 P.T.O.
(d) Write the following system of linear
m
equations in matrix form : 2
3x + 5y + Sz = 0
.co
3y + 2z = 7
2x — 3z = — 6
uru
(e) Solve the following system of linear
equations using the Gauss elimination
ntG
method : 4
13x — 7y = 2
5x + 3y = 15
me
(f) Find an interval in which the following
equation has a root : 2
ign
2x2 — llx + 14 = 0
equation
UA
x2 + x — 6 = 0 starting with x o = 1. 3
following operators : 3
BCS-054 2
(i) Write V and S in terms of E. 3
m
(j) Define the term interpolation with the help
.co
of an example. State the Newton's backward
difference formula for interpolation. 2 +2 =4
uru
(k) Construct a difference table for the following
data : 2
f(x)
4
9
ntG
6
15
8
29
10
31
me
f(x) dx
a
IG
BCS-054 3 P.T.O.
(n) Define the following terms and give one
m
example for each of the following in the
context of differential equations : 4
.co
(i) Order
(ii) Degree
uru
(iii) Initial conditions
(iv) Boundary conditions
ntG
2. (a) Assuming an 8-decimal digit floating point
representation (with 4 digits for mantissa,
two digits for exponent and one each for sign
of mantissa and exponent), represent the
me
following numbers in normalised floating
point form (use chopping, if required).
(i)
ign
23563255
(ii) — 63.27832
(iii) — 0.0000235
ss
x3 + 4x — 12 = 0,
IG
BCS-054 4
(d) Find the Maclaurin's series of fix) = ex,
m
around x = 0. (Please note ____ ex = ex )
dx
.co
Calculate the approximate value of e using
first four terms of this series.
uru
3. (a) Solve the following system of linear
equations with pivotal condensation
Gaussian elimination method : 10
ntG
2x + 3y — z = 11
x — 5y + 7z = 0
3x — y — 3z = 4
me
(b) Solve the following system of linear
equations using Gauss-Jacobi iterative
method. Perform only three iterations.
ign
5x — 7y + 3z = 15
x — 5x — 2z = 4
3x + 2y + z = 2
ss
m
interpolating polynomial for the following
.co
data :
x 1 2 3 4 5
uru
f(x) 12 22 44 84 148 242
(b) ntG
Estimate the missing term (represented
by I') in the following data, if it represents a
me
valid interpolating polynomial of degree 3.
x 1 2 3 4 5
ign
x 0 1 5 15
20 60 120 200
UA
f(x)
BCS-054 6
(d) What is inverse interpolation ? Explain with
m
the help of an example.
.co
5. Attempt any two of the following parts : 2x10=20
uru
1.0
I= f V
0.2
dx
1+ x2
ntG
1
by Simpson's 3
— rd rule dividing the interval
[0.2, 1.0[ to 4 equal sub-intervals. Compute
up to four places of decimal only.
me
BCS-054 7 5,000
696364
m
No. of Printed Pages : 7 BCS-054
co
BACHELOR OF COMPUTER
APPLICATIONS (BCA) (Revised)
.
uru
Term-End Examination
December, 2019
ntG
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
for approximation. 4
decimal places : 2
504 (B.19) P. T. 0.
[ 2] BCS-054
m
(c) For the following two floating point
numbers :
co
xl = 0.5527 x 10 4
.
uru
and x2 = 0.6243 x 10 3
ntG
(d) Find the product of x 1 and x2 given in
x f (x)
34
UA
CN1
60
CO 'CP 10 CD
90
NO
124
162
204
IG
(B-19)
I 31 BCS-054
m
equations in matrix form : 2
x + 2y + 3z = 14
.co
x - y = -1
y + 3z = 11
(g) Solve the following system of linear
uru
equations using Gauss-Seidel iterative
method : 5
x + 6y = 13
ntG
4x- y = 2
Perform two iterations, taking x = 0 and
y = 0 as the initial values.
e
(h) Find an interval in which the following
nm
equation has a positive root : 2
2x3 + x2 - 20x + 12 = 0
(i) Find Of for the following furkctions for
sig
some h > 0 : 3
(i) f (x) = 3x2
f (x) = 2x
As
usingg T aPemcial
•
4, 2 rule
dividing the interval into five equal parts.
10
N
IG
P. T. O.
[4] BCS-054
m
representation (4 digits for mantissa, 2 for
.co
exponent and 1 each for sign for exponent
and sign for mantissa) represent the
following numbers in normalised floating
uru
point from (using chopping if required) : 6
(i) 92752
ntG
(ii) —93.231
(iii) —0.0012345
(b) Solve the following system of linear
e
equations by using Gaussian elimination
nm
method : 8
— x2 — x3 =
(B-19)
15 BCS-054
m
y' = 0.2xy, y(1) = 1
.co
Use Euler's method to obtain an
uru
(b) Using Lagrange's interpolation formula,
ntG
x
0
y
6
me
2 20
5 56
ign
(i) V
UA
(ii) 5
(in)
NO
(iv) E
P. T. O.
[6] BCS-054
m
equations using partial pivoting : 10
x+y- 5z=0
.co
5x + 2y - z = 18
2x - 2y + z = 3
uru
(b) Find a real root for the equation
x3 + x 5 = 0 .
-
ntG
ordinates of initial points as x = 0 and
x = 2. Perform only two iterations of the
method. 7
me
(c) Make the Newton's divided difference table
for the following data : 3
x (x)
ign
1 10
2 20
4 40
ss
8 80
UA
of each. 6
IG
(B-19)
7l BCS-054
m
(b) Find by Newton-Raphson's method, the
real root of the equation x 2 — 3x + 1 = 0
co
taking x = 2 as the starting value. Show
three iterations. 7
.
(c) Apply Newton's backward difference
uru
formula to the data below to obtain a
polynomial of degree 4 in x : 7
x y
ntG 1
1-1
—1
C•1
1
CYD
me
—1
•31
1
1.0
ign
ss
UA
NO
IG
BCS-054 7,000
m
No. of Printed Pages : 7 BCS-054
.co
BACHELOR OF COMPUTER
APPLICATIONS (BCA) (REVISED)
uru
Term-End Examination
June, 2020
tG
BCS-054 : COMPUTER ORIENTED
NUMERICAL TECHNIQUES
en
Time : 3 Hours Maximum Marks : 100
nm
errors. 4
P.T.O.
m
2] BCS-054
.co
equations using Gauss Elimination
method : 5
uru
Xi+)(2+X3=3
tG
9X1 + 3X2 + 4)(3 = 16
A=E—1
method : 6
OU
x f(x)
0
IGN
1 6
3 8
I3 BCS-054
m
(f) Calculate the value of the Integral f: x2cbc
.co
h . 0.2 . 6
uru
determine the value of y when x = 0.1,
using the Euler's method. 6
tG
(h) Assume that a floating point
representation is of eight decimal digits
en
with four digits for normalised mantissa,
two digits for exponent and one digit each
nm
(i) — 35678
As
+ 0.0035622
(ii) above
P. T. 0.
[4] BCS-054
m
2. (a) Solve the following system of equations by
.co
Perform only , two iterations taking
uru
tion : 8
8x— 3y + 2z = 20
tG
4x +11y —
en z = 33
6x + 3y + 12z = 35
x3 — 2 = 0
d3y rdyt
dx3 dx
IGN
5 BCS-054
m
formula on the table of values given below,
.co
obtain the value of y when x = 0.4 : 7
• x
1.1 0.21
uru
1.3 0.69
1.5 1.25
tG
1.7 1.89
1.9 2.61
en
(b) Evaluate
+
by subdividing the
nm
8x + y + z = 8
OU
2x + 4y + z = 4
x + 3y + 5z = 5
IGN
P. T. 0.
[6] BCS-054
m
4. (a) Apply Newton's backward difference
.co
interpolation formula to find f (x) from
uru
x f (x)
0 4
tG
2 24
4 39
en
(b) Solve the following system of linear
equations using Gaussian elimination
nm
3x - 2y + 6z =17
sig
6x - y + z = 9
2x +12y - z = -12
As
taking h = 0.5. 5
m
(71 SCS-054
.co
equation x 3 — 3x — 5 = 0 using the Bisection
uru
(c) Write the symbol and formula with
• respect to f (x) and h
for the following
operators : 4
(i)
tG
Central difference
en
(ii) Averaging operator
BCS-054 I/ 716
No. of Printed Pages : 5 BCS-054
om
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
Term-End Examination
.c
February, 2021
u ru
tG
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
en
Time : 3 hours Maximum Marks : 100
Note :
m
(i) Any calculator is allowed during examination.
(ii) Question no. 1 is compulsory. Attempt any
ign
1
0·333 is the approximate value of , find
3
UA
x + y + z = 3 ; 3x + 2y + 3z = 18;
IG
x + 4y + 9z = 16
BCS-054 1 P.T.O.
(c) Find the root of the equation x3 + 2 = 0, by
om
using Newton-Raphson method, taking
initial approximation as –1. Perform only
two iterations. 5
.c
(d) Express the operators (i) (ii) (iii) in
ru
terms of operator E. 4
u
that fits the following data : 6
tG
x: en 0 1 2
f(x) : 2 3 12
6
m
(f) Evaluate the integral
(x 2 x 2) dx
ign
0
using Trapezoidal rule, with h = 1·0. 5
(i) 0·035119
BCS-054 2
(ii) 42·169
om
(iii) Addition of numbers given in (i) and
(ii) above.
(iv) Multiplication of numbers given in (i)
.c
and (ii) above.
ru
2. (a) Find the interpolating polynomial fitting the
u
following data using Newton’s backward
tG
difference interpolating method. 7
x: 0 1 2 3 4
en
f(x) : 10 9 6 1 –6
m
Hence, evaluate f(3·5).
ign
BCS-054 3 P.T.O.
3
1
3. (a) Evaluate x dx using Simpson’s rule,
om
3
1
with h = 0·5. 5
.c
(b) Solve the following system of equations by
using Gauss-Jacobi method. Perform only
ru
two iterations, assuming x1 = x2 = x3 = 0 as
the initial approximation. 6
u
2x1 – x2 + x3 = – 1
tG
x1 + 2x2 – x3 = 6
x1 – x2 + 2x3 = – 3
en
(c) Solve the following system of linear
equations using Gaussian elimination
m
method using pivotal condensation. 9
x + y + 10z = 14
ign
5x – y + z = 9
x – 4y + z = – 5
ss
BCS-054 4
5. (a) Solve the following system of equations by
using Gauss-Seidel method. Perform only
om
two iterations, assuming x1 = x2 = x3 = 0 as
the initial approximation. 7
– 4x1 + x2 + 10x3 = 21
.c
5x1 – x2 + x3 = 14
ru
2x1 + 8x2 – x3 = – 7
u
(b) Write the formula for the following
operations for function f(x) and step size h. 6
tG
(i)
(ii)
en
(iii)
(iv)
m
(v)
(vi) D
ign
BCS-054 5 P.T.O.
[2] BCS-054
o
2
m 3 – 1 5
Term-End Examination
u .c
r
June, 2021 (ii) – 1 2 3 4 + 0 0
e n
(b) Solve the following system of equations
m
Note : (i) Any calculator is allowed during
using Gauss-elimination method. Does this
examination.
s
5
s
any three more from the next four
6x + 2y + 4z = 6
1.
questions.
U A
(a) Consider the following decimal floating
3x + 2y + z = 3
O
2x + y + z = 0
N
point representation for a number having
(c) Find the smallest positive root for the
IG
base 10 : 3
equation using bi-section method : 7
x 3 + 3x 2 − 6 = 0
P. T. O.
[3] BCS-054 [4] BCS-054
m
interval into four equal sub-intervals. 7
1 6
o
(h) Find the order and degree of the following
2 12
3 18
u .c
differential equation : 2
r
4 25 3 4
⎛ d3 y ⎞ ⎛ dy ⎞ ⎛ d2 y ⎞
5 ⎜ 3 ⎟ + 12 ⎜ − =0
u
List the forward differences for f (1) and ⎟ 3 x ⎜ 2 ⎟
⎝ dx ⎠ ⎝ dx ⎠ ⎝ dx ⎠
G
backward differences for f (4).
t
(e) Write the notation and the formula in (i) Write the formula for finding the
terms of f (x) and h for the following :
(i) Central difference
2
en numerical differentiation
⎛ dy
⎜
⎝ dx
d2 y ⎞
and 2 ⎟
dx ⎠
m
(ii) Shift operator
using backward difference formula. 4
n
(f) Find the Newton’s forward-difference
interpolating polynomial which agrees
with the table of values given below : 7
s ig 2. (a) Perform
operations
the following
(assume the
floating point
maximum
x
1
f (x)
5
A s mantissa size to be of 4 decimal digits).
U
Use chopping wherever required (answer
2 14
O
should be in normalised form) : 6
3 27
4
N 44
(i) add 0.2345 × 105 and – 0.2205 × 105
5
6 IG 65
90
Using this polynomial, find the value of
(ii) subtract
0.2016 × 105
0.6101 × 102 from
P. T. O.
[5] BCS-054 [6] BCS-054
(b) Using the Gauss-Seidel iterative method, (c) Find the Lagrange’s interpolating
solve the following system of linear polynomial for the following data : 8
equations : 6 x f (x)
m
2x + y = 7
1 4
o
x + 4y = 14
c
3 18
.
Use the initial values x0 = y0 = 1 . Perform
u
7 70
only two iterations.
(c) Using Newton-Raphson method, find the
u r
Hence evaluate f (4) using the interpolating
G
cube root of 10 with initial value as 2. polynomial.
t
Perform 3 iterations. 8
n
4. (a) The values of y = x1.5 are given below for
3. (a) Derive the relationship between E and the
e
x = 1(1)5. Find the value of y' and y" at
following operators : 6
x = 1.5 using F-D formula : 10
m
(i) ∇
n
x f ( x ) : y = x1.5
(ii) δ
(iii) µ
s ig 1 1
s
(b) Find the value of α in the following data, if 2 2.8284
A
f (x) represents a polynomial of degree 3 : 6
3 5.1962
U
x f (x)
4 8
O
1 7
(b) Using Euler’s method, solve the
N
2 15
differential equation : 10
IG
3 α
y′ = x 3 + y 2 ,
4 73
where y (0) = 1. Find the solution on [0, 0.4]
5 135
with h = 0.1.
P. T. O.
[7] BCS-054
m
perform the following operations. Explain
o
the problem and propose solution, if any : 6
u .c
r
0.4150 ×1099
Gu
t
and – 0.6705 × 1012
– 0.5000 × 1049
en
(b) How is truncation error related to Taylor
n m
g
series ? Explain with the help of an
example.
s
4
i
(c) For a given value of h, find the values of
∆, ∆2 and ∆3 , if f ( x ) = x 2 .
A s 5
using a diagram.
O U
(d) Derive the formula of Trapezoidal rule
5
N
BCS–054
IG 4,120
P. T. O.
No. of Printed Pages : 5 BCS-054
om
BACHELOR OF COMPUTER APPLICATIONS
(BCA) (Revised)
Term-End Examination
.c
December, 2021
u ru
tG
BCS-054 : COMPUTER ORIENTED NUMERICAL
TECHNIQUES
en
Time : 3 hours Maximum Marks : 100
Note :
m
(i) Question no. 1 is compulsory. Attempt any
three questions from question nos. 2 to 5.
ign
–2 1
(i) Add 0·7265 10 and 0·7105 10
BCS-054 1 P.T.O.
(b) Solve the following system of equations
using Gauss-Jacobi iteration method : 5
om
5x + 2y = 19
3x + 5y = 19
Take initial estimate as x0 = 1 and y0 = 1.
.c
Perform only two iterations.
ru
(c) Write the Newton-Raphson iterative scheme
for finding the square root of a positive
u
number n. 4
tG
(d) Write the name and formula of the following
operators : en 3
(i) E
(ii)
(iii)
m
x 1 2 3 4 5 6
ss
x 2 3 5 6
IG
f(x) 5 10 26 37
BCS-054 2
1
(g) Using Simpson’s rd rule, find the
3
om
2
dx
approximate value of I = , dividing
1x
0
.c
the interval into four equal sub-intervals. 7
ru
equation. What is the order and degree of
u
the following differential equation ? 3
5 3
tG
d4y 7 d 2y
2 dy 3x 2
dx 4 dx dx 2
en
2x + 3y + 4z = 4
4x + 2y – 3z = 11
UA
f(x) = ex around x = 0. 5
BCS-054 3 P.T.O.
3. (a) Represent the following operators in terms
om
of E : 3
(i)
(ii)
.c
(iii)
ru
data, where f(x) is a polynomial of degree 3 :
u
x 1 2 3 4 5
tG
f(x) –3 10 ? 78 145
x 1 2 5
f(x) 4 7 28
ss
x 1 1·5 2 2·5 3
BCS-054 4
(b) Use the Euler’s method to find the solution
of the differential equation
om
y = t4 + y3 given that y(0) = 1.
Find the solution of the above in the interval
[0, 0·9] with h = 0·3. 10
.c
5. (a) Explain the formula for Trapezoidal rule
ru
with the help of a diagram. Also find the
approximate value of
u
1
dx
I= using Trapezoidal rule
tG
1x
0
with only one interval. 5
en
(b) What is an Inverse Interpolation ? Explain
with the help of an example. 4
m
is ill-conditioned or not. 5
UA
BCS-054 5 P.T.O.
No. of Printed Pages : 6 BCS-054
om
BACHELOR OF COMPUTER
APPLICATIONS (BCA) (REVISED)
u.c
Term-End Examination
ur
June, 2022
BCS-054 : COMPUTER ORIENTED
tG
NUMERICAL TECHNIQUES
en
Time : 3 Hours Maximum Marks : 100
m
Note : (i) Any calculator is allowed during
examination.
ign
questions.
UA
x + 2y + z = 3
2x + 3y + 3z = 10
IG
3x – y + 2z = 13
P. T. O.
[2] BCS-054
om
system of equations : 6
10x – 2y – z – w = 3
u.c
–2x + 10y – z – w = 15
–x – y + 10z – 2w = 27
–x – y – 2z + 10w = –9
ur
(c) Find the root of the equation
tG
x3 x 1 0, lying between 1 and 2, by
using Bisection method (perform three
en
iterations). 6
(d) Verify the relation , where
m
and are forward and backward
differencing operations, respectively. 6
ign
x f (x)
1 0
NO
3 18
4 48
6 180
IG
10 900
[3] BCS-054
om
values of x between 0 and 1.0 are tabulated
below : 5
x f (x)
u.c
0 1
0.1 1.2
ur
0.2 1.4
0.3 1.6
tG
0.4 1.8
0.5 2.0
en
0.6 2.2
0.7 2.4
m
0.8 2.6
0.9 2.8
ign
1.0 3.0
2. (a) Perform the following conversions : 6
ss
methods. 6
P. T. O.
[4] BCS-054
om
method for finding the qth root of a
positive number N. Also find the cube root
of 10 correct upto 3 places of decimal,
u.c
taking initial estimate as 2.0. 8
ur
f (x )
tG
function.
below :
x f (x)
1 7
ss
2 13
3 18
UA
4 25
NO
values.
[5] BCS-054
om
f (4) by drawing square around the
values.
(iii) Find the highest degree of polynomial
u.c
that can be generated.
(c) Write short notes on the following in the
context of floating point representation :
ur
(i) Precision
tG
(ii) Accuracy
(iii) Significant digit
en
Give suitable example of each. 3+3+1
0.8 dx
(b) Evaluate the integral I by
0 1 x
Simpson’s 1/3 rule, divide the interval
ss
dy
differential equation x2 y2 2;
dx
y (0) = 1. (Compute upto 5 places of decimal
IG
only). 10
P. T. O.
[6] BCS-054
om
obtain y when x = 1.1, given that y = 1.2
when x = 1, y satisfies the equation
dy
y2 .
u.c
3x 10
dx
ur
it to find the solution of equation
y' = f (t, y) = t + y given y (0) = 1. Find the
tG
solution on [0, 0.8] interval with step size
en
h = 0.2. 10
m
ign
ss
UA
NO
IG
BCS–054
No. of Printed Pages : 6 BCS-054
om
BACHELOR OF COMPUTER
APPLICATIONS (BCA) (REVISED)
u.c
Term-End Examination
December, 2022
ur
BCS-054 : COMPUTER ORIENTED
tG
NUMERICAL TECHNIQUES
en
Time : 3 Hours Maximum Marks : 100
examination.
ign
questions.
UA
x1 + 6x2 − x3 =
13
2x1 − x2 + 2x3 =
5
IG
P. T. O.
[2] BCS-054
om
(perform two iterations) : 6
8x – 3y + 2z = 20
6x + 3y + 12z = 35
u.c
4x + 11y – z = 33
ur
Raphson method (perform 3 iterations),
taking x0 = 3.5, as initial estimate. 6
(d) Verify the
tG
relation (1 + ∆ )(1 − ∇ ) =1 ,
en
where ∆ and ∇ are forward and backward
differencing operators, respectively. 6
(e) Write Bessel’s formula of numerical
m
0 2
1 3
NO
2 12
5 147
IG
[3] BCS-054
om
compute the integral of the function f (x),
the respective values of x and f(x) are
tabulated below : 5
u.c
x f (x)
0 1
ur
0.1 1.01
tG
0.2 1.04
0.3 1.09
en
0.4 1.16
0.5 1.25
m
0.6 1.36
ign
0.7 1.49
0.8 1.64
0.9 1.81
ss
1.0 2.0
UA
P. T. O.
[4] BCS-054
om
(perform three iterations) : 7
−4 x1 + x2 + 10x3 =
21
5x1 − x2 + x3 =
14
u.c
2x1 + 8x2 − x3 =−7
(c) Write formula for the Secant method. Use
it to perform three iterations for finding
ur
roots of the equation x 3 + 4 x 2 − 10 = 0
near x = 0 and x = 1 (compute upto two
tG
decimal places only). 7
3. (a) Verify the following : 6
en
(i) ∆3 f ( x ) =
0, when f ( x ) = x 2
(ii) En f ( x ) = ex + nh , where f ( x ) = x 2
m
x f (x)
1 10
UA
2 19
3 40
NO
4 79
5 142
6 235
IG
om
x f (x)
1
u.c
4 –1
1
3 2
ur
1 7
tG
1
4. (a) If f ( x ) = , show that : 5
x
en
+1
f ( a, b, c ) =
abc
m
1 dx
(b) Evaluate the integral I = ∫0 by
1 + x2
ss
places only). 5
(c) Use Euler’s method to find the solution of
the IVP given below : 10
NO
y′ = − 2ty2 , y (0) = 1
h = 0.2.
P. T. O.
[6] BCS-054
om
given that x = 0 when y = 1 and
dy
= x + y . (Take h = 0.1). 10
dx
u.c
(b) Differentiate between the following : 10
(i) Euler’s method and modified/improved
ur
Euler’s method
(ii) Runge-Kutta method (order 2) and
tG
Runge-Kutta method (order 4)
Give advantage and disadvantage of each.
en
m
ign
ss
UA
NO
BCS–054
IG
No. of Printed Pages : 6 BCS-054
om
BACHELOR OF COMPUTER
APPLICATIONS (BCA) (REVISED)
u.c
Term-End Examination
ur
June, 2023
BCS-054 : COMPUTER ORIENTED
tG
NUMERICAL TECHNIQUES
en
Time : 3 Hours Maximum Marks : 100
m
Note : (i) Any calculator is allowed during
examination.
ign
questions.
UA
P. T. O.
[2] BCS-054
om
system of linear equations given below
u.c
places only) : 6
4 x1 x2 10 x3 21
ur
5x1 x2 x3 14
tG
2 x1 8x2 x3 7 .
operator .
UA
operator .
NO
x f(x)
om
1 1
2 4
3 9
u.c
4 16
5 25
ur
Also, find the value of f ( x) at x = 1.7.
tG
(f) Determine y and y at x 2.25 , using
en
Newton’s Forward Difference (FD) formula
for the data given below : 5
m
x y x
ign
1.5 1.2247
2.0 1.4142
ss
2.5 1.5811
3.0 1.7320
UA
3.5 1.8708
5.2
4 log x dx , using Trapezoidal rule
(assume h 0.2 ). 5
IG
P. T. O.
[4] BCS-054
om
y f (t , y) t y , given y(0) = 1, take
u.c
(b) Find Maclaurin’s series of f ( x) e x around
x = 0. 4
ur
(c) Determine approximate root of the
tG
equation : en 8
cos x xe x 0
m
using Secant method with two initial
approximations as x0 0 and x1 1 .
ign
om
for the data given below : 8
x f (x)
u.c
1
4 –1
ur
3 2
tG
1 7
10
ss
x y = f(x)
UA
1 7
2 15
NO
3 21
4 19
IG
5 3
P. T. O.
[6] BCS-054
1 dx
(c) Evaluate 0 1 x2 using Simpon’s rule,
om
subdivide the interval (0, 1) into 6 equal
parts. 6
u.c
5. (a) Solve the Initial Value Problem (IVP)
y ty 2 , y(2) 1 . Also, find y (2.1) and
ur
y (2.2) with h = 0.1, using modified Euler’s
tG
method. 10
BCS–054 5,520
IG