Numerical Methods - [Pure 4]. Flashcards
What two things do you have to state to show there is a root between two points?
- f(x) is continuous.
- There is a change of sign.
How would you show that an equation had a root between ‘a’ and ‘b’ ?
Sub x = ‘a’ and x = ‘b’ into f(x), replacing x in the equation with your roots and one answer should be +ve and the other -ve for there to be a root between them. Then you state f(x) is continuous and there is a change of sign.
What do you need to do to show there is a root between the intersection of two equations?
Sub one equation into the other and rearrange to make that equal to zero. Then sub in your values in which the root supposedly lies in between. Look for a +ve and -ve answer.
How do you show there is a sign change in the interval (a,b) for example?
Sub ‘a’ and ‘b’ into the equation. Look for a sign change and use the appropriate greater than, less than or greater to or less than and equal to symbols.
How is a graph of: f(x) = 1/x+a for example, not appropriate?
Because it is not a continuous graph.
What is the iterative formula?
xn+1 = gx(n) where the starting point (x1) is close to the root but x2, x3… converges to the root.
For solving numerically.
How do you use the Iterative Formula?
Type the value of x1 into your calc and press EXE. Sub in ‘Ans’ to the ‘x’ position in the equation and keep pressing EXE until the required xn.
How do you know if a graph is divergent?
The values of ‘x1, x2, x3…’ keep getting bigger.
How do you know if a graph is convergent?
The values of ‘x1, x2, x3…’ keep getting smaller and closer to the root (limit).
If a sequence is convergent how do you find the limit?
Keep pressing EXE on the calculator until the value doesnt change anymore. Round to the amount of sig fig/ decimal places stated in the question.
How do you make Cobweb/ Staircase Diagrams?
The value of x1 goes vertically up until it touches your curve, then it goes right until it touches the line y = x and so on, hitting the curve then line.
ALWAYS up/down to CURVE, then across to the LINE, then CURVE and so on…
Where do the curve and line converge to in a cobweb/ staircase diagram?
To the point of intersection of the curve and line.
When will a sequence converge in a cobweb/ staircase diagram?
When the first intersection to the curve has a gradient at that point between 1 and -1.
When won’t a sequence converge in a cobweb/ staircase diagram?
When the first intersection to the curve has a gradient at that point more than 1 or less than -1.
How does the Newton-Raphson method work?
It uses the gradient of a curve at a point to find a tangent from that point to give you the root of that tangent.