0% found this document useful (0 votes)
50 views5 pages

Newton Raphson Method Overview

Uploaded by

adyut1402
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)
50 views5 pages

Newton Raphson Method Overview

Uploaded by

adyut1402
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

Manipal University Jaipur

[Link]. First Year-2023


Module 2
Numerical Methods II: Numerical differentiation (order one and two), Numerical Integration
(Trapezoidal rule, Simpson’s 1/3 and 3/8 rule), Solution of algebraic and transcendental
equations (Bisection method, Regula Falsi Method, Newton Raphson Method).

MULTIPLE CHOICE QUESTIONS

1. The Newton Raphson method is also called as ____________


a) Tangent method
b) Secant method
c) Chord method
d) Diameter method. Answer=a
2. For decreasing the number of iterations in Newton Raphson method:
a) The value of f’(x) must be decreased
b) The value of f’’(x) must be decreased
c) The value of f’(x) must be increased
d) The value of f’’(x) must be increased. Answer=c
3. The points where the Newton Raphson method fails are called?
a) floating
b) continuous
c) non-stationary
d) stationary. Answer=d
4. The convergence of which of the following method depends on initial assumed
value ?
a) False position
b) Gauss Seidel method
c) Newton-Raphson method
d) All of above Answer=c
5. The algorithm provided to find the roots of the function using Bisection Method
is given by ____________
a) Mean Value theorems
b) Bolzano’s theorem
c) Bisection theorem
d) Secant theorem. Answer=b
6. The Bisection method has which of the following convergences?
a) Cubic
b) Quadratic
c) Linear
d) Quaternary. Answer=c

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


a) 3rd Order
b) 4th Order
c) 2nd Order
d) 1st Order. Answer=d

8. Trapezoidal rule gives exact value of the integral when the integrand is a
a) quadratic function
b) linear function
c) Cubic function
d) Polynomial of any degree. Answer=b

9. What is the Order of convergence of Regula-Falsi Method?


a) 2.312
b) 2.231
c) 1.618
d) 1.321 Answer=c

10. Which of the following is correct ?

(a) Newton-Raphson method has quadratic convergence.


(b) The method of Regula-falsi converges faster than the secant method.
(c) Both A and B
(d) Neither A nor B Answer=a
11. Which of the following is correct ?
(a) The Bisection method has a linear convergence.
(b) The iteration method is a self-correction method.
(c) The equation x 3 − 2x − 5 = 0 has two positive roots.
(d) Both B and C Answer=a
12. 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 Answer=d
13. Which method of solving algebraic equations is preferred when the interval in
which root lies is known?
(a) Newton Raphson method
(b) Regula Falsi method
(c) Bisection method
(d) None of these Answer=b
f(x )
14. The formula xi+1=xi-f′ (xi ) is called
i

(a) Newton Raphson method


(b) Regula Falsi method
(c) Bisection method
(d) None of these Answer=a
15. Number of real roots of the equation x2n-1=0
(a) 2
(b) 3
(c) N
(d) 2n Answer=a
16. The Regula Falsi method is based on the condition.
(a) f(x1).f(x0)0
(b) f(x1).f(x0)0
(c) f(x1).f(x0)0
(d) none of these Answer=b
17. Which of the following is also known as method of false position ?
(a) Bisection method
(b) Newton-Raphson method
(c) Ragula-falsi method
(d) None of these Answer=c
18. Which of the following is not used for numerical integration?
(a) Trapezoidal Rule
(b) Simpson’s one-third rule
(c) Simpson’s three-eight rule.
(d) Newton Raphson method Answer=d
19. Trapezoidal rule is obtained from Newton-Cotes Quadrature formula by putting
‘n’ equal to
(a) 1
(b) 2
(c) 3
(d) 4 Answer=a
20. Simpson’s one-third rule is obtained from Newton-Cotes Quadrature formula
by putting ‘n’ equal to
(a) 1
(b) 2
(c) 3
(d) 4 Answer=b
-2x
21. The equation e -sinx+1=0 is
(a) Algebraic
(b) Cubic
(c) Quadratic
(d) Transcendental Answer=d
22. Newton iterative formula for finding pth root of a natural number N is
(p−1)xn p +N
(a) xn+1= pxn p−1
(p−1)xn +N
(b) xn+1=
pxn
(p−1)xn p +N
(c) xn+1=
pxn
(d) none of these Answer=a
d2 y
23. The central finite difference approximation for dx2 at x = x0 is
(a) [y(x0-h)-2y(x0)+y(x0+h)]/h2
(b) [y(x0-h)+2y(x0)+y(x0+h)]/h2
(c) [y(x0-h)-y(x0)+y(x0+h)]/h2
(d) [y(x0-h)+y(x0)+y(x0+h)]/h2 Answer=a
24. Trapezoidal rule gives an exact value of the integral when an integrand is a
(a) Linear function
(b) Quadratic function
(c) Cubic function
(d) Polynomial of any degree Answer=a
25. Taking x0=0, x1=1 (initial guesses) the value of x after first step for the equation
x= e-x using Regula-falsi method?
(a) 0.613
(b) 1.456
(c) 0.143
(d) 0.965 Answer=a
x +nh h
26. ∫x 0 f(x)dx = [(y0 + yn ) + 2(y1 + y2 + ⋯ + yn−1 )] is known as
0 2
(a) Trapezoidal rule
(b) Simpson’s one-third rule
(c) Simpson’s three-eight rule.
(d) Newton Raphson method Answer=a
x +nh h
27. ∫x 0 f(x)dx = [(y0 + yn ) + 4(y1 + y3 + ⋯ + yn−1 ) + 2(y2 + y4 + ⋯ + yn−2 )] is
0 3
known as
(a) Trapezoidal rule
(b) Simpson’s one-third rule
(c) Simpson’s three-eight rule
(d) Newton Raphson method Answer=b
x +nh 3h
28. ∫x 0 f(x)dx = 8
[(y0 + yn ) + 3(y1 + y3 + y4 + y5 + ⋯ + yn−1 ) + 2(y3 + y6 + ⋯ +
0

yn−3 )] is known as
(a) Trapezoidal rule
(b) Simpson’s one-third rule
(c) Simpson’s three-eight rule
(d) Newton Raphson method Answer=c
29. In Newton Raphson method if the curve f(x) is constant then __________
a) f(x)=0
b) f’(x)=c
c) f’’(x)=0
d) f’(x)=0 Answer=d
30. Newton-Raphson method converges if
f′ (x)f′′ (x)
(a) | [f(x)]2
|<1
f (x)f′′ (x)

(b) | [f′ (x)]2
|<1
f (x)f′′ (x)

(c) | [f′′ (x)]2
|<1
(d) None of these Answer=b

Common questions

Powered by AI

The Bisection method is based on Bolzano’s theorem, a concept from the Intermediate Value Theorem in calculus. This theorem ensures that if a function changes sign over an interval, there is at least one root in that interval, validating the method's approach of halving the interval to hone in on the root .

In the Regula Falsi method, the condition f(x0)*f(x1)<0 must be satisfied for the method to correctly find the root. This ensures the initial guesses x0 and x1 are on either side of the root, allowing the function to guide the bracketing process toward the solution .

The Trapezoidal rule yields exact results when the integrand is a linear function. This is because the rule itself approximates the area under a curve by forming trapezoids, which perfectly represent the area under a straight line .

Simpson’s one-third rule provides the exact value of the integral when the integrand is a quadratic function. This is because Simpson’s one-third rule uses parabolic segments to approximate the area under the curve, which perfectly fits quadratic functions .

The Newton-Raphson method typically fails at points where the derivative is zero, or where the function has a stationary point. This is because the method relies on the tangent line, and a zero derivative would imply an undefined or infinite slope, leading to incorrect or undefined iteration steps .

The Bisection method guarantees convergence because it relies on the Intermediate Value Theorem, specifically Bolzano's theorem. It halves the interval containing the root with each iteration, ensuring that the root will be found within a pre-defined degree of accuracy, as long as the initial interval satisfies f(a)*f(b)<0 .

The Newton-Raphson method has quadratic convergence, meaning it doubles the number of correct digits at each step, making it faster compared to the Bisection method, which has linear convergence. Linear convergence means the improvement per step is a constant factor rather than exponentially increasing .

A linear convergence rate, as seen in the Bisection method, implies that the error reduction per iteration is proportional to the current error, leading to slower convergence. Quadratic convergence, like in the Newton-Raphson method, dramatically increases the number of correct digits with each iteration, resulting in much faster convergence. This means that while Bisection is more reliable for ensuring convergence, it is less efficient for rapid computation compared to Newton-Raphson .

When finding the pth root of a natural number using the Newton-Raphson method, the formula is adjusted to xn+1 = (p−1)xnp + N / (p*xn^(p−1)). This modification accounts for the specific application of finding roots of powers, ensuring convergence and alignment with the power-related properties of the function .

The Trapezoidal rule is noted for its simplicity because it approximates the area under a curve as a trapezoid rather than using curves or higher-level polynomial approximations. This simplicity makes it easy to implement and requires minimal computational effort, but at the expense of accuracy for higher-order functions .

You might also like