The Bisection Method (VCE SSCE Mathematical Methods): Flashcards
📚Flashcards
Practise the cards
10 cards from this deck
ShowHide
Practise the cards
10 cards from this deck
Bisection method purpose
Bisection method purpose
Approximate solutions to
Type of equations bisection method solves
Type of equations bisection method solves
where is a polynomial function
Starting requirement for bisection method
Starting requirement for bisection method
and must have opposite signs
Key process in bisection method
Key process in bisection method
Repeatedly halving an interval containing the solution
Midpoint formula in bisection method
Midpoint formula in bisection method
Error reduction per iteration
Error reduction per iteration
Error approximately halves with each iteration
Decision rule when
Decision rule when
Choose interval
Definition of pseudocode
Definition of pseudocode
Informal way of writing algorithms
Why use while loop in bisection algorithm
Why use while loop in bisection algorithm
Don't know in advance how many iterations needed
Convergence property of bisection method
Convergence property of bisection method
Always converges if solution exists in initial interval
