Resources

Text Search:
Applied Filters
    Modeling Scenario
    309

    views

    295

    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
    327

    views

    215

    downloads

    0

    comments

    1-100-EngineeringDemographics-ModelingScenario
    Students show how models can be used to examine social issues. The students examine three different models and use numerical methods to apply each model to demographic data for the percentage of engineering degrees awarded to women in the United...
    Modeling Scenario
    347

    views

    273

    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
    269

    views

    216

    downloads

    0

    comments

    1-035-DotseroVolcanoEruption-ModelingScenario
    In this scenario, we use Carbon-14 dating of the Dotsero volcano in Colorado as a way of emphasizing this multistage process of modeling.
    Modeling Scenario
    292

    views

    373

    downloads

    0

    comments

    1-165-FlushToilet-ModelingScenario
    This activity analyzes the spread of a technological innovation using the Bass Model from Economics. The equation is a first-order, two-parameter separable equation and the solution has a characteristic S-shaped curve or sigmoid curve.
    Modeling Scenario
    222

    views

    318

    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
    283

    views

    399

    downloads

    0

    comments

    1-037-CommonColdSpread-ModelingScenario
    This modeling scenario guides students to simulate and investigate the spread of the common cold in a residence hall. An example floor plan is given, but the reader is encouraged to use a more relevant example.
    Modeling Scenario
    245

    views

    473

    downloads

    0

    comments

    3-004-VanderPol-ModelingScenario
    This paper presents an electronic spreadsheet model of the Van der Pol oscillator, a well-known nonlinear second-order ordinary differential equation.
    Modeling Scenario
    347

    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
    288

    views

    213

    downloads

    0

    comments

    1-027-StochasticProcesses-ModelingScenario
    We build the infinite set of first order differential equations for modeling a stochastic process, the so-called birth and death equations. We will only need to use integrating factor solution strategy or DSolve in Mathematica for success.