PDF version (NAG web site
, 64-bit version, 64-bit version)
NAG Toolbox: nag_roots_contfn_interval_rcomm (c05av)
Purpose
nag_roots_contfn_interval_rcomm (c05av) attempts to locate an interval containing a simple zero of a continuous function using a binary search. It uses reverse communication for evaluating the function.
Syntax
[
x,
h,
y,
c,
ind,
ifail] = c05av(
x,
fx,
h,
boundl,
boundu,
y,
c,
ind)
[
x,
h,
y,
c,
ind,
ifail] = nag_roots_contfn_interval_rcomm(
x,
fx,
h,
boundl,
boundu,
y,
c,
ind)
Note: the interface to this routine has changed since earlier releases of the toolbox:
At Mark 23: |
fx is no longer an output parameter |
Description
You must supply an initial point
x and a step
h.
nag_roots_contfn_interval_rcomm (c05av) attempts to locate a short interval
containing a simple zero of
.
(On exit we may have
;
x is determined as the first point encountered in a binary search where the sign of
differs from the sign of
at the initial input point
x.) The function attempts to locate a zero of
using
h,
,
and
in turn as its basic step before quitting with an error exit if unsuccessful.
nag_roots_contfn_interval_rcomm (c05av) returns to the calling program for each evaluation of . On each return you should set and call nag_roots_contfn_interval_rcomm (c05av) again.
References
None.
Parameters
Note: this function uses
reverse communication. Its use involves an initial entry, intermediate exits and re-entries, and a final exit, as indicated by the argument
ind. Between intermediate exits and re-entries,
all arguments other than fx must remain unchanged.
Compulsory Input Parameters
- 1:
– double scalar
-
On initial entry: the best available approximation to the zero.
Constraint:
x must lie in the closed interval
(see below).
- 2:
– double scalar
-
On initial entry: if
,
fx need not be set.
If
,
fx must contain
for the initial value of
x.
On intermediate re-entry: must contain
for the current value of
x.
- 3:
– double scalar
-
On initial entry: a basic step size which is used in the binary search for an interval containing a zero. The basic step sizes , and are used in turn when searching for the zero.
Constraint:
either
or
must lie inside the closed interval
.
h must be sufficiently large that
on the computer.
- 4:
– double scalar
- 5:
– double scalar
-
On initial entry:
boundl and
boundu must contain respectively lower and upper bounds for the interval of search for the zero.
Constraint:
.
- 6:
– double scalar
-
On initial entry: need not be set.
- 7:
– double array
-
On initial entry: need not be set.
- 8:
– int64int32nag_int scalar
-
On initial entry: must be set to
or
.
- fx need not be set.
- fx must contain .
Constraint:
on entry , , or .
Optional Input Parameters
None.
Output Parameters
- 1:
– double scalar
-
On intermediate exit:
contains the point at which must be evaluated before re-entry to the function.
On final exit: contains one end of an interval containing the zero, the other end being in
y, unless an error has occurred. If
,
x and
y are the end points of the largest interval searched. If a zero is located exactly, its value is returned in
x (and in
y).
- 2:
– double scalar
-
On final exit: is undefined.
- 3:
– double scalar
-
On final exit: contains the closest point found to the final value of
x, such that
. If a value
x is found such that
, then
. On final exit with
,
x and
y are the end points of the largest interval searched.
- 4:
– double array
-
On final exit: if or , contains .
- 5:
– int64int32nag_int scalar
-
On intermediate exit:
contains
or
. The calling program must evaluate
at
x, storing the result in
fx, and re-enter
nag_roots_contfn_interval_rcomm (c05av) with all other arguments unchanged.
On final exit: contains .
- 6:
– int64int32nag_int scalar
On final exit:
unless the function detects an error (see
Error Indicators and Warnings).
Error Indicators and Warnings
Errors or warnings detected by the function:
-
-
On entry, | , |
or | , |
or | both and . |
-
-
On initial entry,
h is too small to be used to perturb the initial value of
x in the search.
-
-
The argument
ind is incorrectly set on initial or intermediate entry.
-
-
nag_roots_contfn_interval_rcomm (c05av) has been unable to determine an interval containing a simple zero starting from the initial value of
x and using the step
h. If you have prior knowledge that a simple zero lies in the interval
, you should vary
x and
h in an attempt to find it. (See also
Further Comments.)
-
An unexpected error has been triggered by this routine. Please
contact
NAG.
-
Your licence key may have expired or may not have been installed correctly.
-
Dynamic memory allocation failed.
Accuracy
nag_roots_contfn_interval_rcomm (c05av) is not intended to be used to obtain accurate approximations to the zero of
but rather to locate an interval containing a zero. This interval can then be used as input to an accurate rootfinder such as
nag_roots_contfn_brent (c05ay) or
nag_roots_contfn_brent_rcomm (c05az). The size of the interval determined depends somewhat unpredictably on the choice of
x and
h. The closer
x is to the root and the
smaller the initial value of
h, then, in general, the smaller (more accurate) the interval determined; however, the accuracy of this statement depends to some extent on the behaviour of
near
and on the size of
h.
Further Comments
For most problems, the time taken on each call to
nag_roots_contfn_interval_rcomm (c05av) will be negligible compared with the time spent evaluating
between calls to
nag_roots_contfn_interval_rcomm (c05av). However, the initial value of
x and
h will clearly affect the timing. The closer
x is to the root, and the
larger the initial value of
h then the less time taken. (However taking a large
h can affect the accuracy and reliability of the function, see below.)
You are expected to choose
boundl and
boundu as physically (or mathematically) realistic limits on the interval of search. For example, it may be known, from physical arguments, that no zero of
of interest will lie outside
. Alternatively,
may be more expensive to evaluate for some values of
x than for others and such expensive evaluations can sometimes be avoided by careful choice of
boundl and
boundu.
The choice of
boundl and
boundu affects the search only in that these values provide physical limitations on the search values and that the search is terminated if it seems, from the available information about
, that the zero lies outside
. In this case (
on exit), only one of
and
may have been evaluated and a zero close to the other end of the interval could be missed. The actual interval searched is returned in the arguments
x and
y and you can call
nag_roots_contfn_interval_rcomm (c05av) again to search the remainder of the original interval.
Though
nag_roots_contfn_interval_rcomm (c05av) is intended primarily for determining an interval containing a zero of
, it may be used to shorten a known interval. This could be useful if, for example, a large interval containing the zero is known and it is also known that the root lies close to one end of the interval; by setting
x to this end of the interval and
h small, a short interval will usually be determined. However, it is worth noting that once any interval containing a zero has been determined, a call to
nag_roots_contfn_brent_rcomm (c05az) will usually be the most efficient way to calculate an interval of specified length containing the zero. To assist in this determination, the information in
fx and in
x,
y and
on successful exit from
nag_roots_contfn_interval_rcomm (c05av) is in the correct form for a call to function
nag_roots_contfn_brent_rcomm (c05az) with
.
If the calculation terminates because
, then on return
y is set to
x. (In fact,
on return only in this case.) In this case, there is no guarantee that the value in
x corresponds to a
simple zero and you should check whether it does.
One way to check this is to compute the derivative of
at the point
x, preferably analytically, or, if this is not possible, numerically, perhaps by using a central difference estimate. If
, then
x must correspond to a multiple zero of
rather than a simple zero.
Example
This example finds a sub-interval of containing a simple zero of . The zero nearest to is required and so we set initially.
Open in the MATLAB editor:
c05av_example
function c05av_example
fprintf('c05av example results\n\n');
x = 3;
fx = 0;
h = 0.1;
boundl = 0;
boundu = 4;
y = 0;
c = zeros(11, 1);
ind = int64(1);
while (ind ~= int64(0))
[x, h, y, c, ind, ifail] = c05av(x, fx, h, boundl, boundu, y, c, ind);
fx = x^2 -3*x + 2;
end
fprintf('Interval containing root is [%8.5f, %8.5f]\n',x,y);
fprintf('where f(%8.5f) = %8.5f and f(%8.5f) = %8.5f\n',x,fx,y,c(1));
c05av example results
Interval containing root is [ 1.70000, 2.50000]
where f( 1.70000) = -0.21000 and f( 2.50000) = 0.75000
PDF version (NAG web site
, 64-bit version, 64-bit version)
© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015