PDF version (NAG web site
, 64-bit version, 64-bit version)
NAG Toolbox: nag_ode_bvp_shoot_genpar_intern (d02ag)
Purpose
nag_ode_bvp_shoot_genpar_intern (d02ag) solves a two-point boundary value problem for a system of ordinary differential equations, using initial value techniques and Newton iteration; it generalizes
nag_ode_bvp_shoot_bval (d02ha) to include the case where parameters other than boundary values are to be determined.
Syntax
[
h,
param,
c,
ifail] = d02ag(
h,
e,
parerr,
param,
m1,
aux,
bcaux,
raaux,
prsol, 'n',
n, 'n1',
n1)
[
h,
param,
c,
ifail] = nag_ode_bvp_shoot_genpar_intern(
h,
e,
parerr,
param,
m1,
aux,
bcaux,
raaux,
prsol, 'n',
n, 'n1',
n1)
Description
nag_ode_bvp_shoot_genpar_intern (d02ag) solves a two-point boundary value problem by determining the unknown parameters
of the problem. These parameters may be, but need not be, boundary values (as they are in
nag_ode_bvp_shoot_bval (d02ha)); they may include eigenvalue parameters in the coefficients of the differential equations, length of the range of integration, etc. The notation and methods used are similar to those of
nag_ode_bvp_shoot_bval (d02ha) and you are advised to study this first. (There the parameters
correspond to the unknown boundary conditions.) It is assumed that we have a system of
first-order ordinary differential equations of the form
and that derivatives
are evaluated by
aux. The system, including the boundary conditions given by
bcaux, and the range of integration and matching point,
, given by
raaux, involves the
unknown parameters
which are to be determined, and for which initial estimates must be supplied. The number of unknown parameters
must not exceed the number of equations
. If
, we assume that
equations of the system are not involved in the matching process. These are usually referred to as ‘driving equations’; they are independent of the parameters and of the solutions of the other
equations. In numbering the equations for
aux, the driving equations must be put last.
The estimated values of the parameters are corrected by a form of Newton iteration. The Newton correction on each iteration is calculated using a matrix whose th element depends on the derivative of the th component of the solution, , with respect to the th parameter, . This matrix is calculated by a simple numerical differentiation technique which requires evaluations of the differential system.
References
None.
Parameters
You are strongly recommended to read
Description and
Further Comments in conjunction with this section.
Compulsory Input Parameters
- 1:
– double scalar
-
h must be set to an estimate of the step size,
, needed for integration.
- 2:
– double array
-
must be set to a small quantity to control the
th solution component. The element
is used:
(i) |
in the bound on the local error in the th component of the solution during integration, |
(ii) |
in the convergence test on the th component of the solution at the matching point in the Newton iteration. |
The elements
should not be chosen too small. They should usually be several orders of magnitude larger than
machine precision.
- 3:
– double array
-
must be set to a small quantity to control the
th parameter component. The element
is used:
(i) |
in the convergence test on the th parameter in the Newton iteration, |
(ii) |
in perturbing the th parameter when approximating the derivatives of the components of the solution with respect to the th parameter, for use in the Newton iteration. |
The elements
should not be chosen too small. They should usually be several orders of magnitude larger than
machine precision.
- 4:
– double array
-
must be set to an estimate for the th parameter, , for .
- 5:
– int64int32nag_int scalar
-
Determines whether or not the final solution is computed as well as the parameter values.
- The final solution is not calculated;
- The final values of the solution at interval (length of range)/ are calculated and stored sequentially in the array c starting with the values of evaluated at the first end point (see raaux) stored in .
- 6:
– function handle or string containing name of m-file
-
aux must evaluate the functions
(i.e., the derivatives
) for given values of its arguments,
,
[f] = aux(y, x, param)
Input Parameters
- 1:
– double array
-
, for , the value of the argument.
- 2:
– double scalar
-
, the value of the argument.
- 3:
– double array
-
, for , the value of the parameters.
Output Parameters
- 1:
– double array
-
The value of
, for .
- 7:
– function handle or string containing name of m-file
-
bcaux must evaluate the values of
at the end points of the range given the values of
.
[g0, g1] = bcaux(param)
Input Parameters
- 1:
– double array
-
, for , the value of the parameters.
Output Parameters
- 1:
– double array
-
The values
, for
, at the boundary point
(see
raaux).
- 2:
– double array
-
The values
, for
, at the boundary point
(see
raaux).
- 8:
– function handle or string containing name of m-file
-
raaux must evaluate the end points,
and
, of the range and the matching point,
, given the values
.
[x0, x1, r] = raaux(param)
Input Parameters
- 1:
– double array
-
, for , the value of the parameters.
Output Parameters
- 1:
– double scalar
-
Must contain the left-hand end of the range, .
- 2:
– double scalar
-
Must contain the right-hand end of the range .
- 3:
– double scalar
-
Must contain the matching point, .
- 9:
– function handle or string containing name of m-file
-
prsol is called at each iteration of the Newton method and can be used to print the current values of the parameters
, for
, their errors,
, and the sum of squares of the errors at the matching point,
.
prsol(param, res, n1, err)
Input Parameters
- 1:
– double array
-
, for , the current value of the parameters.
- 2:
– double scalar
-
The sum of squares of the errors in the arguments, .
- 3:
– int64int32nag_int scalar
-
, the number of parameters.
- 4:
– double array
-
The errors in the parameters,
, for .
Optional Input Parameters
- 1:
– int64int32nag_int scalar
-
Default:
the dimension of the array
e.
, the total number of differential equations.
- 2:
– int64int32nag_int scalar
-
Default:
the dimension of the arrays
parerr,
param. (An error is raised if these dimensions are not equal.)
, the number of parameters.
If
, the last
differential equations (in
aux) are driving equations (see
Description).
Constraint:
.
Output Parameters
- 1:
– double scalar
-
The last step length used.
- 2:
– double array
-
The corrected value for the th parameter, unless an error has occurred, when it contains the last calculated value of the parameter (possibly perturbed by if the error occurred when calculating the approximate derivatives).
- 3:
– double array
-
The solution when
(see
m1).
If
, the elements of
c are not used.
- 4:
– int64int32nag_int scalar
unless the function detects an error (see
Error Indicators and Warnings).
Error Indicators and Warnings
Errors or warnings detected by the function:
-
-
This indicates that on entry, that is the number of parameters is greater than the number of differential equations.
-
-
As for except that the integration failed while calculating the matrix for use in the Newton iteration.
-
-
The current matching point
does not lie between the current end points
and
. If the values
,
and
depend on the parameters
, this may occur at any time in the Newton iteration if care is not taken to avoid it when coding
raaux.
-
-
The step length for integration
h has halved more than
times (or too many steps were needed to reach the end of the range of integration) in attempting to control the local truncation error whilst integrating to obtain the solution corresponding to the current values
. If, on failure,
h has the sign of
then failure has occurred whilst integrating from
to
, otherwise it has occurred whilst integrating from
to
.
-
-
The matrix of the equations to be solved for corrections to the variable parameters in the Newton method is singular (as determined by
nag_lapack_dgetrf (f07ad)).
-
-
A satisfactory correction to the parameters was not obtained on the last Newton iteration employed. A Newton iteration is deemed to be unsatisfactory if the sum of the squares of the residuals (which can be printed using
prsol) has not been reduced after three iterations using a new Newton correction.
-
-
Convergence has not been obtained after satisfactory iterations of the Newton method.
-
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.
A further discussion of these errors and the steps which might be taken to correct them is given in
Further Comments.
Accuracy
If the process converges, the accuracy to which the unknown parameters are determined is usually close to that specified by you; and the solution, if requested, is usually determined to the accuracy specified.
Further Comments
The time taken by nag_ode_bvp_shoot_genpar_intern (d02ag) depends on the complexity of the system, and on the number of iterations required. In practice, integration of the differential equations is by far the most costly process involved.
There may be particular difficulty in integrating the differential equations in one direction (indicated by or ). The value of should be adjusted to avoid such difficulties.
If the matching point
is at one of the end points
or
and some of the parameters are used
only to determine the boundary values at this point, then good initial estimates for these parameters are not required, since they are completely determined by the function (for example, see
in EX1 of
Example).
Wherever they occur in the procedure, the error parameters contained in the arrays
e and
parerr are used in ‘mixed’ form; that is
always occurs in expressions of the form
, and
always occurs in expressions of the form
. Though not ideal for every application, it is expected that this mixture of absolute and relative error testing will be adequate for most purposes.
Note that
convergence
is
not
guaranteed. You are strongly advised to provide an output
prsol, as shown in EX1 of
Example, in order to monitor the progress of the iteration. Failure of the Newton iteration to converge (see
or
) usually results from poor starting approximations to the parameters, though occasionally such failures occur because the elements of one or both of the arrays
parerr or
e are too small. (It should be possible to distinguish these cases by studying the output from
prsol.) Poor starting approximations can also result in the failure described under
and
in
Error Indicators and Warnings (especially if these errors occur after some Newton iterations have been completed, that is, after two or more calls of
prsol). More frequently, a singular matrix in the Newton method (monitored as
) occurs because the mathematical problem has been posed incorrectly. The case
usually occurs because
or
has been poorly estimated, so these values should be checked first. If
is monitored, the solution
is sensitive to perturbations in the parameters
. Reduce the size of one or more values
to reduce the perturbations. Since only one value
is perturbed at any time when forming the matrix, the perturbation which is too large can be located by studying the final output from
prsol and the values of the parameters returned by
nag_ode_bvp_shoot_genpar_intern (d02ag). If this change leads to other types of failure improve the initial values of
by other means.
The computing time for integrating the differential equations can sometimes depend critically on the quality of the initial estimates for the parameters
. If it seems that too much computing time is required and, in particular, if the values
(available on each call of
prsol) are much larger than the expected values of the solution at the matching point
, then the coding of
aux,
bcaux and
raaux should be checked for errors. If no errors can be found, an independent attempt should be made to improve the initial estimates for
.
The function can be used to solve a very wide range of problems, for example:
(a) |
eigenvalue problems, including problems where the eigenvalue occurs in the boundary conditions; |
(b) |
problems where the differential equations depend on some parameters which are to be determined so as to satisfy certain boundary conditions (see EX1 in Example); |
(c) |
problems where one of the end points of the range of integration is to be determined as the point where a variable takes a particular value (see EX2 in Example); |
(d) |
singular problems and problems on infinite ranges of integration where the values of the solution at or or both are determined by a power series or an asymptotic expansion (or a more complicated expression) and where some of the coefficients in the expression are to be determined (see EX1 in Example); and |
(e) |
differential equations with certain terms defined by other independent (driving) differential equations. |
Example
For this function two examples are presented. There is a single example program for nag_ode_bvp_shoot_genpar_intern (d02ag), with a main program and the code to solve the two example problems given in Example 1 (EX1) and Example 2 (EX2).
Example 1 (EX1)
This example finds the solution of the differential equation
on the range
, with boundary conditions
and
.
We cannot use the differential equation at
because it is singular, so we take the truncated series expansion
near the origin (which is correct to the number of terms given in this case). Here
is one of the parameters to be determined. We choose the range as
and setting
, we can determine all the boundary conditions. We take the matching point to be
, the end of the range, and so a good initial guess for
is not necessary. We write
,
, and estimate
,
.
Example 2 (EX2)
This example finds the gravitational constant
and the range
over which a projectile must be fired to hit the target with a given velocity. The differential equations are
on the range
with boundary conditions
We write
,
,
, and we take the matching point
. We estimate
,
and
(though this estimate is not important).
Open in the MATLAB editor:
d02ag_example
function d02ag_example
fprintf('d02ag example results\n\n');
global iprint;
h = 0.1;
e = [0.0001; 0.0001];
parerr = [1e-05; 0.001];
param = [0.2; 0];
m1 = 6;
n = 2;
marray = zeros(1,m1);
fprintf('Case 1 \n\n');
iprint = 0;
[h, param, c, ifail] = ...
d02ag(...
h, e, parerr, param, int64(m1), @aux1, @bcaux1, @raaux1, @prsol);
fprintf('Final parameters \n');
disp(sprintf(' %10.2e',param));
fprintf('\n Final solution \n');
fprintf(' X-value Components of solution\n');
[x0, x1, r] = raaux1(param);
h = (x1-x0)/double(m1-1);
for i = 1:m1;
m = x0 + double(i-1)*h;
fprintf('%8.2f ',m);
fprintf('%14.4e',c(i,1:n));
fprintf('\n');
marray(i) = m;
end
fprintf('\n\n Case 2 \n\n');
iprint = 0;
h = 10.0;
param = [32.0; 6000.0; 0.54];
parerr = [1.0e-5; 1.0e-4; 1.0e-4];
e = [1.0e-2; 1.0e-2; 1.0e-2];
n = 3;
m1 = 6;
qarray = zeros(1,m1);
[h, param, c1, ifail] = ...
d02ag( ...
h, e, parerr, param, int64(m1), @aux2, @bcaux2, @raaux2, @prsol);
fprintf('Final parameters\n');
fprintf(' %10.2e',param);
fprintf('\n\nFinal solution\n');
fprintf(' X-value Components of solution\n');
[x0, x1, r] = raaux2(param);
h = (x1-x0)/double(m1-1);
for i = 1:m1;
q = x0 + double(i-1)*h;
fprintf('%8.0f ',q);
fprintf('%14.4e',c1(i,1:n));
fprintf('\n');
qarray(i) = q;
end
fig1 = figure;
display_plot(marray, c, 'Solution and Derivative');
fig2 = figure;
display_plot(qarray, c1, 'Height and Velocity');
function [f] = aux1(y,x,param)
f(1) = y(2);
f(2) = (y(1)^3-y(2))/(2.0*x);
function [g0,g1] = bcaux1(param)
z = 0.1;
g0(1) = 0.1 + param(1)*sqrt(z)*0.1 + 0.01*z;
g0(2) = param(1)*0.05/sqrt(z) + 0.01;
g1(1) = 1.0/6.0;
g1(2) = param(2);
function [] = prsol(param, resid, n, err)
global iprint;
if iprint == 1
fprintf('Current parameters: ');
fprintf('%15.6e ', param(1:n));
fprintf('\nResiduals: ');
fprintf('%13.6e ', err(1:n));
fprintf('\nSum of residuals squared = %13.6e\n', resid);
end
function [x0, x1, r] = raaux1(param)
x0 = 0.1;
x1 = 16;
r = 16;
function [f] = aux2(y,x,param)
c = cos(y(3));
s = sin(y(3));
f(1) = s/c;
f(2) = -(param(1)*s+0.00002*y(2)*y(2))/(y(2)*c);
f(3) = -param(1)/(y(2)*y(2));
function [g0,g1] = bcaux2(param)
g0(1) = 0;
g0(2) = 500;
g0(3) = 0.5;
g1(1) = 0;
g1(2) = 450;
g1(3) = param(3);
function [x0, x1, r] = raaux2(param)
x0 = double(0);
x1 = param(2);
r = param(2);
function display_plot(data, index, ylabelString)
if strncmp(ylabelString, 'Solution', 8)
plot(data,index(:,1),'-+',data,index(:,2),'--x');
set(gca, 'XLim', [0 16]);
set(gca, 'XTick', [0 4 8 12 16]);
title('Parameterized Two-point Boundary-value Problem');
xlabel('x');
ylabel(ylabelString);
legend('solution y(x)','derivative y''(x)','Location','Best');
else
[haxes, hline1, hline2] = plotyy(data,index(:,1),data,index(:,3));
hold on
hline3 = plot(data,index(:,2));
set(haxes(1), 'YLim', [0 850]);
set(haxes(1), 'YMinorTick', 'on');
set(haxes(1), 'YTick', [0 200 400 600 800]);
set(haxes(2), 'YLim', [-1 1]);
set(haxes(2), 'YMinorTick', 'on');
set(haxes(2), 'YTick', [-1 -0.5 0 0.5 1]);
for iaxis = 1:2
set(haxes(iaxis), 'XLim', [0 6000]);
set(haxes(iaxis), 'XTick', [0 1000 2000 3000 4000 5000 6000]);
end
set(gca, 'box', 'off');
title(['Range from Projectile Terminal Velocity']);
xlabel('x');
ylabel(haxes(1),ylabelString);
ylabel(haxes(2),'Angle');
legend('angle','height','velocity','Location','Best');
set(hline1, 'Linewidth', 0.5, 'Marker', '+', 'LineStyle', '-');
set(hline2, 'Linewidth', 0.5, 'Marker', '*', 'LineStyle', '-');
set(hline3, 'Linewidth', 0.5, 'Marker', 'x', 'LineStyle', '--', ...
'Color', 'Magenta');
end
d02ag example results
Case 1
Final parameters
4.64e-02 3.49e-03
Final solution
X-value Components of solution
0.10 1.0247e-01 1.7341e-02
3.28 1.2170e-01 4.1796e-03
6.46 1.3382e-01 3.5764e-03
9.64 1.4488e-01 3.4178e-03
12.82 1.5572e-01 3.4142e-03
16.00 1.6667e-01 3.4943e-03
Case 2
Final parameters
3.24e+01 5.96e+03 -5.35e-01
Final solution
X-value Components of solution
0 0.0000e+00 5.0000e+02 5.0000e-01
1193 5.2981e+02 4.5156e+02 3.2807e-01
2385 8.0765e+02 4.2030e+02 1.2315e-01
3578 8.2080e+02 4.0944e+02 -1.0316e-01
4771 5.5625e+02 4.2001e+02 -3.2958e-01
5963 0.0000e+00 4.5000e+02 -5.3523e-01
PDF version (NAG web site
, 64-bit version, 64-bit version)
© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015