Solution of Equations Flashcards
What determines if two points have a root between them?
Plug in the values and log for a sign change as it means the graph crosses the x axis and therefore has a root
What assumptions does the substitution method for determining roots make?
Relies on the graph being continuous and it not being a repeated root
How many roots are there between two points above or below the x axis?
Even number of roots
What are straddle points?
Straddle points are two points between which lies a root
How should a table be laid out for iterative interval bisection?
Iteration
Lower Bound
Sign
Upper Bound
Sign
Median
Sign
When does an iterative interval bisection table stop?
When a value for the root can be estimated to the given decimal places
What is a recurrence relation?
Recurrence relation is a type of iteration when the next term is generated by using the previous term
What is the difference between a convergent and divergent sequence?
Convergent sequences tend towards a limit
Divergent sequences do not
What is a fixed point?
A root of a function is a fixed point since it always gives a fixed value
How can recurrence relations be used to estimate a root?
When x = g(x) and x0 is chosen to create a convergent recurrence relation, the iteration approaches the root of the function
What determines whether a function is convergent?
-1 < g’(x0) < 1
What determines whether a function is divergent?
g’(x0) < -1
1 < g’(x0)
What determines whether a function is cobweb?
g’(x0) < 0
What determines whether a function is staircase?
0 < g’(x0)
What other name are cobweb functions known by? Why?
Cobweb functions are known as oscillating functions as they jump past the root and then behind it
What must be the case for a recurrence relation to estimate the root?
Gradient of function between -1 and 1
x0 is close to the root
What is relaxation?
Relaxation is used on fixed point iteration to accelerate convergence or convert divergent sequences to convergent sequences
What is the formula for relaxation?
x is a root of g(x)
(1-y)x + y g(x)
Why is x = g(x) used?
x = g(x) is used to allow comparison to y = x