Comparative Studies between Picard’s and Taylor’s Methods of Numerical Solutions of First Ordinary Order Differential Equations Arising from Real-Life Problems

Abstract

To solve the first-order differential equation derived from the problem of a free-falling object and the problem arising from Newton’s law of cooling, the study compares the numerical solutions obtained from Picard’s and Taylor’s series methods. We have carried out a descriptive analysis using the MATLAB software. Picard’s and Taylor’s techniques for deriving numerical solutions are both strong mathematical instruments that behave similarly. All first-order differential equations in standard form that have a constant function on the right-hand side share this similarity. As a result, we can conclude that Taylor’s approach is simpler to use, more effective, and more accurate. We will contrast Rung Kutta and Taylor’s methods in more detail in the following section.

Share and Cite:

Elnour, K. (2024) Comparative Studies between Picard’s and Taylor’s Methods of Numerical Solutions of First Ordinary Order Differential Equations Arising from Real-Life Problems. Journal of Applied Mathematics and Physics, 12, 877-896. doi: 10.4236/jamp.2024.123055.

1. Introduction

Differential equations play a crucial role in advancing various natural and social sciences by finding solutions to many problems humans face. This is achieved through modeling problems, which often involve rates. Due to the difficulty of finding solutions for some types of these equations, mathematicians have turned to alternative methods known as approximate numerical solutions. These solutions take various forms, such as Taylor’s method, Picard’s method, Euler’s method, Runge-Kutta’s method, and others.

These methods have garnered significant interest from researchers by applying them to solve differential equations, especially those of the first order. Researchers have also focused on the idea of comparing these methods in terms of the quality of the approximate solutions. Previous studies [1] [2] [3] [4] addressed the comparison topic and a good agreement with the exact solution in favor of the Runge-Kutta method for accurate results and minimum amount of error, and in [5] using Euler’s method for higher orders. In studies [6] and [7] the authors used Picard and Taylor methods to solve motion and atmospheric pressure problems and observed that Taylor’s method converged faster than Picard’s method and for [8] the authors showed that Euler’s method is less accurate than Runge-Kotta method. In contrast, the current study focused on using Picard and Taylor’s methods to study the phenomena of free-fall motion of bodies and Newton’s law of cooling. The uniqueness of the current study lies in its connection between these two phenomena, which many studies have overlooked. Additionally, the study used the MATLAB program for the comparative analysis.

Through careful and investigative study in this field, the researcher addressed the scarcity of research that dealt with physical and natural issues by finding appropriate solutions to them, especially using the Picard and Taylor methods, and from here the problem of the study emerged, which was represented in the following questions.

1.1. Questions of the Study

1) Is there a difference between the numerical solutions of Picard’s and Taylor’s methods compared to the exact solution of the first-order differential equation?

2) Is there a difference between the numerical solutions of Picard’s and Taylor’s method compared to the exact solution of the first-order differential equation arising from the problem of free-falling objects under the influence of Earth’s gravity?

3) Is there a difference between the numerical solutions of Picard’s and Taylor’s methods compared to the exact solution of the first-order differential equation arising from the problem of Newton’s law of cooling?

1.2. Research Objectives

This research target to:

1) Investigate the difference between the numerical solutions of Picard’s and Taylor’s methods compared to the exact solution of the first-order differential equation.

2) Compare the numerical solutions of Picard’s and Taylor’s series method for finding the solution of the first-order differential equation arising from the problem of free-falling objects under the influence of Earth’s gravity.

3) Investigate the difference between the numerical solutions of Picard’s and Taylor’s methods compared to the exact solution of the first-order differential equation arising from the problem of Newton’s law of cooling.

1.3. Formulation of the Problem

For obtaining the approximate solutions to the initial value problem of an ordinary differential equation, we consider two numerical methods consisting of the form:

d y d x = f ( x , y ) , y ( x 0 ) = y 0 (1)

Such that y ( x ) is the solution of Equation (1).

1.4. Lipschitz Condition

A function f ( x , y ) defined on a domain D of xy plane is satisfying Lipschitz condition w.r.t y in D if there exists a constant K such that:

| f ( x , y 2 ) f ( x , y 1 ) | k ( y 2 y 1 ) , for all ( x , y 1 ) , ( x , y 2 ) D .

1.5. Theorem

Let D be z region in 2 , such that D = { ( x , y ) : | x x 0 | a , ( x , y ) : | y y 0 | b } and f : D be a real function such that:

1) f ( x , y ) is continuous on D.

2) f ( x , y ) is bounded on D.

3) f ( x , y ) satisfy Lipschitz condition.

Then the initial value problem of first-order differential equation has a unique solution y = y ( x ) for which y ( x 0 ) = y 0 in the interval | x x 0 | h , where h = min { a , b M } .

1.5.1. Picard Iteration Method

It is an important iterative method for generating a sequence of increasingly accurate algebraic approximations of the specific exact solution of the first-order differential equation with initial value (1). So, the integration of Equation (1) yields the following:

y 1 ( x ) = y ( x 0 ) + s = x 0 x f ( x , y 0 ) d s y 2 ( x ) = y ( x 0 ) + s = x 0 x f ( x , y 1 ) d s y 3 ( x ) = y ( x 0 ) + s = x 0 x f ( x , y 2 ) d s

To continue this process, we get a sequence of functions of x i.e. y 1 , y 2 , y 3 , , y n , so, to keep them going, we use the following iterative formula:

y n + 1 ( x ) = y ( x 0 ) + s = x 0 x f ( x , y n ) d s (2)

Therefore, lim n y n + 1 = y ( x ) , which is the exact solution.

1.5.2. Maclaurin Series

The general form:

g ( x ) = g ( 0 ) + g ( 0 ) x + g ( 0 ) x 2 2 ! + g ( 0 ) x 3 3 ! + + g ( n ) ( 0 ) x n n ! +

It is not working to: g ( x ) = ln ( x ) , since g ( 0 ) = ln ( 0 ) which is undefined.

1.5.3. Taylor’s Series Method

Taylor’s series is a numerical method used to approximate the value of a function f(x) at a specific point x = a, by using a series of terms that are derived from the function’s derivatives evaluated at that point.

Let f ( x + a ) = g ( x ) , i.e., replace x with x + a , a 0 , then

f ( x + a ) = f ( a ) + f ( a ) x + f ( a ) x 2 2 ! + f ( a ) x 3 3 ! + + f ( n ) ( a ) x n n ! +

Again, by replacing x with x a , we get:

f ( x ) = f ( a ) + f ( a ) ( x a ) 1 ! + f ( a ) ( x a ) 2 2 ! + f ( a ) ( x a ) 3 3 ! + + f ( n ) ( a ) ( x a ) n n ! +

Which it can be written in a sigma notation as follows:

f ( x ) = n = 0 ( x a ) n n ! f ( n ) ( a ) . (3)

Note that any function can be represented by Taylor’s Series about the position (a) if it is continuous and differentiable near a.

Let f ( x ) = sin x , then

f ' ( x ) = cos x

f ' ' ( x ) = sin x

f ' ' ' ( x ) = cos x

f ' ' ' ' ( x ) = sin x

and so on

The Taylor series for sinx at x = 0, is given by:

sin x x x 3 3 ! + x 5 5 ! x 7 7 ! +

1.6. Comparison Criteria

The criteria used to compare the effectiveness and accuracy of numerical solutions of any first-order differential equation with the exact solution are as follows:

1) The type of equation to be solved contributes, highlighting the contrast between the numerical solutions used and the exact solution.

2) The numerical results of the absolute error calculated are one of the most important criteria used to compare the effectiveness and accuracy

3) Computing more terms of the sequence of solution, increasing accuracy.

4) Using small steps provides better approximations that are close to the exact solution.

5) The graphical representation of the numerical solutions compared with the graph representations of the exact solution of the first-order differential equation contributes to determining the most effective and accurate numerical solution by identifying the curve close to the exact solution curve.

6) The limit of the sequence of numerical solutions tends to the exact solution when the independent variable tends to infinity.

1.7. Some Limitations and Assumptions

1) Lip itches condition is satisfied as the basis for the existence of a unique solution of the first-order differential equation.

2) If the R. H. S. of the standard first differential equation is constant, then the numerical solutions of both Picard and Taylor are identical.

3) It is difficult to find the exact solution of a first-order differential equation at which the degree of the right-hand side is greater than four.

4) The distinction of one numerical method over another one in terms of effectiveness and accuracy depends on dividing the specific interval used into small subintervals, more of them increasing efficiency and accuracy.

2. Applications and Comparisons

2.1. Problem

Consider the first-order differential equation: d y d x = x 3 2 y , with y ( 0 ) = 1 .

First, we solve it by classical method and then by numerical methods.

2.2. Classical Method

It classified as linear differential equation comparing with d y d x + p ( x ) y = q ( x ) , here p ( x ) = 2 , q ( x ) = x 3 , then the integrating factor = I = e 2 d x = e 2 x , so its solution is:

y I = Q I d x + c

y e 2 x = x 3 e 2 x d x

Then after using the Tanique of integration by parts three times, we get:

y e 2 x = x 3 2 e 2 x 3 x 2 2 e 2 x + 3 x 4 e 2 x 3 8 e 2 x + c .

Using the initial condition y ( 0 ) = 1 , then c = 1 , so the particular (exact) solution is:

y ( x ) = x 3 2 3 x 2 2 + 3 x 4 3 8 + 11 8 e 2 x . (4)

Now we apply the above two numerical methods to our given differential equation one by one.

2.3. Solution by Picard’s Method

The iteration scheme is:

y k + 1 ( x ) = 1 + s = 0 x ( x 3 2 y k ) d s ,

where k = 0 , 1 , 2 , 3 , , By putting y 0 = 1 , then we get the first approximation solution as:

y 1 ( x ) = 1 2 x + 1 4 x 4 .

and the second approximation solution is:

y 2 ( x ) = 1 2 x + 2 x 2 + 1 4 x 4 1 10 x 5 .

So,

y 3 ( x ) = 1 2 x + 2 x 2 4 3 x 3 + 1 4 x 4 1 10 x 5 + 1 60 x 6 .

y 4 ( x ) = 1 2 x + 2 x 2 4 3 x 3 + 11 12 x 4 1 10 x 5 + 1 30 x 6 1 210 x 7 .

Then after the four iterations we have the following approximation:

y ( x ) = 1 210 x 7 + 1 30 x 6 1 10 x 5 + 11 12 x 4 4 3 x 3 + 2 x 2 2 x + 1 (5)

2.4. Solution by Taylor’s Series Method

For the equation d y d x = x 3 2 y , we have: (Figure 1 and Figure 2 and Table 1)

Figure 1. Comparison of exact solution and numerical solution of picard and taylor.

Figure 2. Comparison of the Exact Solution and the Numerical Solution of Picard and Taylor The following table gives the values of y from x = 0 to 2 taking h = 0.2.

Table 1. Numerical comparison between exact and approximate solutions of proposed two methods.

y ( x ) = x 3 2 y y ( 0 ) = 2

y ( x ) = 3 x 2 2 y y ( 0 ) = 4

y ( x ) = 6 x 2 y y ( 0 ) = 8

y ( 4 ) ( x ) = 6 2 y y ( 4 ) ( 0 ) = 22

y ( 5 ) ( x ) = 2 y ( 4 ) y ( 5 ) ( 0 ) = 44

y ( 6 ) ( x ) = 2 y ( 5 ) y ( 6 ) ( 0 ) = 88

y ( 7 ) ( x ) = 2 y ( 6 ) y ( 7 ) ( 0 ) = 176

Therefore, Taylor’s series expansion is:

y ( x ) = 11 315 x 7 + 11 90 x 6 11 30 x 5 + 11 12 x 4 4 3 x 3 + 2 x 2 2 x + 1 (6)

3. Falling Objects with Air Resistance

Many of the laws of nature are statements or relations involving rates, at which things happen, when such the statement is expressed in mathematical terms, then it becomes an equation describing a physical process. Suppose that an object of mass (m) is under falling motion which was influenced by the gravity of the earth (Fg) and the air resistance (Fr) in an opposite direction of the object, so we have two forces acting on it (Figure 3).

Figure 3. Modelling.

1) Gravity force: It is equal to the multiplication of the mass object times the acceleration due to gravity (g):

F g = m g (7)

2) Air resistance (drag) (Fr): This force is proportional to the square of the velocity (v) of the object, so

F r v

F r = β v (8)

Modelling: Now by using Newton’s second law of motion, we perform the following substitution: (Figure 4)

F = m a (9)

where (a) represents the acceleration of the object.

F g F r = m a

m g β v = m a

Figure 4. Free falling object.

Then the differential equation of the falling object is given by:

d v d t + β m v = g (10)

With initial condition v ( 0 ) = 0 , therefore: f ( t , v ) = g β m v . Which is a linear differential equation, since

| f ( t , v 2 ) f ( t , v 1 ) | = | g k m v 2 g + k m v 1 | = k m | v 2 v 1 | .

Therefore, f ( t , v ) has a unique solution v ( t ) for which v ( 0 ) = 0 . Therefore f ( t , v ) has a unique solution y ( t ) for which v ( 0 ) = 0 (see [1.5]).

3.1. Picard Iteration Method

By integrating (10), we get:

0 t d v = v 0 + 0 t f ( t , v ) d s (11)

So, the iteration scheme is:

v k + 1 ( t ) = v 0 + 0 t f ( t , v k ) d s (12)

Therefore, the first approximation to the solution in f ( t , v ) by putting v = v 0 and integrate (12), so

v 1 = v ( 0 ) + 0 t ( g k m v 0 ) d s

For the second approximation solution, we put v = v 1 in f ( t , v k ) , and again integral (12), we get

v 2 = v ( 0 ) + 0 t ( g k m v 1 ) d s

Continue this process, a sequence of functions of t i.e. v 1 , v 2 , v 3 , is obtained giving a better approximation of a desired solution in the preceding one.

3.2. Taylor’s Series Method

Consider the first-order differential Equation (10), and by differentiating it we get:

v = v (13)

Differentiate (13) successively we get v , v ( 4 ) , v ( 5 ) , etc. When we put t = 0 and v = 0 , the values of v 0 , v 0 , v 0 , can be obtained. Therefore, Taylor’s series follows:

v ( t ) = v 0 + ( t t 0 ) v ( 0 ) + ( t t 0 ) 2 2 ! v ( 0 ) + ( t t 0 ) 3 3 ! v ( 0 ) + (14)

and this gives the values of v for every value of t for which (14) converge.

3.3. Numerical Observations

The exact general solution for Equation (10) is v ( t ) = g m k ( 1 e k m t ) now, we discuss two cases:

Case 1: let k = m , then Equation (10) becomes:

d v d t + v = g (15)

Equation (15) was classified as a linear equation with integration factor I = e t , then the solution is:

v I = g e t d t

v e t = g e t + c g

Then, v = g + c g e t Using the initial condition v ( 0 ) = 0 , we get c = 1 , then the exact solution (particular) of (15) is given by: V ( t ) = g g e t .

3.4. For Picard Iteration Method

v 1 = s = 0 t g d s = g t ,

v 2 = g t g t 2 2

v 3 = g t g t 2 2 + g t 3 6

v 4 = g t g t 2 2 + g t 3 6 g t 4 24

v 5 = g ( t t 2 2 + t 3 6 t 4 24 + t 5 120 )

After the fifth iteration, we have the approximation:

v ( t ) = g t g t 2 2 + g t 3 6 g t 4 24 + g t 5 120 . (16)

3.5. For Taylor’s Series Method

v ' ( t ) = g v v ' ( 0 ) = g

v ' ' ( t ) = v ' v ' ' ( 0 ) = g

v ' ' ' ( t ) = v ' ' v ' ' ' ( 0 ) = g

v ( 4 ) ( t ) = v ' ' ' v ( 4 ) ( 0 ) = g

v ( 5 ) ( t ) = v ' ' ' ' v ( 5 ) ( 0 ) = g

Then the fifth order Taylor’s formula is: see (Figure 5 and Figure 6)

v ( t ) = g t g t 2 2 + g t 3 6 g t 4 24 + g t 5 120 (17)

Figure 5. Comparative analysis of the estimated and ideal solutions for the proposed methods addressing the free-falling body problem (k = m).

Figure 6. Comparative analysis of the estimated and ideal solutions for the proposed methods addressing the free-falling body problem (k = m).

The following Table 2 gives the values of v from t = 0 to 2 taking h = 0.2.

Table 2. Numerical comparison of the approximate and perfect solutions to suggested techniques for the free-falling body problem (k = m).

Case 2: Let k m , v ( 0 ) = 0

f ( t , v ) = g k m v

v 1 = s = 0 t ( g k m v 0 ) d s = g t ,

v 2 = s = 0 t ( g k m v 1 ) d s = g t k g t 2 2 m

v 3 = s = 0 t ( g k m v 2 ) d s = g t k g t 2 2 m + k 2 g t 3 6 m 2

v 4 = s = 0 t ( g k m v 3 ) d s = g t k g t 2 2 m + k 2 g t 3 6 m 2 k 3 g t 4 24 m 3

v 5 = s = 0 t ( g k m v 4 ) d s = g t g t 2 2 + g t 3 6 k g t 4 24 m + k 2 g t 5 120 m 2

V ( t ) = g t k g t 2 2 m + k 2 g t 3 6 m 2 k 3 g t 4 24 m 3 + k 4 g t 5 120 m 4 (18)

Now let: m = 2 , k = 4 , then Equation (10) becomes:

d v d t + 2 v = g (19)

With initial condition v ( 0 ) = 0 , so, the exact solution of such a problem is:

V ( t ) = 1 2 g 1 2 g e 2 t

3.6. For Picard Iteration Method

v 1 ( t ) = s = 0 t ( g 2 v 0 ) d s = g t ,

v 2 ( t ) = s = 0 t ( g 2 v 1 ) d s = g t g t 2

v 3 ( t ) = s = 0 t ( g 2 v 2 ) d s = g t g t 2 + 2 g t 3 3

v 4 ( t ) = s = 0 t ( g 2 v 3 ) d s = g t g t 2 + 2 g t 3 3 g t 4 3

v 5 ( t ) = s = 0 t ( g 2 v 4 ) d s = g t g t 2 + 2 g t 3 3 4 g t 4 9 + 2 g t 5 15 .

V ( t ) = g t g t 2 + 2 g t 3 3 g t 4 3 + 2 g t 5 15 (20)

3.7. For Taylor’s Series Method

v ( t ) = g 2 v v ( 0 ) = g

v ( t ) = 2 v v ( 0 ) = 2 g

v ( t ) = 2 v v ( 0 ) = 4 g

v ( 4 ) ( t ) = 2 v v ( 4 ) ( 0 ) = 8 g

v ( 5 ) ( t ) = 2 v ( 4 ) v ( 5 ) ( 0 ) = 16 g

Therefore, Taylor’s Series expansion is: see (Figure 7 and Figure 8)

v ( t ) = v ( 0 ) + t v ( 0 ) + t 2 v ( 0 ) 2 ! + t 3 v ( 0 ) 3 ! + t 4 v ( 4 ) ( 0 ) 4 ! +

v ( t ) = g t 2 g t 2 2 ! + 4 g t 3 3 ! 8 g t 4 4 ! + 16 g t 5 5 !

V ( t ) = g t g t 2 + 2 g t 3 3 g t 4 3 + 2 g t 5 15 (21)

Figure 7. Comparison of Exact solution and numerical solution for (k m) related to the equation of free-falling body.

Figure 8. Comparative analysis of the estimated and ideal solutions for the proposed methods addressing the free-falling body problem (k = m).

The following Table 3 gives the values of v from t = 0 to 2 taking h = 0.2.

Table 3. Presents a numerical comparison of the exact and approximate solutions of the proposed approaches to the equation of a free-falling body with km.

3.8. Corollary

For the standard form of a first-order ordinary differential equation if the left-hand side is a constant then a numerical solution of both Picard and Taylor methods are identical.

3. 9. Example

Find the numerical solutions if: d y d x = 1 2 y , with y ( 0 ) = 1 using Picard and Taylor methods.

Solution

For Picard method: For Taylor’s method

y 1 = 1 x y 2 = 1 x + x 2 y 3 ( x ) = 1 x + x 2 2 3 x 3 y = 1 y = 2 y y ( 0 ) = 2 y = 2 y y ( 0 ) = 4 y 3 ( x ) = 1 x + x 2 2 3 x 3

4. Newton’s Law of Cooling

The Newton law of cooling states that: the rate of change of the temperature of an object is proportional to the difference between its temperature and the temperature of a surrounding, so, the rate of loss of heat from any object is directly proportional to the difference in the temperature of the object and its surrounding.

We assume that there is a hot object whose temperature is T and the surrounding temperature is Ts, which is of lower temperature, then

d Q d t T T s

d Q d t = k ( T T s ) (22)

Since the formula of the heat loss is:

d Q = m s d T (23)

Then from (22) and (23), we get:

m s d T d t = k ( T T s )

d T d t = k m s ( T T s ) (24)

By putting: c = k m s , we get: d T d t = c ( T k T s ) , c < 0 , where d T d t is the rate of heat lost, and c is the coefficient of heat transfer. Then we get the following linear differential equation:

d T d t c T = c T s (25)

With T ( 0 ) = T 0 , here we have the following function: f ( t , T ) = c T c T s .

4.1. Picard Iteration Method

By integrating (25), we get

T 0 T d T = t 0 t f ( t , T ) d t (26)

So,

T k + 1 = T 0 + c t 0 t ( T k T s ) d s (27)

for first approximation T 1 to the solution, we put T = T 0 , and integral (26), we get:

T 1 = T 0 + c 0 t ( T 0 T s ) d s ,

For a second approximation T 2 , we put T = T 1 in f ( t , T ) , and integral (26), we obtain:

T 2 = T 0 + c 0 t ( T 1 T s ) d s

Continuing this process, a sequence of functions of t, i.e. T 1 , T 2 , T 3 , is obtained, and each giving a better approximation of the desire solution than the preceding one.

4.2. Taylor’s Series Method

We have: f ( t , T ) = c T c T s , then buy differentiating we get:

f ( t , T ) = c T c f T s d T d t

differentiating this successively, we can get: T , T ( 4 ) , T ( 5 ) , , etc.

Put t = 0 , then the values of: T ( 0 ) , T ( 0 ) , T ( 0 ) can be obtained, therefore the Taylor’s series:

T ( t ) = T 0 + ( t t 0 ) T T = c f t c f T s f = T ( 0 ) + t t 0 1 ! T ( 0 ) + ( t t 0 ) 2 2 ! T ( 0 ) + ( t t 0 ) 3 3 ! T ( 0 ) + (28)

Gives the value of T for every value of t for which converges.

4.3. Numerical Observations

Case 1: Substitute c = 0.2 in the Equation (25) we get: d T d t + 0.2 T = 0.2 T s , with the initial value T ( o ) = T 0 , then the exact general solution is: T ( t ) = T s + λ e 0.2 t , where λ is a constant, and T ( o ) = T s + λ , then λ = T ( o ) T s , so

T ( t ) = T s + ( T 0 T s ) e 0.2 t ,

Let T 0 = 80 and T s = 20 , then we get the exact solution:

T ( t ) = 20 + 60 e 0.2 t .

1) Picard Iteration Method

From Equation (26) we have the following approximate solutions:

T 1 = 80 12 t

T 2 = 80 12 t + 6 5 t 2

T 3 = 80 12 t + 6 5 t 2 2 25 t 3

T 4 = 80 12 t + 6 5 t 2 2 25 t 3 + 1 250 t 4

T 5 = 80 12 t + 6 5 t 2 2 25 t 3 + 1 250 t 4 1 6250 t 5

2) For Taylor’s Series Method (Figure 9 and Figure 10)

Since c = 0.2 , then

T ' ( t ) = 0.2 T + 0.2 T s T ' ( 0 ) = 12

T ' ' ( t ) = 0.2 T ' ( t ) T ' ' ( 0 ) = 12 5

T ' ' ' ( t ) = 0.2 T ' ' ( t ) T ' ' ' ( 0 ) = 12 25

T ' ' ' ' ( t ) = 0.2 T ' ' ' ( t ) T ' ' ' ' ( 0 ) = 12 125

T ' ' ' ' ' ( t ) = T ' ' ' ' ( t ) T ' ' ' ' ' ( 0 ) = 12 625

T 5 = 80 12 t + 6 5 t 2 2 25 t 3 + 1 250 t 4 1 6250 t 5 .

Figure 9. Compare the exact and approximate solutions of two proposed methods related to Newton’s law of cooling.

Figure 10. Compare the exact and the approximate solutions of two proposed methods related to Newton’s law of cooling.

The following Table 4 gives the values of v from t = 0 to 2 taking h = 0.2.

Table 4. Numerical comparison between exact and approximate solutions of proposed two methods related to the equation of Newton’s law of cooling.

5. Discussion and Results

The results of problem one is displayed in Table 1 and graphically in Figure 1, and Figure 2 and the approximate solutions and the error estimation are calculated using the MATLAB program, we observed that the numerical solutions are more effective and reveal that amount of error is maximum for Picard’s than Taylor’s method, so there is a difference between these two methods compared to the exact solution in Favor of Taylor’s method. The results of the equation that a rising from the problem of free—a falling body are displayed in Table 2 and Figure 5 and Figure 6, also the numerical solutions and the absolute error were calculated using the MATLAB program and we noted that the numerical solutions of Picard and Taylors’s are identical and a powerful mathematical tool and this identity is attributed to all first order differential equations of constant function on the right-hand side in case of standard form.

The comparison between the numerical solutions of Picard and Taylor’s Methods to the third problem a rising from Newton’s law of cooling was displayed in Table 4 with their graph in Figure 8 and Figure 9 respectively, and we noticed that these solutions were closely matched to the exact solution especially in a case of constant function at the right-hand side of the first order ordinary differential equation.

Taylor’s method is simple, more effective, and more accurate for the following reasons:

1) This method relies on calculating the values of the upper-order derivatives of the function, which are easy to find.

2) By looking at the three curves, we found that the curve of the numerical solution according to Taylor’s method is closer to the curve of the exact solution.

3) By calculating the error committed, which represents the absolute value of the difference between the numerical solution and the exact solution, we found that the value of the error committed using the Taylor method is less than the value of the error committed using the Picard method.

For example, consider the following three solutions:

1) For the exact solution: y ( 0.4 ) = 0.3348 .

2) For the Taylor solution: y ( 0.4 ) = 0.4548 .

3) For the Picard solution: y ( 0.4 ) = 0.4572 .

6. Conclusion

In this paper, Picard and Taylor’s method is used for solving the First Order differential equations with initial value problems, especially in some applications arising in science. The numerical solutions obtained by the two proposed methods are in good agreement with the exact solution and the accuracy depends on the equation, and these come from the computational view of point, we can conclude that Taylor’s method is more reliable, efficient and easy to use. So, in our subsequent, we shall examine the comparison of Taylor’s method with Rung Kutta, because of similarity, efficiency and well suited for I.V.P OF O.D.E.

Conflicts of Interest

The author declares no conflicts of interest regarding the publication of this paper.

References

[1] Dhokrat, V.T. (2021) Comparative Analysis of Different Numerical Methods for the Solution of Initial Value Problems in First Order Ordinary Differential Equations. International Journal of Trend in Scientific Research and Development (IJTSRD), 5, 2456-6470.
[2] Okeke, A.A., et al. (2019) Analysis and Comparative Study of Numerical Solutions of Initial Value Problems (IVP) in Ordinary Differential Equations (ODE) with Euler and Runge Kutta Methods. American Journal of Engineering Research (AJER), 8, 6-15.
[3] Arefin, M.A., et al. (2020) A Comparative Exploration on Different Numerical Methods for Solving Ordinary Differential Equations. Journal of Mechanics of Continua and Mathematical Sciences, 15, 1-11.
https://doi.org/10.26782/jmcms.2020.12.00001
[4] Srivastav, S.K., Khan, S. and Singh, W.R. (2017) A Comparative Study on Initial Value Problems (IVP) for Ordinary Differential Equations (ODE) with Euler’s, Euler’s Modified, Picard’s and Runge. IJCRT, 5.
https://ijcrt.org/papers/IJCRT_189122.pdf
[5] Senthilnathan, C., Karunanithi, S., Gajalakshmi, N.M. and Malarvizhi, M. (2018) A Comparative Study on Numerical Solutions of Initial Value Problems (IVP) for Ordinary Differential Equations (ODE) with Euler and Higher Order of Taylor’s Methods Using Matlab. IJCRT, 6, 667-675.
[6] Inderdeep, S. and Gurpreet, S. (2019) Numerical Solution of First Order Ordinary Differential Equations. IJSRR, 8, 593-602.
[7] Onitilo, S.A. and Daniel, D.O. (2019) Daniel Comparison between Taylor Series and Picard Method of Successive Approximation in Solving First Order Ordinary Differential Equation. Nigerian Journal of Mathematical and Applications, 29, 129-146.
[8] Islam, A. (2015) A Comparative Study on Numerical Solutions of Initial Value Problems (IVP) for Ordinary Differential Equations (ODE) with Euler and Runge Kutta Methods. American Journal of Computational Mathematics, 5, 393.
https://doi.org/10.4236/ajcm.2015.53034

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.