Abstract

The radial basis function (RBF) method, especially the multiquadric (MQ) function, was introduced in solving linear integral equations. The procedure of MQ method includes that the unknown function was firstly expressed in linear combination forms of RBFs, then the integral equation was transformed into collocation matrix of RBFs, and finally, solving the matrix equation and an approximation solution was obtained. Because of the superior interpolation performance of MQ, the method can acquire higher precision with fewer nodes and low computations which takes obvious advantages over thin plate splines (TPS) method. In implementation, two types of integration schemes as the Gauss quadrature formula and regional split technique were put forward. Numerical results showed that the MQ solution can achieve accuracy of . So, the MQ method is suitable and promising for integral equations.

1. Introduction

In mechanics, electromagnetic theory, thermal, radiation science, and other fields, the mathematical models of science or engineering problems can be attributed to the integral equations. Comparing to the differential equation, the integral equation embodies the initial value or boundary information just in a brief form. Moreover, the numerical integral brings smaller relative error than the numerical differentiation. So it can obtain higher accuracy, and the research on numerical solution of integral equations is of great importance. The general form for linear integral equation is In the above, is free function, is kernel function, is the unknown function, is integral region, and is the parameter where the , , and are known. The numerical methods for solving integral equations mainly include the undetermined coefficient approximation method, the direct numerical integration method, the successive approximation method, and the approximation method for specific kernel function.

Currently, a variety of new numerical methods were proposed, for instance, the combination method of Galerkin and collocation with Haar wavelet function for the first kind of linear Fredholm equation [1], the Galerkin method with Daubechies wavelet for the second kind of linear Volterra equations [2], however, the calculation error of wavelet methods is relatively large. The Sinc-collocation method [3] and the modified block pulse function [4] are for one dimension problems. The Chebyshev collocation method [5], block pulse method [6], and polynomial approximation with smooth kernel function [7] are for solving two-dimensional Fredholm or Volterra equations. In the above unknown function approximation methods, the polynomial, Chebyshev polynomials, or wavelet function, were adopted, respectively. However, the polynomial interpolation is unstable due to the strong rigidity of the polynomial function space, the interpolation error is relatively large for wavelets, the suitable interpolation basis functions for two or multidimensional problems are hard to construct, and so on. The interpolation basis function with high accuracy and convenience for multidimensions is particularly necessary.

And, fortunately, the radial basis function (RBF) not only is insensitive to the space dimensions but also has high interpolation accuracy. The radial basis functions were first developed by Hardy [8] in 1971 as a multidimensional scattered interpolation method in modeling of the earth’s gravitational field. It was not recognized by most of the academic researchers until Franke [9] published a review paper in the evaluation of two-dimensional interpolation methods. The RBF method in solving integral equations was initially proposed in 2006 [1013]. The related research attracted a lot of attention recently. Therefore, this paper attempted to adopt the RBF method for solving linear integral equations. The RBF and interpolation principle were described in Section 2. And, in Section 3, the RBF method for solving linear integral equation and the numerical integration scheme for coefficients matrix were proposed. And, finally, the RBF method was applied in one- and two-dimensional integral equations; its performance was analyzed and compared.

2. Radial Basis Function and Interpolation Principle

Radial basis function (domain: ) is defined as the function of distance . The commonly used RBF contains the thin plate splines function , the Gaussian function , Hardy’s multiquadric (MQ) functions, and so forth. Franke has proved that the MQ method has the superior comprehensive performance in 29 kinds of scattered data interpolation methods. So, in this paper, we choose the MQ as the basis function which is compared with thin plate splines (TPS) function. The widely used MQ function has the following expression: In the above, means the center of basis function and is the shape parameter which is generally associated with the distance between adjacent centers. So , and is also called the shape parameter.

The principle of RBF interpolation regards the unknown function as linear combination of radial functions. So the approximation function can be obtained after calculating the coefficients. For a series of known data points , , the approximation function can be constructed by RBF as Then, substituting the interpolation data points into the above equation, we obtain With its abstract matrix form, where is the known data, is the coefficients, and is the coefficient matrix whose element calculation formula is .

The MQ function is globally defined which results in a full resultant coefficient matrix. And, consequently, the coefficient matrix in (5) is nonsingular and usually ill conditioned. The accuracy of the MQ solution depends heavily on the shape parameter. In general, for a fixed number of centers , smaller shape parameters produce more accurate approximations, but they also are associated with a poorly conditioned interpolation matrix. Also, the condition number grows with , for fixed values of the shape parameter . The choice of this optimal value is still under intensive investigation. Therefore, solving (5) can acquire The approximation value at any point is

3. Solving Linear Integral Equations Based on the RBF Interpolation

The basic idea of RBF method for solving integral equation is to employ a linear combination of RBF to approximate the unknown function; thus, the integral equation is transformed into the combination form of RBFs and their coefficients. Then, the weight coefficients of RBF can be calculated by using the collocation type weighted residual method. And, finally, an approximate representation of the unknown function can be obtained. Specifically, the RBF method for solving linear integral equations is proposed in the following.

3.1. RBF Interpolation to Approximate One-Dimensional Linear Integral Equation

The general form of one-dimensional linear integral equation is Here, represents the upper limit of integral. The constant or variable is, respectively, corresponding to Fredholm or Volterra equation. In the following discussion, we choose the upper limit for demonstration. In RBF approximation, the unknown function is expressed as a combination of RBF. Thus, the approximate formula (9) is obtained:

Furthermore, for any collocation point in , by using the linear property of integral, we obtain the specific expression of the above equation as when choosing collocation points, hence forming the collocation equations in matrix form as where , and . The elements in matrix and are defined: The notations and represent correspondingly the collocation point and RBF center, while the element is the definite integral of function which can be calculated through the following Gauss quadrature formula: The integral range can be transformed with formula , so the final calculation formula is

3.2. RBF Interpolation to Approximate Two-Dimensional Linear Integral Equation

Two-dimensional linear integral equation has the general form The corresponding RBF approximation is

And, similarly, we have the interpolation matrix . The differences lie in the distance formula and the definite integral of element . According to the domain type, two integration schemes were put forward for regular and irregular situation.

3.2.1. Definite Integral for Regular Domain

When the integral domain is regular in , the two-dimensional Gauss quadrature formula is adopted with integral range transformation , . We have

3.2.2. Definite Integral for Irregular Domain

When the integral region is irregular, we can employ the similar numerical integration scheme as However, the traditional regional split technique was adopted in this paper. Firstly, the irregular region was split geometrically. Then, the entire domain definite integral can be obtained by adding up all the integral of subregions which is indicated as the following: where represents the th subregion. Specifically, the triangular element is chosen because of its strong adaptability in conforming two-dimensional irregular domain. The triangulation can be implemented automatically by the PDE toolbox in Matlab. Then, let the vertex coordinates denote by , , so the element area and the three midpoints of element boundary were easily obtained. And, finally, the quadratic interpolation formula was applied to calculate the definite integral as

3.3. The Implementation Procedure of RBF for Solving Linear Integral Equation

In summary, the implementation procedure of RBF for solving linear integral equation was listed as the following.(1)Setting the centers c of RBFs and shape parameters , then setting the collocation points , the numbers of RBFs and collocation points are, respectively, and in general. Note that, to simplify and speed up the computations, we can identify the set of centers with the set of collocation points.(2)Substituting approximate solution based on RBF into the linear integral equation, then the collocation conditions are imposed to form the coefficient matrix.(3)Matrix elements calculation: the Gauss quadrature formula is adopted for one-dimensional and two-dimensional regular domain problems, while for irregular domain case, the numerical integration scheme based on regional split technique was employed.(4)Coefficient calculation: the equation was solved by SVD method and the was obtained.(5)RBF solution for unknown function then can be achieved as

3.4. Error Analysis

Utilizing the same way in error analysis as [13], let the operator for one-dimensional case be defined as Now, we can rewrite (8) in abstract form as Let be a bounded operator with , and then the operator is a contraction operator; by the Banach contraction mapping principle, (8) has a unique solution. In such a case, the geometric series theorem implies that the operator has a bounded inverse with

So, the error of the presented RBF method is mainly based upon the RBF interpolation error which emerges in (3) and the error caused by performing the numerical integration scheme over domain which appears in (18). For sufficiently large nodes , the error of the RBF interpolation is dominated over the integration error and, thence, increasing the number of nodes in the numerical integration method has no significant effect on the error.

4. Numerical Experiments and Analysis

In this section, the RBF method is applied to some numerical examples involving one-dimensional and two-dimensional integral equations on the regular and nonrectangular regions. Two types of RBF as multiquadric (MQ) function and thin plate splines (TPS) function were adopted simultaneously in the following simulations. Their parameters were set as the same except that the additional shape parameter was provided for MQ. In order to measure the accuracy of the method, the maximum absolute error (MAE), the maximum relative error (MRE), and the root mean squared error (RMSE) have been used, respectively. The RMSE has the following definition as where , denote the exact and approximation value at point and symbol is the total testing points.

Example 1. Consider the following Fredholm integral equation in [1]: The exact solution for this equation is .

Setting RBF centers with interval , the collocation points are the same as the center points . For MQ, the shape parameter . Then, the 20-point Gauss quadrature formula is adopted in matrix element calculation. And, finally, the numerical result was shown in Table 1. Comparing to [1] where the Haar wavelet was adopted as base function, for the scaling , the RMSE, MAE, and MRE were , , and , and, for , the corresponding errors were , , and 187.15%. And in TPS method, the errors were , , and 159.79%. But, for the MQ method, the accuracy was significantly improved as , , and 0.4112%, respectively, whose accuracy was improved nearly 3 orders of magnitude.

Then, the shape parameter was analyzed with discrete interval of 0.1; the RMSE and the condition number of matrix were calculated in case of . It is obvious to see in Figure 1 that the optimal shape parameter lies in the interval of showed in red dashed box. And, in the whole range of [0.1,100], the MQ method can maintain the RMSE at the level of . The curve of condition number was shown in Figure 2, and it fluctuates in the range of [ , ] when is greater than 20. So the MQ method is stable when the shape parameter varies in a relative wide range.

And, finally, the RBF’s center spacing was analyzed in case of . The RMSE curve was shown in Figure 3. It can be seen clearly that the optimal center spacing was and 0.0833. But for mostly center spacing, the MQ method can maintain RMSE at the level of . As for condition number, whose curve also fluctuates in the range of [ , ], it was shown in Figure 4.

Example 2. Consider the one-dimensional Volterra integral equation in [4]: The exact solution is .

Firstly, setting the RBF center spacing , the collocation points and centers are the same as . The shape parameter for MQ and the 20-point Gauss quadrature formula is adopted. The total test points are 101 with equidistant . We focus on the center spacing variation; the approximation solutions were shown in Figure 5 for TPS method. Generally, the TPS can acquire better approximation as the center spacing decreases which means that the solution of was better than that of . However, numerical simulation also indicated that keeping on decreasing may result in unstable solution.

The comparison between MQ and TPS was shown in Table 2.

Therefore, we can conclude from Table 2 that the MQ method takes obvious advantages over TPS whose accuracy is improved about 3 or 4 orders of magnitude. And the MQ method is also much stable for wide range of center spacing . The MQ especially can acquire high precision even with larger center spacing as . Compared to the method in [4], the MQ also showed its superiority; the highest precision of modified block pulse functions method is about the level of .

Example 3. Consider the two-dimensional integral equation in [14]: The exact solution is .

Setting the RBF center spacing , the collocation points and centers are . The shape parameter is for MQ and the 20-point Gauss quadrature formula was also adopted in both and directions. The total testing points are 441 with equidistant . The RMSE, MAE, MRE, and condition number for MQ are , , , and , respectively. However, the above values for TPS are , , , and . And comparing to the rational Haar function method in [14] whose accuracy was about level and , the MQ acquires much higher accuracy than others. The error surfaces of MQ and TPS were shown in Figure 6.

Then, analyzing the shape parameter of MQ with discrete step of 1.0, the RMSE and the condition number were calculated in case of . The local optimal shape parameters in this instance were , 35, 58, and 64 revealed in Figure 7. The overall RMSE of MQ method was about the level of and . And, correspondingly, the curve of condition number was similar to that in Figure 2 except that the curve fluctuates in the range of when is greater than 10.

Example 4. Consider the two-dimensional integral equation in an irregular domain in [13]: The exact solution is .

Firstly, setting the RBF centers and collocation points as Figure 8, the total number was . The shape parameter was for MQ and the regional splitting with triangular.

Then, the PDE toolbox in Matlab was utilized in triangulation. The above irregular region was split into 2272 triangular elements with 1225 nodes. In simplicity, the testing points were chosen at the element nodes. And the quadratic form of interpolation was employed in calculating the definite integral of subregions in (20). The results showed that the RMSE, MAE, MRE, and condition number are , , , and . However, the above values for TPS method are , , , and . The error curves of MQ and TPS are shown in Figure 9. Comparing to [13] where 33 collocation points were selected, the RMSE is , and for GA weight function the RMSE is . So the RBF method proposed in this paper can obtain higher accuracy.

5. Conclusion

In this paper, the RBF method, specifically, the MQ, was introduced in solving linear integral equations. The following conclusions can be drawn.(1)The procedure of MQ method includes that the unknown function was firstly expressed in linear combination forms of RBFs, then the integral equation was transformed into collocation matrix of RBFs, and finally, solving the matrix equation and an approximation solution was obtained.(2)Due to the excellent interpolation performance of MQ, the method can acquire higher precision with fewer nodes and low computations. Numerical results showed that the MQ method can achieve solution accuracy of . Numerical results showed that the MQ method takes obvious advantages over TPS. In addition, the method was very convenient for solving higher dimensional integral equations because the only modification in implementation is the distance formula.(3)One of the key issues in MQ method is the definite integral calculation. Two types of integration schemes as the Gauss quadrature formula and regional split technique were put forward. Specifically, the former is adopted in one-dimensional and two-dimensional regular domain problems and the latter is employed in irregular domain case.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgment

This work was supported by the Fundamental Research Funds for the Central Universities (no. CDJZR11150008).