Resources

Text Search:
Applied Filters
    Technique Narrative
    403

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

    views

    599

    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
    401

    views

    206

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

    views

    89

    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
    409

    views

    282

    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
    237

    views

    103

    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
    462

    views

    216

    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
    255

    views

    220

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

    views

    397

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

    views

    554

    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
    295

    views

    586

    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
    489

    views

    509

    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
    479

    views

    366

    downloads

    1

    comments

    3-104-BungeeJumping-ModelingScenario
    In this project, students design a bungee jumping cord (cross-sectional area and length) that will keep jumpers safe. Students communicate their recommendations as a letter to a client interested in starting a bungee jumping business.
    Technique Narrative
    489

    views

    164

    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
    867

    views

    229

    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
    428

    views

    206

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

    views

    189

    downloads

    0

    comments

    1-003-IntroNumericalMethods-TechniqueNarrative
    We develop elementary approaches to numerically solving first order differential equations with Euler's Method, Improved Euler's Method and develop these geometrically to compute numeric solutions and compare them to analytic solutions.