Back to noteBack to top

Pomodoro

Pomodoro timer is idle

Showing all 27 problems

0 of 27 completed

Direct Practice

1.1Identify the Main Goal of a Model

Exam I | Problem 1.1 | Modeling goals

A model is built to estimate next month's demand from current sales data.

What main modeling goal is this?

1.2Classify a Random Demand Model

Exam I | Problem 1.2 | Deterministic and stochastic

A store demand model includes random day-to-day fluctuations.

Is this model deterministic or stochastic?

1.3Classify an Inventory Snapshot

Exam I | Problem 1.3 | Static and dynamic

A one-day inventory report gives the number of items on hand at a single moment.

Is this model static or dynamic?

1.4Classify a Temperature Reading

Exam I | Problem 1.4 | Continuous and discrete

Temperature changes smoothly throughout the day.

Is this quantity best modeled as continuous or discrete?

1.5Identify a Linear Relation

Exam I | Problem 1.5 | Linear and nonlinear

Is the relation

$$ y = 3x - 2 $$

linear or nonlinear?

1.6Compute Absolute Error

Exam I | Problem 1.6 | Absolute error

A model predicts $47$ when the true value is $50$.

What is the absolute error?

1.7Compute Relative Error

Exam I | Problem 1.7 | Relative error

A model predicts $94$ when the true value is $100$.

What is the relative error?

1.8Find a Residual

Exam I | Problem 1.8 | Residuals

A data point has observed value $18$ and model prediction $15$.

What is the residual?

1.9Tell Growth from the Sign

Exam I | Problem 1.9 | Growth and decay

In the model

$$ \frac{dP}{dt} = kP, $$

the population is decreasing.

What sign must $k$ have?

1.10Read a Logistic Carrying Capacity

Exam I | Problem 1.10 | Logistic growth

Consider the logistic model

$$ \frac{dP}{dt} = rP\left(1 - \frac{P}{800}\right). $$

What is the carrying capacity, and what value does $P$ approach if the model is stable?

Integrated Practice

2.1Write an Exponential Growth Model

Exam II | Problem 2.1 | Differential equations · Growth and decay

A population starts at $250$ and grows at a rate proportional to its size with growth rate $k = 0.04$.

Write the model for $P(t)$.

2.2Set Up a Balance Equation

Exam II | Problem 2.2 | Conservation laws · Differential equations

A tank contains $60$ liters of water.

Water flows in at $9$ liters per hour and flows out at $4$ liters per hour.

Assuming no other sources, write the rate of change and the amount after $t$ hours.

2.3Find the Units of a Parameter

Exam II | Problem 2.3 | Dimensional analysis

In the equation

$$ \frac{dx}{dt} = kx, $$

$x$ is measured in kilograms and $t$ is measured in hours.

What are the units of $k$?

2.4Estimate the Timescale

Exam II | Problem 2.4 | Scaling and nondimensionalization · Growth and decay

If

$$ \frac{dx}{dt} = 0.25x, $$

what is the rough timescale of the process?

2.5Write a Least-Squares Objective

Exam II | Problem 2.5 | Least squares · Residuals

For the data points $(1,4)$, $(2,7)$, and $(3,8)$, use the linear model

$$ y = mx + b $$

to write the least-squares objective function $S(m,b)$.

2.6Interpret a Curved Residual Plot

Exam II | Problem 2.6 | Residuals · Validation and error analysis

A linear fit leaves residuals that bend upward and then downward instead of scattering randomly around zero.

What does this suggest?

2.7Name the State Variables

Exam II | Problem 2.7 | Modeling cycle · Systems of equations

Two connected lakes each have a fish population that changes over time, and the populations affect one another.

What quantities should be in the state vector?

2.8Choose the Right Model Family

Exam II | Problem 2.8 | Difference equations · Model families

A store updates its inventory once each week using last week's stock and this week's sales.

Which model family is the best fit?

Applied Problems

3.1Choose a Model for Saturating Growth

Final | Problem 3.1 | Logistic growth · Model families

A fish population grows quickly at first, but it levels off near $500$ because the lake has limited food.

Which model family is most appropriate, and why?

3.2Set Up a Linear Programming Model

Final | Problem 3.2 | Optimization models

A factory makes tables and chairs.

Let $x$ be the number of tables and $y$ be the number of chairs.

Each table uses $3$ hours of machine time and each chair uses $1$ hour.

At most $12$ hours are available.

Each table costs \$40 to make and each chair costs \$10 to make, and the budget is at most \$160.

Write a linear programming model that maximizes the total number of items produced.

3.3Use a Conservation Law in a Tank

Final | Problem 3.3 | Conservation laws · Linear models

A tank starts with $90$ liters.

It gains $7$ liters per minute and loses $2$ liters per minute.

How much water is in the tank after $20$ minutes?

3.4Choose a Stochastic Model

Final | Problem 3.4 | Probabilistic models · Deterministic and stochastic

A clinic's patient arrivals vary unpredictably from hour to hour.

Why is a stochastic model more appropriate than a deterministic one?

3.5Use a Graph Model for Routing

Final | Problem 3.5 | Graph and network models

A delivery app represents intersections as points and roads as connections between them.

What model family is this, and what kinds of questions can it help answer?

Challenge / Synthesis

4.1Choose the Better Long-Term Model

Final | Problem 4.1 | Logistic growth · Common pitfalls

A population is $400$ now.

Model A is exponential:

$$ P(t) = 400e^{0.08t} $$

Model B is logistic with a carrying capacity of $1200$.

If the population lives in a closed habitat, which model is more reasonable, and why?

4.2Diagnose a Calibration Problem

Final | Problem 4.2 | Overfitting and underfitting · Validation and error analysis

A fitted model matches every calibration point exactly, but it performs poorly on new data and shows a clear pattern of errors.

What problem does this suggest?

4.3Balance at Equilibrium

Final | Problem 4.3 | Conservation laws · Problem-solving checklist

A model uses the balance law

$$ \text{change} = \text{inflow} - \text{outflow} + \text{generation} - \text{consumption}. $$

If the quantity is not changing over time, what relationship must hold among the four terms?

4.4Build a Modeling Plan

Final | Problem 4.4 | Modeling cycle · Probabilistic models · Optimization models

A business wants to forecast weekly demand, which has random swings, and then minimize production cost while respecting machine limits.

What main modeling components should be included?