SlideShare a Scribd company logo
IOSR Journal of Mathematics (IOSR-JM)
e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 11, Issue 6 Ver. II (Nov. - Dec. 2015), PP 49-52
www.iosrjournals.org
DOI: 10.9790/5728-11624952 www.iosrjournals.org 49 | Page
A Study on Differential Equations on the Sphere Using Leapfrog
Method
S.Karunanithi1
, S. Chakravarthy1
, S. Sekar2
1
(Department of Mathematics, Government Thirumagal Mills College, Gudiyattam – 632 602, India)
2
(Department of Mathematics, Government Arts College (Autonomous), Salem – 636 007, India)
Abstract: In this article, a new method of analysis of the differential equations on the sphere using Leapfrog
method is presented. To illustrate the effectiveness of the Leapfrog method, an example of the differential
equations on the sphere has been considered and the solutions were obtained using methods taken taken from
the literature [17] and Leapfrog method. The obtained discrete solutions are compared with the exact solutions
of the differential equations on the sphere. Solution graphs for the differential equations on the sphere have
been presented in the graphical form to show the efficiency of this Leapfrog method. This Leapfrog method can
be easily implemented in a digital computer and the solution can be obtained for any length of time.
Keywords: Differential equations, system of differential equations, Differential equations on the sphere,
Single-term Haar wavelet series, Leapfrog Method.
I. Introduction
Mathematical modeling aims to describe the different aspects of the real world, their interaction, and
their dynamics through mathematics. It constitutes the third pillar of science and engineering, achieving the
fulfillment of the two more traditional disciplines, which are theoretical analysis and experimentation.
Nowadays, mathematical modeling has a key role also in fields such as the environment and industry, while its
potential contribution in many other areas is becoming more and more evident. One of the reasons for this
growing success is definitely due to the impetuous progress of scientific computation; this discipline allows the
translation of a mathematical model, which can be explicitly solved only occasionally, into algorithms that can
be treated and solved by ever more powerful computers.
Since 1960 numerical analysis, the discipline that allows mathematical equations (algebraic, functional,
differential, and integrals) to be solved through algorithms, had a leading role in solving problems linked to
mathematical modeling derived from engineering and applied sciences. Following this success, new disciplines
started to use mathematical modeling, namely information and communication technology, bioengineering,
financial engineering, and so on. As a matter of fact, mathematical models offer new possibilities to manage the
increasing complexity of technology, which is at the basis of modern industrial production. They can explore
new solutions in a very short time period, thus allowing the speed of innovation cycles to be increased. This
ensures a potential advantage to industries, which can save time and money in the development and validation
phases. We can state therefore that mathematical modeling and scientific computation are gradually and
relentlessly expanding in manifold fields, becoming a unique tool for qualitative and quantitative analysis. In the
following paragraphs we will discuss the role of mathematical modeling and of scientific computation in applied
sciences; their importance in simulating, analyzing, and decision making; and their contribution to technological
progress. We will show some results and underline the perspectives in different fields such as industry,
environment, life sciences, and sports.
The goal of this article is to construct a numerical method for addressing the differential equations on
the sphere problem by an application of the Leapfrog method which was studied by Sekar and team of his
researchers [2-15]. Recently, Sekar et al. [17] discussed the differential equations on the sphere problem using
STHW. In this paper, the same differential equations on the sphere problem was considered (discussed by Sekar
et al. [17]) but present a different approach using the Leapfrog method with more accuracy for the differential
equations on the sphere problem.
II. Leapfrog Method
The most familiar and elementary method for approximating solutions of an initial value problem is
Euler’s Method. Euler’s Method approximates the derivative in the form of     d
Ryytyytfy  ,,, 00 by
a finite difference quotient        htyhtyty / . We shall usually discretize the independent variable in
equal increments:
01 ,...,1,0, tnhtt nn  .
A Study on Differential Equations on the Sphere Using Leapfrog Method
DOI: 10.9790/5728-116XXXXX www.iosrjournals.org 50 | Page
Henceforth we focus on the scalar case, N = 1. Rearranging the difference quotient gives us the
corresponding approximate values of the dependent variable:
  01 ,...,1,0,, tnythfyy nnnn 
To obtain the leapfrog method, we discretize nt as in 01 ,...,1,0, tnhtt nn  , but we double the time
interval, h, and write the midpoint approximation     






2
h
tyhtyhty in the form
       htyhtyhty /2 
and then discretize it as follows:
  011 ,...,1,0,,2 tnythfyy nnnn  
The leapfrog method is a linear m = 2-step method, with 2,1,1,0 0110   bbaa and 01 b . It
uses slopes evaluated at odd values of n to advance the values at points at even values of n, and vice versa,
reminiscent of the children’s game of the same name. For the same reason, there are multiple solutions of the
leapfrog method with the same initial value 0yy  . This situation suggests a potential instability present in
multistep methods, which must be addressed when we analyze them—two values, 0y and 1y , are required to
initialize solutions of   011 ,...,1,0,,2 tnythfyy nnnn   uniquely, but the analytical problem
    d
Ryytyytfy  ,,, 00 only provides one. Also for this reason, one-step methods are used to initialize
multistep methods.
III. Differential Equations on the Sphere
This section features differential equations on the sphere of ordinary differential equations to be solved
numerically. The results from the Leapfrog method are compared with the results from some of the classical
integrators such as STHW method, which is mentioned in Section 2, and the build-in integrator ODE45 from
Matlab. For more information on ODE45, please refer to Shampine [16]. With the exception of ODE45, the
experiments performed in this chapter will involve integrators based on fixed step size h and fixed order.
Differential equation on the sphere was designed to be solved by the Leapfrog method and STHW
method, and it is another example featured in Hairer and Wanner [1].














01.0)cos(4.0
1.00
)cos(4.00
tt
tt
tt
dt
dy
     ,tytAty    .
1
0
0
0










y (1)
The solution  ty R3
in Eq. (1) is a vector of unit length, evolving on the unit sphere. That is, the
solution vector y(t) rotates around the spherical surface with respect to its origin, and naturally, the
homogeneous manifold in this case is the unit sphere. Then, the general presentation of the differential equation,
with which we want to solve for the solution y(t) is given by,
     ,tQtAtQ    ,0 IdQ 
where Q(t) is the corresponding 3  3 matrix in the differential equation. This is exactly the form of the
differential equation. To perform the numerical experiments, let us suppose that we want to integrate Eq. (1)
with the given initial condition y(0), over the time interval t = [0, 64] with a constant stepsize of h = 1/20, and
order p = 4 for the 4 integrators Leapfrog and STHW methods. Once again, we also integrate the same problem
with Matlab's ODE45 for comparison.
In the two graphs in Figure 1, we plotted the three dimensional solutions y(t) over the integration
period, on the unit sphere for the four methods under consideration, using the same stepsize h. It is apparent that
solutions from the RK integrator eventually drift away from the surface of the sphere, while solutions from the
other three integrators appear to adhere to the same surface. Again assuming that ODE45 produces the most
accurate solutions y(t) when solving the same initial value problem, then we can take a look at the difference of
solutions between ODE45's and the other four integrators. Such results are plotted in the bottom four graphs in
Figure 1. Note that the difference between ODE45's and the method such as Leapfrog method are significantly
smaller, than the differences between ODE45's and STHW method.
One of the advantage of using the Leapfrog method for solving this type of differential equations on the
sphere is that the Leapfrog method action produces special orthogonal matrices, which, when multiplied to the
vector  ty R3
, preserves its length in the rotation, so that solutions y(t) will always remain on the sphere.
This is not true if we use classical integrators such as STHW method. We can see this by observing the variation
in the length of the solution vectors y(t) with respect to the initial length, at each time step for all four integrators
tested, in Figure 2.
A Study on Differential Equations on the Sphere Using Leapfrog Method
DOI: 10.9790/5728-116XXXXX www.iosrjournals.org 51 | Page
Figure 1: From solving Equation (1), the above 2 graphs are the solutions from each integrator plotted on the
surface of a unit sphere. In Figure 2 graphs are the difference between solutions from ODE45 and each of the 2
integrators. y0 = [0, 0, 1], t0 = 0, tf = 64, and h = 1/20.
Figure 2: From solving Equation (1), the variation in the length of solution vectors against time t is plotted for
each integrator. y0 = [0, 0, 1], t0 = 0, tf = 64, and h = 1/20.
IV. Conclusion
The obtained discrete solution of the numerical examples shows the efficiency of the Leapfrog for
finding the solution of differential equations on the sphere. From the Figures 1 and 2, we can observe that the
solution graph is come closer in Leapfrog method when compared to other methods from ODE45 taken from the
literature []. Hence, the Leapfrog method is more suitable for studying the differential equations on the sphere.
Acknowledgements
The authors gratefully acknowledge the Dr. K. Balamurugan, Professor, Department of English,
Bharathiyar College of Engineering & Technology, Thiruvettakudy, Karaikal – 609 609, for his support to
improve the language of this article.
A Study on Differential Equations on the Sphere Using Leapfrog Method
DOI: 10.9790/5728-116XXXXX www.iosrjournals.org 52 | Page
References
[1] E. Hairer and G. Wanner, ―Solving ordinary differential equations I: Non-stiff problems‖, 2nd
Ed., Springer-Verlag, Berlin, (1996).
[2] S. Karunanithi, S. Chakravarthy and S. Sekar, ―Comparison of Leapfrog and single term Haar wavelet series method to solve the
second order linear system with singular-A‖, Journal of Mathematical and Computational Sciences, vol. 4, no. 4, 2014, pp. 804-816.
[3] S. Karunanithi, S. Chakravarthy and S. Sekar, ―A Study on Second-Order Linear Singular Systems using Leapfrog Method‖,
International Journal of Scientific & Engineering Research, vol. 5, issue 8, August-2014, pp. 747-750.
[4] S. Sekar and K. Prabhavathi, ―Numerical solution of first order linear fuzzy differential equations using Leapfrog method‖, IOSR
Journal of Mathematics, vol. 10, no. 5 Ver. I, (Sep-Oct. 2014), pp. 07-12.
[5] S. Sekar and K. Prabhavathi, ―Numerical Solution of Second Order Fuzzy Differential Equations by Leapfrog Method‖,
International Journal of Mathematics Trends and Technology, vol. 16, no. 2, 2014, pp. 74-78.
[6] S. Sekar and K. Prabhavathi, ―Numerical Strategies for the nth
–order fuzzy differential equations by Leapfrog Method‖,
International Journal of Mathematical Archive, vol. 6, no. 1, 2014, pp. 162-168.
[7] S. Sekar and K. Prabhavathi, ―Numerical Strategies for the nth
–order fuzzy differential equations by Leapfrog Method‖,
International Journal of Mathematical Archive, vol. 6, no. 1, 2014, pp. 162-168.
[8] S. Sekar and K. Prabhavathi, ―Numerical aspects of Fuzzy Differential Inclusions using Leapfrog Method‖, Global Journal of Pure
and Applied Mathematics, vol. 11, no. 1, 2015, pp. 52-55.
[9] S. Sekar and K. Prabhavathi, ―Numerical treatment for the Nonlinear Fuzzy Differential Equations using Leapfrog Method‖,
International Journal of Mathematics Trends and Technology, vol. 26, no. 1, October 2015, pp. 35-39.
[10] S. Sekar and K. Prabhavathi, ―Numerical investigation of the hybrid fuzzy differential equations using Leapfrog Method‖,
International Journal of Pure and Applied Mathematics, vol. 103, no. 3, 2015, pp. 385-394.
[11] S. Sekar and M. Vijayarakavan, ―Numerical Investigation of first order linear Singular Systems using Leapfrog Method‖,
International Journal of Mathematics Trends and Technology, vol. 12, no. 2, 2014, pp. 89-93.
[12] S. Sekar and M. Vijayarakavan, ―Numerical Solution of Stiff Delay and Singular Delay Systems using Leapfrog Method‖,
International Journal of Scientific & Engineering Research, vol. 5, no. 12, December-2014, pp. 1250-1253.
[13] S. Sekar and M. Vijayarakavan, ―Observer design of Singular Systems (Robot Arm Model) using Leapfrog Method‖, Global
Journal of Pure and Applied Mathematics, vol. 11, no. 1, 2015, pp. 68-71.
[14] S. Sekar and M. Vijayarakavan, ―Numerical approach to the CNN Based Hole-Filler Template Design Using Leapfrog Method‖,
IOSR Journal of Mathematics, vol. 11, issue 2 Ver. V, (Jul-Aug. 2015), pp. 62-67.
[15] S. Sekar and M. Vijayarakavan, ―Numerical treatment of Periodic and Oscillatory Problems Using Leapfrog Method‖, International
Journal of Mathematics Trends and Technology, vol. 26, no. 1, October 2015, pp. 24-28.
[16] L.F. Shampine, ―Numerical Solution of Ordinary Differential Equations‖, Chapman & Hall, New York, U.S.A., (1994).
[17] S. Sekar and G. Balaji, ―Analysis of the differential equations on the sphere using single-term Haar wavelet series‖, International
Journal of Computer, Mathematical Sciences and Applications, vol. 4, nos.. 3-4, 2010, pp. 387-393.

More Related Content

What's hot

Introductory maths analysis chapter 07 official
Introductory maths analysis   chapter 07 officialIntroductory maths analysis   chapter 07 official
Introductory maths analysis chapter 07 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 17 official
Introductory maths analysis   chapter 17 officialIntroductory maths analysis   chapter 17 official
Introductory maths analysis chapter 17 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 09 official
Introductory maths analysis   chapter 09 officialIntroductory maths analysis   chapter 09 official
Introductory maths analysis chapter 09 officialEvert Sandye Taasiringan
 
Mathematical modelling ppt
Mathematical modelling pptMathematical modelling ppt
Mathematical modelling ppt
Sanjeev Kumar Prajapati
 
Ck31369376
Ck31369376Ck31369376
Ck31369376IJMER
 
Lecture 9 dim & rank - 4-5 & 4-6
Lecture 9   dim & rank -  4-5 & 4-6Lecture 9   dim & rank -  4-5 & 4-6
Lecture 9 dim & rank - 4-5 & 4-6
njit-ronbrown
 
Introduction of vectors
Introduction of vectorsIntroduction of vectors
Introduction of vectors
Pankaj Das
 
Lecture 7 determinants cramers spaces - section 3-2 3-3 and 4-1
Lecture 7   determinants cramers spaces - section 3-2 3-3 and 4-1Lecture 7   determinants cramers spaces - section 3-2 3-3 and 4-1
Lecture 7 determinants cramers spaces - section 3-2 3-3 and 4-1
njit-ronbrown
 
International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1
IJEMM
 
Finite Difference Method for Nonlocal Singularly Perturbed Problem
Finite Difference Method for Nonlocal Singularly Perturbed ProblemFinite Difference Method for Nonlocal Singularly Perturbed Problem
Finite Difference Method for Nonlocal Singularly Perturbed Problem
International Journal of Modern Research in Engineering and Technology
 
Lindley smith 1972
Lindley smith 1972Lindley smith 1972
Lindley smith 1972
Julyan Arbel
 
Introductory maths analysis chapter 12 official
Introductory maths analysis   chapter 12 officialIntroductory maths analysis   chapter 12 official
Introductory maths analysis chapter 12 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 13 official
Introductory maths analysis   chapter 13 officialIntroductory maths analysis   chapter 13 official
Introductory maths analysis chapter 13 official
Evert Sandye Taasiringan
 
Introductory maths analysis chapter 11 official
Introductory maths analysis   chapter 11 officialIntroductory maths analysis   chapter 11 official
Introductory maths analysis chapter 11 official
Evert Sandye Taasiringan
 
FPDE presentation
FPDE presentationFPDE presentation
FPDE presentation
Divyansh Verma
 
Graph theoretic approach to solve measurement placement problem for power system
Graph theoretic approach to solve measurement placement problem for power systemGraph theoretic approach to solve measurement placement problem for power system
Graph theoretic approach to solve measurement placement problem for power systemIAEME Publication
 

What's hot (17)

Introductory maths analysis chapter 07 official
Introductory maths analysis   chapter 07 officialIntroductory maths analysis   chapter 07 official
Introductory maths analysis chapter 07 official
 
Introductory maths analysis chapter 17 official
Introductory maths analysis   chapter 17 officialIntroductory maths analysis   chapter 17 official
Introductory maths analysis chapter 17 official
 
Introductory maths analysis chapter 09 official
Introductory maths analysis   chapter 09 officialIntroductory maths analysis   chapter 09 official
Introductory maths analysis chapter 09 official
 
Mathematical modelling ppt
Mathematical modelling pptMathematical modelling ppt
Mathematical modelling ppt
 
Ck31369376
Ck31369376Ck31369376
Ck31369376
 
Lecture 9 dim & rank - 4-5 & 4-6
Lecture 9   dim & rank -  4-5 & 4-6Lecture 9   dim & rank -  4-5 & 4-6
Lecture 9 dim & rank - 4-5 & 4-6
 
Introduction of vectors
Introduction of vectorsIntroduction of vectors
Introduction of vectors
 
Lecture 7 determinants cramers spaces - section 3-2 3-3 and 4-1
Lecture 7   determinants cramers spaces - section 3-2 3-3 and 4-1Lecture 7   determinants cramers spaces - section 3-2 3-3 and 4-1
Lecture 7 determinants cramers spaces - section 3-2 3-3 and 4-1
 
International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1
 
Finite Difference Method for Nonlocal Singularly Perturbed Problem
Finite Difference Method for Nonlocal Singularly Perturbed ProblemFinite Difference Method for Nonlocal Singularly Perturbed Problem
Finite Difference Method for Nonlocal Singularly Perturbed Problem
 
Lindley smith 1972
Lindley smith 1972Lindley smith 1972
Lindley smith 1972
 
Introductory maths analysis chapter 12 official
Introductory maths analysis   chapter 12 officialIntroductory maths analysis   chapter 12 official
Introductory maths analysis chapter 12 official
 
Introductory maths analysis chapter 13 official
Introductory maths analysis   chapter 13 officialIntroductory maths analysis   chapter 13 official
Introductory maths analysis chapter 13 official
 
Unger
UngerUnger
Unger
 
Introductory maths analysis chapter 11 official
Introductory maths analysis   chapter 11 officialIntroductory maths analysis   chapter 11 official
Introductory maths analysis chapter 11 official
 
FPDE presentation
FPDE presentationFPDE presentation
FPDE presentation
 
Graph theoretic approach to solve measurement placement problem for power system
Graph theoretic approach to solve measurement placement problem for power systemGraph theoretic approach to solve measurement placement problem for power system
Graph theoretic approach to solve measurement placement problem for power system
 

Viewers also liked

Vol13 iss1 68-70_a_note_on_generalization_of_classic
Vol13 iss1 68-70_a_note_on_generalization_of_classicVol13 iss1 68-70_a_note_on_generalization_of_classic
Vol13 iss1 68-70_a_note_on_generalization_of_classic
Peter Olanipekun
 
Trials and Tribulations - Horse-racing feature
Trials and Tribulations - Horse-racing featureTrials and Tribulations - Horse-racing feature
Trials and Tribulations - Horse-racing featureJon Davies
 
Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...
Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...
Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...
Martina Pedrazzoli
 
Global Currency Updates
Global Currency UpdatesGlobal Currency Updates
Global Currency Updates
Agrud
 

Viewers also liked (9)

Vol13 iss1 68-70_a_note_on_generalization_of_classic
Vol13 iss1 68-70_a_note_on_generalization_of_classicVol13 iss1 68-70_a_note_on_generalization_of_classic
Vol13 iss1 68-70_a_note_on_generalization_of_classic
 
Trials and Tribulations - Horse-racing feature
Trials and Tribulations - Horse-racing featureTrials and Tribulations - Horse-racing feature
Trials and Tribulations - Horse-racing feature
 
philip cv (4)
philip cv  (4)philip cv  (4)
philip cv (4)
 
krish cv 1
krish cv 1krish cv 1
krish cv 1
 
Resume
ResumeResume
Resume
 
document A
document Adocument A
document A
 
Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...
Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...
Esperienze di rilevamento biometrico a confronto: verso una gestione condivis...
 
Global Currency Updates
Global Currency UpdatesGlobal Currency Updates
Global Currency Updates
 
Rocket singh
Rocket singhRocket singh
Rocket singh
 

Similar to A Study on Differential Equations on the Sphere Using Leapfrog Method

Comparative Analysis of Different Numerical Methods of Solving First Order Di...
Comparative Analysis of Different Numerical Methods of Solving First Order Di...Comparative Analysis of Different Numerical Methods of Solving First Order Di...
Comparative Analysis of Different Numerical Methods of Solving First Order Di...
ijtsrd
 
29 15021 variational final version khalid hammood(edit)
29 15021 variational final version khalid hammood(edit)29 15021 variational final version khalid hammood(edit)
29 15021 variational final version khalid hammood(edit)
nooriasukmaningtyas
 
Solution of second kind volterra integro equations using linear
Solution of second kind volterra integro equations using linearSolution of second kind volterra integro equations using linear
Solution of second kind volterra integro equations using linear
Alexander Decker
 
A modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problemsA modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problemsAlexander Decker
 
A modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problemsA modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problemsAlexander Decker
 
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
mathsjournal
 
Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...
Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...
Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...
IOSR Journals
 
Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...
Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...
Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...
IJECEIAES
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
YogeshIJTSRD
 
Numerical solutions for linear fredholm integro differential
 Numerical solutions for linear fredholm integro differential  Numerical solutions for linear fredholm integro differential
Numerical solutions for linear fredholm integro differential
Alexander Decker
 
Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...
AI Publications
 
SPDE
SPDE SPDE
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
AI Publications
 
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Sheila Sinclair
 
Ijciet 10 02_085
Ijciet 10 02_085Ijciet 10 02_085
Ijciet 10 02_085
IAEME Publication
 
Finding the Extreme Values with some Application of Derivatives
Finding the Extreme Values with some Application of DerivativesFinding the Extreme Values with some Application of Derivatives
Finding the Extreme Values with some Application of Derivatives
ijtsrd
 
Class X Mathematics Study Material
Class X Mathematics Study MaterialClass X Mathematics Study Material
Class X Mathematics Study Material
FellowBuddy.com
 
A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...
Alexander Decker
 
Numerical simulation on laminar free convection flow and heat transfer over a...
Numerical simulation on laminar free convection flow and heat transfer over a...Numerical simulation on laminar free convection flow and heat transfer over a...
Numerical simulation on laminar free convection flow and heat transfer over a...
eSAT Journals
 
vj kb kh o15085 17210-1-pb
vj kb kh o15085 17210-1-pbvj kb kh o15085 17210-1-pb
vj kb kh o15085 17210-1-pb
Engr M Javaid
 

Similar to A Study on Differential Equations on the Sphere Using Leapfrog Method (20)

Comparative Analysis of Different Numerical Methods of Solving First Order Di...
Comparative Analysis of Different Numerical Methods of Solving First Order Di...Comparative Analysis of Different Numerical Methods of Solving First Order Di...
Comparative Analysis of Different Numerical Methods of Solving First Order Di...
 
29 15021 variational final version khalid hammood(edit)
29 15021 variational final version khalid hammood(edit)29 15021 variational final version khalid hammood(edit)
29 15021 variational final version khalid hammood(edit)
 
Solution of second kind volterra integro equations using linear
Solution of second kind volterra integro equations using linearSolution of second kind volterra integro equations using linear
Solution of second kind volterra integro equations using linear
 
A modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problemsA modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problems
 
A modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problemsA modified ode solver for autonomous initial value problems
A modified ode solver for autonomous initial value problems
 
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
A NEW STUDY OF TRAPEZOIDAL, SIMPSON’S1/3 AND SIMPSON’S 3/8 RULES OF NUMERICAL...
 
Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...
Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...
Numerical Investigation of Higher Order Nonlinear Problem in the Calculus Of ...
 
Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...
Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...
Sinc collocation linked with finite differences for Korteweg-de Vries Fraction...
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
 
Numerical solutions for linear fredholm integro differential
 Numerical solutions for linear fredholm integro differential  Numerical solutions for linear fredholm integro differential
Numerical solutions for linear fredholm integro differential
 
Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...
 
SPDE
SPDE SPDE
SPDE
 
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
 
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
 
Ijciet 10 02_085
Ijciet 10 02_085Ijciet 10 02_085
Ijciet 10 02_085
 
Finding the Extreme Values with some Application of Derivatives
Finding the Extreme Values with some Application of DerivativesFinding the Extreme Values with some Application of Derivatives
Finding the Extreme Values with some Application of Derivatives
 
Class X Mathematics Study Material
Class X Mathematics Study MaterialClass X Mathematics Study Material
Class X Mathematics Study Material
 
A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...
 
Numerical simulation on laminar free convection flow and heat transfer over a...
Numerical simulation on laminar free convection flow and heat transfer over a...Numerical simulation on laminar free convection flow and heat transfer over a...
Numerical simulation on laminar free convection flow and heat transfer over a...
 
vj kb kh o15085 17210-1-pb
vj kb kh o15085 17210-1-pbvj kb kh o15085 17210-1-pb
vj kb kh o15085 17210-1-pb
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
iosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
iosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
iosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
iosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
iosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
iosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
iosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
iosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
Mudde & Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...
Mudde &  Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...Mudde &  Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...
Mudde & Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...
frank0071
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
SSR02
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
SAMIR PANDA
 
Anemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptxAnemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptx
muralinath2
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
University of Maribor
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
Sharon Liu
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
RitabrataSarkar3
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Erdal Coalmaker
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
tonzsalvador2222
 
Red blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptxRed blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptx
muralinath2
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
fafyfskhan251kmf
 
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdfMudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
frank0071
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
Introduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptxIntroduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptx
zeex60
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills MN
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
Abdul Wali Khan University Mardan,kP,Pakistan
 

Recently uploaded (20)

如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
Mudde & Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...
Mudde &  Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...Mudde &  Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...
Mudde & Rovira Kaltwasser. - Populism in Europe and the Americas - Threat Or...
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
 
Seminar of U.V. Spectroscopy by SAMIR PANDA
 Seminar of U.V. Spectroscopy by SAMIR PANDA Seminar of U.V. Spectroscopy by SAMIR PANDA
Seminar of U.V. Spectroscopy by SAMIR PANDA
 
Anemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptxAnemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptx
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
 
20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx20240520 Planning a Circuit Simulator in JavaScript.pptx
20240520 Planning a Circuit Simulator in JavaScript.pptx
 
Eukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptxEukaryotic Transcription Presentation.pptx
Eukaryotic Transcription Presentation.pptx
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
 
Red blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptxRed blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptx
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
 
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdfMudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
Introduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptxIntroduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptx
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
 

A Study on Differential Equations on the Sphere Using Leapfrog Method

  • 1. IOSR Journal of Mathematics (IOSR-JM) e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 11, Issue 6 Ver. II (Nov. - Dec. 2015), PP 49-52 www.iosrjournals.org DOI: 10.9790/5728-11624952 www.iosrjournals.org 49 | Page A Study on Differential Equations on the Sphere Using Leapfrog Method S.Karunanithi1 , S. Chakravarthy1 , S. Sekar2 1 (Department of Mathematics, Government Thirumagal Mills College, Gudiyattam – 632 602, India) 2 (Department of Mathematics, Government Arts College (Autonomous), Salem – 636 007, India) Abstract: In this article, a new method of analysis of the differential equations on the sphere using Leapfrog method is presented. To illustrate the effectiveness of the Leapfrog method, an example of the differential equations on the sphere has been considered and the solutions were obtained using methods taken taken from the literature [17] and Leapfrog method. The obtained discrete solutions are compared with the exact solutions of the differential equations on the sphere. Solution graphs for the differential equations on the sphere have been presented in the graphical form to show the efficiency of this Leapfrog method. This Leapfrog method can be easily implemented in a digital computer and the solution can be obtained for any length of time. Keywords: Differential equations, system of differential equations, Differential equations on the sphere, Single-term Haar wavelet series, Leapfrog Method. I. Introduction Mathematical modeling aims to describe the different aspects of the real world, their interaction, and their dynamics through mathematics. It constitutes the third pillar of science and engineering, achieving the fulfillment of the two more traditional disciplines, which are theoretical analysis and experimentation. Nowadays, mathematical modeling has a key role also in fields such as the environment and industry, while its potential contribution in many other areas is becoming more and more evident. One of the reasons for this growing success is definitely due to the impetuous progress of scientific computation; this discipline allows the translation of a mathematical model, which can be explicitly solved only occasionally, into algorithms that can be treated and solved by ever more powerful computers. Since 1960 numerical analysis, the discipline that allows mathematical equations (algebraic, functional, differential, and integrals) to be solved through algorithms, had a leading role in solving problems linked to mathematical modeling derived from engineering and applied sciences. Following this success, new disciplines started to use mathematical modeling, namely information and communication technology, bioengineering, financial engineering, and so on. As a matter of fact, mathematical models offer new possibilities to manage the increasing complexity of technology, which is at the basis of modern industrial production. They can explore new solutions in a very short time period, thus allowing the speed of innovation cycles to be increased. This ensures a potential advantage to industries, which can save time and money in the development and validation phases. We can state therefore that mathematical modeling and scientific computation are gradually and relentlessly expanding in manifold fields, becoming a unique tool for qualitative and quantitative analysis. In the following paragraphs we will discuss the role of mathematical modeling and of scientific computation in applied sciences; their importance in simulating, analyzing, and decision making; and their contribution to technological progress. We will show some results and underline the perspectives in different fields such as industry, environment, life sciences, and sports. The goal of this article is to construct a numerical method for addressing the differential equations on the sphere problem by an application of the Leapfrog method which was studied by Sekar and team of his researchers [2-15]. Recently, Sekar et al. [17] discussed the differential equations on the sphere problem using STHW. In this paper, the same differential equations on the sphere problem was considered (discussed by Sekar et al. [17]) but present a different approach using the Leapfrog method with more accuracy for the differential equations on the sphere problem. II. Leapfrog Method The most familiar and elementary method for approximating solutions of an initial value problem is Euler’s Method. Euler’s Method approximates the derivative in the form of     d Ryytyytfy  ,,, 00 by a finite difference quotient        htyhtyty / . We shall usually discretize the independent variable in equal increments: 01 ,...,1,0, tnhtt nn  .
  • 2. A Study on Differential Equations on the Sphere Using Leapfrog Method DOI: 10.9790/5728-116XXXXX www.iosrjournals.org 50 | Page Henceforth we focus on the scalar case, N = 1. Rearranging the difference quotient gives us the corresponding approximate values of the dependent variable:   01 ,...,1,0,, tnythfyy nnnn  To obtain the leapfrog method, we discretize nt as in 01 ,...,1,0, tnhtt nn  , but we double the time interval, h, and write the midpoint approximation            2 h tyhtyhty in the form        htyhtyhty /2  and then discretize it as follows:   011 ,...,1,0,,2 tnythfyy nnnn   The leapfrog method is a linear m = 2-step method, with 2,1,1,0 0110   bbaa and 01 b . It uses slopes evaluated at odd values of n to advance the values at points at even values of n, and vice versa, reminiscent of the children’s game of the same name. For the same reason, there are multiple solutions of the leapfrog method with the same initial value 0yy  . This situation suggests a potential instability present in multistep methods, which must be addressed when we analyze them—two values, 0y and 1y , are required to initialize solutions of   011 ,...,1,0,,2 tnythfyy nnnn   uniquely, but the analytical problem     d Ryytyytfy  ,,, 00 only provides one. Also for this reason, one-step methods are used to initialize multistep methods. III. Differential Equations on the Sphere This section features differential equations on the sphere of ordinary differential equations to be solved numerically. The results from the Leapfrog method are compared with the results from some of the classical integrators such as STHW method, which is mentioned in Section 2, and the build-in integrator ODE45 from Matlab. For more information on ODE45, please refer to Shampine [16]. With the exception of ODE45, the experiments performed in this chapter will involve integrators based on fixed step size h and fixed order. Differential equation on the sphere was designed to be solved by the Leapfrog method and STHW method, and it is another example featured in Hairer and Wanner [1].               01.0)cos(4.0 1.00 )cos(4.00 tt tt tt dt dy      ,tytAty    . 1 0 0 0           y (1) The solution  ty R3 in Eq. (1) is a vector of unit length, evolving on the unit sphere. That is, the solution vector y(t) rotates around the spherical surface with respect to its origin, and naturally, the homogeneous manifold in this case is the unit sphere. Then, the general presentation of the differential equation, with which we want to solve for the solution y(t) is given by,      ,tQtAtQ    ,0 IdQ  where Q(t) is the corresponding 3  3 matrix in the differential equation. This is exactly the form of the differential equation. To perform the numerical experiments, let us suppose that we want to integrate Eq. (1) with the given initial condition y(0), over the time interval t = [0, 64] with a constant stepsize of h = 1/20, and order p = 4 for the 4 integrators Leapfrog and STHW methods. Once again, we also integrate the same problem with Matlab's ODE45 for comparison. In the two graphs in Figure 1, we plotted the three dimensional solutions y(t) over the integration period, on the unit sphere for the four methods under consideration, using the same stepsize h. It is apparent that solutions from the RK integrator eventually drift away from the surface of the sphere, while solutions from the other three integrators appear to adhere to the same surface. Again assuming that ODE45 produces the most accurate solutions y(t) when solving the same initial value problem, then we can take a look at the difference of solutions between ODE45's and the other four integrators. Such results are plotted in the bottom four graphs in Figure 1. Note that the difference between ODE45's and the method such as Leapfrog method are significantly smaller, than the differences between ODE45's and STHW method. One of the advantage of using the Leapfrog method for solving this type of differential equations on the sphere is that the Leapfrog method action produces special orthogonal matrices, which, when multiplied to the vector  ty R3 , preserves its length in the rotation, so that solutions y(t) will always remain on the sphere. This is not true if we use classical integrators such as STHW method. We can see this by observing the variation in the length of the solution vectors y(t) with respect to the initial length, at each time step for all four integrators tested, in Figure 2.
  • 3. A Study on Differential Equations on the Sphere Using Leapfrog Method DOI: 10.9790/5728-116XXXXX www.iosrjournals.org 51 | Page Figure 1: From solving Equation (1), the above 2 graphs are the solutions from each integrator plotted on the surface of a unit sphere. In Figure 2 graphs are the difference between solutions from ODE45 and each of the 2 integrators. y0 = [0, 0, 1], t0 = 0, tf = 64, and h = 1/20. Figure 2: From solving Equation (1), the variation in the length of solution vectors against time t is plotted for each integrator. y0 = [0, 0, 1], t0 = 0, tf = 64, and h = 1/20. IV. Conclusion The obtained discrete solution of the numerical examples shows the efficiency of the Leapfrog for finding the solution of differential equations on the sphere. From the Figures 1 and 2, we can observe that the solution graph is come closer in Leapfrog method when compared to other methods from ODE45 taken from the literature []. Hence, the Leapfrog method is more suitable for studying the differential equations on the sphere. Acknowledgements The authors gratefully acknowledge the Dr. K. Balamurugan, Professor, Department of English, Bharathiyar College of Engineering & Technology, Thiruvettakudy, Karaikal – 609 609, for his support to improve the language of this article.
  • 4. A Study on Differential Equations on the Sphere Using Leapfrog Method DOI: 10.9790/5728-116XXXXX www.iosrjournals.org 52 | Page References [1] E. Hairer and G. Wanner, ―Solving ordinary differential equations I: Non-stiff problems‖, 2nd Ed., Springer-Verlag, Berlin, (1996). [2] S. Karunanithi, S. Chakravarthy and S. Sekar, ―Comparison of Leapfrog and single term Haar wavelet series method to solve the second order linear system with singular-A‖, Journal of Mathematical and Computational Sciences, vol. 4, no. 4, 2014, pp. 804-816. [3] S. Karunanithi, S. Chakravarthy and S. Sekar, ―A Study on Second-Order Linear Singular Systems using Leapfrog Method‖, International Journal of Scientific & Engineering Research, vol. 5, issue 8, August-2014, pp. 747-750. [4] S. Sekar and K. Prabhavathi, ―Numerical solution of first order linear fuzzy differential equations using Leapfrog method‖, IOSR Journal of Mathematics, vol. 10, no. 5 Ver. I, (Sep-Oct. 2014), pp. 07-12. [5] S. Sekar and K. Prabhavathi, ―Numerical Solution of Second Order Fuzzy Differential Equations by Leapfrog Method‖, International Journal of Mathematics Trends and Technology, vol. 16, no. 2, 2014, pp. 74-78. [6] S. Sekar and K. Prabhavathi, ―Numerical Strategies for the nth –order fuzzy differential equations by Leapfrog Method‖, International Journal of Mathematical Archive, vol. 6, no. 1, 2014, pp. 162-168. [7] S. Sekar and K. Prabhavathi, ―Numerical Strategies for the nth –order fuzzy differential equations by Leapfrog Method‖, International Journal of Mathematical Archive, vol. 6, no. 1, 2014, pp. 162-168. [8] S. Sekar and K. Prabhavathi, ―Numerical aspects of Fuzzy Differential Inclusions using Leapfrog Method‖, Global Journal of Pure and Applied Mathematics, vol. 11, no. 1, 2015, pp. 52-55. [9] S. Sekar and K. Prabhavathi, ―Numerical treatment for the Nonlinear Fuzzy Differential Equations using Leapfrog Method‖, International Journal of Mathematics Trends and Technology, vol. 26, no. 1, October 2015, pp. 35-39. [10] S. Sekar and K. Prabhavathi, ―Numerical investigation of the hybrid fuzzy differential equations using Leapfrog Method‖, International Journal of Pure and Applied Mathematics, vol. 103, no. 3, 2015, pp. 385-394. [11] S. Sekar and M. Vijayarakavan, ―Numerical Investigation of first order linear Singular Systems using Leapfrog Method‖, International Journal of Mathematics Trends and Technology, vol. 12, no. 2, 2014, pp. 89-93. [12] S. Sekar and M. Vijayarakavan, ―Numerical Solution of Stiff Delay and Singular Delay Systems using Leapfrog Method‖, International Journal of Scientific & Engineering Research, vol. 5, no. 12, December-2014, pp. 1250-1253. [13] S. Sekar and M. Vijayarakavan, ―Observer design of Singular Systems (Robot Arm Model) using Leapfrog Method‖, Global Journal of Pure and Applied Mathematics, vol. 11, no. 1, 2015, pp. 68-71. [14] S. Sekar and M. Vijayarakavan, ―Numerical approach to the CNN Based Hole-Filler Template Design Using Leapfrog Method‖, IOSR Journal of Mathematics, vol. 11, issue 2 Ver. V, (Jul-Aug. 2015), pp. 62-67. [15] S. Sekar and M. Vijayarakavan, ―Numerical treatment of Periodic and Oscillatory Problems Using Leapfrog Method‖, International Journal of Mathematics Trends and Technology, vol. 26, no. 1, October 2015, pp. 24-28. [16] L.F. Shampine, ―Numerical Solution of Ordinary Differential Equations‖, Chapman & Hall, New York, U.S.A., (1994). [17] S. Sekar and G. Balaji, ―Analysis of the differential equations on the sphere using single-term Haar wavelet series‖, International Journal of Computer, Mathematical Sciences and Applications, vol. 4, nos.. 3-4, 2010, pp. 387-393.