Resources

Text Search:
Applied Filters
    Modeling Scenario
    235

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

    views

    481

    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
    307

    views

    145

    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
    277

    views

    175

    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
    230

    views

    480

    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
    127

    views

    56

    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
    323

    views

    224

    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
    152

    views

    73

    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
    339

    views

    163

    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
    192

    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
    293

    views

    201

    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
    183

    views

    304

    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
    217

    views

    350

    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
    251

    views

    420

    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
    373

    views

    417

    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
    152

    views

    135

    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
    166

    views

    211

    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
    342

    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
    715

    views

    170

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

    views

    107

    downloads

    0

    comments

    2-005-LinearizeItAll-TechniqueNarrative
    Linear approximations are often used to simplify nonlinear ordinary differential equations (ODEs) for ease in analysis. The resulting linear approximation produces an ODE where closed form solutions may be obtained.