Resources

Text Search:
Applied Filters
    Technique Narrative
    492

    views

    580

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

    views

    281

    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
    381

    views

    194

    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
    365

    views

    197

    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
    272

    views

    706

    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
    170

    views

    76

    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
    386

    views

    256

    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
    222

    views

    94

    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
    425

    views

    202

    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
    234

    views

    187

    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
    374

    views

    250

    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
    205

    views

    380

    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
    249

    views

    463

    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
    286

    views

    544

    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
    460

    views

    480

    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
    257

    views

    191

    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
    230

    views

    243

    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
    438

    views

    155

    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
    823

    views

    214

    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
    404

    views

    199

    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.