trelek2
- 86
- 0
Suppose I am looking for the root of a function of the form:
f(x)=x ^{m}-c, where c,m>1.
Suppose I take my first guess to be x _{0}=c.
Then using Newtons method my next guess will be given by:
x _{n+1}=x _{n} - \frac {f(x _{n})}{f'(x _{n})}.
From this, or thinking about this graphically it is obvoius that
x _{0}>x _{1}>x _{n}>x _{n+1}>c^{1/m}.
However I don't know how should I go about formally proving this.
f(x)=x ^{m}-c, where c,m>1.
Suppose I take my first guess to be x _{0}=c.
Then using Newtons method my next guess will be given by:
x _{n+1}=x _{n} - \frac {f(x _{n})}{f'(x _{n})}.
From this, or thinking about this graphically it is obvoius that
x _{0}>x _{1}>x _{n}>x _{n+1}>c^{1/m}.
However I don't know how should I go about formally proving this.