>
Exams
>
Engineering Mathematics
>
Newton Raphson Method
>
newton raphson iterative formula for finding frac
Question:
Newton-Raphson iterative formula for finding \[ \frac{1}{\sqrt{N}}, (N>0) \] is
Show Hint
In Newton-Raphson, choose \( f(x) \) so that its root corresponds to your target expression.
TS PGECET - 2024
TS PGECET
Updated On:
May 23, 2025
\( x_{n+1} = x_n (2 - N x_n) \)
\( x_{n+1} = \frac{1}{2} \left( x_n + \frac{N}{x_n} \right) \)
\( x_{n+1} = \frac{1}{2} \left( x_n + \frac{1}{N x_n} \right) \)
\( x_{n+1} = \frac{1}{2} \left( x_n + \frac{N}{x} \right) \)
Show Solution
Verified By Collegedunia
The Correct Option is
C
Solution and Explanation
Using Newton-Raphson’s method for solving \( f(x) = 0 \), the iterative formula is: \[ x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)} \] Let \[ f(x) = \frac{1}{x^2} - N \] Then, \[ f'(x) = -\frac{2}{x^3} \] Substituting in the formula: \[ x_{n+1} = x_n - \frac{\frac{1}{x_n^2} - N}{-2/x_n^3} \] Simplify: \[ = x_n + \frac{x_n (1 - N x_n^2)}{2} \] Simplify further: \[ = \frac{1}{2} \left( x_n + \frac{1}{N x_n} \right) \]
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 Newton Raphson Method Questions
The equation $x^4 - x - 10 = 0$ is to be solved using the Newton-Raphson method. If $x = 2$ is taken as the initial approximation of the equation, then the next approximation of the solution is
TS PGECET - 2024
Engineering Mathematics
Newton Raphson Method
View Solution
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