Resources

Text Search:
Applied Filters
    Modeling Scenario
    315

    views

    301

    downloads

    0

    comments

    6-002-EulerCromerPendulum-ModelingScenario
    This activity introduces students to the concept of numerical stability. While modeling a simple pendulum, students compare performance of the semi-implicit Euler-Cromer method with Euler's method and the higher-order Improved Euleror algorithm.
    Free Online Textbook
    409

    views

    109

    downloads

    0

    comments

    2015-Eric_Sullivan-Numerical Methods_An_Inquiry-Based_Approach_with_Python
    This is an OER effort on the part of Eric Sullivan to explore the joy of numerical methods. He has provided several versions.
    Potential Scenario
    150

    views

    50

    downloads

    0

    comments

    2011-Nguyen-Shi-Modeling the absorption circulation and metabolism of tirapazamine
    This apparently is a student project and it develops the kinetic model, uses Matlab for numerical solution, analytic solution and numerical solution.
    Technique Narrative
    402

    views

    195

    downloads

    0

    comments

    2-001-NumericalMethodsComparisons-TechniqueNarrative
    This material teaches the basics of numerical methods for first order differential equations by following graphical and numerical approaches. We discuss the order of accuracy of the methods and compare their CPU times.
    Free Online Textbook
    122

    views

    53

    downloads

    0

    comments

    2015-Dan_Sloughte-Notes on Diffy Qs Differential Equations for Engineers
    This is a calculus book with the last chapter devoted to ordinary differential equations topics. The effort begins with a study of numerical methods and goes through traditional technique strategies.
    Modeling Scenario
    388

    views

    258

    downloads

    0

    comments

    1-097-SwimmingPool-ModelingScenario
    This project involves the dynamics of chlorine concentration during regular swimming pool maintenance cycles. Students will have the opportunity to use both analytic and numerical methods.
    Potential Scenario
    171

    views

    80

    downloads

    0

    comments

    2017-Ole_Witt-Hansen-Examples Of Differential Equations In Physics
    This is an article from the author’s homepage. The work contains fundamental and basic background and derivation of the differential equation models for a number of phenomena.
    Free Online Textbook
    143

    views

    70

    downloads

    0

    comments

    2009-Eriksson- Estep-Hansho-Johnson-Computational Differential Equations
    Differential Equations and Advanced Computational Differential Equations, presents a unified approach to computational mathematical modeling using differential equations based on a principle of a fusion of mathematics and computation.
    Potential Scenario
    369

    views

    97

    downloads

    0

    comments

    2017-Varanis-Mereles-Mathematical Model of a Vehicle Crash A Case Study
    The model proposed in this paper allows one to obtain the parameters of the system, and then compare them with the ones obtained experimentally to test the suitability of the model with the vehicle crash.
    Potential Scenario
    203

    views

    72

    downloads

    0

    comments

    2017-GR_Gustafson-Differential Equations Course Materials
    There are many applications from compartment and cascade analysis, recycling brine tank, home heating with multiple rooms, chemostat, microbes, heartbeats, lidocaine, nutrient flow in an aquarium, biomass transfer, pesticides, forecasting prices,...
    Potential Scenario
    157

    views

    112

    downloads

    0

    comments

    2017-Biswasa-EtAl-Mathematical Modeling Applied to Sustainable Management of Marine Resources
    We study a nonlinear mathematical model of fishery management to understand dynamics of a fishery resource system in an aquatic environment that consists of two zones; one free fishing zone and another reserve zone where fishing is strictly...
    Potential Scenario
    146

    views

    92

    downloads

    0

    comments

    2017-Alex_Honchar-Neural Networks For Solving Differential Equations
    In this post I want to show how I applied simple feed-forward NNs to different differential equations with increasing complexity: ODEs, second order ODEs, and, finally, PDEs.
    Potential Scenario
    173

    views

    45

    downloads

    0

    comments

    2015-Sivakumar-EtAl-Approximate Analytical Expression of Concentrations in a Kinetic Model for Biogas Generation from Banana Waste
    The initial value problem in a kinetic model for biogas generation from banana waste is discussed. The model involves the system of non-linear differential equations which has variety of non-linear rate function.
    Potential Scenario
    152

    views

    85

    downloads

    0

    comments

    2015-Dios-EtAl-How Engineers deal with Mathematics solving Differential Equations
    The students of fourth course, of the bachelor’s degree in Computer Sciences or Industrial Engineering at the University of Salamanca (Spain), they learn mathematics solving real problems with the help of the acquired interdisciplinary knowledge.
    Potential Scenario
    136

    views

    71

    downloads

    0

    comments

    2002-Fay-The Pendulum Equation
    We investigate the pendulum equation q’’(t) + l2 sin(q) = 0 and two approximations for it.
    Modeling Scenario
    297

    views

    406

    downloads

    0

    comments

    3-060-DataToDifferentialEquation-ModelingScenario
    Students use knowledge of second-order linear differential equations in conjunction with physical intuition of spring-mass systems to estimate the damping coefficient and spring constant from data.
    Modeling Scenario
    295

    views

    789

    downloads

    0

    comments

    6-024-DronePackageDelivery-ModelingScenario
    Students will derive a system of first order differential equations which describe the flight path of a drone delivering a package.
    Potential Scenario
    240

    views

    98

    downloads

    0

    comments

    2017-Chávez-EtAl-Modeling and Analysis of Integrated Pest Control Strategies via Impulsive Differential Equations
    The paper is concerned with the development and numerical analysis of mathematical models used to describe complex biological systems in the framework of Integrated Pest Management (IPM).
    Modeling Scenario
    236

    views

    592

    downloads

    0

    comments

    9-020-HeatDiffusion-ModelingScenario
    This project guides students through experimental, analytical, and numerical techniques for understanding the heat (diffusion) equation with nonhomogeneous boundary conditions. In particular, students collect data and model a physical scenario.
    Technique Narrative
    256

    views

    265

    downloads

    0

    comments

    1-015-DimensionlessVariables-TechniqueNarrative
    This material introduces the idea of ``rescaling'' for ordinary differential equations (ODE's) by the use of dimensionless variables. In practice this is an extremely common and useful prelude to the analysis and solution of ODE's.