Resources

Text Search:
Applied Filters
    Modeling Scenario
    184

    views

    30

    downloads

    0

    comments

    1-141-MMGameRevisited-ModelingScenario
    It is assumed that the probability of an M&M chocolate, when tossed, falling on the M side is 0.5 The goal is to find a probability distribution of the probability q which is Pr(randomly chosen M&M falling M up when tossed).
    Technique Narrative
    345

    views

    146

    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.
    Technique Narrative
    451

    views

    483

    downloads

    0

    comments

    5-005-StiffDifferentialEquations-TechniqueNarrative
    This material introduces the topic of ``stiffness'' for a system of ordinary differential equations (ODE's), through a series of examples. Stiffness is a property that a system of ODE's may posses that make it difficult to solve numerically.
    Technique Narrative
    325

    views

    185

    downloads

    0

    comments

    9-001-SkinBurnModelNumericalMethods-TechniqueNarrative
    The heat equation is an important partial differential equation (PDE) which describes the distribution of heat in a given region over time. Numerical methods play an important role in solving these.
    Modeling Scenario
    241

    views

    512

    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.
    Article or Presentation
    139

    views

    58

    downloads

    0

    comments

    SIMIODE Spring 2024 Webinars - WikiModel
    WikiModel is cloud-based application and requires no installation and is run via a web-browser to facilitate rapid implementation. Equations are typed in as they appear in a textbook. ODEs are automatically integrated via Runge-Kutta methods.
    Modeling Scenario
    363

    views

    229

    downloads

    0

    comments

    1-024-MalariaControl-ModelingScenario
    This project offers students a chance to make policy recommendations based on the analysis of models using both linear (exponential decay) and non-linear (logistic growth) differential equations.
    Modeling Scenario
    192

    views

    77

    downloads

    0

    comments

    4-065-GasInjection-ModelingScenario
    Students use programs (or create their own code) based on exponential box-scheme approximations for solving systems of nonlinear differential equations that contain small parameters for the highest derivative terms or singularities in boundary...
    Technique Narrative
    375

    views

    166

    downloads

    0

    comments

    5-030-LinNonHomoSystemSol-TechniqueNarrative
    We offer strategies for solving linear systems of nonhomogeneous differential equations using a conjectured solution strategy for a system of constant coefficient, linear, n
    Modeling Scenario
    198

    views

    145

    downloads

    0

    comments

    6-004-VillageEpidemic-ModelingScenario
    Students are offered data from a plague epidemic that occurred in the middle of the seventeenth century in Eyam, a small English village. With only two assumptions offered to students they are to build a mathematical model.
    Modeling Scenario
    334

    views

    205

    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.
    Modeling Scenario
    190

    views

    305

    downloads

    0

    comments

    3-050-CometOrbitalMechanics-ModelingScenario
    The broad goal of this activity is to use a basic numerical method to approximate the solution of an initial value problem. In this particular case, we will use Euler's method to help model the trajectory of a comet as it orbits the sun.
    Modeling Scenario
    270

    views

    246

    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.
    Modeling Scenario
    225

    views

    374

    downloads

    0

    comments

    6-065-InternetPlatformUsers-ModelingScenario
    A model estimating the volume of users interacting through a two-sided Internet platform (allowing interaction of two types of users) will teach students how to analyze a 2-dimensional dynamical system.
    Modeling Scenario
    269

    views

    447

    downloads

    0

    comments

    10-100-InsectOutbreaks-ModelingScenario
    We use a system of difference equations that incorporates a temperature-dependent MPB population growth rate to model the outbreak and recovery cycle in mountain pine beetle-infested forests.
    Technique Narrative
    413

    views

    429

    downloads

    0

    comments

    1-005-NavigatingNumericalMethods-TechniqueNarrative
    This technique narrative is a discovery-based approach to learning the basics of numerical methods for first order differential equations, by following the graphical and analytical perspectives of the forward Euler method and second order Taylor...
    Modeling Scenario
    204

    views

    151

    downloads

    0

    comments

    1-078-MonodGrowthModel-ModelingScenario
    Students model growth of bacteria E. coli in a limiting nutrient environment using data from a historical study.
    Technique Narrative
    200

    views

    213

    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.
    Technique Narrative
    375

    views

    130

    downloads

    0

    comments

    5-012-LinearSystemConjecture-TechniqueNarrative
    Students go from the solution for y'(t) = k*y(t) to a natural extension to the solution conjecture of a system of two constant coefficient, homogeneous, linear differential equations introducing eigenvalues and eigenvectors through student...
    Technique Narrative
    758

    views

    176

    downloads

    0

    comments

    5-010-MatrixExponential-TechniqueNarrative
    The matrix exponential is a powerful computational and conceptual tool for analyzing systems of linear, constant coefficient, ordinary differential equations (ODE's). This narrative offers a quick introduction to the technique, with examples and...