Is there some one who would get a kick out of explaining Newton’s method to me? I've read some different things about it but I didn’t understand the calculusIs it possible to explain it without using calculus?
dan
What seems to be the trouble?. Newton's Method is one of the easiest things in calculus.
It's just a matter of iterations.
Let's give an example:
Use Newton to find the 'real' solutions of
Let
Graph the function,
You can see that y=0 when x is between 1 and 2.
Make something in that region your initial guess.
Try 1.5
Now use the result you get from this and sub back into the equation:
What is wrong with this website that I keep getting these errors saying the image is too big?. I've never seen this on another site. The code is fine as far as I can tell..
![]()
Continue in this fashion until you arrive at approximations which are so close they are virtually unchanged.
We end up with:
![]()
![]()
See, the last two are the same.
No need to continue. . The solution is![]()
Poor Dan. I didn't realize that. Math is done in steps; You need to finish your algebra or pre-caculus and then go to Calc I. BTW, f'(x) is the derivative of a function f(x). What brought up Newton anyway?. You need to learn differentiation before you can use Newton's Method. Do a Google search.Originally Posted by dan
Good luck.

Most any calc book will explain how it works. It's not that complicated.
Off the top of my head.
The solutions of f(x)=0 are the values of x where the graph crosses the x-axis.
Suppose that x=c is some solution we are looking for. Even if we can't find c exactly, it is usually possible to approximate it by graphing and using the Intermediate Value Theorem.
If we let, say,be our initial approximation, then we can improve by moving along the tsngent line to y=f(x) at
until we meet it at a point
.
Repeat.
One thing we have to do is derive some sort of formula so we can use ol' Newton.
Start with point-slope form of a line:
If, then this line is not parallel to the x-axis and crosses it at some point
.
Sub this in our point-slope form:
Solve for
We keep going until we see that the approximation is
, n=1,2,3,......