Also known as method:
• Binary Court.
• Partition.
• Bolzano.
• Binary Court.
• Partition.
• Bolzano.
It is a type of incremental search is based on dividing the always in the middle interval and the change of sign on
interval.
interval.
Example:
t3 + 4 t2 - 1 = 0has a positive root r in [0,1]. f(0)<0 and f(1)>0.
Since f(0.5) = 0.125 the root is in [0, 0.5].
Since f(0.25) = -0.73 the root is in [0.25, 0.5].
Since f(0.375) = -0.38 the root is in [0.375, 0.5].
Since f(0.4375) = -0.15 the root is in [0.4375, 0.5].
Since f(0.46875) = -0.018 the root is in [0.46875, 0.5].
Since f(0.484375) = 0.05 the root is in [0.46875, 0.484375].
... and so we approach the root 0.472834 It is superfluous to say that it is easy to computerize this method. Then we have the root in less than a second.
Advantages
- • You are guaranteed the convergence of the root lock.
- Easy implementation.
- • management has a very clear error.
Disadvantages
- • The convergence can be long.
- No account of the extreme values (dimensions) as possible roots.
No hay comentarios:
Publicar un comentario