Ameee Que
Ameee Que
Ameee Que
= 0 with a = 0 and b = 1.
a) 0.617
b) 0.527
c) 0.517
d) 0.717
1 0 1 0.5 0.053
. Find the root of x4-x-10 = 0 approximately upto 5 iterations using Bisection Method.
Leta=1.5andb=2.
a)1.68
b)1.86
c)1.88
d) 1.66
No. a b c f(a)*f(c)
We stop iterations after 5 and thus obtain the approximated value of x. So one of
the roots of x4-x-10 = 0 is approximately 1.86.
If a function is real and continuous in the region from a to b and f(a) and f(b) have
opposite signs then there is no real root between a and b.
a)True
b) False
If a function is real and continuous in the region from a to b and f(a) and f(b) and if
both have different signs then there is at least one real root between a and b. This is
because the function has to cross the x-axis at least once.
1 0 1 0.5 0.107
1 0 -1 -0.5 1.763(+ve)
6. Use Bisection Method to find out the root of x – sinx – 0.5 = 0 between 1 and 2.
a)1.497
b)1.947
c)1.479
d) 1.974
No. a b c f(a)*f(b)
1 1 2 1.5 -8.554*10-4(-)
7. Find the approximated value of x till 4 iterations for e -x = 3 log(x) using Bisection
Method.
a)1.197
b)1.187
c)1.167
d) 1.176
No. a b c f(a)*f(b)
Find a root of f (x) = 3x + sin(x) – e x = 0. Use 6 iterations to find the approximate
value of x.
a) 0.3605
b) 0.3650
c) 0.3615
d) 0.3655
View Answer
Answer: a
Explanation: The iteration table is given as follows:
No. a b c f(a)*f(b)
A function is defined as f(x) = x 2 – 3. Between the interval [1,2] find the root of the
function by Bisection Method.
a) 1.7334
b) 1.7364
c) 1.7354
d) 1.7344
View Answer
Answer: d
Explanation: f(x) = x2 – 3.
Using Bisection method find the root of 3x 2 = 5x+2 in the interval [0,3].
a) 0.617
b) 0.527
c) 0.517
d) 0.717
1 0 3 2.25 Positive
2. Find the root of xe -x -0.3 = 0 using Bisection Method in the interval [1,5].
a) 1.68
b) 1.86
c) 1.88
d) 1.66
View Answer
Answer: b
Explanation: Iteration table is given as follows:
No. a b c f(a)*f(c)
After 9 iterations the difference between the last 2 values is less than 0.01. Thus the
approximated value of x is 1.7890625.
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?
a) -5 such that f(-5) = -26
b) 0 such that f(0) = 5
c) -3 such that f(-3) = -2
d) 13 such that f(13) = 2
View Answer
Answer: c
Explanation: The Bisection Method involves the procedure of solving a numerical
through a bracketing method. This involves defining 2 points where a bracket is
small enough and such that f(x) crosses the x-axis at least once in that interval.
Hence option -3 such that f(-3) = -2 is more convenient.
Find the approximated value of x till 6 iterations for x3-4x+9=0 using Bisection
Method. Take a = -3 and b = -2.
a) -2.703125
b) -1.903125
c) -3.903125
d) -0.703125
View Answer
Answer: a
Explanation: Iteration table is given as follows:
No. a b c f(a)*f(c)
8. The algorithm provided to find the roots of the function using Bisection Method is
given by ____________
a) Bolzano’s theorem
b) Mean Value theorem
c) Bisection theorem
d) Secant theorem
View Answer
Answer: a
Explanation: The Bolzano’s theorem states that if a function is real and continuous
in the region from a to b and f(a) and f(b) and if both have different signs then there
is at least one real root between a and b. This principle or algorithm is used to find
the roots of function using Bisection Method.
A function is defined as f(x) = x 3 – x – 11 = 0. Between the interval [2,3] find the root
of the function by Bisection Method upto 8 iteration?
a) 1.7334
b) 1.7364
c) 1.7354
d) 1.7344
View Answer
Answer: d
Explanation: The Iteration Table is given as follows
No. a b c f(a)*f(c)
. The formula used for solving the equation using Regula Falsi method is x = bf(a)
−af(b)f(a)−f(b).
a) True
b) False
View Answer
Answer: a
Explanation: Let there be two point a and b between which the root lies.
The slope can be written as
y−f(a)x−a=f(a)−f(b)a−b
let y = f(x) = 0
−f(a)x−a=f(a)−f(b)a−b
Therefore,
x = bf(a)−af(b)f(a)−f(b).
2. Find the positive root of the equation 3x-cosx-1 using Regula Falsi method and
correct upto 4 decimal places.
a) 0.6701
b) 0.5071
c) 0.6071
d) 0.5701
View Answer
Answer: c
Explanation: f(0) = -2
f(1) = 1.459697694
Therefore the root lies between 0 and 1 and
a = 0; f(a) = -2
b = 1; f(b) = 1.459697694
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=−2−0−2−1.459697694=0.57808519; f(x1) = -0.103254906
Therefore, x1 becomes a to find the next point.
X2=−0.103254906−(0.57808519)(1.459697694)−0.103254906−1.459697694= 0.604952253; f(x2) =
-7.67249301*10-3
Therefore, x2 becomes a to find the next point.
X3=(−7.67249301∗10−3−(0.604952253)(1.459697694)(−7.67249301∗10−3)−1.459697694 =
0.607017853; f(x3) = -2.991836798*10-4
Therefore, x3 becomes a to find the next point.
X4=(−2.991836798∗10−4)−(0.607017853)(1.459697694)(−2.991836798∗10−4)−1.459697694 =0.6070
98383; f(x4) = -1.165728726*10-5
Therefore, x4 becomes a to find the next point.
X5=(−1.165728726∗10−5)−(0.607098383)1.459697694(−1.165728726∗10−5)−1.459697694=0.607101
52; f(x5) = -4.54801046*10-7
Therefore x5 becomes a to find the next point.
X6=(−4.54801046∗10−7)−(0.60710152)(1.459697694)(−4.54801046∗10−7)−1.459697694]=
0.607101642
Therefore, the positive root corrected to 4 decimal places is 0.6071.
3. Find the positive root of the equation x 3 + 2x2 + 10x – 20 using Regula Falsi method
and correct upto 4 decimal places.
a) 1.3688
b) 1.3866
c) 1.4688
d) 1.6488
View Answer
Answer: a
Explanation: f(1) = -7
f(2) = 16
Therefore, root lies between 1 and 2
a = 1; f(a) = -7
b = 2; f(b) = 16
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=2(−7)−16−7−16=1.304347826; f(x1) = -1.334757952
Therefore, x1 becomes a to find the next point.
X2=2(−1.334757952)−(1.304347826)16−1.334757952−16= 1.357912305; f(x2) = -0.229135731
Therefore, x2 becomes a to find the next point.
X3=2(−0.229135731)−(1.357912305)16−0.229135731−16=1.366977805; f(x3) = -0.038591868
Therefore, x3 becomes a to find the next point.
X4=2(−0.038591868)−16(1.366977805)−0.038591868−16=1.368500975; f(x4) =
-6.478731338*10 -3
5. Find the positive root of the equation x-cosx using Regula Falsi method and
correct to 4 decimal places.
a) 0.73908
b) 0.63908
c) 0.74980
d) 0.64908
View Answer
Answer: a
Explanation: f(0) = -1
f(1) = 0.459697694
Therefore, root lies between 0 and 1
a = 0; f(a) = -1
b = 1; f(b) = 0.459697694
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=−1−1−0.459697694=0.685073357; f(x1) = -0.089299276
Therefore, x1 becomes a to find the next point.
X2=−0.089299276−0.685073357(0.459697694)−0.089299276−0.459697694= 0.736298997; f(x2) =
-4.66039555*10-3
Therefore, x2 becomes a to find the next point.
X3=−(−4.66039555∗10−3)−0.736298997(0.459697694)
(−4.66039555∗10−3)−0.459697694=0.738945355; f(x3) = -2.339261948*10-4
Therefore, x3 becomes a to find the next point.
X4=(−2.339261948∗10−4)−0.738945355(0.459697694)
(−2.339261948∗10−4)−0.459697694=0.73907813; f(x4) = -1.172028721*10-5
Therefore, x4 becomes a to find the next point.
X5=−(1.172028721∗10−5)−0.73907813(0.459697694)
(−1.172028721∗10−5)−0.459697694=0.739084782
Therefore, the positive root corrected to 4 decimal places is 0.73908
View Answer
6. Find the positive root of the equation xex-3 using Regula Falsi method and correct
to 4 decimal places.
a) 1.0498
b) 1.4089
c) 2.0489
d) 2.4089
View Answer
Answer: a
Explanation: f(1) = -0.281718171
f(2) = 11.7781122
Therefore, root lies between 1 and 2
a = 1; f(a) = -0.281718171
b = 2; f(b) = 11.7781122
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=2(−0.281718171)−11.7781122−0.281718171−11.7781122=1.023360044; f(x1) =
-0.152471518
Therefore, x1 becomes a to find the next point.
X2=2(−0.152471518)−1.023360044(11.7781122)−0.152471518−11.7781122=1.03584141; f(x2) =
-0.081541799
Therefore, x2 becomes a to find the next point.
X3=2(−0.081541799)−1.03584141(11.7781122)−0.081541799−11.7781122=1.042470543; f(x3) =
-0.043329034
Therefore, x3 becomes a to find the next point.
X4=2(−0.043329034)−1.042470543(11.7781122)−0.043329034−11.7781122=1.045980168; f(x4) =
-0.022944949
Therefore, x4 becomes a to find the next point.
X5=2(−0.022944949)−1.045980168(11.7781122)−0.022944949−11.7781122=1.047835063; f(x5) =
-0.012128518
Therefore x5 becomes a to find the next point.
X6=2(−0.012128518)−1.047835063(11.7781122)−0.012128518−11.7781122=1.048809506; f(x6) =
-6.43428458*10-3
Therefore x6 becomes a to find the next point.
X7=2(−6.43428458∗10−3)−1.048809506(11.7781122)−(6.43428458∗10−3)−11.7781122=1.04932885;
f(x7) = -3.396085929*10-3
Therefore x7 becomes a to find the next point.
X8=2(−3.396085929∗10−3)−1.04932885(11.7781122)(−3.396085929∗10−3)−11.7781122=
1.049602886; f(x8) = -1.792004364*10-3
Therefore x8 becomes a to find the next point.
X9=2(−1.792004364∗10−3)−1.049602886(11.7781122)
(−1.792004364∗10−3)−11.7781122=1.049773434; f(x9)=-7.933671744 * 10-4
Therefore x9 becomes a to find the next point.
X10=2(−7.933671744∗10−4)−(1.049773434)11.7781122(−7.933671744∗10−4)−11.7781122 =
1.049837436.
Therefore, the positive root corrected to 4 decimal places is 1.0498.
Find the positive root of the equation 4x = e x using Regula Falsi method and correct
to 4 decimal places.
a) 0.5374
b) 0.3574
c) 0.3647
d) 0.4673
View Answer
Answer: b
Explanation: f(0) = -1
f(1) = 1.281718172
Therefore, root lies between 0 and 1
a = 0; f(a) = -1
b = 1; f(b) = 1.281718172
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=−1−1−1.281718172=0.43826622; f(x1) = 0.203047383
Therefore, x1 becomes b to find the next point.
X2=0.43826622−1−0.203047383= 0.364296723; f(x2) = 0.017685609
Therefore, x2 becomes b to find the next point.
X3=−0.364296723−1−0.017685609=0.357965878; f(x3) = 1.446702162*10-3
Therefore, x3 becomes b to find the next point.
X4=−0.357965878−1−(1.446702162∗10−3)=0.357448756; f(x4) = 1.177221*10-4
Therefore, x4 becomes b to find the next point.
X5=−0.357448756−1−(1.177221∗10−4)= 0.357406681
Therefore, the positive root corrected to 4 decimal places is 0.3574.
Find the positive root of the equation xlogx = 1.2 using Regula Falsi method and
correct to 4 decimal places.
a) 2.7406
b) 2.4760
c) 2.5760
d) 2.4706
View Answer
Answer: a
Explanation: f(2) = -0.597940008
f(3) = 0.231363764
Therefore, root lies between 2 and 3
a = 2; f(a) = -0.597940008
b = 3; f(b) = 0.231363764
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=3(−0.597940008)−2(0.231363764)−0.597940008−0.231363764=2.721014456; f(x1) =
-0.017091075
Therefore, x1 becomes a to find the next point.
X2=3(−0.017091075)−2.721014456(0.231363764)−0.017091075−0.231363764=2.740205722; f(x2)
= -3.840558354*10-4
Therefore, x2 becomes a to find the next point.
X3=3(−3.840558354∗10−4)−2.740205722(0.231363764)
(−3.840558354∗10−4)−0.231363764)=2.740636257; f(x3) = -8.58117537*10-6
Therefore, x3 becomes a to find the next point.
X4=3(−8.58117537∗10−6)−(2.740636257)0.231363764(−8.58117537∗10−6)−0.231363764=2.740645
876.
Therefore, the positive root corrected to 4 decimal places is 2.7406.
Find the positive root of the equation e-x = sinx using Regula Falsi method and
correct upto 4 decimal places.
a) 0.5855
b) 0.6685
c) 0.5885
d) 0.6885
View Answer
Answer: c
Explanation: f(0) = 1
f(1) = -0.473591543
Therefore, root lies between 0 and 1
a = 0; f(a) = 1
b = 1; f(b) = -0.473591543
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=11+0.473591543=0.954782316; f(x1) = -0.431292064
Therefore, x1 becomes b to find the next point.
X2=0.9547823161+0.4312920640.667077209; f(x2) = -0.105486008
Therefore, x2 becomes b to find the next point.
X3=0.6670772091+0.105486008= 0.60342438; f(x3) = -0.020529909
Therefore, x3 becomes b to find the next point.
X4=0.603424381+0.020529909=0.591285345; f(x4) = -3.813368755*10-3
Therefore, x4 becomes b to find the next point.
X5=0.5912853451+(3.813368755∗10−3)=0.589039121; f(x5) = -7.021514375*10-4
Therefore x5 becomes b to find the next point.
X6=0.5890391211+(7.021514375∗10−4)=0.588625816; f(x6) = -1.29077269*10 -4
Therefore x6 becomes b to find the next point.
X7=0.5886258161+(1.29077269∗10−4)= 0.588549847; f(x7) = -2.372079757*10-5
Therefore x7 becomes b to find the next point.
X8=0.5885498471+(2.372079757∗10−5)=0.588535886.
Therefore, the positive root corrected to 4 decimal places is 0.5885.
10. Find the positive root of the equation x 3 + 2x2 + 50x + 7 = 0 using Regula Falsi
method and correct to 4 decimal places.
a) 0.14073652
b) 0.24073652
c) 0.42076352
d) doesn’t have any positive root
View Answer
Answer: d
Explanation: The given equation doesn’t have any positive root as there is no sign
change for any positive integer.
11. Find the positive root of the equation x 3 – 4x – 9 = 0 using Regula Falsi method
and correct to 4 decimal places.
a) 2.6570
b) 2.7605
c) 2.7506
d) 2.7065
View Answer
Answer: d
Explanation: f(2) = -9
f(3) = 6
Therefore, root lies between 2 and 3
a = 2; f(a) = -9
b = 3; f(b) = 6
Substituting the values in the formula,
x=bf(a)−af(b)f(a)−f(b),
we get x1=3(−9)−2(6)−9−6=2.6; f(x1) = -1.824
Therefore, x1 becomes a to find the next point.
X2=3(−1.824)−2.6(6)−1.824−6= 2.693251534; f(x2) = -0.23722651
Therefore, x2 becomes a to find the next point.
X3=3(−0.23722651)−2.693251534(6)−0.23722651−6=2.704918397; f(x3) = -0.028912179
Therefore, x3 becomes a to find the next point.
X4=3(−0.028912179)−2.704918397(6)−0.028912179−6=2.70633487; f(x4) =
-3.495420729*10 -3
12. Find the positive root of the equation x 3 – 4x + 9 = 0 using Regula Falsi method
and correct to 4 decimal places.
a) 3.706698931
b) 2.706698931
c) 3.076698931
d) no positive roots
View Answer
Answer: b
Explanation: The given equation doesn’t have any positive root ass there is no sign
change for any positive values.
13. Find the positive root of the equation e x = 3x using Regula Falsi method and
correct to 4 places.
a) 0.6190
b) 0.7091
c) 0.7901
d) 0.6910
View Answer
Answer: a
Explanation: f(0) = 1
f(1) = -0.281718171
Therefore, root lies between 0 and 1
a = 0; f(a) = 1
b = 1; f(b) = -0.281718171
Substituting the values in the formula,
x = bf(a)−af(b)f(a)−f(b),
we get x1=11+0.281718171=0.780202717; f(x1) = -0.158693619
Therefore, x1 becomes b to find the next point.
X2=0.7802027171+0.158693619=0.673346865; f(x2) = -0.059251749
Therefore, x2 becomes b to find the next point.
X3=0.6733468651+0.059251749=0.635681617; f(x3) = -0.018736045
Therefore, x3 becomes b to find the next point.
X4=0.6356916171+0.018736045=0.623990502; f(x4) = -5.610588465*10-3
Therefore, x4 becomes b to find the next point.
X5=0.6239905021+(5.610588465∗10−3)=0.62050908; f(x5) = -1.652615179*10-3
Therefore x5 becomes b to find the next point.
X6=0.620509081+(1.652615179∗10−3)=0.619485309; f(x6) = -4.844127073*10-4
Therefore x6 becomes b to find the next point.
X7=0.6194853091+(4.844127073∗10−4)= 0.619195367; f(x7) = -1.417874765*10-4
Therefore x7 becomes b to find the next point.
X8=0.6191953671+(1.417874765∗10−4)=0.619097586; f(x8) = -4.14829789*10 -5
Therefre x8 becomes b to find the next point.
X9=0.6190975861+(4.14828789∗10−5)=0.619071905
Therefore, the positive root corrected to 4 decimal places is 0.6190.
7. A quadratic equation x2-4x+4=0 is defined with an initial guess of 3 and 2.5. Find
the approximated value of root using Secant Method.
a) 1.33
b) 2.33
c) 3.33
d) 4.33
View Answer
Answer: b
Explanation: By Secant Method the iterative formula is given as:
x(n+1)=x(n−1)f[x(n)]−x(n)f[x(n−1)][f[x(n)]−f[x(n−1)]]
For n=1
x(2)=x(0)f[x(1)]−x(1)f[x(0)][f[x(1)]−f[x(0)]]
x(0)=3 and x(1)=2.5, f(x0)=1 and f(x1)=0.25
Hence x2=2.33.
8. A quadratic equation x2-4x+4=0 is defined with an initial guess of 2 and 2.5. Find
the approximated value of root using Secant Method.
a) 1
b) 2
c) 3
d) 4
View Answer
Answer: b
Explanation: By Secant Method the iterative formula is given as:
x(n+1)=x(n−1)f[x(n)]−x(n)f[x(n−1)][f[x(n)]−f[x(n−1)]]
For n=1
x(2)=x(0)f[x(1)]−x(1)f[x(0)][f[x(1)]−f[x(0)]]
x(0)=2 and x(1)=2.5, f(x0)=0 and f(x1)=0.25
Hence x2=2. Hence for x2=2 f(x) converges to exact root.
9. A quadratic equation x2-4x+4=0 is defined with an initial guess of 10 and 20. Find
the approximated value of x2 using Secant Method.
a) 7.538
b) 7.853
c) 7.358
d) 7.835
View Answer
Answer: a
Explanation: By Secant Method the iterative formula is given as:
x(n+1)=x(n−1)f[x(n)]−x(n)f[x(n−1)][f[x(n)]−f[x(n−1)]]
For n=1
x(2)=x(0)f[x(1)]−x(1)f[x(0)][f[x(1)]−f[x(0)]]
x(0)=10 and x(1)=20, f(x0)=0 and f(x1)=0.25
Hence x2 = 7.538.
0. A quadratic equation x4-x-8=0 is defined with an initial guess of 1 and 2. Find the
approximated value of x2 using Secant Method.
a) 7.538
b) 7.853
c) 7.358
d) 1.571
View Answer
Answer: d
Explanation: By Secant Method the iterative formula is given as:
x(n+1)=x(n−1)f[x(n)]−x(n)f[x(n−1)][f[x(n)]−f[x(n−1)]]
For n=1
x(2)=x(0)f[x(1)]−x(1)f[x(0)][f[x(1)]−f[x(0)]]
x(0)=1 and x(1)=2, f(x 0)=-8 and f(x1)=6
Hence x2= 1.571.
1. Rate of convergence of the Newton-Raphson method is generally __________
a) Linear
b) Quadratic
c) Super-linear
d) Cubic
View Answer
Answer: a
Explanation: Rate of convergence of the Newton-Raphson method is generally
Linear. It states that the value of root through the Newton Raphson method
converges slowly.
5. If f(x) = x2 – 153 = 0 then the iterative formula for Newton Raphson Method is
given by __________
a) x(n+1) = 0.5 [x(n)+ 153x(n)]
b) x(n+1) = 0.5 [x(n)-153x(n)]
c) x(n+1) = [x(n)+153x(n)]
d) x(n+1) = [x(n)-153x(n)]
View Answer
Answer: a
Explanation: Consider x(n+1)=0.5 [x(n)+ Nx(n)]
Where N=117. Hence x(n+1)=0.5 [x(n)+117x(n)].
7. For what values of 0 the initial guess will be equal to the next iterative values?
a) 70 degrees
b) 90 degrees
c) 100 degrees
d) 55 degrees
View Answer
Answer: b
Explanation: Iterative formula is given by x(1) = x(0) + f(x(0))f′x(x(0)). For f’(x0) at x=90
degrees approaches ∞. Then for all values of x1=x0. Hence if f(x0) = 0 then the tan0=90
degrees.
8. The equation f(x) is given as x 2-4=0. Considering the initial approximation at x=6
then the value of next approximation correct upto 2 decimal places is given as
__________
a) 3.33
b) 1.33
c) 2.33
d) 4.33
View Answer
Answer: a
Explanation: Iterative formula for Newton Raphson method is given by
x(1)=x(0)+f(x(0))f′x(x(0)).
Hence x0=6 (initial guess), f(x0)=32 and f’(x0)=12.
Substituting the values in the equation we get x1=3.33.
9. At which point the iterations in the Newton Raphson method are stopped?
a) When the consecutive iterative values of x are not equal
b) When the consecutive iterative values of x differ by 2 decimal places
c) When the consecutive iterative values of x differ by 3 decimal places
d) When the consecutive iterative values of x are equal
View Answer
Answer: d
Explanation: When the consecutive values of iterations are equal the iterations of
Newton Raphson method are stopped. This allows maximum accuracy as compared
to other methods.
5. If f(x) = x2 – 153 = 0 then the iterative formula for Newton Raphson Method is
given by __________
a) x(n+1) = 0.5 [x(n)+ 153x(n)]
b) x(n+1) = 0.5 [x(n)-153x(n)]
c) x(n+1) = [x(n)+153x(n)]
d) x(n+1) = [x(n)-153x(n)]
View Answer
Answer: a
Explanation: Consider x(n+1)=0.5 [x(n)+ Nx(n)]
Where N=117. Hence x(n+1)=0.5 [x(n)+117x(n)]
7. For what values of 0 the initial guess will be equal to the next iterative values?
a) 70 degrees
b) 90 degrees
c) 100 degrees
d) 55 degrees
View Answer
Answer: b
Explanation: Iterative formula is given by x(1) = x(0) + f(x(0))f′x(x(0)). For f’(x0) at x=90
degrees approaches ∞. Then for all values of x1=x0. Hence if f(x0) = 0 then the tan0=90
degrees.
8. The equation f(x) is given as x 2-4=0. Considering the initial approximation at x=6
then the value of next approximation correct upto 2 decimal places is given as
__________
a) 3.33
b) 1.33
c) 2.33
d) 4.33
View Answer
Answer: a
Explanation: Iterative formula for Newton Raphson method is given by
x(1)=x(0)+f(x(0))f′x(x(0)).
Hence x0=6 (initial guess), f(x0)=32 and f’(x0)=12.
Substituting the values in the equation we get x1=3.33.
9. At which point the iterations in the Newton Raphson method are stopped?
a) When the consecutive iterative values of x are not equal
b) When the consecutive iterative values of x differ by 2 decimal places
c) When the consecutive iterative values of x differ by 3 decimal places
d) When the consecutive iterative values of x are equal
View Answer
Answer: d
Explanation: When the consecutive values of iterations are equal the iterations of
Newton Raphson method are stopped. This allows maximum accuracy as compared
to other methods.
3. The equation f(x) is given as x 2-4=0. Considering the initial approximation at x=6
then the value of x1 is given as ____________
a) 10/3
b) 4/3
c) 7/3
d) 13/3
View Answer
Answer: a
Explanation: Iterative formula for Newton Raphson method is given by
x(1)=x(0)+f(x(0))f′x(x(0)).
Hence x0=6 (initial guess), f(x0)=32 and f’(x0)=12.
Substituting the values in the equation we get x1= 10/3.
5. In Newton Raphson method f’(x) for a given point is given by the formula
____________
a) y/x’
b) y’/x
c) y/x
d) y’/x’
View Answer
Answer: d
Explanation: The derivative of a function f(x) is given as f’(x) = y’/x’. It is defined as the
slope of the tangent drawn at the point of assumed initial value to the curve.
6. If f(x) = x2-117 = 0 then the iterative formula for Newton Raphson Method is given
by ____________
a) x(n+1)=0.25 [x(n)+166x(n)]
b) x(n+1)=0.5 [x(n)+166x(n)]
c) x(n+1)=0.5 [x(n)-166x(n)]
d) x(n+1)=0.25 [x(n)-166x(n)]
View Answer
Answer: b
Explanation: Consider x(n+1)=0.5 [x(n)+ Nx(n)]
Where N=117. Hence x(n+1)=0.5 [x(n)+117x(n)].
7. The points where the Newton Raphson method fails are called?
a) floating
b) continuous
c) non-stationary
d) stationary
View Answer
Answer: d
Explanation: The points where the function f(x) approaches infinity are called as
Stationary points. At stationary points Newton Raphson fails and hence it remains
undefined for Stationary points.
a. Jacobi iteration
b. Gauss-Seidel
a. Linear
b. Quadratic
3. Which of the following methods is least suitable for the following function:
a. Reguli Falsi
b. Secant
d. Newton-Raphson
4. Which of the statements are false for Thomas Algorithm
5. You are given data for variable � at 15 different values of �. Which of the following techniques
will result in a curve that is not guaranteed to pass through all the 15 points in X-Y plane?
a. Cubic spline
c. Linear regression
1. The Newton-Raphson method of finding roots of nonlinear equations falls under the category of
_____________ methods.
(A) bracketing
(B) open
(C) random
The correct answer is (B). The Newton-Raphson method is an open method since the guess of the
root that is needed to get the iterative method started is a single point. Other open methods such as
the secant method use two initial guesses of the root but they do not have to bracket the root.
2. The Newton-Raphson method formula for finding the square root of a real number R from the
equation 0 2 x − R = is
, (A) 2 1 i i x x + =
(B) 2 3 1 i i x x + =
(C) + = + i i i x R x x 2 1 1
(D) + = − i i i x R x 3x 2 1 1
Solution The correct answer is (C). The Newton-Raphson method formula for solving f(x) = 0 is ( ) ( )
1 i i i i f x f x x x ′ + = − where f x x f x x R ( ) 2 ( ) 2 ′ = = − Thus, = + = + = − + − + =
−iiiiiiiiiiixRxxRxxxRxxxRxx2122122221
3. The next iterative value of the root of 4 0 2 x − = using the Newton-Raphson method, if the initial
guess is 3, is
(A) 1.5
(B) 2.067
(C) 2.167
(D) 3.000
Solution The correct answer is (C). The estimate of the root is ( ) ( ) 1 i i i i f x f x x x ′ + = − Chose i = 0,
6 2 3 ( ) 2 5 3 4 ( ) 4 3 0 0 2 2 0 0 0 = = × ′ = = = − = − = f x x f x x x Thus, 2.166 6 5 3 ( ) ( ) 0 0 1 0 = = − ′
=−fxfxxx