Use decimal search to find the root correct to 2 decimal places. \[f(x)=x^5 - 5x +6\]
hi @order
Hello. Do you know if you can help?
i only know algebra 1 :(
There are number of things that you can do for solving this one,Bisection method or Newton Raphson method or even just Mathematica solve function ;-)
Can you show the Newton Raphson method? So that I can work out the others by myself? I love looking at steps... it helps me to understand.
whats decimal search?
The basic idea of Newton raphson is described here http://en.wikipedia.org/wiki/Newton's_method Note, the more the iteration the precise is your answer.
It describes how you can use the sign-change rule to find a sequence of approximations to the root, improving accuracy by 1 decimal place at a time.
@order the newton method is what i tried showing you on the earlier post
Yes, I know... but this is for a more precise method.
To get to 2 decimal places.
same thing, keep going until the x_value stops changing
Ok... But this is a very long method if I were to find up to 5 decimals! But that's math :/
hint, use a spreadsheet if you can
Method is bisection requires two values, it just utilizing the basic concept that sign changes at roots. So if f(a) and f(b) have different sign it means we have a at-least one root between a and b.
Thanks
For this particular equation there is one real root at x = -1.70811
Join our real-time social learning platform and learn together with your friends!