Ask Experts Questions for FREE Help !
Ask
    hendelsherif's Avatar
    hendelsherif Posts: 1, Reputation: 1
    New Member
     
    #1

    Aug 30, 2011, 07:20 PM
    What is the newton method?
    This is used in calculus and mathematics.
    Unknown008's Avatar
    Unknown008 Posts: 8,076, Reputation: 723
    Uber Member
     
    #2

    Aug 31, 2011, 01:23 AM
    I did a wrong assumption that the method I used was called the newton method. Sorry for that. See the post of ebaines for the description of the Newton method :)

    I think that you are referring to the iteration method which I think was also called Newton method.

    Take that for example:



    The usual way around is to factor then solve. The Newton method converts it into another form where x is the subject of formula, and you start using a value of x which you think a near point:



    Say you don't know the solution. You know however that 2.9 is close to the solution. (this is often given, or you are asked to show that the root lies between two numbers and are asked to start with 2.9). You proceed with the first iteration:





    Now you take that result and put it into another iteration:



    And you go on an on:

    until you get a consistent answer:





    Which gives you an answer of 3.0000 rounded to 4 decimal places.

    Of course, this method is used when the equation cannot be easily solved. :)

    Sometimes even, this method can have tweaks, in that you might get values getting large too quickly, which means you are not converging towards the root, but diverging away. So, the way you write down your iteration sometimes matters.
    ebaines's Avatar
    ebaines Posts: 12,131, Reputation: 1307
    Expert
     
    #3

    Aug 31, 2011, 11:35 AM
    I'm going to disagree with Unk on this one. Newton's method is indeed an iterative method, but it's for solving an equation of the form f(x)=0, and it involves using the slope of the function to make a better estimate of the next guess. Mathematically it's this:



    To use Unk's example: solving for f(x)=x^2-x-6=0, the slope of this function is f'(x)=2x-1. So if you make a first estimate of x = 2.9, then f(x) = -0.49, and f'(x) = 4.8, and the next estimate would be 2.9-(-0.49)/4.8 = 3.002083. Contining on, the next estimate is 3.000000867. You can see this technique converges on the answer of 3 very quickly.
    Unknown008's Avatar
    Unknown008 Posts: 8,076, Reputation: 723
    Uber Member
     
    #4

    Aug 31, 2011, 11:38 AM
    Ah, okay, I actually didn't do this one. The Newton's method seems longer than the typical iteration method :rolleyes:

    So, I did a wrong assumption in that the iteration that I used to do was called the Newton method, good to know :)

Not your question? Ask your question View similar questions

 

Add your answer here.


Check out some similar questions!

Question about Newton' Method in Calculus [ 1 Answers ]

Why does the newton's method not always work well. Also what is a specific function example I could use to support my explanation? My professor wants us to read the subject on our own and then do a project on it! I'm bad enough at math as it is. Please help me understand what this is all about.

Newton Conversions [ 5 Answers ]

How do you convert kilograms into newtons? The problem is ; " Calculate the weight of a 5-kg box in a newtons. Remember the force of gravitiy on the earth is 9.8 m/s squared." ALL I REALLY NEED TO KNOW IS HOW TO, IM NOT BEGGING FOR ANSWERS.

Newton to MT [ 1 Answers ]

I would like to know about conversion Newton to Metric tonnes Best regards

Newton [ 2 Answers ]

1. In Newton’s cooling law practical a. What type of Calorimeter’s outside surface area is best? b. Big or small calorimeter is best? Anybody please tell answer & the reason


View more questions Search