Results 1 to 7 of 7

Thread: Help!!! Newton Raphson

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    3

    Help!!! Newton Raphson

    i looking over my maths books and lecture notes for an exam i have next week but i am cofused about an element of newton raphson as there seems to be 2 paths to finding some answers

    f(x) = 8x^4=0.45x^3-4.544x-0.1136, x=0.8

    when looking at this i was given the equation "x - f(x)/f'(x) = xf'(x)-f(x)/f'(x)"

    i have used this equation for this example but when i try to use it for an example such as :

    f(x)=4x^3-2x^2-200x-50, x=7 i have to use the standard equation
    (xn+1 = xn-(f(x)/f'(x)) or i get a completely wrong answer

    the questions are worded exactly the same but if i try to use the same method for both i end up with a wrong answer for the latter, i'm really confused please help (ps answers are 0.8182 and 6.951)

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Help!!! Newton Raphson

    Welcome to the Forums


    Why don't you just use the correct equation, your "standard" equation?


    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    3

    Re: Help!!! Newton Raphson

    as i say i have a test coming up, i do not know under what circumstances to use the different equations, i was wondering why the equation differs from the example, the questions are very similar appart from the numbers so i do not know why i would have to use a different method for each question

  4. #4
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Help!!! Newton Raphson

    Use one equation for both questions, but use the right equation.


    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  5. #5

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    3

    Re: Help!!! Newton Raphson

    my point is i dont know when to use either equation, if i was to use one in an exam situation i wouldn't know if it was the right one to use or not

  6. #6
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Help!!! Newton Raphson

    Quote Originally Posted by jimmyricuk
    when looking at this i was given the equation "x - f(x)/f'(x) = xf'(x)-f(x)/f'(x)"
    I think something is wrong with the stated equation. If x - f(x)/f'(x) = xf'(x)-f(x)/f'(x), then x = xf'(x) or 1 = f'(x'). This doesn't make any sense.

  7. #7
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Help!!! Newton Raphson

    Quote Originally Posted by jimmyricuk
    my point is i dont know when to use either equation, if i was to use one in an exam situation i wouldn't know if it was the right one to use or not

    OK, to spell it out.



    Use the second one. All the time.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width