Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Newton's method
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Multiplicative inverses of numbers and power series=== An important application is [[Division algorithm#Newton–Raphson division|Newton–Raphson division]], which can be used to quickly find the [[Multiplicative inverse|reciprocal]] of a number {{mvar|a}}, using only multiplication and subtraction, that is to say the number {{mvar|x}} such that {{math|1={{sfrac|1|{{var|x}}}} = {{var|a}}}}. We can rephrase that as finding the zero of {{math|1={{var|f}}({{var|x}}) = {{sfrac|1|{{var|x}}}} − {{var|a}}}}. We have {{math|1={{var|{{prime|f}}}}({{var|x}}) = −{{sfrac|1|{{var|x}}{{sup|2}}}}}}. Newton's iteration is <math display="block">x_{n+1} = x_n-\frac{f(x_n)}{f'(x_n)} = x_n+\frac{\frac{1}{x_n}-a}{\frac{1}{x_n^2}} = x_n(2-ax_n). </math> Therefore, Newton's iteration needs only two multiplications and one subtraction. This method is also very efficient to compute the multiplicative inverse of a [[power series]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)