Approximation of roots using Newton-Raphson method

imnerd

New member
Joined
Apr 3, 2005
Messages
11
i have a question here

Starting with x=1 as a 1st approximation, use Newton-Raphson method to find a second approximation to 2^(1/20).

the equation is not given here, so how to find the second approximation to
2^(1/20)?

plz help me! THX!
 
Hello, imnerd!

Starting with x=1\displaystyle x\,=\,1 as a 1st approximation,
use Newton-Raphson method to find a second approximation to 2120\displaystyle 2^{\frac{1}{20}}
galactus' suggestion is absolutely correct . . .

Let: 2120=x        2=x20\displaystyle 2^{\frac{1}{20}}\,=\,x\;\;\Rightarrow\;\;2\,=\,x^{20}

. . Then: x202=0\displaystyle \:x^{20}\,-\,2\:=\:0

And we want a zero of the function: f(x)=x202    \displaystyle f(x)\:=\:x^{20}\,-\,2\;\; . . . got it?

Now apply Newton-Raphson to this function.
 
Top