Abstract

In this research, the quadrature-difference method with Gauss Elimination (GE) method is applied for solving the second-order of linear Fredholm integrodifferential equations (LFIDEs). In order to derive an approximation equation, the combinations of Composite Simpson’s 1/3 rule and second-order finite-difference method are used to discretize the second-order of LFIDEs. This approximation equation will be used to generate a system of linear algebraic equations and will be solved by using Gauss Elimination. In addition, the formulation and the implementation of the quadrature-difference method are explained in detail. Finally, some numerical experiments were carried out to examine the accuracy of the proposed method.

1. Introduction

Integrodifferential equation is an equation where the unknown function appears under the sign of integration and it contains the derivatives of the unknown function. In this study, we will focus on second-order linear Fredholm integrodifferential equations (LFIDEs) and they can be defined as follows:with Dirichlet boundary conditionswhere the functions , , and and kernel are known, is a real parameter, and , are constant, while is an unknown function to be determined.

In this study, we have discovered four types of problems in second-order LFIDEs such as the following.

Type 1. When and

Type 2. When and

Type 3. When and

Type 4. When and

Nowadays, there are many researchers who study in the field of integrodifferential equations since it has emerged in many scientific and physical engineering applications. Numerical approaches were practiced in engineering field in order to obtain an approximation solution for problem (1). Therefore, many authors have studied the numerical solutions of Fredholm integrodifferential equations. Several numerical methods were used such as Adomian’s Decomposition method [1], Generalised minimal residual method (GMRES) [2], CAS Wavelet method [3], compact finite difference [4], Lagrange interpolation method [5], Spline Collocation [6], differential transformation method [7], variational iteration method [8], Tau method [9], Legendre collocation matrix method [10], and quadrature-difference method [11, 12]. LFIDEs are usually difficult to solve analytically. Therefore, in this study numerical approaches are practiced in order to obtain an approximation solution for problem (1).

In this paper, we will focus on Types 1 and 2 only. Therefore, we will introduce a new combination of quadrature-difference method, namely, Composite Simpson’s rule with second-order finite difference (CSFD2), and it will be implemented to discretize Types 1 and 2 to generate a system of linear equations. In addition, Gauss Elimination (GE) will be used for solving the linear algebraic equations produced by the discretization of the second-order LFIDEs.

2. Formulation of Approximation Equations

In this section, quadrature and second-order finite-difference methods are applied to discretize the second-order of LFIDEs to construct approximation equations.

2.1. Derivation of the Quadrature Method

In order to form the system of linear equations, quadrature method is applied to approximate the integral parts in second-order of LFIDEs. Therefore, Composite Simpson’s rule will be used in this study and it can be expressed as follows:where () are the abscissas of the partition points of the integration in interval . is the error term of (7) where . In the next section, the formulation of the approximation equations for problem LFIDEs will be further discussed.

The constant step size, in (7), can be defined aswhere is the number of subintervals in the interval .

Therefore, if Composite Simpson’s rule with subintervals is applied in (3) and (4), then the integration parts in second-order of LFIDEs is approximated by

2.2. Derivation of the Finite-Difference Method

In solving second-order LFIDEs, the differential part will be approximated by using second-order derivative of finite-difference method which is fourth-order accuracy. Therefore, finite-difference method can be derived as follows.

Forward difference isfor .

Central difference isfor .

Backward difference isfor , where is the constants step size as defined in (8). Therefore, the differential term in second-order LFIDEs will be approximated by using equations (10), (11), and (12).

3. Formulation of Composite Simpson’s 1/3 and Second-Order Finite-Difference Method

The formulation of Composite Simpson’s rule and second-order finite-difference method (CSFD2) for second-order LFIDEs is elaborated in this section. In order to generate the system of linear algebraic equations, equation in (9), (10), (11), and (12) will be substituted into (4).

3.1. Formulation of CSFD2 for Types 1 and 2

A system of linear algebraic equations will be generated in this section. The difference between Types 1 and 2 is only in the function of which is in Type 2, while in Type 1  . Therefore, substitute (9) into (4) and we will getAccordingly, for and , the relation in (13) becomeswhere .

Next, we substitute (10), (11), and (12) into (14); then we will havefor .for .for .

Lastly, from (15), (16), and (17), the linear system equations for are generated. Therefore, the generated system of linear algebraic equations can be written in matrix form ofwherewherewhere is a coefficient matrix, is a given function, and is an unknown function which is to be determined. Gauss Elimination method will be used in order to solve the system of linear algebraic equations.

4. Results and Discussion

The performance of the method described in the previous section was tested through numerical examples of second-order LFIDEs. In addition, the examples were performed by using algorithm in C language.

Example 1 (Type 1). with the boundary conditionand the exact solution

Example 2 (Type 1). with the boundary conditionand the exact solution

Example 3 (Type 2). with the boundary conditionand the exact solution

Notations used in Tables 1, 2, and 3 are as follows:HSGS (CD-RT): half-sweep quadrature-difference schemes (central difference, Repeated Trapezoid), [12].HSGS (CD-RS): half-sweep quadrature-difference schemes (central difference, Repeated Simpson), [12].B-Spline: Cubic B-Spline collocation method, [6].DiffTrans: differential transformation method, [7].Tau method: Tau method with piecewise approximate solution of degree 5, [9].CSFD2 (GE): the proposed method, Composite Simpson’s with second-order finite-difference method (Gauss Elimination).

Examples 1, 2, and 3 are solved by using the proposed method which is CSFD2 (GE) and the numerical results are shown in Tables 1, 2, and 3. In Table 1, the same methods are used to compare the absolute errors using a different number of subintervals. The maximum absolute errors of the proposed method also compared with the existing methods such as HSGS (CD-RT) and HSGS (CD-RS). As shown in Table 1, when the number of subintervals increases, the absolute errors become smaller. The results for the proposed method are more accurate compared to the HSGS (CD-RT) while the proposed method is slightly better compared to HSGS (CD-RS).

In Table 2, the numerical results of CSFD2 (GE) for Example 2 are compared with the results from differential transformation method and Cubic B-Spline method. CSFD2 (GE) gives more accurate results than the other two existing methods. In Table 3, the maximum absolute errors for CSFD2 (GE) for Example 3 are slightly better compared to Tau method.

5. Conclusion

The new combinations of Composite Simpson’s rule and second-order finite-difference method with Gauss Elimination CSFD2 (GE) were implemented in this study in order to solve second-order LFIDEs for Types 1 and 2. In conclusion, this study shows that CSFD2 (GE) calculates better approximations to the exact solution of second-order LFIDEs. Therefore, we introduce CSFD2 (GE) as a simple and more accurate method. In future research, the concept of the proposed method can also be used for Types 3 and 4 of second-order LFIDEs and also for higher order of LFIDEs problems. Moreover, the accuracy and efficiency of the proposed method also can be improved.

Competing Interests

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

Acknowledgments

The authors gratefully acknowledge the financial support given from Malaysian Ministry of Education for MyBrain15 (My Master) Scholarship and Graduate Research Fund (GRF) by Universiti Putra Malaysia.