Question
Question: In Newton-Raphson's method write the formula for finding the cube root of the number \(N\). \[\]...
In Newton-Raphson's method write the formula for finding the cube root of the number N. $$$$
Solution
We recall the iterative formula for root approximations using Newton-Raphson method as xn+1=xn−f′(xn)f(xn). We use the fact that the real cube root of numberN is the solution to the equationx3−N=0. We take f(x)=x3−N and differentiate with respect to x to find f′(x). We put f(xn),f′(xn) in the iterative formula to get the required formula. $$$$
Complete step by step answer:
We know that Newton-Raphson is root finding algorithm which produces successively better approximations for roots or zero of real valued function. Like all root finding algorithms it takes initial guess root xo for a function f(x) as , the functional value at x0 as f(x0) but it also takes first derivative value f′(x0) for the first iteration in the iterative formula
x1=xo−f′(x0)f(x0)
Here x1 is the first approximation. Similarly the (n+1)th approximation can be obtained in the nth iteration as;
xn+1=xn−f′(xn)f(xn)
We are asked to find the formula for finding cube root of the numberN. We know that real cube root of numberNare the solutions of the equation x3=N or x3−N=0. Let us assume f(x)=x3−N. So now zeroes of the function f(x) are cube root of number N.
We use the differential formula dxdxn=nxn−1 for n=3 and differentiate f(x)=x3−N with respect to x to have;