Math 3 Quiz: Critiquing And Refining Models
20 questions · exam conditions
0:00
Critiquing And Refining ModelsQuestion 1 of 20

A food scientist models bacterial growth in packaged food using N(t) = 100e^(0.15t), where N is bacteria count and t is days after packaging. The model assumes exponential growth with constant doubling time. After validating the model for t = 0 to 7 days, testing at t = 10 days shows N = 350 bacteria instead of the predicted 448. What model limitation does this suggest?

The exponential growth rate 0.15 is overestimated; reducing it to 0.12 would better match long-term bacterial growth patterns in packaged food environments.
The model ignores nutrient depletion and waste accumulation that limit growth; a logistic growth model N(t) = K/(1 + ae^(-rt)) would better represent bacterial dynamics.
The exponential model fails to account for temperature variations during storage; incorporating temperature-dependent growth rates would improve long-term accuracy significantly.
The model assumes continuous growth but bacteria reproduce in discrete generations; a discrete-time model N(n) = 100 × 2^(n/td) would better match observed patterns.
← Back to quizzes

Math 3 Quiz

Math 3 Quiz: Critiquing And Refining Models

Practice Critiquing And Refining Models in Math 3 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Critiquing And Refining Models, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 3.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A food scientist models bacterial growth in packaged food using N(t) = 100e^(0.15t), where N is bacteria count and t is days after packaging. The model assumes exponential growth with constant doubling time. After validating the model for t = 0 to 7 days, testing at t = 10 days shows N = 350 bacteria instead of the predicted 448. What model limitation does this suggest?

  1. The exponential growth rate 0.15 is overestimated; reducing it to 0.12 would better match long-term bacterial growth patterns in packaged food environments.
  2. The model ignores nutrient depletion and waste accumulation that limit growth; a logistic growth model N(t) = K/(1 + ae^(-rt)) would better represent bacterial dynamics. (correct answer)
  3. The exponential model fails to account for temperature variations during storage; incorporating temperature-dependent growth rates would improve long-term accuracy significantly.
  4. The model assumes continuous growth but bacteria reproduce in discrete generations; a discrete-time model N(n) = 100 × 2^(n/td) would better match observed patterns.
Explanation: The model initially fits well (0-7 days) but underperforms at longer times (350 vs 448 at t=10), suggesting growth rate is slowing. Exponential models assume unlimited resources, but in packaged food, nutrients become depleted and toxic waste products accumulate, limiting bacterial growth. Logistic growth models account for carrying capacity and would show initial exponential growth followed by slower growth as limits are approached. Options A and C suggest parameter adjustments without addressing the fundamental resource limitation, while D doesn't explain the growth slowdown.

Question 2

A meteorologist models hurricane wind speed W (mph) as a function of barometric pressure P (millibars) using W = 1200 - 10P for P ≤ 980 mb. The model assumes linear relationship in the pressure range of interest. For Hurricane Alex with P = 950 mb, the model predicts W = 700 mph, but satellite data shows W = 185 mph. What critique best explains this unrealistic prediction?

  1. The linear model's slope -10 is too steep; using W = 1200 - 2.5P would produce more realistic wind speed predictions while maintaining the inverse pressure-wind relationship.
  2. Linear models cannot represent hurricane dynamics; cyclonic systems require complex differential equations incorporating Coriolis effects, temperature gradients, and moisture content for accurate wind predictions.
  3. The constant term 1200 is unrealistically high for atmospheric systems; using W = 400 - 10P would better represent the physical constraints of hurricane wind speeds.
  4. The model extrapolates beyond its valid domain; hurricane wind-pressure relationships are highly nonlinear and require specialized meteorological equations like the wind-pressure relationship W = a√(1013-P). (correct answer)
Explanation: When evaluating mathematical models, you need to consider both the model's structure and its domain of validity - the range of inputs where the model produces reliable results. The given linear model W=120010PW = 1200 - 10P produces an absurdly high prediction of 700 mph for Hurricane Alex at 950 mb pressure. Real hurricane wind speeds rarely exceed 200 mph, making this prediction physically impossible. This suggests the model is being applied outside its valid range. Answer D correctly identifies that the model extrapolates beyond its valid domain. Hurricane wind-pressure relationships are inherently nonlinear, especially at extreme pressures like 950 mb. The model likely works reasonably well within a narrow pressure range (perhaps 970-980 mb for weaker storms), but breaks down when applied to intense hurricanes. Specialized meteorological equations that account for the nonlinear nature of these relationships are needed for accurate predictions at extreme values. Answer A focuses on adjusting the slope, but even with W=12002.5PW = 1200 - 2.5P, you'd get 825 mph - still unrealistic. Answer B, while meteorologically accurate about complexity, misses the core issue of domain validity that any model faces. Answer C suggests lowering the constant term, but W=40010PW = 400 - 10P would give -9100 mph - clearly worse. When encountering unrealistic model predictions, first check whether you're applying the model within its intended domain. Models often work well within specific ranges but fail catastrophically when extrapolated beyond their design limits. Always consider the physical reasonableness of your results.

Question 3

A financial analyst models stock volatility V (%) as a function of trading volume L (millions of shares) using V = 2.5 + 0.3L. The model assumes higher volume increases volatility linearly. During a market crash week, when L = 15 million shares, the model predicted V = 7%, but actual volatility was 18%. During normal periods, the model fits well with volume under 8 million shares.

What does this extreme deviation suggest about the model's assumptions and appropriate refinements?

  1. The linear relationship holds but parameters need adjustment for crisis periods; using V = 4.5 + 0.9L during high-stress market conditions would improve accuracy.
  2. Market volatility exhibits regime-dependent behavior; a piecewise model with different parameters for normal vs. crisis periods would better capture the structural break in relationships.
  3. The model incorrectly assumes volume drives volatility; during crises, volatility may drive volume instead, requiring a bidirectional or simultaneous equation system for proper modeling. (correct answer)
  4. Linear models fail for financial data; volatility clustering and heteroskedastic effects require GARCH or other time-series models that account for volatility persistence and feedback effects.
Explanation: The massive deviation (18% actual vs 7% predicted) suggests a fundamental assumption failure. During normal periods, higher volume might indicate increased volatility, but during crises, high volatility (due to panic, uncertainty) drives increased trading volume as investors rush to adjust positions. This reverses the causal relationship assumed by the model. The model treats volume as exogenous, but during crises, both volume and volatility may be endogenous variables requiring simultaneous modeling. Options A and B suggest parameter or regime adjustments but don't address the causality reversal, while D mentions appropriate techniques but doesn't identify the specific causality issue.

Question 4

A psychologist models learning retention R (% recalled) as a function of study time t (hours) using R = 60 + 15t, assuming linear improvement with additional study. The model works well for t between 1 and 4 hours. However, when t = 8 hours, actual retention was 85% instead of the predicted 180%. When t = 0.5 hours, retention was 55% instead of predicted 67.5%.

Based on these results, what fundamental assumption of the model should be questioned and how should it be refined?

  1. The linear model's slope 15 overestimates learning efficiency; reducing to R = 60 + 8t would better match observed retention across all study durations without changing model structure.
  2. Learning retention requires time-decay components; the model should be R = (60 + 15t)e^(-dt) to account for forgetting effects that reduce retention over time.
  3. The model needs separate parameters for different types of learners; using R = 60 + ct where c varies by individual would account for personal learning rate differences.
  4. Human learning exhibits diminishing returns and cognitive limits; a logarithmic model R = a + b·ln(t) or bounded exponential would better represent memory formation and retention capacity. (correct answer)
Explanation: When you encounter problems about mathematical models failing at extreme values, focus on whether the underlying assumptions about how the system behaves still hold across the entire range. The key insight here is recognizing a pattern in the data: the linear model R=60+15tR = 60 + 15t works well for moderate study times (1-4 hours) but dramatically overestimates retention at high study time (8 hours: predicted 180% vs actual 85%) and slightly overestimates at low study time (0.5 hours: predicted 67.5% vs actual 55%). This suggests the model's fundamental assumption of constant learning rate breaks down at extremes. Answer D correctly identifies that human learning exhibits diminishing returns - each additional hour of study becomes less effective, and there are cognitive limits to retention (you can't recall more than 100%). A logarithmic or bounded exponential model would naturally level off, preventing impossible predictions like 180% retention. Answer A simply adjusts the slope but keeps the linear structure, which would still eventually predict impossible retention values for long study times. Answer B introduces time decay, but the passage describes retention immediately after studying, not forgetting over time. Answer C focuses on individual differences, but the problem is that the model structure itself fails - even individual-specific linear models would have the same extreme-value issues. Remember: when a model works in one range but fails at extremes, question whether the underlying mathematical relationship (linear, exponential, etc.) actually represents how the real system behaves across all conditions.

Question 5

A pharmaceutical company models drug concentration in blood using C(t) = 100e^(-0.2t) mg/L, where t is hours after injection. Clinical trials show patients maintain therapeutic levels longer than predicted. The model assumes first-order elimination kinetics with a half-life of approximately 3.5 hours. What model refinement would best address this discrepancy?

  1. Switch to a zero-order kinetics model C(t) = 100 - kt since constant elimination rate better explains the sustained therapeutic levels observed in patients.
  2. Use a two-compartment model accounting for drug redistribution between plasma and tissue compartments, which could explain the prolonged therapeutic window beyond simple exponential decay. (correct answer)
  3. Increase the initial concentration parameter from 100 to a higher value while maintaining the same elimination rate constant to match clinical observations.
  4. Apply a logarithmic decay model C(t) = 100 - k·ln(t) since exponential models are inappropriate for biological systems with complex metabolism pathways.
Explanation: The exponential model assumes a single compartment with first-order elimination, but real pharmacokinetics often involves drug distribution between blood plasma and tissue compartments. A two-compartment model would show initial rapid decline as drug distributes to tissues, followed by slower elimination as drug redistributes back from tissues to plasma, explaining sustained therapeutic levels. Options A and D suggest inappropriate kinetic models, while C doesn't address the underlying assumption failure.

Question 6

A quality control engineer models the relationship between machine temperature T (°C) and defect rate D using D = 0.02T - 1.5 for T ≥ 75°C. When T = 90°C, the model predicts D = 0.3 defects per hour, but observed rates vary between 0.1 and 0.7 defects per hour across different shifts. Which analysis best identifies the model's limitations?

  1. The linear model's deterministic nature ignores random variation; adding a stochastic component D = 0.02T - 1.5 + ε where ε represents measurement error would improve predictions.
  2. The model incorrectly assumes temperature is the only factor; including variables like humidity, operator experience, or material batch quality would reduce prediction intervals significantly. (correct answer)
  3. The model's domain restriction T ≥ 75°C is too narrow; extending to lower temperatures would provide better parameter estimates and reduce uncertainty at operating temperatures.
  4. The linear assumption fails at high temperatures; a polynomial model D = aT² + bT + c would better capture the nonlinear relationship between temperature and defects.
Explanation: The large variation in observed defect rates (0.1 to 0.7) compared to the single predicted value (0.3) at T = 90°C indicates that temperature alone doesn't adequately explain defect rates. The model is missing important explanatory variables. While option A correctly identifies the need for stochastic components, option B addresses the more fundamental issue of model specification - the wide prediction intervals suggest systematic factors beyond temperature are influencing defect rates.

Question 7

A structural engineer models beam deflection d (inches) under load w (pounds) using d = 0.002w + 0.5, assuming linear elastic behavior. The model works well for loads up to 1000 lbs. At w = 1200 lbs, actual deflection was 3.1 inches compared to the predicted 2.9 inches. At w = 1500 lbs, actual deflection was 4.2 inches compared to predicted 3.5 inches. What does this pattern indicate about the model's validity?

  1. The linear coefficient 0.002 underestimates the load-deflection relationship; increasing to 0.0025 would better match high-load behavior while preserving linear elastic assumptions.
  2. The model fails because beam deflection follows a power law relationship d = aw^n; using nonlinear regression would better capture structural behavior across all load ranges.
  3. The constant term 0.5 represents initial deflection that's too low; adjusting to d = 0.002w + 0.8 would better account for beam self-weight and initial conditions.
  4. The model enters the nonlinear range where material properties change; deflection increases more rapidly due to plastic deformation or geometric nonlinearity effects at high loads. (correct answer)
Explanation: When analyzing engineering models that work well within certain limits but fail at higher values, you should consider whether the underlying assumptions still hold. Linear models assume proportional relationships, but real-world systems often transition to nonlinear behavior under extreme conditions. The data reveals a clear pattern: at both high loads, actual deflection exceeds predicted values by increasing amounts. At 1200 lbs, the difference is 0.2 inches (3.1 - 2.9), while at 1500 lbs, it jumps to 0.7 inches (4.2 - 3.5). This accelerating divergence suggests the deflection rate itself is increasing with load, which indicates the beam has moved beyond linear elastic behavior into a nonlinear regime where material properties change or geometric effects become significant. Answer D correctly identifies this transition to nonlinear behavior due to plastic deformation or geometric effects at high loads. The accelerating deflection pattern is characteristic of materials approaching their elastic limit or experiencing large deformation effects. Answer A incorrectly assumes the relationship remains linear and just needs coefficient adjustment. However, simply changing the slope wouldn't capture the accelerating deflection pattern observed. Answer B jumps to abandoning the linear model entirely, but the model works fine up to 1000 lbs, suggesting the linear relationship is valid within the elastic range. Answer C focuses on the constant term, but the issue isn't with initial conditions—it's with how deflection responds to increasing load at high values. Remember: when engineering models work well in one range but systematically fail in another, look for transitions between different physical regimes rather than simple parameter adjustments.

Question 8

An economist models the relationship between unemployment rate U and inflation rate I using the Phillips curve I = 8 - 0.5U. During a recent recession, when U = 12%, the model predicted I = 2%, but actual inflation was -1% (deflation). Which critique best explains this model failure?

  1. The linear Phillips curve assumes a stable trade-off between unemployment and inflation, but this relationship may break down during severe economic downturns when deflationary pressures dominate. (correct answer)
  2. The model's negative slope coefficient is too small; using I = 8 - 0.75U would better capture the stronger inverse relationship between unemployment and inflation during recessions.
  3. The Phillips curve requires adjustment for expected inflation; the model should be I = 8 - 0.5U + πᵉ where πᵉ represents inflation expectations that turn negative during recessions.
  4. The linear model fails because the unemployment-inflation relationship is inherently quadratic; using I = aU² + bU + c would better fit both normal and recessionary economic conditions.
Explanation: The traditional Phillips curve assumes a stable inverse relationship between unemployment and inflation, but this relationship often breaks down during severe economic crises. The model predicted 2% inflation but actual deflation occurred (-1%), suggesting the fundamental assumption of this trade-off doesn't hold during deep recessions when deflationary forces (falling demand, debt deleveraging, etc.) can dominate despite high unemployment. Options B and D suggest parameter adjustments without addressing the fundamental assumption failure, while C mentions expectations but doesn't address the breakdown of the core relationship.

Question 9

An environmental scientist models bird population growth using P(t) = 1200 + 80t, predicting linear growth of 80 birds per year. After 3 years, the population reached 1450 birds instead of the predicted 1440. However, after 5 years, the population was only 1520 birds instead of the predicted 1600.

Based on this data pattern, what is the most reasonable critique and model refinement?

  1. The linear model is essentially correct but needs a higher growth rate coefficient; changing to P(t) = 1200 + 90t would better fit both data points.
  2. The model should incorporate carrying capacity limitations using logistic growth P(t) = K/(1 + ae^(-rt)) since growth rate appears to be slowing over time. (correct answer)
  3. The model needs a quadratic term to account for environmental factors: P(t) = 1200 + 85t - 2t^2 captures the observed deceleration in population growth.
  4. The linear model fails due to seasonal variations; a sinusoidal component P(t) = 1200 + 80t + A·sin(2πt) would account for breeding cycles.
Explanation: The data shows growth initially exceeding the linear prediction (1450 vs 1440 after 3 years) but then falling below it (1520 vs 1600 after 5 years), indicating a decreasing growth rate over time. This pattern suggests the population is approaching environmental carrying capacity, making logistic growth appropriate. Option A doesn't address the slowing growth. Option C could fit the data but lacks biological justification. Option D addresses cyclical variation, not the systematic slowing observed.

Question 10

A renewable energy analyst models solar panel efficiency E (%) as a function of temperature T (°C) using E = 22 - 0.04(T - 25) for T ≥ 25°C. The model assumes linear efficiency decrease above 25°C. Testing shows the model works well from 25°C to 40°C, but at T = 50°C, actual efficiency was 18.5% instead of the predicted 21%.

Based on this result, what critique of the model is most justified and what refinement should be considered?

  1. The linear decline rate 0.04 is too conservative; increasing to 0.06 would better represent efficiency losses at high temperatures while maintaining the linear assumption.
  2. The model should account for accelerated degradation at extreme temperatures; efficiency losses likely increase nonlinearly, requiring a quadratic or exponential decay term. (correct answer)
  3. The reference temperature 25°C is inappropriate for the operating environment; shifting to E = 22 - 0.04(T - 20) would improve predictions across all temperatures.
  4. The model ignores thermal recovery effects; solar panels may temporarily recover efficiency as operating conditions stabilize, requiring a time-dependent component in the equation.
Explanation: The model works well in the 25-40°C range but significantly overestimates efficiency at 50°C (21% predicted vs 18.5% actual). This suggests the linear assumption fails at extreme temperatures. Solar panel efficiency typically degrades more rapidly at very high temperatures due to increased thermal stress, semiconductor behavior changes, and material degradation. A nonlinear model with quadratic or exponential terms would better capture this accelerated decline. Option A adjusts the rate but maintains the problematic linear assumption, while options C and D don't address the nonlinear temperature effects.

Question 11

A traffic engineer models average commute time T (minutes) as a function of traffic density D (cars per mile) using T = 20 + 0.8D for D ≤ 100. The model assumes linear increases in commute time with density. However, field observations show that when D reaches 85 cars per mile, actual commute times jump to 95 minutes, while the model predicts only 88 minutes.

What does this discrepancy reveal about the model's assumptions, and what refinement is most appropriate?

  1. The linear model underestimates the relationship strength; increasing the slope to T = 20 + 1.0D would better match the observed data at high density levels.
  2. Traffic flow exhibits threshold effects where congestion causes disproportionate delays; a piecewise linear or exponential model would better capture this nonlinear behavior at high densities. (correct answer)
  3. The model's domain restriction D ≤ 100 is inappropriate; extending the linear model to higher densities would improve accuracy across all traffic conditions observed.
  4. The constant term is too low for realistic commute times; adjusting to T = 25 + 0.8D would better represent baseline travel time without traffic effects.
Explanation: The observation that actual commute time (95 min) significantly exceeds the linear prediction (88 min) at D = 85 suggests traffic doesn't follow linear patterns at high densities. Traffic systems often exhibit threshold effects where congestion causes cascading delays, stop-and-go conditions, and exponential increases in travel time. A piecewise or exponential model would better capture this sudden jump in commute times as density approaches critical values. Option A doesn't address the nonlinear behavior, while options C and D don't address the fundamental threshold effect.

Question 12

An epidemiologist models disease spread using S(t) = 50e^(0.3t), where S is the number of infected individuals t days after the first case. The model assumes exponential growth with no intervention. After 10 days, the model predicts 1006 cases, but only 750 cases were observed. Public health measures were implemented on day 7.

Which critique best addresses the model's failure to predict the actual outcome?

  1. The exponential growth rate 0.3 overestimates disease transmission; reducing to 0.25 would better match observed case counts while maintaining the exponential growth assumption.
  2. The model fails to account for intervention effects; a piecewise function with reduced growth rate after day 7 would better represent reality when control measures are implemented. (correct answer)
  3. Exponential models are inappropriate for disease spread; a logistic model S(t) = K/(1 + ae^(-rt)) would naturally account for population limitations and intervention effects.
  4. The model ignores incubation periods and reporting delays; incorporating a time-lag component S(t) = 50e^(0.3(t-τ)) would improve accuracy of case count predictions.
Explanation: The model assumes continuous exponential growth with no interventions, but public health measures implemented on day 7 would reduce transmission rates. The observed case count (750) being lower than predicted (1006) at day 10 suggests these interventions were effective. A piecewise function could model exponential growth for days 0-7, then reduced growth afterward. Option A adjusts parameters but ignores the intervention. Option C suggests logistic growth, but the issue is intervention timing, not population limits. Option D addresses reporting delays but not the fundamental intervention effect.

Question 13

A retail analyst models daily sales S (units) based on price P (dollars) using S = 200 - 4P, assuming linear demand elasticity. The model fits well for P between $10 and $30. However, when P = $5, actual sales were 175 units instead of the predicted 180 units. When P = $40, actual sales were 45 units instead of predicted 40. What does this pattern suggest about model assumptions?

  1. The linear demand model is fundamentally correct but needs parameter adjustment; using S = 195 - 4P would better fit the observed data points at extreme prices.
  2. Consumer behavior changes at price extremes; very low prices may signal poor quality while very high prices target different market segments, violating linear elasticity assumptions. (correct answer)
  3. The model needs to account for inventory constraints and supply limitations that become binding at very low prices, requiring a maximum sales capacity parameter.
  4. The demand relationship is inherently nonlinear across all price ranges; a logarithmic model S = a - b·ln(P) would better represent consumer price sensitivity patterns.
Explanation: The pattern shows the model underperforms at both price extremes: at P=5,actualsales(175)arebelowpredicted(180),andatP=5, actual sales (175) are below predicted (180), and at P=40, actual sales (45) exceed predicted (40). This suggests different consumer behaviors at price extremes. Very low prices may trigger quality concerns, reducing demand below linear predictions. Very high prices may attract prestige-seeking consumers or target different market segments, maintaining higher demand than linear elasticity suggests. This violates the constant elasticity assumption. Options A and D suggest mathematical adjustments without addressing behavioral changes, while C only addresses the low-price case.

Question 14

A marketing team models customer acquisition cost (CAC) as a function of advertising spend using CAC(x) = 50 + 2000/x, where x is monthly ad spend in thousands of dollars. The model assumes economies of scale reduce cost per acquisition as spending increases. Recent data shows the model works well for x between $5K and $20K, but at x = $30K, actual CAC was $95 instead of the predicted $117.

What does this result suggest about the model's assumptions and how should it be refined?

  1. The model's inverse relationship assumption holds but the parameters are incorrect; adjusting to CAC(x) = 45 + 1800/x would better fit the high-spending data point.
  2. The model fails to account for additional economies of scale at very high spending levels; beyond a threshold, advertising efficiency gains may accelerate, requiring a steeper inverse relationship.
  3. The model incorrectly assumes diminishing returns level off at $50; actual data suggests greater efficiency gains are possible at high spending, indicating the asymptote should be lower. (correct answer)
  4. The model's mathematical form is inappropriate for marketing data; an exponential decay function CAC(x) = ae^(-bx) + c would better represent advertising efficiency gains.
Explanation: The model predicted CAC(30) = 50 + 2000/30 = $116.67, but actual CAC was $95. The model overestimated by about $22, suggesting advertising is more efficient at high spending than the model assumes. The model has a horizontal asymptote at $50, implying CAC cannot go below $50 regardless of spending. The actual result suggests this floor may be too high - greater efficiency gains may be possible, indicating the true asymptote should be lower than $50.

Question 15

A city planning committee models the relationship between the number of new parking meters installed and monthly parking revenue using the linear function R(x) = 45x + 2800, where x is the number of new meters and R is revenue in dollars. After installing 20 new meters, the actual monthly revenue was $3,200, which is $500 less than the model predicted.

Which critique of the model is most appropriate, and what refinement should be considered?

  1. The model overestimates revenue because it assumes constant marginal revenue per meter, but actual revenue may decrease due to market saturation effects requiring a quadratic model. (correct answer)
  2. The model underestimates revenue because the linear coefficient is too small, so the slope should be increased from 45 to account for higher meter usage rates.
  3. The model is fundamentally correct but needs a time delay factor since new meters take several months to reach full utilization in the community.
  4. The model fails because linear functions cannot represent revenue relationships, so an exponential growth model would better capture the parking demand patterns.
Explanation: The model predicted R(20) = 45(20) + 2800 = $3700, but actual revenue was $3200. The model overestimated by 500.Thissuggeststheassumptionofconstantmarginalrevenuepermeter(500. This suggests the assumption of constant marginal revenue per meter (45 each) may be flawed. In reality, as more meters are added, drivers might seek alternative parking or avoid the area entirely, reducing the revenue per additional meter. A quadratic model could capture this diminishing return effect.

Question 16

A physics student models the motion of a projectile using the equation h(t)=16t2+64t+5h(t) = -16t^2 + 64t + 5, where hh is height in feet and tt is time in seconds. The model assumes no air resistance and constant gravitational acceleration.

The student observes that the actual projectile lands 0.3 seconds earlier than predicted by the model. What is the most likely cause of this discrepancy, and how should the model be refined?

  1. Air resistance was ignored in the original model; this typically reduces flight time, so a drag coefficient should be incorporated into the equation (correct answer)
  2. The initial velocity calculation was incorrect; the vertical component should be increased to h(t)=16t2+70t+5h(t) = -16t^2 + 70t + 5 to match observations
  3. The gravitational constant used was too small; the model should use h(t)=18t2+64t+5h(t) = -18t^2 + 64t + 5 to account for local variations
  4. The measurement error is within acceptable limits; the model accurately represents the physical situation and needs no modification
Explanation: Air resistance causes projectiles to land earlier than predicted by idealized models because it reduces both horizontal and vertical velocity components. This is the most common cause of such discrepancies. Option B would increase flight time, not decrease it. Option C incorrectly suggests gravity varies significantly. Option D ignores a systematic error that could be addressed.

Question 17

An engineer models water flow through a pipe using Q=0.5d2PQ = 0.5d^2\sqrt{P}, where QQ is flow rate (gal/min), dd is diameter (inches), and PP is pressure (psi). For a 4-inch pipe at 25 psi, the model predicts 40 gal/min, but measurements show only 32 gal/min. What is the most likely limitation of this model?

  1. The square root relationship for pressure is incorrect; flow rate varies linearly with pressure in most practical applications
  2. The pressure measurement was taken at the wrong location; readings should be taken at the pipe exit rather than the entrance
  3. The diameter coefficient is too high; it should be reduced from 0.5 to 0.4 to match the observed flow rate accurately
  4. Pipe roughness and friction losses were not accounted for; the model assumes ideal flow conditions that don't exist in real systems (correct answer)
Explanation: When you encounter engineering models that don't match real-world measurements, you're typically dealing with the gap between theoretical predictions and practical limitations. Mathematical models often make simplifying assumptions to remain manageable, but real systems have complexities these models may not capture. Let's verify the model prediction: Q=0.5(42)25=0.5×16×5=40Q = 0.5(4^2)\sqrt{25} = 0.5 \times 16 \times 5 = 40 gal/min. The calculation is correct, yet actual flow is only 32 gal/min—a 20% reduction from the predicted value. Answer D correctly identifies that pipe roughness and friction losses aren't accounted for in this idealized model. Real pipes have surface irregularities that create turbulence, and fluid friction along pipe walls converts kinetic energy to heat, reducing flow rate. These factors become more significant in longer pipes or those with rougher interior surfaces. Answer A is wrong because the square root relationship for pressure is actually well-established in fluid mechanics—it comes from Bernoulli's equation and is physically sound. Answer B incorrectly suggests measurement location is the issue; while pressure drop does occur along pipes, engineers typically account for this in their measurement protocols. Answer C suggests simply adjusting the coefficient to fit data, but this misses the underlying physics—you can't just change constants without understanding why the discrepancy exists. When evaluating engineering models, look for physical factors that might be neglected. Real systems almost always have energy losses, friction, or other practical limitations that idealized equations don't capture.

Question 18

A biologist models bacterial growth using N(t)=N02t/3N(t) = N_0 \cdot 2^{t/3}, where N(t)N(t) is population after tt hours. Starting with 100 bacteria, the model predicts 1600 after 12 hours. However, the actual count is 800. Which refinement addresses the most likely cause of this discrepancy?

  1. Environmental conditions varied; the model should include temperature and pH correction factors to account for changing conditions
  2. The doubling time was measured incorrectly; the model should be N(t)=N02t/6N(t) = N_0 \cdot 2^{t/6} to match the observed slower growth
  3. Resource depletion slows growth; a logistic model N(t)=K1+AertN(t) = \frac{K}{1 + Ae^{-rt}} would better represent population limits in confined environments (correct answer)
  4. Counting methodology introduced systematic error; the exponential model remains valid but requires calibration of measurement techniques
Explanation: When modeling population growth, you need to recognize that exponential models assume unlimited resources and constant growth rates. This question tests whether you can identify when real-world constraints make exponential models inadequate. The given model N(t)=1002t/3N(t) = 100 \cdot 2^{t/3} predicts the population doubles every 3 hours. After 12 hours, this gives N(12)=100212/3=10024=1600N(12) = 100 \cdot 2^{12/3} = 100 \cdot 2^4 = 1600 bacteria. However, the actual count is only 800 - exactly half the prediction. This systematic underprediction suggests the growth rate is slowing over time, not that it's consistently slower. Choice C correctly identifies that resource depletion causes growth to slow as populations approach their environment's carrying capacity. The logistic model accounts for this by incorporating a maximum sustainable population limit, making it more realistic for confined bacterial cultures. Choice A suggests environmental variation, but the data shows a consistent pattern of slower growth rather than random fluctuations that temperature and pH changes would cause. Choice B proposes the doubling time is 6 hours instead of 3, but this would predict N(12)=10022=400N(12) = 100 \cdot 2^2 = 400 bacteria, which is too low and doesn't explain why growth appears to decelerate over time. Choice D assumes measurement error, but the consistent underprediction suggests a systematic biological phenomenon rather than methodological problems. Study tip: When exponential models consistently underpredict actual values over time, suspect carrying capacity limitations. Real populations can't grow exponentially forever - they're constrained by resources, space, and waste accumulation.

Question 19

A student models the cooling of coffee using Newton's Law: T(t)=70+130e0.1tT(t) = 70 + 130e^{-0.1t}, where TT is temperature (°F) and tt is time (minutes). After 10 minutes, the model predicts 118°F, but the actual temperature is 125°F. After 20 minutes, the model predicts 88°F while actual is 98°F. What refinement is most justified?

  1. The ambient temperature assumption is incorrect; the model should use a higher room temperature value than the assumed 70°F
  2. The cooling constant is too high; it should be reduced from 0.1 to approximately 0.07 to better match the observed cooling rate (correct answer)
  3. Heat transfer mechanisms change over time; a piecewise model with different cooling rates for different temperature ranges would improve accuracy
  4. External factors affect cooling; the model should include terms for air circulation, humidity, and container material properties
Explanation: The model consistently overpredicts cooling (actual temperatures are higher than predicted), indicating the cooling rate is slower than modeled. This suggests the decay constant k = 0.1 is too large. Using T(10) = 125: 125 = 70 + 130e^(-10k), solving gives k ≈ 0.067. Option A would affect the asymptotic temperature, not the cooling rate. Options C and D add complexity without justification from the given data pattern.

Question 20

A meteorologist models temperature using T(h)=680.004hT(h) = 68 - 0.004h, where TT is temperature in °F and hh is altitude in feet. At 5000 feet, the model predicts 48°F, but the actual temperature is 42°F. At 10000 feet, the predicted temperature is 28°F while the actual is 18°F. What does this pattern suggest about the model's assumptions?

  1. Weather conditions are highly variable; the model should include random error terms rather than assuming deterministic relationships
  2. The base temperature measurement was incorrect; adjusting to T(h)=620.004hT(h) = 62 - 0.004h would align predictions with observations
  3. The linear relationship is inappropriate; temperature decreases exponentially with altitude, requiring T(h)=aebh+cT(h) = ae^{-bh} + c
  4. The lapse rate varies with altitude; the model should use different linear rates for different altitude ranges to improve accuracy (correct answer)
Explanation: When analyzing mathematical models that don't match real-world data, you need to examine the pattern of errors to identify what assumptions might be flawed. Let's check the model's predictions first. At 5000 feet: T(5000)=680.004(5000)=48°FT(5000) = 68 - 0.004(5000) = 48°F. At 10000 feet: T(10000)=680.004(10000)=28°FT(10000) = 68 - 0.004(10000) = 28°F. The calculations confirm the given predictions. Now examine the error pattern. At 5000 feet, the model overestimates by 6°F (48° predicted vs 42° actual). At 10000 feet, it overestimates by 10°F (28° predicted vs 18° actual). Notice that the error increases with altitude - this suggests the actual temperature drops faster at higher elevations than the model assumes. Answer D correctly identifies that the lapse rate (temperature change per unit altitude) varies with altitude. The constant rate of 0.004°F per foot works reasonably at lower altitudes but underestimates the temperature drop at higher elevations. Answer A incorrectly attributes systematic errors to randomness. The consistent pattern of increasing error with altitude indicates a structural problem, not random variation. Answer B focuses only on adjusting the base temperature. While T(h)=620.004hT(h) = 62 - 0.004h might improve the 5000-foot prediction, it would make the 10000-foot prediction even worse, ignoring the altitude-dependent error pattern. Answer C suggests exponential decay, but the data doesn't support this complex relationship - the issue is simply that the linear rate changes with altitude ranges. Remember: when model errors show a clear pattern rather than random scatter, look for assumptions about relationships that might need refinement rather than assuming the model type is fundamentally wrong.