Question
Download Solution PDFFind the solution obtained at the end of the first iteration by the Newton-Raphson method of the equation f(x) = x3 - x - 1 by taking the initial guess as x0 = 1.
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFConcept:
According to Newton - Raphson Method:
- Newton-Raphson method has quadratic convergence,i.e order of convergence = 2
- Newton-Raphson method converges more rapidly than the other methods.
- The method can be used for solving algebraic and transcendental equations and it can also be used when the roots are complex.
- The iteration formula is,
\(X_{(n \ + \ 1)} = X_n - \frac{f(X_n)}{f'(X_n)}\)
Calculation:
We have,
⇒ f(x) = x3 - x - 1 at x0 = 1
⇒ f'(x) = 3x2 - 1
⇒ \(x_1 = x_0 - \frac{f(x_0)}{f'(x_0)}\)
⇒ X1 = \(1 - \frac{(1)^3 \ - \ 1 \ -1}{3(1)^2 \ - \ 1}\)
⇒ X1 = \(1 - \frac{-1}{2}\)
⇒ X1 = \(1 + \frac{1}{2}\)
⇒ X1 = \(\frac{3}{2}\)
⇒ X1 = 1.5
∴ The first iteration by the Newton-Raphson method of the equation, f(x) = x3 - x - 1 by taking the initial guess as x0 = 1 is 1.5
Last updated on Apr 16, 2025
-> BDL Management Trainee Answer Key 2025 have been released. Candidates can check their marks and calculate expected score until 18th April 2025.
->The Written Exam (CBoT) was conducted on 12th & 13th March, 2025 for 12 disciplines.
-> The admit card will be available to download from 28th March, 2025 onwards.
-> Candidates had applied online from 30th January to 28th February 2025
-> A total of 46 vacancies have been released.
-> Candidates with a bachelor's/master's degree in the relevant stream are eligible.
-> The selection will be based on a CBT and an Interview.
-> Candidates can check the BDL MT Previous Year Papers which helps you to understand the difficulty level of the paper.