Resources

Text Search:
Applied Filters
    Technique Narrative
    397

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

    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
    341

    views

    519

    downloads

    0

    comments

    1-082-MirroMirror-ModelingScenario
    This project models the ``Foucault Knife Edge Test,'' an optical test commonly used by amateur astronomers who make their own mirrors for reflecting telescopes. The goal of the test is to estimate the shape of the surface of a mirror from optical...
    Modeling Scenario
    231

    views

    482

    downloads

    0

    comments

    3-076-CircuitBuilding-ModelingScenario
    In this project students will establish a mathematical model for an electric circuit as a second-order ordinary differential equation with constant coefficients.
    Modeling Scenario
    232

    views

    95

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

    views

    265

    downloads

    0

    comments

    1-098-NeuronDetection-ModelingScenario
    Students study a linear, first order, one-dimensional ordinary differential equation (ODE) and learn how it can help understand basics of neural dynamics. The modeling framework is known in mathematical neuroscience as ``integrate-and-fire''...
    Modeling Scenario
    361

    views

    324

    downloads

    0

    comments

    7-040-TankInterruptMixing-ModelingScenario
    We present a first order differential equation model for the interrupted mixing of a tank with salt water. We offer two solution strategies (1) two step approach and (2) Laplace Transforms.
    Modeling Scenario
    435

    views

    559

    downloads

    0

    comments

    1-011-Kinetics-ModelingScenario
    We make the connection between chemistry course and differential equations coursework. We do this through modeling kinetics, or rates of chemical reaction. We study zeroth, first, and second order reactions.
    Modeling Scenario
    342

    views

    234

    downloads

    0

    comments

    5-007-ChemOpt-ModelingScenario
    Modeling a chemical reaction and estimating parameters in the model permits optimization of profits from extracting reactants.
    Modeling Scenario
    373

    views

    441

    downloads

    0

    comments

    1-011A-Kinetics-ModelingScenario
    We help students see the connection between college level chemistry course work and their differential equations coursework. We do this through modeling kinetics, or rates of chemical reaction.
    Modeling Scenario
    259

    views

    118

    downloads

    0

    comments

    1-084-GoingViral-ModelingScenario
    Students employ randomization in order to create a simulation of the spread of a viral disease in a population (the classroom). Students then use qualitative analysis of the expected behavior of the virus to devise a logistic differential equation.
    Modeling Scenario
    352

    views

    275

    downloads

    0

    comments

    3-011-EulerBallThrowing-ModelingScenario
    If a tennis ball is thrown through the air it will hit the ground due to gravity. Using Euler's method, write a short script (Python, Matlab, R, etc.) to find the trajectory of the ball which will maximize the distance the ball lands from the...
    Modeling Scenario
    308

    views

    454

    downloads

    0

    comments

    1-065-AlgalBlooms-ModelingScenario
    This modeling scenario investigates the massive algal blooms that struck Lake Chapala, Mexico, starting in 1994.
    Modeling Scenario
    235

    views

    553

    downloads

    0

    comments

    4-020-AnIEDBlast-ModelingScenario
    These three exercises offer students a chance to model with second order ordinary differential equations, how they might incorporate a spring-mass system into a larger model, and how they can use the model to determine the results of a dynamical...
    Modeling Scenario
    268

    views

    159

    downloads

    0

    comments

    6-012-RiverCrossing-ModelingScenario
    Students develop a model of a river crossing in a boat with thrust using Newton's Second Law of Motion from a Free Body Diagram they construct. The model is thence a system of one second order linear and a second order nonlinear differential...
    Modeling Scenario
    241

    views

    174

    downloads

    0

    comments

    1-095-RatingChessPlayers-ModelingScenarios
    The goal of this activity is to have students build a mathematical model involving a system of first order difference equations from a verbal description of a scenario.
    Modeling Scenario
    349

    views

    342

    downloads

    0

    comments

    4-039-FallingDarts-ModelingScenario
    we develop, solve, and analyze a second order differential equation model for free fall incorporating air resistance. Students solve the model using two methods -- reduction of order and separation of variables, and method of undetermined...
    Modeling Scenario
    405

    views

    376

    downloads

    0

    comments

    3-100-Ripcord-Toys-ModelingScenario
    This modeling scenario examines the motion of a ripcord-powered toy with the goal of using real data to estimate parameters in a first-order model of the velocity of the toy. Students may conduct experiments or use videos to collect data.
    Modeling Scenario
    229

    views

    328

    downloads

    0

    comments

    9-125-BeamModeling-ModelingScenario
    This modeling scenario examines the deflection of a cantilever beam under two different distributed loads. Students will have the opportunity to conduct experiments with their own cantilever beam or use data provided to build a model.
    Modeling Scenario
    376

    views

    191

    downloads

    0

    comments

    1-040-OutcomeSavings-ModelingScenario
    We ask students to build a model for a savings account and to determine the monthly deposit in a savings account in order meet a long term savings goal.