Summary
Numerical methods are ways of calculating approximate solutions to equations. A good starting point is crucial to find an approximate solution to an equation, which can be found using a graphical approach or by analysing the change of sign approach.
- Graphical approach — involves using graphs to determine the number of real roots of an equation. Example: By sketching graphs, determine the number of real roots by observing intersections.
- Change of sign approach — if a function is continuous in an interval and the function values at the endpoints have different signs, there is at least one root in that interval. Example: Evaluate the function at two points; if the signs differ, a root exists between them.
- Iterative formula — a method to improve the approximate location of a root by repeatedly applying a formula. Example: Rearrange the equation into x = F(x) and use an initial value to find a solution iteratively.
Exam Tips
Key Definitions to Remember
- Graphical approach involves using graphs to find roots.
- Change of sign approach uses sign differences to locate roots.
- Iterative formula refines root approximations.
Common Confusions
- Confusing the graphical approach with the change of sign approach.
- Misapplying the iterative formula without proper rearrangement.
Typical Exam Questions
- How do you determine the number of real roots using a graph? Sketch the graph and count intersections.
- What indicates a root exists between two points? A change of sign in function values.
- How do you use an iterative formula to find a root? Rearrange the equation and apply iteratively.
What Examiners Usually Test
- Understanding of how to find starting points for roots.
- Ability to apply iterative methods to refine solutions.