Next Article in Journal
Finite Volume Method for the Relativistic Burgers Model on a (1+1)-Dimensional de Sitter Spacetime
Previous Article in Journal
Geometric Properties of Normalized Wright Functions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A New Algorithm for the Numerical Solution of Telegraph Equations by Using Fibonacci Polynomials

by
Ayşe Kurt Bahşı
and
Salih Yalçınbaş
*
Department of Mathematics, Celal Bayar University, 45047 Muradiye, Manisa 45047, Turkey
*
Author to whom correspondence should be addressed.
Math. Comput. Appl. 2016, 21(2), 15; https://doi.org/10.3390/mca21020015
Submission received: 5 October 2015 / Revised: 4 May 2016 / Accepted: 5 May 2016 / Published: 10 May 2016

Abstract

:
In this study, we present a numerical scheme to solve the telegraph equation by using Fibonacci polynomials. This method is based on the Fibonacci collocation method which transforms the equation into a matrix equation, and the unknown of this equation is a Fibonacci coefficients matrix. Some numerical examples with comparisons are included to demonstrate the validity and applicability of the proposed method. The results show the efficiency and accuracy of this paper.

1. Introduction

Linear partial differential equations play an important role in the modelling of engineering problems and in many areas of science. Especially, hyperbolic type partial differential equations (PDEs) is a significant class of the PDEs because of a wide range of applications in many fields.
The hyperbolic type PDEs model atomic physics, aerospace, industry, biology and engineering problems such as vibrations of structures, beams and buildings [1,2].
In this paper, we show a new algorithm for the numerical solutions of the Telegraph equation which is a typical example of the hyperbolic type PDEs. This equation is commonly used in signal analysis for transmission and propagation of electrical signals and also has applications in other fields. Telegraph equation models mix diffusion and wave propagation by introducing a term that accounts for effects of finite velocity to standard heat or mass transport equation [2,3,4,5,6].
In recent years, some authors have shown interest in the numerical solution of telegraph type PDEs, using various methods such as: Radial basis function approximation [1], Chebyshev Tau method [2], He’s variational iteration method [7], Laguerre-Legendre spectral collocation method [8], differential quadrature method [9] and differential transform method [10].
We consider the second-order linear hyperbolic partial differential Telegraph equation.
2 u ( x , t ) t 2 + α u ( x , t ) t + β u ( x , t ) = 2 u ( x , t ) x 2 + g ( x , t ) ,   0 < x < l ,   0 < t τ
with the initial conditions.
u ( x , 0 ) = k 1 ( x ) ,   0 < x < l u t ( x , 0 ) = k 2 ( x ) ,   0 < x < l
and Dirichlet boundary conditions.
u ( 0 , t ) = h 1 ( t ) ,   0 < t τ u ( l , t ) = h 2 ( t ) ,   0 < t τ
where α ,   β are known constant coefficients, g ,   k 1 ,   k 2 ,   h 1 and h 2 are known functions and the function u ( x , t ) is unknown.
In this study, we introduce Fibonacci collocation method based on matrix relations which has been used to find the approximate solutions of differential, integral and integro-differential equations, differential- difference equations, Fredholm integro differential-difference equations, Pantograph-type functional differential equations and linear Volterra integro differential equations [11,12,13,14,15]. Because Fibonacci polynomials are orthogonal polynomials and the collocation method is easily programmable by symbolic computation programs, this method is preferable [15]. Also, recently, several researchers have used other collocation methods to solve different types of the partial differential equations by using various special polynomials without Fibonacci polynomials [16,17,18,19,20]. On the other hand, these matrix methods were used for the numerical analysis of the longitudinal vibration of rods [21]. In addition to this, Shaban et al. [22] use the homotopy analysis method based on the operational matrix with Chebyshev polynomials.
In this paper, by developing the Fibonacci collocation method studied in [11,12,13,14,15], we will obtain the approximate solution of Equation (1) in the truncated Fibonacci series form.
u N ( x , t ) = m = 1 N n = 1 N a m n F m ( x ) F n ( t )
where a m n ; m , n = 1 , , N are the unknown Fibonacci coefficients and F m ( x ) , n = 1 , , N are the Fibonacci functions defined by,
F n ( x ) = j = 0 [ ( n 1 ) / 2 ] ( n j 1 j ) x n 2 j 1 ,   [ ( n 1 ) / 2 ] = { n 2 2 , n   e v e n   n 1 2 , n   o d d

2. Fundamental Relations

To obtain the numerical solution of hyperbolic partial differential Telegraph equation with Fibonacci Collocation Method, we first evaluate the Fibonacci coefficients of the unknown function. For convenience, the solution function Equation (4) can be written in the matrix form
u N ( x , t ) = F ( x ) F ¯ ( t ) A
where
F ( x ) = [ F 1 ( x ) F 2 ( x ) F N ( x ) ] 1 × N
F ¯ ( t ) = [ F ( t ) 0 0   0 0 F ( t ) 0 0 F ( t ) ] N × N 2
such that F ( t ) = [ F 1 ( x ) F 2 ( x ) F N ( x ) ] 1 × N and
A = [ a 11 a 12 a 1 N a 21 a 22 a 2 N a N 1 a N 2 a N N ] 1 × N 2 T
In there, the matrix form F ( x ) can be written as
F T ( x ) = C X T ( x ) F ( x ) = X ( x ) C T
So that
F ( x ) = [ F 1 ( x ) F 2 ( x ) F N ( x ) ] ,    X ( x ) = [ 1 x x N 1 ]
If N   is even,
C = [ ( 0 0 ) 0 0 0 0 0 ( 1 0 ) 0 0 0 ( 1 1 ) 0 ( 2 0 ) 0 0 0 ( 2 1 ) 0 ( 3 0 ) 0 ( ( n 2 ) / 2 ( n 2 ) / 2 ) 0 ( n / 2 ( n 4 ) / 2 ) 0 0 0 ( n / 2 ( n 2 ) / 2 ) 0 ( ( n + 2 ) / 2 ( n 4 ) / 2 ) ( n 1 0 ) ]
If N   is odd,
C=[ ( 0 0 ) 0 0 0 0 0 ( 1 0 ) 0 0 0 ( 1 1 ) 0 ( 2 0 ) 0 0 0 ( 2 1 ) 0 ( 3 0 ) 0 0 ( ( n1 )/2 ( n3 )/2 ) 0 ( ( n+1 )/2 ( n5 )/2 ) 0 ( ( n1 )/2 ( n1 )/2 ) 0 ( ( n+1 )/2 ( n3 )/2 ) 0 ( n1 0 ) ]
C is the characteristic matrix of the matrix relations [11].
F ¯ ( t ) = X ¯ ( t ) C ¯ T
where
X ¯ ( t ) = [ X ( t ) 0 0   0 0 X ( t ) 0 0 X ( t ) ] ,   C ¯ T = [   C T 0 0   0 0   C T 0 0   C T ]

3. Method of Solution

We can compute the matrix forms of the terms u ( x , t ) ,   u x ( x , t ) ,   u t ( x , t ) ,   u x x ( x , t ) , u t t ( x , t ) . of Equation (1) now. From the relations Equations (5)–(7) we obtain the matrix forms.
u ( x , t ) = X ( x )   C T   X ¯ ( t )   C ¯ T A
u x ( x , t ) = X ( x ) B   C T   X ¯ ( t )   C ¯ T A
u t ( x , t ) = X ( x )   C T   X ¯ ( t )   B ¯   C ¯ T A
u x x ( x , t ) = X ( x ) B 2   C T   X ¯ ( t )   C ¯ T A
u t t ( x , t ) = X ( x )   C T   X ¯ ( t ) B ¯ 2 C ¯ T A
where
B = [ 0 1 0 0 0 2 0 0 0 0 0 0 0 0 N 1 0 ] ,   B ¯ = [ B 0 0   0 0 B 0 0 B ]
where all 0 matrix is N × N .
By substituting the expressions Equations (5)–(12) into Equation (1), we have the matrix equation.
{ X ( x )   C T   X ¯ ( t )   B ¯   C ¯ T + α   X ( x )   C T   X ¯ ( t )   B ¯   C ¯ T +   β X ( x )   C T   X ¯ ( t )   C ¯ T X ( x )   B   2   C T   X ¯ ( t )   C ¯ T } =   g ( x , t )
Shortly, Equation (13) can be written as
W ( x , t ) A = g ( x , t )
where W ( x , t ) = [ w i j ] ,   i , j = 1 , 2 , ,   N 2   .  
By using in Equation (14) the collocation points ( x i ,   t j ) defined by
x i = l N 1 ( i 1 ) ,   i = 1 ,   2 ,   ,   N t j = τ N 1 ( j 1 ) ,   j = 1 ,   2 ,   ,   N
So, the system of the matrix equations can be written as
[ W( x 1 , t 1 ) W( x 1 , t 2 ) W( x 1 , t N ) W( x 2 , t 1 ) W( x 2 , t 2 ) W( x 2 , t N ) W( x N , t 1 ) W( x N , t 2 ) W( x N , t N ) ] W   [ A ] = [ g( x 1 , t 1 ) g( x 1 , t 2 ) g( x 1 , t N ) g( x 2 , t 1 ) g( x 2 , t 2 ) g( x 2 , t N ) g( x N , t 1 ) g( x N , t 2 ) g( x N , t N ) ] G
Or, in summary, the fundamental matrix equation is
W A = G
By means of the relation Equations (8) and (10) for the conditions Equation (2), we can obtain the matrix forms.
u ( x , 0 ) = k 1 ( x ) X ( x )   C T   X ¯ ( 0 )   C ¯ T A = k 1 ( x )
u t ( x , 0 ) = k 2 ( x ) X ( x )   C T   X ¯ ( 0 )   B ¯   C ¯ T A = k 2 ( x )
By substituting the collocation points Equation (15) into Equations (17) and (18), we have the fundamental matrix equations of the initial conditions.
[ X ( x 1 )   C T   X ¯ ( 0 )   C ¯ T X ( x 2 )   C T   X ¯ ( 0 )   C ¯ T X ( x N )   C T   X ¯ ( 0 )   C ¯ T ] U 1   [ a 11 a 12 a N N ]   A =   [ k 1 ( x 1 ) k 1 ( x 2 ) k 1 ( x N ) ] K 1 ,   U 1 A = K 1
[ X( x 1 )  C T   X ¯ ( 0 )  B ¯   C ¯ T X( x 2 )  C T   X ¯ ( 0 )  B ¯   C ¯ T X( x N )  C T   X ¯ ( 0 )  B ¯   C ¯ T ] U 2   [ a 11 a 12 a NN ]  A =   [ k 2 ( x 1 ) k 2 ( x 2 ) k 2 ( x N ) ] K 2 ,   U 2 A = K 2
Similarly, by using Equation (8) for the conditions Equation (3), we can have the matrix forms as follow
u ( 0 , t ) = h 1 ( t ) X ( 0 )   C T   X ¯ ( t )   C ¯ T A = h 1 ( t )
u ( l , t ) = h 2 ( t ) X ( l )   C T   X ¯ ( t )   C ¯ T A = h 2 ( t )
On the other hand, by substituting the collocation points Equation (16) into Equations (19) and (20), we obtain the fundamental matrix equations of the Dirichlet boundary conditions
[ X ( 0 )   C T   X ¯ ( t 1 )   C ¯ T X ( 0 )   C T   X ¯ ( t 2 )   C ¯ T X ( 0 )   C T   X ¯ ( t N )   C ¯ T ] V 1   [ a 11 a 12 a N N ]   A =   [ h 1 ( t 1 ) h 1 ( t 2 ) h 1 ( t N ) ] ,   H 1   V 1 A = H 1
[ X ( l )   C T   X ¯ ( t 1 )   C ¯ T X ( l )   C T   X ¯ ( t 2 )   C ¯ T X ( l )   C T   X ¯ ( t N )   C ¯ T ] V 2   [ a 11 a 12 a N N ]   A =   [ h 2 ( t 1 ) h 2 ( t 2 ) h 2 ( t N ) ] H 2 ,   V 2 A = H 2
To obtain the approximate solution of Equation (1) under conditions Equations (2) and (3), the augmented matrix is formed as follows
[ W ˇ ; G ˇ ] = [ U 1 U 2 V 1 V 2 W ; ; ; ; ; K 1 K 2 H 1 H 2 G ]
So, the unknown Fibonacci coefficients are obtained as
A = ( W ˇ ˇ ) 1 G ˇ ˇ
where [ W ˇ ˇ ; G ˇ ˇ ] is generated by using the Gauss elimination method and then removing zero rows of the augmented matrix [ W ˇ ; G ˇ ] .

4. Error Estimation Algorithm

In this section, we introduce an error estimation algorithm for obtaining the Fibonacci polynomial solution giving last sections and use this technique to obtain the corrected solution of the problem. This algorithm is based on residual function [23,24,25], so we define residual function as follows:
R N ( x , t ) = L [ u N ( x , t ) ] g ( x , t )
where
L [ u N ( x , t ) ] = 2 u N ( x , t ) t 2 + α u N ( x , t ) t + β u N ( x , t ) 2 u N ( x , t ) x 2
From Equations (21) and (22),
2 u N ( x , t ) t 2 + α u N ( x , t ) t + β u N ( x , t ) 2 u N ( x , t ) x 2   = g ( x , t ) + R N ( x , t )
with the initial conditions
u N ( x , 0 ) = k 1 ( x ) ,   0 < x < l ( u N ) t ( x , 0 ) = k 2 ( x ) ,   0 < x < l
and Dirichlet boundary conditions
u N ( 0 , t ) = h 1 ( t ) ,   0 < t τ u N ( l , t ) = h 2 ( t ) ,   0 < t τ
Also, the error function e N ( x , t ) is defined as follows:
e N ( x , t ) = u ( x , t ) u N ( x , t )
Because of the fact that L is linear operator, error problem can be defined by using error function as
2 e N ( x , t ) t 2 + α e N ( x , t ) t + β e N ( x , t ) 2 e N ( x , t ) x 2   = R N ( x , t )
with homogenous conditions
e N ( x , 0 ) = 0 ,   0 < x < l ( e N ) t ( x , 0 ) = 0 ,   0 < x < l e N ( 0 , t ) = 0 ,   0 < t τ e N ( l , t ) = 0 ,   0 < t τ
The problem (27) under conditions (28) was solved by Fibonacci collocation method given by Section 3. When we solve the Equation (28) for M > N which is a truncated number, we get the approximation e N , M ( x , t ) to e N ( x , t ) even if the exact solution of the problem is unknown.
Consequently, by means of the error estimation function e N , M ( x , t ) , we obtain the corrected Fibonacci polynomial solution.
u N , M ( x , t ) = u N ( x , t ) + e N , M ( x , t ) .

5. Numerical Examples

In this section, we will give several examples to illustrate the applicability of the Fibonacci matrix method and all of them are performed on the computer. Maximum absolute error L is defined as
L = u u N = m a x j | u j ( u N ) j |
Example 1. 
First, let us consider the hyperbolic Telegraph Equation [2]
2 u ( x , t ) t 2 + u ( x , t ) t + u ( x , t ) 2 u ( x , t ) x 2 = x 2 + t 1 ,   0 < x < 1 ,   0 < t 1
with the initial conditions
u ( x , 0 ) = x 2 ,   0 < x < 1 u t ( x , 0 ) = 1 ,   0 < x < 1
and Dirichlet boundary conditions
u ( 0 , t ) = t ,   0 < t 1 u ( 1 , t ) = 1 + t ,   0 < t 1.
Here l = 1 ,   τ = 1 ,   α = 1 ,   β = 1 ,   k 1 ( x ) = x 2 ,   k 2 ( x ) = 1 ,   g ( x , t ) = x 2 + t 1.
By using the solution algorithm in given Section 3, we find the Fibonacci polynomial solution of the problem is u 5 ( x , t ) = x 2 + t , which is the exact solution of the problem. Further, we can obtain the exact solution of the problem for the any value of N .
Example 2. 
Consider the following Telegraph Equation [5]
2 u ( x , t ) t 2 +   α u ( x , t ) t + β u ( x , t ) 2 u ( x , t ) x 2 = g ( x , t ) ,   0 < x < π ,   0 < t 2
with the initial conditions
u t ( x , 0 ) = sin ( x ) ,   0 < x < π
and Dirichlet boundary conditions
u ( 0 , t ) = 0 ,   0 < t 2 u ( π , t ) = 0 ,   0 < t 2.
The exact solution is given by u ( x , t ) = e ( t ) sin ( x ) .
Note that l = π ,   τ = 2 ,   k 1 ( x ) = sin ( x ) ,   k 2 ( x ) = sin ( x ) .
g ( x , t ) = ( 2 α +   β ) e ( t ) sin ( x ) ,   h 1 ( t ) =   h 2 ( t ) = 0
In Table 1 shows a comparison of the absolute errors values of Fibonacci polynomial solution and corrected Fibonacci polynomial solution with Taylor Matrix Method and Legendre Multiwavelet Method. Also, Figure 1 clearly shows when the N values increase, and when the absolute error function values rapidly decrease.
Example 3. 
[1] As a final example, we solve the hyperbolic Telegraph Equation
2 u ( x , t ) t 2 + u ( x , t ) t + u ( x , t ) 2 u ( x , t ) x 2 = ( 2 2 t + t 2 ) ( x x 2 ) e ( t ) + 2 t 2 e ( t ) ,
0 < x < 1 ,   t 0
with the initial conditions
u ( x , 0 ) = 0 ,   0 < x < 2 u t ( x , 0 ) = 0 ,   0 < x < 2
and Dirichlet boundary conditions
u ( 0 , t ) = 0 ,   t 0 u ( 1 , t ) = 0 ,   t 0.
The exact solution of this problem is
u ( x , t ) = t 2 ( x x 2 ) e ( t )
where l = 1 ,   τ = 1 ,   α = 1 ,   β = 1 , k 1 ( x ) = k 2 ( x ) = 0.
  g ( x , t ) = ( 2 2 t + t 2 ) ( x x 2 ) e ( t ) 2 t 2 e ( t ) ,   h 1 ( t ) =   h 2 ( t ) = 0  
Exact solution and numerical solution for N = 11 are plotted in Figure 2. On the other hand, taking N = 7 ,   11 ,   14 , we compared the absolute error functions in Figure 3 and Table 2.
Table 3 shows a comparison of the L values of Fibonacci polynomial solution and corrected Fibonacci polynomial solution with B-spline Collocation Method and Tau Method for Example 3.

6. Conclusions

In this article, we have presented a new approach using the Fibonacci polynomials to solve the Telegraph equation which is a typical example of the hyperbolic type PDEs. The solution of this equation is expressed as a truncated series of Fibonacci polynomials, which are then transformed from algebraic form to matrix form. The new method has been applied to three illustrative examples. Illustrated examples are contained to demonstrate the applicability and the validity of the method and the obtained results are compared with the different methods in literature. The results show the efficiently and the accuracy of the present work. Moreover, it is well seen from these examples that the method yields either the exact solution or a high accuracy approximate solution for the telegraph equations. Also, as N increases, the errors decrease more rapidly. One of the considerable advantages of this technique is that the approximate solutions are found very easily by using the computer programs. As seen from this study, the new approach with Fibonacci polynomial is a good approximation for solving the Telegraph equations.

Acknowledgments

The research was supported by the Scientific Research Project Administration of Celal Bayar University.

Author Contributions

A.K.B and S.Y. collectively carried out this study, improved method, and writing software them. A.K.B. wrote the manuscript. S.Y. helped to revise the manuscript. All authors read and approved the final manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Saadatmandi, A.; Dehghan, M. Numerical solution of hyperbolic telegraph equation using the Chebyshev tau method. Numer. Methods Part. Differ. Equ. 2010, 26, 239–252. [Google Scholar] [CrossRef]
  2. Dehghan, M.; Shokri, A. A numerical method for solving the hyperbolic telegraph equation. Numer. Methods Part. Differ. Equ. 2008, 24, 1080–1093. [Google Scholar] [CrossRef]
  3. El-Azab, M.S.; El-Gamel, M. A numerical algorithm for the solution of telegraph equations. Appl. Math. Comput. 2007, 109, 757–764. [Google Scholar] [CrossRef]
  4. Georges, R.; Pearce, J.A. Foundations and Industrial Applications of Microwave and Radio Frequency Fields Physical and Chemical Processes; Wiley: Chichester, UK, 1995. [Google Scholar]
  5. Feng, G.; Chi, C. Unconditionally stable difference schemes for a one-space-dimensional linear hyperbolic equation. Appl. Math. Comput. 2007, 187, 1272–1276. [Google Scholar]
  6. Mohanty, R.K.; Jain, M.K.; George, K. On the use of high order difference methods for the system of one space second order nonlinear hyperbolic equations with variable coefficients. J. Comput. Appl. Math. 1996, 72, 421–431. [Google Scholar] [CrossRef]
  7. Dehghan, M.; Yousefi, S.A.; Lotfi, A. The use of He’s variational iteration method for solving the telegraph and fractional telegraph equations. Int. J. Numer. Methods Biomed. Eng. 2011, 27, 219–231. [Google Scholar] [CrossRef]
  8. Tatari, M.; Haghighi, M. A generalized Laguerre–Legendre spectral collocation method for solving initial-boundary value problems. Appl. Math. Model. 2014, 38, 1351–1364. [Google Scholar] [CrossRef]
  9. Jiwari, R.; Pandit, S.; Mittal, R.C. A differential quadrature algorithm to solve the two dimensional linear hyperbolic telegraph equation with Dirichlet and Neumann boundary conditions. Appl. Math. Comput. 2012, 218, 7279–7294. [Google Scholar] [CrossRef]
  10. Srivastava, V.K.; Mukesh, K.A.; Chaurasia, R.K. Reduced differential transform method to solve two and three dimensional second order hyperbolic telegraphic equations. J. King Saud Univ. Eng. Sci. 2014, 17. [Google Scholar] [CrossRef]
  11. Kurt, A. Fibonacci Polynomial Solutions of Linear Diferential, Integral and Integro-Diferential Equations. Master’s Thesis, Graduate School of Natural and Applied Sciences, Mugla, Mugla University, Merkez, Muğla, Turkey, 2012. [Google Scholar]
  12. Kurt, A.; Yalçınbaş, S.; Sezer, M. Fibonacci Collocation Method For Solving Linear Differential-Difference Equations. Math. Comput. Appl. 2013, 18, 448–458. [Google Scholar]
  13. Kurt, A.; Yalçınbaş, S.; Sezer, M. Fibonacci Collocation Method for Solving High-Order Linear Fredholm Integro-Differential-Difference Equations. Int. J. Math. Math. Sci. 2013, 2013. [Google Scholar] [CrossRef]
  14. Kurt Bahşı, A.; Şahin, N.; Sezer, M. A numerical algorithm with residual error estimation for solution of high-order Pantograph-type functional differential equations using Fibonacci polynomials. New Trends Math. Sci. 2015, 3, 90–102. [Google Scholar]
  15. Kurt Bahşı, A.; Yalçınbaş, S. Fibonacci collocation method with a residual error function to solve linear Volterra integro differential equations. New Trends Math. Sci. 2016, 4, 1–14. [Google Scholar] [CrossRef]
  16. Bülbül, B.; Sezer, M. Taylor polynomial solution of hyperbolic type partial differential equations with constant coefficients. Int. J. Comput. Math. 2011, 88, 533–544. [Google Scholar] [CrossRef]
  17. Yüzbaşı, Ş.; Şahin, N. Numerical solutions of singularly perturbed one-dimensional parabolic convection–diffusion problems by the Bessel collocation method. Appl. Math. Comput. 2013, 220, 305–315. [Google Scholar] [CrossRef]
  18. Bülbül, B.; Sezer, M. A Taylor matrix method for the solution of a two-dimensional linear hyperbolic equation. Appl. Math. Lett. 2011, 24, 1716–1720. [Google Scholar] [CrossRef]
  19. Yüksel, G.; Sezer, M. A Chebyshev Series Approximation for Linear Second-Order Partial Differential Equations with Complicated Conditions. Gazi Univ. J. Sci. 2014, 26, 515–525. [Google Scholar]
  20. Isik, O.R.; Sezer, M.; Güney, Z. Bernstein series solution of linear second-order partial differential equations with mixed conditions. Math. Methods Appl. Sci. 2014, 37, 609–619. [Google Scholar] [CrossRef]
  21. Çevik, M. Application of Taylor Matrix Method to the Solution of Longitudinal Vibration of Rods. Math. Comput. Appl. 2010, 15, 334–343. [Google Scholar]
  22. Shaban, M.; Kazem, S.; Rad, J.A. A modification of the homotopy analysis method based on Chebyshev operational matrices. Math. Comput. Model. 2013, 57, 1227–1239. [Google Scholar] [CrossRef]
  23. Oliveira, F.A. Collacation and residual correction. Numer. Math. 1980, 36, 27–31. [Google Scholar] [CrossRef]
  24. Shahmorad, S. Numerical solution of general form linear Fredholm. Volterra integro differantial equations by the tau method with an error estimation. Appl. Math. Comput. 2005, 167, 1418–1429. [Google Scholar]
  25. Çelik, İ. Collacation method and residual correction using Chebyshev series. Appl. Math. Comput. 2006, 174, 910–920. [Google Scholar]
  26. Yousefi, S.A. Legendre multiwavelet Galerkin method for solving the hyperbolic telegraph equation. Numer. Methods Part. Differ. Equ. 2010, 26, 535–543. [Google Scholar] [CrossRef]
  27. Mittal, R.C.; Bhatia, R. Numerical solution of second order one dimensional hyperbolic telegraph equation by cubic B-spline collocation method. Appl. Math. Comput. 2013, 220, 496–506. [Google Scholar] [CrossRef]
Figure 1. Graphs of the absolute error functions of Exp. 2 for N = 5 , 10 , 13 and   α = 6 , β = 2 . (a) The absolute error function for N = 5 ; (b) The absolute error function for N = 10 ; (c) The absolute error function for   N = 13.
Figure 1. Graphs of the absolute error functions of Exp. 2 for N = 5 , 10 , 13 and   α = 6 , β = 2 . (a) The absolute error function for N = 5 ; (b) The absolute error function for N = 10 ; (c) The absolute error function for   N = 13.
Mca 21 00015 g001
Figure 2. Exact solution and Fibonacci polynomial solution of Example 3 for N = 11 . (a) Exact solution; (b) Present method for N = 11.
Figure 2. Exact solution and Fibonacci polynomial solution of Example 3 for N = 11 . (a) Exact solution; (b) Present method for N = 11.
Mca 21 00015 g002
Figure 3. Graphs of the absolute errors functions of Example 3 for N = 7 ,   11 ,   14 . (a) The absolute error function for N = 7; (b) The absolute error function for N = 11; (c) The absolute error function for N = 14.
Figure 3. Graphs of the absolute errors functions of Example 3 for N = 7 ,   11 ,   14 . (a) The absolute error function for N = 7; (b) The absolute error function for N = 11; (c) The absolute error function for N = 14.
Mca 21 00015 g003
Table 1. Comparison of the absolute errors values of Fibonacci polynomial solution and corrected Fibonacci polynomial solution with Taylor Matrix Method and Legendre Multiwavelet Method for Example 1 and   α = 4 , β = 2 .
Table 1. Comparison of the absolute errors values of Fibonacci polynomial solution and corrected Fibonacci polynomial solution with Taylor Matrix Method and Legendre Multiwavelet Method for Example 1 and   α = 4 , β = 2 .
ValuesTaylor Matrix Method [16]Legendre Multiwavelet [26]Fibonacci Polynomial SolutionCorrected Fibonacci Polynomial Solution
( x r , t r ) N = 11 N = 12 N = 12 ,   M = 14
( 0.1 , 0.1 ) 7.68 e 20 8.31 e 10 1.19 e 10 4.28 e 12
( 0.2 , 0.2 ) 7.34 e 16 2.00 e 10 7.00 e 11 5.93 e 13
( 0.3 , 0.3 ) 1.66 e 13 1.00 e 10 5.32 e 10 3.56 e 12
( 0.4 , 0.4 ) 8.12 e 12 4.00 e 09 7.68 e 10 6.13 e 12
( 0.5 , 0.5 ) 1.71 e 10 1.11 e 09 5.04 e 10 7.07 e 12
( 0.6 , 0.6 ) 2.11 e 09 5.00 e 10 1.93 e 10 6.62 e 12
( 0.7 , 0.7 ) 1.81 e 09 3.36 e 08 1.02 e 09 4.93 e 12
( 0.8 , 0.8 ) 1.18 e 07 8.32 e 07 1.63 e 09 2.39 e 12
( 0.9 , 0.9 ) 6.03 e 07 2.80 e 06 1.35 e 09 2.40 e 13
Table 2. Comparison of the absolute error values E N   ( x r , 1 ) of Example 3 for N = 7 ,   11 ,   14 .
Table 2. Comparison of the absolute error values E N   ( x r , 1 ) of Example 3 for N = 7 ,   11 ,   14 .
Present Method
x i N = 7 N = 11 N = 14
0.1 8.875 e 6 2.140 e 10 2.454 e 15
0.2 1.283 e 6 2.713 e 10 4.741 e 16
0.3 3.515 e 6 1.435 e 10 1.363 e 15
0.4 4.354 e 6 1.400 e 10 1.414 e 16
0.5 1.644 e 5 2.330 e 10 1.187 e 16
0.6 2.848 e 5 1.464 e 11 5.275 e 17
0.7 4.052 e 5 2.135 e 10 5.596 e 16
0.8 5.250 e 5 1.539 e 10 3.518 e 16
0.9 5.283 e 5 1.011 e 10 1.438 e 15
Table 3. Comparison of the L values of Fibonacci polynomial solution and corrected Fibonacci polynomial solution with B-spline Collocation Method and Tau Method for Example 3.
Table 3. Comparison of the L values of Fibonacci polynomial solution and corrected Fibonacci polynomial solution with B-spline Collocation Method and Tau Method for Example 3.
B-Spline Collocation Method [27]Tau Method [1]Fibonacci Polynomial SolutionCorrected Fibonacci Polynomial Solution
h = 0.01   Δ t = 0.001 N = 8 N = 8 ,   M = 10
t L L L L
1 5.9153 e 5 1.8479 e 5 4.9393 e 6 3.9524 e 9
2 1.7864 e 5 1.0713 e 5 3.6458 e 5 1.3181 e 6

Share and Cite

MDPI and ACS Style

Kurt Bahşı, A.; Yalçınbaş, S. A New Algorithm for the Numerical Solution of Telegraph Equations by Using Fibonacci Polynomials. Math. Comput. Appl. 2016, 21, 15. https://doi.org/10.3390/mca21020015

AMA Style

Kurt Bahşı A, Yalçınbaş S. A New Algorithm for the Numerical Solution of Telegraph Equations by Using Fibonacci Polynomials. Mathematical and Computational Applications. 2016; 21(2):15. https://doi.org/10.3390/mca21020015

Chicago/Turabian Style

Kurt Bahşı, Ayşe, and Salih Yalçınbaş. 2016. "A New Algorithm for the Numerical Solution of Telegraph Equations by Using Fibonacci Polynomials" Mathematical and Computational Applications 21, no. 2: 15. https://doi.org/10.3390/mca21020015

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop