In maths equations can be solved using various methods. A very common and efficient method in solving equations is algebraically. But not all equations can be solved algebraically; these equations must be solved using numeric methods.

Authors Avatar
Introduction

In maths equations can be solved using various methods. A very common and efficient method in solving equations is algebraically. But not all equations can be solved algebraically; these equations must be solved using numeric methods.

I will study three specific numeric methods on different equations.

~ Change of sign, decimal search process.

~ Newton-Raphson method.

~ Re-arrangement method.

I will be testing the numeric methods with separate equations which cannot be solved algebraically. I will also apply all of the methods to one of the equations and check if all the methods give me the same value for the root I want to find.

Change of Sign, Decimal Search

To find the root of the equation f(x) = 0 means finding values of x for the graph y = f(x). The change of sign method works on the bases that the y = f(x) graph changes signs when it crosses the x-axis.

e.g.

y = f(x)

The sketch above shows that there is a root between the interval [b , c] and the curve of y = f(x) crosses the x-axis and changes its sign from negative ( - ) to positive ( + ), and at the interval [a , b] f(x) curve crosses the x-axis changing its sign from positive ( + ) to negative ( - ).

An initial interval of where a root lies can be obtained from a sketch. By taking the values of the initial interval we can increase the value of x by increments of 0.1 within the initial interval. Then if each of the increments of x is substituted into function of x a value can be obtained, and where there is change in sign from the values of f(x); it will state a closer interval (second interval) of where the root lies. Then new values of x are obtained by taking increments of 0.01 within the second interval, these values are again substituted into the f(x) until there is a change of sign, this will give an even closer interval of where the root lies. This process can be repeated and the increments of x are increased by another decimal place (i.e. 0.1, 0.01, 0.001, etc) until the interval can no longer be taken further or by stopping till the interval of where the root lies reaches required number of decimal places.
Join now!


Failure of Change of Sign Method

The change of sign method may not always work; the failing of the change of sign method relies on the equation being used.

The change of sign method will fail if the following features occur with an equation.

If the curve touches the x-axis, ie the turning point is exactly on the x-axis there will be no change of sign; therefore the change of sign method will fail.

y = f(x)

The root for the function of x will not show using the change of sign ...

This is a preview of the whole essay