Pure Mathematics 2: Solution of equation by Numerical Methods
Member rating:
(4 votes)
| Words:
| Submitted: Sun Dec 15 2002
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
Pure Mathematics 2: Solution of equation by Numerical Methods Introduction: In this coursework, I am going to solve equations by using the Numerical Methods. Numerical methods are used to solve equation that cannot be solved algebraically e.g. quadratic equations ax²+bx+c=0 can be solved using this formula: x= -b± V b² - 4ac 2a Therefore numerical methods would not be used for quadratic equations. I will be working with cubic equation because there is no formula to solve it. There are three methods, which I will be using: * Change of sign method * Newton-Raphson method * Rearranging f(x) = 0 in the form x = g(x) Change of sign method: This method is concerned with when a function crosses the x-axis, and by definition changes sign (+ and -). If we are looking the root of equation f(x) = 0. The point at which the curve crosses x-axis is the root. Once an interval where f(x) changes sign then the...

