Academia.eduAcademia.edu

Euler's Method for Solving Logistic Growth Model Using MATLAB

2022, Euler’s Method for Solving Logistic Growth Model Using MATLAB

https://doi.org/10.11648/j.ijssam.20220703.13

This paper introduces Euler's explicit method for solving the numerical solution of the population growth model, logistic growth model. The Euler method is a first-order method, which means that the local error (error per step) is proportional to the square of the step size, and the global error (error at a given time) is proportional to the step size. Euler's method is a numerical method that you can use to approximate the solution to an initial value problem with a differential equation that can't be solved using a more traditional method, like the methods we use to solve separable, exact, or linear differential equations. To validate the applicability of the method on the proposed equation, a model example has been solved for different values of parameters. Using this balance law, we can develop the Logistic Model for population growth. For this model, we assume that we add population at a rate proportional to how many are already there. The numerical results in terms of point wise absolute errors presented in tables and graphs show that the present method approximates the exact solution very well. We discuss and explain the solution of logistic growth of population, the kinds of problems that arise in various fields of sciences and engineering. This study aims to solve numerically Euler's method for solving using the Matlab.