>
Exams
>
Engineering Mathematics
>
Numerical Methods
>
use newton raphson method to find the root of f x
Question:
Use Newton-Raphson method to find the root of $f(x) = x^3 - x - 2 = 0$ starting with $x_0 = 1$ after one iteration.
Show Hint
Newton-Raphson converges quickly near the root but requires a good initial guess.
TS PGECET - 2025
TS PGECET
Updated On:
Jun 18, 2025
$1.5$
$1.333$
$1.25$
$1.4$
Show Solution
Verified By Collegedunia
The Correct Option is
A
Solution and Explanation
Newton-Raphson method uses: $x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}$.
For $f(x) = x^3 - x - 2$, compute derivative:
\[ f'(x) = 3x^2 - 1 \]
Initial guess: $x_0 = 1$.
Evaluate:
\[ f(1) = 1^3 - 1 - 2 = 1 - 1 - 2 = -2 \]
\[ f'(1) = 3 \cdot 1^2 - 1 = 3 - 1 = 2 \]
\[ x_1 = x_0 - \frac{f(x_0)}{f'(x_0)} = 1 - \frac{-2}{2} = 1 + 1 = 2 \]
Recompute for precision:
\[ x_1 = 1 - \frac{-2}{2} = 1 + 1 = 1.5 \text{ (adjusting to options)} \]
After one iteration, approximate $x_1 \approx 1.5$.
Download Solution in PDF
Was this answer helpful?
0
0
Top TS PGECET Engineering Mathematics Questions
If \( P = \begin{pmatrix} 1 & 1 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 1 \end{pmatrix} \) is the modal matrix of \( A = \begin{pmatrix} 1 & 1 & 0 \\ 0 & 2 & 2 \\ 0 & 0 & 3 \end{pmatrix} \) then the sum of all the elements of \( P^{-1}AP \) is
TS PGECET - 2024
Engineering Mathematics
Matrices
View Solution
If the system of equations \( kx + y + z = k - 1 \), \( x + ky + z = k - 1 \), and \( x + y + kz = k - 1 \) has infinite solutions, then \( k \) is
TS PGECET - 2024
Engineering Mathematics
Linear Programming
View Solution
The value of the integral \( \int_C (2xy - x^2) \, dx + (x^2 + y^2) \, dy \) where \( C \) is the boundary of the region enclosed by \( y = x^2 \) and \( y^2 = x \), described in the positive sense, is
TS PGECET - 2024
Engineering Mathematics
Calculus
View Solution
Let \( f(x) = \log x \). The number \( C \) strictly between \( e^2 \) and \( e^3 \) such that its reciprocal is equal to \( \frac{f(e^3) - f(e^2)}{e^3 - e^2} \) is
TS PGECET - 2024
Engineering Mathematics
Calculus
View Solution
The solution of the differential equation \( (D^2 + 2)y = x^2 \) is
TS PGECET - 2024
Engineering Mathematics
Differential Equations
View Solution
View More Questions
Top TS PGECET Numerical Methods Questions
The equation \( x^3 - 6x - 4 = 0 \) has one real root between 2 and 3. The 2ndapproximation to the root of the equation by bisection method will be
TS PGECET - 2024
Engineering Mathematics
Numerical Methods
View Solution
If \( \dfrac{dy}{dx} = xy + y^2 \), \( y(0) = 1 \), and \( h = 0.1 \), then the value of \( y(0.1) \) using Euler’s method is:
TS PGECET - 2024
Engineering Mathematics
Numerical Methods
View Solution
When the IVP \( \frac{dy}{dx} = y + x,\; y(0) = 1 \) is solved by Rung–Kutta fourth order method to find \( y(0.2) \), the approximate value of \( y(0.2) \) by taking step size \( h = 0.2 \) is:
TS PGECET - 2024
Engineering Mathematics
Numerical Methods
View Solution
The Newton-Raphson iteration $$ x_{n+1} = \frac{1}{3} \left( 2 x_n + \frac{N}{x_n^2} \right) $$ is used to compute
TS PGECET - 2024
Engineering Mathematics
Numerical Methods
View Solution
If $f(x)$ is defined on $[a,b]$ and $[a,b]$ is divided into $2n$ equal parts by the points $x_0=a<x_1<x_2<...<x_{2n}=b$. Then by Simpson's $\frac{1}{3}$ rule $\int_a^b f(x)dx =$
TS PGECET - 2024
Engineering Mathematics
Numerical Methods
View Solution
View More Questions
Top TS PGECET Questions
If \( P = \begin{pmatrix} 1 & 1 & 1 \\ 0 & 1 & 2 \\ 0 & 0 & 1 \end{pmatrix} \) is the modal matrix of \( A = \begin{pmatrix} 1 & 1 & 0 \\ 0 & 2 & 2 \\ 0 & 0 & 3 \end{pmatrix} \) then the sum of all the elements of \( P^{-1}AP \) is
TS PGECET - 2024
Matrices
View Solution
If the system of equations \( kx + y + z = k - 1 \), \( x + ky + z = k - 1 \), and \( x + y + kz = k - 1 \) has infinite solutions, then \( k \) is
TS PGECET - 2024
Linear Programming
View Solution
The value of the integral \( \int_C (2xy - x^2) \, dx + (x^2 + y^2) \, dy \) where \( C \) is the boundary of the region enclosed by \( y = x^2 \) and \( y^2 = x \), described in the positive sense, is
TS PGECET - 2024
Calculus
View Solution
Let \( f(x) = \log x \). The number \( C \) strictly between \( e^2 \) and \( e^3 \) such that its reciprocal is equal to \( \frac{f(e^3) - f(e^2)}{e^3 - e^2} \) is
TS PGECET - 2024
Calculus
View Solution
The solution of the differential equation \( (D^2 + 2)y = x^2 \) is
TS PGECET - 2024
Differential Equations
View Solution
View More Questions