Resources

Text Search:
Applied Filters
    Modeling Scenario
    331

    views

    257

    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
    235

    views

    178

    downloads

    0

    comments

    1-083-FallingMeteorites-ModelingScenario
    After introducing the solution to the ordinary differential equation which models a falling object with drag (first-order, non-linear, separable), students will consider generalizing the model to a falling and disintegrating meteorite. The focus...
    Modeling Scenario
    334

    views

    335

    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
    261

    views

    180

    downloads

    0

    comments

    3-055-FloatingBox-ModelingScenario
    In this scenario, we lead students through the process of building a mathematical model for a floating rectangular box that is bobbing up and down.
    Modeling Scenario
    284

    views

    427

    downloads

    0

    comments

    6-070-BeerBubbles-ModelingScenario
    The goal of this project is to set up and numerically solve a first-order nonlinear ordinary differential equation (ODE) system of three equations in three unknowns that models beer bubbles that form at the bottom of a glass and rise to the top.
    Modeling Scenario
    312

    views

    132

    downloads

    0

    comments

    1-115-ModelingWithFirstOrderODEs-ModelingScenario
    Several models using first order differential equations are offered with some questions on formulating a differential equations model with solutions provided.