10 questions · Form 5 Mathematics Bab 8: Mathematical Modeling
What should be done if the predictions from a mathematical model do not match real-world data during the validation step?
Prefer reading to quizzing? All 10 questions are listed below with the answer and explanation under each one.
1. What should be done if the predictions from a mathematical model do not match real-world data during the validation step?
Answer: C
Validation tests accuracy. If a model fails validation, assumptions must be re-evaluated and the model refined iteratively.
2. The stopping distance d (in meters) of a car traveling at speed v (in km/h) is modeled by d = 0.01v² + 0.2v. Find the stopping distance for v = 60 km/h.
Answer: A
d = 0.01(60)² + 0.2(60) = 0.01(3600) + 12 = 36 + 12 = 48 meters.
3. Which factor represents a common limitation when modeling real-world traffic flow mathematically?
Answer: A
Unpredictable external factors like weather and human behavior introduce real-world noise that simplified models cannot fully capture.
4. A water tank drains such that the volume remaining V (in liters) after t minutes is modeled by V = 500 - 20t. How long will it take to empty completely?
Answer: B
Set V = 0 => 0 = 500 - 20t => 20t = 500 => t = 25 minutes.
5. Which mathematical function best models the height h of a ball thrown vertically upwards as a function of time t?
Answer: A
Projectiles under gravity follow parabolic paths described by quadratic equations of the form h(t) = -gt² + vt + c.
6. Which parameter in the linear model y = mx + c determines the rate of change?
Answer: A
The gradient 'm' represents the rate of change of y with respect to x.
7. Which model type is described by the equation y = a x² + b x + c?
Answer: A
The polynomial equation y = ax² + bx + c defines a quadratic function.
8. Why are assumptions made during the mathematical modeling process?
Answer: A
Real-world situations are complex; assumptions simplify the scenario to focus on the key variables.
9. In mathematical modeling, converting the mathematical solution back into the context of the real-world problem is known as:
Answer: A
Interpreting results involves translating raw mathematical outputs into practical real-world explanations.
10. Which step comes immediately after 'Applying mathematics to solve problems' in the mathematical modeling cycle?
Answer: A
After obtaining a mathematical solution, the next step is interpreting those results back into real-world context.