Resources

Text Search:
Applied Filters
    Modeling Scenario
    357

    views

    287

    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
    314

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

    views

    242

    downloads

    0

    comments

    1-001-SepartionOfVariables-TechniqueNarrative
    We discuss strategies to solve first order, ordinary differential equations with mathematical models when the variables may be separated.
    Modeling Scenario
    387

    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
    377

    views

    329

    downloads

    0

    comments

    1-021-FeralCatControl-ModelingScenario
    Students act as professional mathematical consultants and write a report analyzing the client's problem. The client company is a fictional organization which advocates for the use of trap-neuter-return (TNR) as a control method for feral cat...
    Modeling Scenario
    223

    views

    255

    downloads

    0

    comments

    6-029-TumorGrowth-ModelingScenario
    This modeling scenario guides a student familiar with single ordinary differential equation (ODE) models towards the development of a more complex system of two ODEs for describing the evolution of tumor growth over time.
    Modeling Scenario
    306

    views

    232

    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.