On The Performance of the Logistic-Growth Population Projection Models

Size: px
Start display at page:

Download "On The Performance of the Logistic-Growth Population Projection Models"

Transcription

1 On The Performance of the Logistic-Growth Population Projection Models Eguasa O., Obahiagbon K. O. and Odion A. E. Department of Mathematics and Computer Science, Benson Idahosa University, Benin City. Nigeria. Abstract In this paper, we proposed two mathematical Models for population projection, the exponential growth and the Logistic Model. Thereafter, both Models were transformed and since Logistic Model is not linear in its parameters hence a surgery was performed on the data values separated by a fixed time say This enables the Logistic parameters to be sometimes estimated by Least-Squares. It was shown that the estimates were quite close to the data set from the National Population Commission of Nigeria. Keywords: Carrying capacity, Logistic Model, Exponential growth, Polyfit, Least- Squares, Population Projection. 1.1 Introduction One important area where data collection for human population is so vital is basically for national planning or budgeting. This is while government of nations placed emphasis on Census to determine the population count. Though, this exercise is quite expensive, time consuming and yet is still one of the major ground for population count. This explains the seriousness attached to Census by government for developmental purposes. Population data gives an insight about the Social- economic conditions of a country; hence the need for projection is usually based on mathematical models which are significant. These models use vital assumptions about its parameters values that reflect the true nature of the population for which these assumptions were made. Choi (2010) proposed an application of the component model to development of local population projections derived from the housing unit method. Haque et al. (2012) analyzed fourth order Rung-Kutta Scheme for the numerical of the non-autonomous and non-linear model to incorporate the growth rate as a function of time. Wali et al. (2012) focuses on the application of logistic equation to model the population growth of Uganda using data from 1980 to Earterling et al. (2000) introduced the integral projection model which eliminates the need for division into discrete classes, without requiring any additional biological assumptions. National Population Commission of Nigeria (2005), National Policy on Population for Sustainable Development. Neverova and Frisman (2012) investigate a two-component model of population dynamics with seasonal reproduction. Akamine and Suda (2011) analyzed the population projection matrix models in random walk models and the growth rate of the mean population size, which is equal to the maximum eigenvalue of the mean matrix, is better than the average of the intrinsic rates of natural increase calculated by computer simulation. Simpson reviews the mechanisms which can incorporate into a cohort component population projection incomplete and estimated data since the base year, as well as targets for population, housing and employment. 2.1 The Growth Model Consider the differential equation,.(1)...(2).(3)...(4) is the initial population..(5) 102

2 From equation (5)..(5a)...(5b) Equation (5) gives the solution to the differential equation (1) and equation (5b) is Linear in its parameters. Equation (5) gives the population size accurately after some time t, thereafter the population goes unbounded resulting to explosion in the population. Hence, we now consider the Logistic Model. 2.2 Logistic Model Consider the model by Verhulst in 1845, Yeargers et al. (1996),..(6) Where, y = population size K = demographic indicator (Carrying Capacity) r = growth Rate. It is easy to see that, when y = 0 or y = k. These are the stationary points of the equation (6). The stationary point y = k, at which the per capita growth rate becomes zero is called the carrying capacity of the environment. 2.3 Solution to the Model.(6).(7) Decomposing the L.H.S of equation (7) by partial fraction ( )...(8)... ( 9) Reciprocating both sides, Isolating y, (10)...(11) Equation (12) is the solution to the differential equation (6).But, equation (6) with initial population can be obtained..(12).(13) Logistic parameters can sometimes be estimated by Least Squares. Equation (12) is not Linear in its parameters A, r and K. If the data values are separated by fixed time, then Least Squares can be applicable. Suppose the data points are and the predicted value of from equation (10) 103

3 Mathematical Theory and Modeling...(14) ( ) (15).. (16)....(17) Substitute equation (17) into equation (15) ( )..(18)...(19) Set in equation (20)....(20)....(21).....(22) Therefore, a Least-Square is performed on the points, to determine r and k. With r and k known, A can be determined from equation (10) to obtain an estimate of z. From equation (22), set, (23) We shall perform Least-Squares on equation (23) with the set of data using MATLAB inbuilt function. 3.1 Analysis of Model for Data I CASE 1: Consider the solution from equation (5b) and applying MATLAB inbuilt function on the set of data for the population projection system of Male in KANO STATE, NIGERIA. Applying MATLAB inbuilt function to estimate equation (5b) >> t=[ ]; >> z=[ ]; >> logy=(z); >> p=polyfit(t,logy,1) p = 1.0e+006 * (24) CASE 2: Consider the solution from equation (23)....(23) applying Least-Squares on and using MATLAB inbuilt function on the set of data for the population projection system of Male in KANO STATE, NIGERIA.As in Table

4 Mathematical Theory and Modeling >> x=[ ]; >> y=[ ]; >> p=polyfit(x,y,1) p = >> xp= :10000: ; >> zp=polyval(p,xp) >> plot(x,z,'o',xp,zp) From equation (23).(25) Recall, with r and k known A can be determined from equation (10). CASE 3: Consider equation (10).(10) From equation (10), we have...(26) From equation (24), (25) and (26) we have,...(24)..(25)...(26) A projection can be obtained from the three equations above to estimate the given data z. 3.2 Analysis of Model for Data II CASE 1: Consider the solution from equation (5b) and applying MATLAB inbuilt function on the set of data for the population projection system for Male and Female in KANO STATE, NIGERIA. Applying MATLAB inbuilt function to estimate equation (5b) >> t=[ ]; >> z=[ ]; >> logy=(z); >> p=polyfit(t,logy,1) p = 1.0e+006 * (27) CASE 2: Consider the solution from equation (23)...(23) 105

5 Mathematical Theory and Modeling applying Least-Squares on and using MATLAB inbuilt function on the set of data for the population projection system for both Male and Female in KANO STATE, NIGERIA.As in Table 3. >> x=[ ]; >> y=[ ]; >> p=polyfit(x,y,1) p = >> xp= :10000: ; >> yp=polyval(p,xp) >> plot(x,y,'o',xp,yp) From equation (25),.(28) Recall, CASE 3: Consider equation (10) with r and k known A can be determined from equation (10). (10) From equation (10), we have..(29) Therefore, (27) (28)...(29) 3.3 Analysis of Model for Data III CASE 1: Consider the solution from equation (5b) and applying MATLAB inbuilt function on the set of data for the population projection system for both Male and Female in AKWA IBOM STATE, NIGERIA. Applying MATLAB inbuilt function to estimate equation (5b) >> t=[ ]; >> z=[ ]; >> logy=(z); >> p=polyfit(t,logy,1) p = 1.0e+006 * (30) 106

6 Mathematical Theory and Modeling CASE 2: Consider the solution from equation (23).(23) applying Least-Squares on and using MATLAB inbuilt function on the set of data for the population projection system for both Male and Female in AKWA-IBOM STATE, NIGERIA.As in Table 5. >> x=[ ]; >> y=[ ]; >> p=polyfit(x,y,1) p = >> xp= :10000: ; >> yp=polyval(p,xp) >> plot(x,y,'o',xp,yp).(31) Recall, CASE 3: Consider equation (10) with r and k known A can be determined from equation (10)...(10) and from equation (10) we have,.(32) Therefore,...(30)...(31)...(32) 4. Conclusion In this paper a mathematical estimation for the population projection of three states in Nigeria was analyzed based on two ordinary differential equations model which are the growth model and the logistic model. Firstly, the growth model was transformed to linear model whose parameters were estimated. Secondly, it was established that the solution to the logistic model is not linear in its parameters A, r and k. Therefore a surgery was performed on the data values which are separated by fixed time, and then Least Squares can be applicable. Thereafter, three equations were obtained to estimate the data from the National Population commission of Nigeria. The data values from the National population Commission of Nigeria compares well with the estimated population model, and in each of the states considered. We also consider the MATLB inbuilt function to polyfit the data set, and obtained a linear plot for the data set. It was discovered that has the best approximation to the population data. 107

7 Appendix Table 1: Population Data YEAR (t) MALE IN KANO STATE(DATA I) MALE & FEMALE IN KANO STATE(DATA II) Source: National Population Commission of Nigeria, MALE & FEMALE IN AKWA- IBOM STATE (DATA III) Table 2: Population of Male in KANO STATE, NIGERIA. YEAR (t) POPULATION (z)

8 Table 3 : Population projection of Male in KANO STATE, NIGERIA. YEAR (t) POPULATION (z) Table 4: Population for both Male and Female in KANO STATE, NIGERIA. YEAR (t) POPULATION (z) Table 5: Population projection for both Male and Female in KANO STATE, NIGERIA. YEAR (t) POPULATION (z)

9 Table 6: Population for both Male and Female in AKWA-IBOM STATE, NIGERIA. YEAR (t) POPULATION (z) Table 7: Population projection for both Male and Female in AKWA-IBOM STATE, NIGERIA. YEAR (t) POPULATION (z)

10 Figure 1: Linear plot for in data I. Figure 2: Linear plot for in data II. 111

11 6 x x 10 6 Figure 3: Linear plot for in data III. References Akamine, T. and Suda, M. (2011):The Growth Rates of Population Projection Matrix Models in Random Environments.Aqua-BioScience Monographs, Vol. 4(3), pp Brewer, R. (1988): Population Ecology: The Science of Ecology, Saunders College Publishing, Ft. Worth, 2 nd ed. Choi, S. (2010): Application of the Cohort Component Model to Development of local population projections. Association of Collegiate of Planning Conference. Eartering, R. M., Ellner, P. S. and Dixon, M. P. (2000): Size-Specific Sensitivity: Applying a Structured Population Model. Ecology, 81(3), pp Haque, M. M., Ahmed, F., Anam, S. and Kabir, R. M. (2012): Future Population Projection of Bangladesh by Growth Rate Modeling Using Logistic Population Model, Vol. 1(2), pp National Population Commission of Nigeria.National Policy on Population for Sustainable Development. (2005). Noverova, G. and Frisman, E. (2012): Mathematical Model for Number Dynamics of Population with Varying Reproduction Age. International Environmental Modeling and Software Society (iemss). Simpson, L.Integrated Estimates and Targets within a Population Projection. ESRC Research Methods Programme Working Paper No. 18. Wali, A., Kagoyire, K. and Icyingeneye, P. (2012): Mathematical Modeling of Uganda Population Growth. Applied Mathematical Sciences, Vol.6( 84), pp Yeargers, K. E., Shonkwiler, W. R. and Herod, V. J. (1996): An Introduction to the Mathematics of Biology with Computer Algebra Models. 112

12 This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE s homepage: CALL FOR JOURNAL PAPERS The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. There s no deadline for submission. Prospective authors of IISTE journals can find the submission instruction on the following page: The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. MORE RESOURCES Book publication information: Recent conferences: IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library, NewJour, Google Scholar

Gamma Function for Different Negative Numbers and Its Applications

Gamma Function for Different Negative Numbers and Its Applications Gamma Function for Different Negative Numbers and Its Applications Adel Ahmed Haddaw Isra University- Jordan- Amman Hussain.J. Shehan Iraqi University- Iraq Abstract The purpose of this paper is to develop

More information

On a Certain Family of Meromorphic p- valent Functions. with Negative Coefficients

On a Certain Family of Meromorphic p- valent Functions. with Negative Coefficients On a Certain Family of Meromorphic p- valent Functions with Negative Coefficients D.O. Makinde Department of Mathematics, Obafemi Awolowo University, Ile-Ife 220005, Nigeria. dmakinde@oauife.edu.ng, domakinde.comp@gmail.com

More information

Advances in Physics Theories and Applications ISSN X (Paper) ISSN (Online) Vol.17, 2013

Advances in Physics Theories and Applications ISSN X (Paper) ISSN (Online) Vol.17, 2013 Abstract Complete Solution for Particles of Nonzero Rest Mass in Gravitational Fields M. M. Izam 1 D. I Jwanbot 2* G.G. Nyam 3 1,2. Department of Physics, University of Jos,Jos - Nigeria 3. Department

More information

Equation of a Particle in Gravitational Field of Spherical Body

Equation of a Particle in Gravitational Field of Spherical Body Equation of a Particle in Gravitational Field of Spherical Body Abstract M. M. Izam 1 D. I Jwanbot 2* G.G. Nyam 3 1,2. Department of Physics, University of Jos,Jos - Nigeria 3. Department of Physics, University

More information

The Influence of the Angle of Inclination on Laminar Natural Convection in a Square Enclosure

The Influence of the Angle of Inclination on Laminar Natural Convection in a Square Enclosure The Influence of the Angle of Inclination on Laminar Natural Convection in a Square Enclosure Kumar Dookhitram 1* Roddy Lollchund 2 1. Department of Applied Mathematical Sciences, School of Innovative

More information

On The Time Lag of A First-Order Process s Sinusoidal Response

On The Time Lag of A First-Order Process s Sinusoidal Response On The Time Lag of A First-Order Process s Sinusoidal Response ABDUL-FATTAH MOHAMED ALI 1 * GHANIM M. ALWAN 2 ** 1. Environmental Engineering Dept., College of Engineering, Baghdad University 2. Chemical

More information

An Application of Discriminant Analysis On University Matriculation Examination Scores For Candidates Admitted Into Anamabra State University

An Application of Discriminant Analysis On University Matriculation Examination Scores For Candidates Admitted Into Anamabra State University An Application of Discriminant Analysis On University Matriculation Examination Scores For Candidates Admitted Into Anamabra State University Okoli C.N Department of Statistics Anambra State University,

More information

Dominator Chromatic Number of Circular-Arc Overlap Graphs

Dominator Chromatic Number of Circular-Arc Overlap Graphs Dominator Chromatic Number of Circular-Arc Overlap Graphs A. Sudhakaraiah 1* and V. Raghava Lakshmi 2 1. Department of Mathematics, S. V. University, Tirupati, Andhra Pradesh-517502, India. 2. Department

More information

The Fitting of a SARIMA model to Monthly Naira-Euro Exchange Rates

The Fitting of a SARIMA model to Monthly Naira-Euro Exchange Rates The Fitting of a SARIMA model to Monthly Naira-Euro Exchange Rates Abstract Ette Harrison Etuk (Corresponding author) Department of Mathematics/Computer Science, Rivers State University of Science and

More information

Designing a 2D RZ Venture Model for Neutronic Analysis of the Nigeria Research Reactor-1 (NIRR-1)

Designing a 2D RZ Venture Model for Neutronic Analysis of the Nigeria Research Reactor-1 (NIRR-1) Designing a 2D RZ Venture Model for Neutronic Analysis of the Nigeria Research Reactor-1 (NIRR-1) Salawu, A. 1*, John R.White 2, Balogun, G.I. 3, Jonah, S.A. 3, Zakari, Y.I 4 1. Department of Physics,

More information

Numerical Solution of Linear Volterra-Fredholm Integral Equations Using Lagrange Polynomials

Numerical Solution of Linear Volterra-Fredholm Integral Equations Using Lagrange Polynomials Numerical of Linear Volterra-Fredholm Integral Equations Using Polynomials Muna M. Mustafa 1 and Iman N. Ghanim 2* Department of Mathematics, College of Science for Women, University of Baghdad, Baghdad-Iraq

More information

Polynomial Regression Model of Making Cost Prediction In. Mixed Cost Analysis

Polynomial Regression Model of Making Cost Prediction In. Mixed Cost Analysis Polynomial Regression Model of Making Cost Prediction In Mixed Cost Analysis Isaac, O. Ajao (Corresponding author) Department of Mathematics aand Statistics, The Federal Polytechnic, Ado-Ekiti, PMB 5351,

More information

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol 3, No 6, 2012

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol 3, No 6, 2012 Analytical Solution of Bending Stress Equation for Symmetric and Asymmetric Involute Gear Teeth Shapes with and without Profile Correction Mohammad Qasim Abdullah* Abstract Department of Mechanical Engineering,

More information

Accuracy Assessment of Image Classification Algorithms

Accuracy Assessment of Image Classification Algorithms Accuracy Assessment of Image Classification Algorithms Yahaya Usman Badaru Applied Remote Sensing Laboratory, Department of Geography, School of Natural and Applied Science Federal University of Technology,

More information

A Common Fixed Point Theorem for Compatible Mapping

A Common Fixed Point Theorem for Compatible Mapping ISSN 2224-386 (Paper) ISSN 2225-092 (Online) Vol., No., 20 A Common Fixed Point Theorem for Compatible Mapping Vishal Gupta * Department Of Mathematics, Maharishi Markandeshwar University, Mullana, Ambala,

More information

Common Fixed point theorems for contractive maps of Integral type in modular metric spaces

Common Fixed point theorems for contractive maps of Integral type in modular metric spaces Common Fixed point theorems for contractive maps of Integral type in modular metric spaces Renu Praveen Pathak* and Ramakant Bhardwaj** *Department of Mathematics Late G.N. Sapkal College of Engineering,

More information

Performance of SF 6 GIB under the influence of power frequency voltages

Performance of SF 6 GIB under the influence of power frequency voltages Performance of SF 6 GIB under the influence of power frequency voltages L.Rajasekhar Goud (Corresponding author) EEE Department, G.Pulla Reddy Engineering College, Kurnool, India E-mail: lrs_76@rediffmail.com

More information

An Implicit Partial Pivoting Gauss Elimination Algorithm for Linear System of Equations with Fuzzy Parameters

An Implicit Partial Pivoting Gauss Elimination Algorithm for Linear System of Equations with Fuzzy Parameters wwwiisteorg n Implicit Partial Pivoting Gauss Elimination lgorithm for Linear System of Equations with Fuzzy Parameters Kumar Dookhitram 1* Sameer Sunhaloo Muddun Bhuruth 3 1 Department of pplied Mathematical

More information

One Step Continuous Hybrid Block Method for the Solution of

One Step Continuous Hybrid Block Method for the Solution of ISSN 4-86 (Paper) ISSN -9 (Online) Vol.4 No. 4 One Step Continuous Hybrid Block Method for the Solution of y = f ( x y y y ). K. M. Fasasi * A. O. Adesanya S. O. Adee Department of Mathematics Modibbo

More information

Simulation of Flow Pattern through a Three-Bucket Savonius. Wind Turbine by Using a Sliding Mesh Technique

Simulation of Flow Pattern through a Three-Bucket Savonius. Wind Turbine by Using a Sliding Mesh Technique Simulation of Flow Pattern through a Three-Bucket Savonius Wind Turbine by Using a Sliding Mesh Technique Dr. Dhirgham AL-Khafaji Department of Mechanical engineering/college of Engineering, University

More information

A Fixed Point Theorem for Weakly C - Contraction Mappings of Integral Type.

A Fixed Point Theorem for Weakly C - Contraction Mappings of Integral Type. A Fixed Point Theorem for Weakly C - Contraction Mappings of Integral Type. 1 Pravin B. Prajapati, 2 Ramakant Bhardwaj, 3 S.S.Rajput, 2 Ankur Tiwari 1 S.P.B. Patel Engineering College, Linch 1 The Research

More information

A GIS based Land Capability Classification of Guang Watershed, Highlands of Ethiopia

A GIS based Land Capability Classification of Guang Watershed, Highlands of Ethiopia A GIS based Land Capability Classification of Guang Watershed, Highlands of Ethiopia Gizachew Ayalew 1 & Tiringo Yilak 2 1 Amhara Design and Supervision Works Enterprise (ADSWE), Bahir Dar, Ethiopia 2

More information

Chemistry and Materials Research ISSN (Print) ISSN (Online) Vol.3 No.7, 2013

Chemistry and Materials Research ISSN (Print) ISSN (Online) Vol.3 No.7, 2013 Characterization of Electrical Properties of (PVA-LiF) Composites (1) Ahmed Hashim, ( 2) Amjed Marza, (3) Bahaa H. Rabee, (4) Majeed Ali Habeeb, (5) Nahida Abd-alkadhim, (6) Athraa Saad, (7) Zainab Alramadhan

More information

Optical Properties of (PVA-CoCl 2 ) Composites

Optical Properties of (PVA-CoCl 2 ) Composites Optical Properties of (PVA-CoCl ) Composites Majeed Ali Habeeb, Farhan Lafta Rashid, Saba R. Salman, Hind Ahmed,Ahmed Hashim and Mohamed A. Mahdi Babylon University, College of Education, Department of

More information

Estimation of Flow Accelerated Corrosion (FAC) in Feeder Pipes using CFDd Software Fluent

Estimation of Flow Accelerated Corrosion (FAC) in Feeder Pipes using CFDd Software Fluent Estimation of Flow Accelerated Corrosion (FAC) in Feeder Pipes using CFDd Software Fluent Dheya Al-Othmany Department of Nuclear Engineering, King Abdulaziz University, Jeddah 21589, Saudi Arabia Email

More information

Numerical Solution of Linear Volterra-Fredholm Integro- Differential Equations Using Lagrange Polynomials

Numerical Solution of Linear Volterra-Fredholm Integro- Differential Equations Using Lagrange Polynomials Numerical Solution of Linear Volterra-Fredholm Integro- Differential Equations Using Lagrange Polynomials Muna M. Mustafa 1 and Adhra a M. Muhammad 2* Department of Mathematics, College of Science for

More information

An Assessment of Relationship between the Consumption Pattern of Carbonated Soft Drinks in Ilorin Emirate

An Assessment of Relationship between the Consumption Pattern of Carbonated Soft Drinks in Ilorin Emirate An Assessment of Relationship between the Consumption Pattern of Carbonated Soft Drinks in Ilorin Emirate AWOYEMI Samson Oyebode 1 ADEKUNLE Johnson Ade 2 JOLAYEMI, Comfort Iyabo 1 1, Training Technology

More information

The optical constants of highly absorbing films using the spectral reflectance measured by double beam spectrophotometer

The optical constants of highly absorbing films using the spectral reflectance measured by double beam spectrophotometer The optical constants of highly absorbing films using the spectral reflectance measured by double beam spectrophotometer ElSayed Moustafa Faculty of science, El-Azhar university, physics department, Assuit,

More information

Improved Dead Oil Viscosity Model

Improved Dead Oil Viscosity Model Improved Dead Oil Viscosity Model Ulaeto Ubong and Oyedeko K.F.K Department of Chemical & Polymer Engineering, Lagos State University Abstract This research work developed two new dead oil viscosity correlations:

More information

Existence And Uniqueness Solution For Second-Partial Differential Equation By Using Conditions And Continuous Functions

Existence And Uniqueness Solution For Second-Partial Differential Equation By Using Conditions And Continuous Functions Existence And Uniqueness Solution For Second-Partial Differential Equation By Using Conditions And Continuous Functions Hayder Jabber Abbod, Iftichar M. T AL-Sharaa and Rowada Karrim Mathematics Department,

More information

New Multi-Step Runge Kutta Method For Solving Fuzzy Differential Equations

New Multi-Step Runge Kutta Method For Solving Fuzzy Differential Equations Abstract New Multi-Step Runge Kutta Method For Solving Fuzzy Differential Equations Nirmala. V 1* Chenthur Pandian.S 2 1. Department of Mathematics, University College of Engineering Tindivanam (Anna University

More information

ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS

ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS 1 Ibeh G. F, 1 Agbo G. A, 1 Ekpe J. E and 2 Isikwue B. C 1 Department of Industrial Physics, Ebonyi State University, Abakaliki, Ebonyi

More information

Explosion Phenomenon Observed from Seed Capsules of Pletekan (Ruellia Tuberosa L.)

Explosion Phenomenon Observed from Seed Capsules of Pletekan (Ruellia Tuberosa L.) Explosion Phenomenon Observed from Seed Capsules of Pletekan (Ruellia Tuberosa L.) Farid Imam 1, Bagus Haryadi 1, Pamungkas B. Sumarmo 1, Miftakudin 1, Zulqa M.Chandra 1, and Hariyadi Soetedjo 1,2* 1 Study

More information

Comparison between five estimation methods for reliability function of weighted Rayleigh distribution by using simulation

Comparison between five estimation methods for reliability function of weighted Rayleigh distribution by using simulation Comparison between five estimation methods for reliability function of weighted Rayleigh distribution by using simulation Kareema abed al-kadim * nabeel ali Hussein.College of Education of Pure Sciences,

More information

Development of Temperature Gradient Frequency Distribution for Kenyan Cement Concrete Pavement: Case Study of Mbagathi Way, Nairobi.

Development of Temperature Gradient Frequency Distribution for Kenyan Cement Concrete Pavement: Case Study of Mbagathi Way, Nairobi. Development of Temperature Gradient Frequency Distribution for Kenyan Cement Concrete Pavement: Case Study of Mbagathi Way, Nairobi. Patrick Jangaya 1*, Lambert Houben 2, Cox Sitters 1 1. Department of

More information

Wavefront Analysis for Annular Ellipse Aperture

Wavefront Analysis for Annular Ellipse Aperture Wavefront Analysis for Annular Ellipse Aperture Sundus Y. Hasan Physics Department, Education College for Girls, Kufa University, Najaf 541, Iraq Corresponding author: sunds4@yahoo.com Abstract The orthonormal

More information

The Optical Constants of Highly Absorbing Films Using the Spectral Reflectance Measured By Double Beam Spectrophotometer

The Optical Constants of Highly Absorbing Films Using the Spectral Reflectance Measured By Double Beam Spectrophotometer The Optical Constants of Highly Absorbing Films Using the Spectral Reflectance Measured By Double Beam Spectrophotometer ElSayed Moustafa 1* 1. Faculty of science, El-Azhar university, physics department,

More information

Photon-Photon Collision: Simultaneous Observation of Wave- Particle Characteristics of Light

Photon-Photon Collision: Simultaneous Observation of Wave- Particle Characteristics of Light ISSN 4-79X (Paper) ISSN 5-0638 (Online) Vol.6, 03 Photon-Photon Collision: Simultaneous Observation of Wave- Particle Characteristics of Light Himanshu Chauhan TIFAC-Centre of Relevance and Excellence

More information

Method Of Weighted Residual For Periodic Boundary Value. Problem: Galerkin s Method Approach

Method Of Weighted Residual For Periodic Boundary Value. Problem: Galerkin s Method Approach Method Of Weighted Residual For Periodic Boundary Value Problem: Galerkin s Method Approach Obuka, Nnaemeka S.P 1., Onyechi, Pius C 1., Okoli, Ndubuisi C 1., and Ikwu, Gracefield.R.O. 1 Department of Industrial

More information

A Common Fixed Point Theorems in Menger Space using Occationally Weakly Compatible Mappings

A Common Fixed Point Theorems in Menger Space using Occationally Weakly Compatible Mappings A Common Fixed Point Theorems in Menger Space using Occationally Weakly Compatible Mappings Kamal Wadhwa, Jyoti Panthi and Ved Prakash Bhardwaj Govt. Narmada Mahavidyalaya, Hoshangabad, (M.P) India Abstract

More information

Preparation of (PS-PMMA) Copolymer and Study The Effect of Sodium Fluoride on Its Optical Properties

Preparation of (PS-PMMA) Copolymer and Study The Effect of Sodium Fluoride on Its Optical Properties Preparation of (PS-PMMA) Copolymer and Study The Effect of Sodium Fluoride on Its Optical Properties Farhan Lafta Rashid, Ahmed Hashim, Majeed Ali Habeeb, Saba R. Salman, Hind Ahmed Babylon University,

More information

Optimization of Impulse Response for Borehole Gamma Ray. Logging

Optimization of Impulse Response for Borehole Gamma Ray. Logging Optimization of Impulse Response for Borehole Gamma Ray Logging S. S. Raghuwanshi (Corresponding author), HPG (Retd), AMD, Hyderabad Sameer Sharma, Department of Mathematics, DAV College, Jalandhar, Punjab,

More information

Effect of Potassium Chloride on Physical and Optical Properties of Polystyrene

Effect of Potassium Chloride on Physical and Optical Properties of Polystyrene Effect of Potassium Chloride on Physical and Optical Properties of Polystyrene Majeed Ali Habeeb, Bahaa H. Rabee and Ahmad Hashim Babylon University, College of Education for Pure Science, Department of

More information

Distribution of Radionuclide Concentration with Proximity to the Lagoon in Lagos State, Southwestern Nigeria

Distribution of Radionuclide Concentration with Proximity to the Lagoon in Lagos State, Southwestern Nigeria Distribution of Radionuclide Concentration with Proximity to the Lagoon in Lagos State, Southwestern Nigeria Abstract T. J Ojo* B. O Afolayan Physics Unit of Science Technology Department, Federal Polytechnic,

More information

Balancing of Chemical Equations using Matrix Algebra

Balancing of Chemical Equations using Matrix Algebra ISSN 4-3186 (Paper) ISSN 5-091 (Online) Vol.5, No.5, 015 Balancing of Chemical Equations using Matrix Algebra Cephas Iko-ojo Gabriel * Gerald Ikechukwu Onwuka Department of Mathematics, Faculty of Sciences,

More information

A Common Fixed Point Theorem for Six Mappings in G-Banach Space with Weak-Compatibility

A Common Fixed Point Theorem for Six Mappings in G-Banach Space with Weak-Compatibility Mathematical Theory and Modelin Vol.3, No.6, 2013-Selected from International Conference on Recent Trends in Applied Sciences with Enineerin Applications www.iiste.or A Common Fixed Point Theorem for Six

More information

Sound Pressure Level, Power Level, Noisiness and Perceived. Noise Level of some commonly used Generators in Pankshin

Sound Pressure Level, Power Level, Noisiness and Perceived. Noise Level of some commonly used Generators in Pankshin IN 4-579 (Paper) IN 5-514 (Online) Vol.3, No.9, 13 ound Pressure Level, Power Level, Noisiness and Perceived Noise Level of some commonly used Generators in Pankshin Metropolis of Plateau tate, Nigeria

More information

Key words: Explicit upper bound for the function of sum of divisor σ(n), n 1.

Key words: Explicit upper bound for the function of sum of divisor σ(n), n 1. ISSN 2224-5804 (Paer) ISSN 2225-0522 (Online) Vol.4, No., 204 Exlicit uer bound for the function of sum of divisors σ(n) Dr. Saad A. Baddai, Khulood M. Hussein Det. Math., Collere of Science for Women,

More information

Hydromagnetic Turbulent Flow. Past A Semi-Infinite Vertical Plate Subjected To Heat Flux

Hydromagnetic Turbulent Flow. Past A Semi-Infinite Vertical Plate Subjected To Heat Flux ISSN 4-584 (Paper) ISSN 5-5 (Online) Vol., No.8, 1 Hydromagnetic Turbulent Flow Past A Semi-Infinite Vertical Plate Subjected To Heat Flux Emmah Marigi 1* Matthew Kinyanjui Jackson Kwanza 3 1. Kimathi

More information

ANALYZING THE IMPACT OF HISTORICAL DATA LENGTH IN NON SEASONAL ARIMA MODELS FORECASTING

ANALYZING THE IMPACT OF HISTORICAL DATA LENGTH IN NON SEASONAL ARIMA MODELS FORECASTING ANALYZING THE IMPACT OF HISTORICAL DATA LENGTH IN NON SEASONAL ARIMA MODELS FORECASTING Amon Mwenda, Dmitry Kuznetsov, Silas Mirau School of Computational and Communication Science and Engineering Nelson

More information

Developments In Ecological Modeling Based On Cellular Automata

Developments In Ecological Modeling Based On Cellular Automata Developments In Ecological Modeling Based On Cellular Automata Abstract Dr Kulbhushan Agnihotri 1 Natasha Sharma 2 * 1. S.B.S. State Technical Campus, Ferozepur, PO box 152004, Punjab, India 2. D.A.V.

More information

Parametric Evaluation of a Parabolic Trough Solar Collector

Parametric Evaluation of a Parabolic Trough Solar Collector Parametric Evaluation of a Parabolic Trough Solar Collector Adeoye O.F 1 * Ayodeji O 2. 1. Mechanical Engineering Technology Department Rufus Giwa Polytechnic, P.M.B 1019, Owo, Nigeria. 2. Teco Mills &

More information

Gamma Ray Spectrometric Analysis of Naturally Occurring Radioactive Materials (NORMS) in Gold Bearing Soil using NaI (Tl) Technique

Gamma Ray Spectrometric Analysis of Naturally Occurring Radioactive Materials (NORMS) in Gold Bearing Soil using NaI (Tl) Technique Gamma Ray Spectrometric Analysis of Naturally Occurring Radioactive Materials (NORMS) in Gold Bearing Soil using NaI (Tl) Technique M.A. Abdullahi S. O. Aliu M. S. Abdulkarim Department of Applied Science,

More information

The Correlation Functions and Estimation of Global Solar Radiation Studies Using Sunshine Based Model for Kano, Nigeria

The Correlation Functions and Estimation of Global Solar Radiation Studies Using Sunshine Based Model for Kano, Nigeria The Correlation Functions and Estimation of Global Solar Radiation Studies Using Sunshine Based Model for Kano, Nigeria 1 Sani G. D/iya; East Coast Environmental Research Institute University Sultan Zainal

More information

High Temperature Electronic Properties of a Microwave Frequency Sensor GaN Schottky Diode

High Temperature Electronic Properties of a Microwave Frequency Sensor GaN Schottky Diode High Temperature Electronic Properties of a Microwave Frequency Sensor GaN Schottky Diode Abstract Michael Olusope Alade Department of Pure and Applied Physics, Ladoke Akintola University of Technology

More information

Strong Convergence of an Algorithm about Strongly Quasi- Nonexpansive Mappings for the Split Common Fixed-Point Problem in Hilbert Space

Strong Convergence of an Algorithm about Strongly Quasi- Nonexpansive Mappings for the Split Common Fixed-Point Problem in Hilbert Space Strong Convergence of an Algorithm about Strongly Quasi- Nonexpansive Mappings for the Split Common Fixed-Point Problem in Hilbert Space Lawan Bulama Mohammed 1*, Abba Auwalu 2 and Salihu Afis 3 1. Department

More information

Optical Characterization of Polyvinyl alcohol - Ammonium Nitrate Polymer Electrolytes Films

Optical Characterization of Polyvinyl alcohol - Ammonium Nitrate Polymer Electrolytes Films Optical Characterization of Polyvinyl alcohol - Ammonium Nitrate Polymer Electrolytes Films Omed Gh. Abdullah 1*, Bakhtyar K. Aziz 2, and Sarkawt A. Hussen 1 1 Physics Department, School of Science, University

More information

Journal of Environment and Earth Science ISSN (Paper) ISSN (Online) Vol.5, No.3, 2015

Journal of Environment and Earth Science ISSN (Paper) ISSN (Online) Vol.5, No.3, 2015 Application of GIS for Calculate Normalize Difference Vegetation Index (NDVI) using LANDSAT MSS, TM, ETM+ and OLI_TIRS in Kilite Awulalo, Tigray State, Ethiopia Abineh Tilahun Department of Geography and

More information

Property Analysis of Quantum dot Cuboid Nanocrystals with Different Nanostructures

Property Analysis of Quantum dot Cuboid Nanocrystals with Different Nanostructures Property Analysis of Quantum dot Cuboid Nanocrystals with Different Nanostructures Syed Bahauddin Alam, K M Mohibul Kabir, Md. Didarul Alam, Palash Karmokar,Asfa Khan, Md. Nagib Mahafuzz, Farha Sharmin,

More information

A Proposed Nth Order Jackknife Ridge Estimator for Linear Regression Designs

A Proposed Nth Order Jackknife Ridge Estimator for Linear Regression Designs ISSN 2224-584 (Paper) ISSN 2225-522 (Online) Vol.3, No.8, 213 A Proposed Nth Order Jackknife Ridge Estimator for Linear Regression s Mbe Egom Nja Dept. of Mathematics, Federal University Lafia, Nigeria.

More information

Proposed Thermal Circuit Model for the Cost Effective Design of Fin FET

Proposed Thermal Circuit Model for the Cost Effective Design of Fin FET Proposed Thermal Circuit Model for the Cost Effective Design of Fin FET Abstract A K M Kamrul Hasan, MD. Nizamul Islam, Dewan Siam Shafiullah Islamic University of Technology (IUT) Gazipur, Bangladesh.

More information

Effect of (FeSO 4 ) Doping on Optical Properties of PVA and PMMA Films

Effect of (FeSO 4 ) Doping on Optical Properties of PVA and PMMA Films Effect of (FeSO 4 ) Doping on Optical Properties of PVA and PMMA Films Sehama Abed Hussein H. Ministry of Education - Educational Diyala, Iraq Abstract Films of pure PVA, PMMA and PVA, PMMA doped by (FeSO

More information

A Comparison of Numerical Methods for Solving the Unforced Van Der Pol s Equation

A Comparison of Numerical Methods for Solving the Unforced Van Der Pol s Equation A Comparison of Numerical Methods for Solving the Unforced Van Der Pol s Equation Author Soomro, Abdul Sattar, Tularam, Gurudeo, Shaikh, Muhammad Majtaba Published 2013 Journal Title Mathematical Theory

More information

Relative Response Factor for Lamivudine and Zidovudine Related substances by RP-HPLC with DAD detection

Relative Response Factor for Lamivudine and Zidovudine Related substances by RP-HPLC with DAD detection Relative Response Factor for and Related substances by RP-HPLC with DAD detection Abstract Gordon A. 1 *, Gati L 1, Asante SB 1, Fosu SA 2, Hackman HK 1, Osei-Adjei G 1, Tuani YT 3 1 Accra polytechnic,

More information

MHD Peristaltic Flow of a Couple Stress Fluids with Heat and Mass. Transfer through a Porous Medium

MHD Peristaltic Flow of a Couple Stress Fluids with Heat and Mass. Transfer through a Porous Medium MHD Peristaltic Flow of a Couple Stress Fluids with Heat and Mass Transfer through a Porous Medium N.T. Eldabe, Department of Mathematics, Faculty of Education, Ain Shams University,Cairo, Egypt S.M. Elshaboury,

More information

Forecasting Precipitation Using SARIMA Model: A Case Study of. Mt. Kenya Region

Forecasting Precipitation Using SARIMA Model: A Case Study of. Mt. Kenya Region Forecasting Precipitation Using SARIMA Model: A Case Study of Mt. Kenya Region Hellen W. Kibunja 1*, John M. Kihoro 1, 2, George O. Orwa 3, Walter O. Yodah 4 1. School of Mathematical Sciences, Jomo Kenyatta

More information

A Climatology Analysis of the Petrie Creek Catchment Maroochydore Australia Using TrainCLIM Simulation for the Implication of Future Climate Change

A Climatology Analysis of the Petrie Creek Catchment Maroochydore Australia Using TrainCLIM Simulation for the Implication of Future Climate Change A Climatology Analysis of the Petrie Creek Catchment Maroochydore Australia Using TrainCLIM Simulation for the Implication of Future Climate Change Adrianus Amheka 1* Ayub Amheka 2 1. School of Engineering,

More information

Journal of Natural Sciences Research ISSN (Paper) ISSN (Online) Vol.4, No.12, 2014

Journal of Natural Sciences Research ISSN (Paper) ISSN (Online) Vol.4, No.12, 2014 Determination of External and Internal Hazard Indices from Naturally Occurring Radionuclide in Rock, Sediment and Building s collected from Sikiti, Southwestern Nigeria. Abstract Ibrahim Ayodeji Bello

More information

Reserve Estimation from Geoelectrical Sounding of the Ewekoro Limestone at Papalanto, Ogun State, Nigeria.

Reserve Estimation from Geoelectrical Sounding of the Ewekoro Limestone at Papalanto, Ogun State, Nigeria. Reserve Estimation from Geoelectrical Sounding of the Ewekoro Limestone at Papalanto, Ogun State, Nigeria. Fidelis Ushie, Thomas Harry & Uduak Affiah Department of Geosciences, Akwa Ibom State University,

More information

First Order Linear Non Homogeneous Ordinary Differential Equation in Fuzzy Environment

First Order Linear Non Homogeneous Ordinary Differential Equation in Fuzzy Environment First Order Linear Non Homogeneous Ordinary Differential Equation in Fuzzy Environment Sankar Prasad Mondal * Tapan Kumar Roy Department of Mathematics Bengal Engineering and Science UniversityShibpurHowrah-711103

More information

Lineaments Analysis to Identify Favourable Areas for Groundwater in Kano City, Northwestern Nigeria

Lineaments Analysis to Identify Favourable Areas for Groundwater in Kano City, Northwestern Nigeria Lineaments Analysis to Identify Favourable Areas for Groundwater in Kano City, Northwestern Nigeria Tahir A.G. Garba M. L. Hassan C. Department of Geology, Ahmadu Bello University Zaria, Nigeria E-mail:

More information

Production Of Neutralinos As Adark Matter Via Z 0 Propagator

Production Of Neutralinos As Adark Matter Via Z 0 Propagator Production Of Neutralinos As Adark Matter Via Z 0 Propagator Boson M.M. Ahmed, Asmaa. A.A and N.A.Kassem. Physics Department, Helwan University Cairo, Egypt smsm_amein25@yahoo.com, mkader4@yahoo.com Abstract.The

More information

Fixed Point Result in Probabilistic Metric Space

Fixed Point Result in Probabilistic Metric Space Fixed Point Result in Probabilistic Metric Space Ruchi Singh, Smriti Mehta 1 and A D Singh 2 1 Department of Mathematics, Truba Instt. Of Engg. & I.T. Bhopal 2 Govt. M.V.M. College Bhopal Email : smriti.mehta@yahoo.com

More information

Comparative Analysis of MIT Rule and Lyapunov Rule in Model Reference Adaptive Control Scheme

Comparative Analysis of MIT Rule and Lyapunov Rule in Model Reference Adaptive Control Scheme Comparative Analysis of MIT Rule and Lyapunov Rule in Model Reference Adaptive Control Scheme Swarnkar Pankaj (Corresponding author) Department of Electrical Engineering Maulana Azad National Institute

More information

Efficient Numerical Solution of Diffusion Convection Problem of Chemical Engineering

Efficient Numerical Solution of Diffusion Convection Problem of Chemical Engineering Cheical and Process Engineering Research ISSN 4-7467 (Paper) ISSN 5-9 (Online) Vol, 5 Efficient Nuerical Solution of Diffusion Convection Proble of Cheical Engineering Bharti Gupta VK Kukreja * Departent

More information

Numerical Solution of a Degenerate Parabolic Equation from Boltzmann-Fokker-Planck Equation. Application to Radiotherapy

Numerical Solution of a Degenerate Parabolic Equation from Boltzmann-Fokker-Planck Equation. Application to Radiotherapy Numerical Solution of a Degenerate Parabolic Equation from Boltzmann-Fokker-Planck Equation. Application to Radiotherapy Taposh Kumar Das Department of Arts and Sciences, Ahsanullah University of Science

More information

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol 3, No 10, 2012

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol 3, No 10, 2012 Flexural and Shear Capacities of Reinforced Beams with Mohammed T. Awwad, Amjad A. Yasin, Hassan R.Hajjeh and Eid I.Al-Sahawneh, Civil Engineering Department, Faculty of Engineering Technology Al-Balqa

More information

Using Geographical Information System (GIS) Techniques in Mapping Traffic Situation along Selected Road Corridors in Lagos Metropolis, Nigeria

Using Geographical Information System (GIS) Techniques in Mapping Traffic Situation along Selected Road Corridors in Lagos Metropolis, Nigeria Using Geographical Information System (GIS) Techniques in Mapping Traffic Situation along Selected Road Corridors in Lagos Metropolis, Nigeria Adebayo. H. Oluwasegun Department of Geography & Regional

More information

The Estimation of the Oxide Ion polarizability using the

The Estimation of the Oxide Ion polarizability using the The Estimation of the Oxide Ion polarizability using the Electronegativity for --Mo glass system El Sayed Moustafa * Farid Elkhateb Faculty of science, Azaher University, physics Department, Assuit Branch,

More information

Static Properties of Liquid Neon from Molecular Dynamics Simulation

Static Properties of Liquid Neon from Molecular Dynamics Simulation Static Properties of Liquid Neon from Molecular Dynamics Simulation B. MATHEW Department of Pure and Applied Physics, Caleb University, Imota, Lagos, Nigeria Abstract The surface tension, mean square force

More information

Analytical Study of Rainfall and Temperature Trend in. Catchment States and Stations of the Benin- Owena River. Basin, Nigeria

Analytical Study of Rainfall and Temperature Trend in. Catchment States and Stations of the Benin- Owena River. Basin, Nigeria Analytical Study of Rainfall and Temperature Trend in Catchment States and Stations of the Benin- Owena River Basin, Nigeria Obasi, R. A* Ikubuwaje C.O. Department of Mineral Resources Engineering, Federal

More information

Ab-initio Calculations of Structural, Electronic, Elastic and Mechanical Properties of REIn 3 and RETl 3 (RE= Yb & Lu) Intermetallic Compounds

Ab-initio Calculations of Structural, Electronic, Elastic and Mechanical Properties of REIn 3 and RETl 3 (RE= Yb & Lu) Intermetallic Compounds Abstract Ab-initio Calculations of Structural, Electronic, Elastic and Mechanical Properties of REIn 3 and RETl 3 (RE= Yb & Lu) Intermetallic Compounds Jisha Annie Abraham 1, 2, Gitanjali Pagare 1,* and

More information

Journal of Environment and Earth Science ISSN (Paper) ISSN (Online) Vol.3, No.14, 2013

Journal of Environment and Earth Science ISSN (Paper) ISSN (Online) Vol.3, No.14, 2013 ISSN 2224-3216 (Paper) ISSN 2225-948 (Online) Vol.3, No.14, 213 Seismic Refraction Profiling For Groundwater in a Basement Terrain: The Case of Akamkpa, Southeast Nigeria. Fedelis Ushie and Oboho Eminue

More information

Clastic Shelf Depositional Environment: Facies, Facies Sequences and Economic Values

Clastic Shelf Depositional Environment: Facies, Facies Sequences and Economic Values Clastic Shelf Depositional Environment: Facies, Facies Sequences and Economic Values C.S.E. Nnaji Geology Department, University of Nigeria, Nsukka Abstract Perhaps more than any other single environment,

More information

Determination of Radon Gas Concentrations and Radon Exhalation Rate in Soil Sample in Selected Regions in Anbar Governorate

Determination of Radon Gas Concentrations and Radon Exhalation Rate in Soil Sample in Selected Regions in Anbar Governorate Determination of Radon Gas Concentrations and Radon Exhalation Rate in Soil Sample in Selected Regions in Anbar Governorate Dhameer A. Mutlak Department of Physics, College of Science, Al- Anbar University,

More information

Radiation and Magneticfield Effects on Unsteady Mixed Convection Flow over a Vertical Stretching/Shrinking Surface with Suction/Injection

Radiation and Magneticfield Effects on Unsteady Mixed Convection Flow over a Vertical Stretching/Shrinking Surface with Suction/Injection Radiation and Magneticfield Effects on Unsteady Mixed Convection Flow over a Vertical Stretching/Shrinking Surface with Suction/Injection N.Sandeep C.Sulochana V.Sugunamma.Department of Mathematics, Gulbarga

More information

Nanofabrication and characterization of gold metal by Pulsed Laser. Ablation in SDS solution

Nanofabrication and characterization of gold metal by Pulsed Laser. Ablation in SDS solution Nanofabrication and characterization of gold metal by Pulsed Laser Ablation in SDS solution Raheem Gaayied Kadhim (Corresponding author) College of the Science - University of Babylon Tel:0964-7801305881

More information

Modeling Power Losses in Electric Vehicle BLDC Motor

Modeling Power Losses in Electric Vehicle BLDC Motor Modeling Power Losses in Electric Vehicle BLDC Motor James Kuria 1* Pyung Hwang 2 1. Department of Mechanical Engineering, Jomo Kenyatta University of Agriculture and Technology, P.O. Box 62000-00200,

More information

Calculation of Power Loss and Voltage Regulation for Different Static Loads

Calculation of Power Loss and Voltage Regulation for Different Static Loads Calculation of Power Loss and Voltage Regulation for Different Static Loads Sambugari Anil Kumar. Department of Electrical and Electronics Engineering, G.Pulla Reddy Engineering College Kurnool-518007,

More information

Statistical Modelling of the Relationship Between Bearing Capacity and Fines Content of Soil using Square Footing G.O. Adunoye 1*, O.A.

Statistical Modelling of the Relationship Between Bearing Capacity and Fines Content of Soil using Square Footing G.O. Adunoye 1*, O.A. Statistical Modelling of the Relationship Between Bearing Capacity and Fines Content of Soil using Square Footing G.O. Adunoye 1*, O.A. Agbede 2 Abstract 1. Department of Civil Engineering, Obafemi Awolowo

More information

Application of Finite Markov Chain to a Model of Schooling

Application of Finite Markov Chain to a Model of Schooling Application of Finite Markov Chain to a Model of Schooling Abba Auwalu (Corresponding author) College of Remedial and Advanced Studies, P.M.B. 048, Kafin Hausa, Jigawa State, Nigeria E-mail: abbaauwalu@yahoo.com

More information

Geographical Information System (GIS) Based Land Capability Classification of East Amhara Region, Ethiopia

Geographical Information System (GIS) Based Land Capability Classification of East Amhara Region, Ethiopia Geographical Information System (GIS) Based Land Capability Classification of East Amhara Region, Ethiopia Gizachew Ayalew Amhara Design and Supervision Works Enterprise (ADSWE), Bahir Dar, Ethiopia E-mail:

More information

Automatic Surface Temperature Mapping in ArcGIS using Landsat-8 TIRS and ENVI Tools Case Study: Al Habbaniyah Lake

Automatic Surface Temperature Mapping in ArcGIS using Landsat-8 TIRS and ENVI Tools Case Study: Al Habbaniyah Lake Automatic Surface Temperature Mapping in ArcGIS using Landsat-8 TIRS and ENVI Tools Case Study: Al Habbaniyah Lake Maher Ibrahim Sameen *, Mohammed Ahmed Al Kubaisy Universiti Putra Malaysia Selangor-Malaysia

More information

A Method of Measurement of Permittivity and Opacity of Fluid

A Method of Measurement of Permittivity and Opacity of Fluid A Method of Measurement of and Opacity of Fluid Nilotpal Manna HOD, Department of Electronics and Instrumentation Engineering,JIS College of Engineering, Kalyani, Nadia 741235, India Email: nmanna324@gmail.com

More information

Implementation of Interpretive Structural Model and Topsis in Manufacturing Industries for Supplier Selection

Implementation of Interpretive Structural Model and Topsis in Manufacturing Industries for Supplier Selection Implementation of Interpretive Structural Model and Topsis in Manufacturing Industries for Supplier Selection Rachit Kumar Verma Department of Mechanical engineering, Madhav Institute of Technology and

More information

Spectral Analysis of the Residual Magnetic Anomalies Overpategi and Egbako Area of the of the Mddle Niger Basin, Nigeria

Spectral Analysis of the Residual Magnetic Anomalies Overpategi and Egbako Area of the of the Mddle Niger Basin, Nigeria Spectral Analysis of the Residual Magnetic Anomalies Overpategi and Egbako Area of the of the Mddle Niger Basin, Nigeria OFOR. N. P, ADAM. K. D and UDENSI. E. E. Department of Physics, Federal University

More information

An Approach in Evaluating of Flexible Pavement In Permanent Deformation OF Paved AND Unpaved Roads Over Sand Dunes Subgrade Under Repeated Loads

An Approach in Evaluating of Flexible Pavement In Permanent Deformation OF Paved AND Unpaved Roads Over Sand Dunes Subgrade Under Repeated Loads ISSN 2224-3216 (Paper) ISSN 222-948 (Online) Vol.4, No.14, 214 An Approach in Evaluating of Flexible Pavement In Permanent Deformation OF Paved AND Unpaved Roads Over Sand Dunes Subgrade Under Repeated

More information

Experimental Study Of Natural Convection Heat Transfer In An Enclosed Vibration Cavity

Experimental Study Of Natural Convection Heat Transfer In An Enclosed Vibration Cavity Experimental Study Of Natural Convection Heat Transfer In An Enclosed Vibration Cavity Asst. Prof. Dr.Adel M.Salh University of Technology, Mechanical Engineering Department Baghdad, Iraq e-mail: adel

More information

Medium-Term Load Forecasting Of Covenant University Using The Regression Analysis Methods

Medium-Term Load Forecasting Of Covenant University Using The Regression Analysis Methods Medium-Term Load Forecasting Of Covenant University Using The Regression Analysis Methods Abstract Isaac A. Samuel 1 *, Felly-Njoku Chihurumanya F.*, Adewale Adeyinka A.* and Ayokunle A. Awelewa* *Department

More information

Power Loss Reduction in Radial Distribution System by Using. Plant Growth Simulation Algorithm

Power Loss Reduction in Radial Distribution System by Using. Plant Growth Simulation Algorithm Power Loss Reduction in Radial Distribution System by Using Plant Growth Simulation Algorithm Sambugari Anil Kumar 1*, K.Jitendra Goud 2 1. Department of Electrical and Electronics Engineering, G.Pulla

More information