16.4 Real-World Mathematical Modeling and Problem Solving

Key Takeaways

  • Translate real contexts into exponential, logarithmic, or power models ($N=N_0 a^{t/T}$, compound interest, half-life) and solve for time or amount with logarithms.
  • Mathematical modeling translates real-world physical, financial, and industrial scenarios into calculus-based functions with practical domain constraints.
  • Optimization in economics balances marginal revenue R'(x) and marginal cost C'(x) to maximize profit P(x) where P'(x) = 0.
  • Kinematic applications utilize derivatives to move between position s(t), velocity v(t) = s'(t), and acceleration a(t) = v'(t) = s''(t).
  • Auxiliary function methods allow proving real-world functional inequalities by analyzing monotonicity of g(x) = f(x) - h(x).
Last updated: July 2026

16.4 Real-World Mathematical Modeling and Problem Solving

Modern Gaokao examinations place heavy emphasis on testing core competencies through applied mathematical modeling. Candidates must demonstrate the ability to extract quantitative relationships from verbal real-world contexts, construct calculus models, apply optimization algorithms, and interpret mathematical results within their physical or economic framework.


1. The 4-Step Mathematical Modeling Pipeline

Real-World Context  --->  Calculus Model  --->  Mathematical Solution  --->  Practical Interpretation
  1. Context Analysis & Variable Selection: Read the problem carefully, define the independent variable $x$ (e.g., unit production, time, dimension), identify the dependent target quantity $y$, and state explicit practical domain constraints (e.g., $x > 0, x \in [a, b]$).
  2. Objective Function Formulation: Establish the mathematical model $y = f(x)$ using physical formulas, financial relations, or geometric principles.
  3. Calculus-Based Analysis: Compute $f'(x)$, identify stationary points $f'(x) = 0$, conduct monotonicity sign tests, and evaluate boundary conditions.
  4. Contextual Verification & Answer Formatting: Verify that mathematical optimal values satisfy real-world physical or economic constraints and state the answer with appropriate units.

2. Standard Gaokao Modeling Schemas

2.1 Economic Optimization Models

  • Cost Function $C(x)$: Total expenditure for producing $x$ units. Average cost $\bar{C}(x) = \frac{C(x)}{x}$. Marginal cost $C'(x)$.
  • Revenue Function $R(x)$: Total gross income from selling $x$ units at price $p(x)$: $R(x) = x \cdot p(x)$. Marginal revenue $R'(x)$.
  • Profit Function $P(x)$: Total net profit: $P(x) = R(x) - C(x)$. Maximum profit occurs when marginal revenue equals marginal cost: $P'(x) = R'(x) - C'(x) = 0 \implies R'(x) = C'(x)$.

2.2 Kinematics and Physical Models

  • Position Function $s(t)$: Displacement at time $t$.
  • Velocity Function $v(t)$: Instantaneous velocity $v(t) = s'(t) = \frac{ds}{dt}$.
  • Acceleration Function $a(t)$: Instantaneous acceleration $a(t) = v'(t) = s''(t) = \frac{d^2s}{dt^2}$.

2.3 Growth and Decay Models

  • Exponential growth/decay models $P(t) = P_0 e^{kt}$ satisfy differential equation $\frac{dP}{dt} = k P(t)$, where the instantaneous rate of growth is directly proportional to current population $P(t)$.

3. Auxiliary Function Construction for Applied Inequalities

A hallmark of comprehensive Gaokao calculus questions is proving that a real-world system satisfies a safety threshold or performance bound $f(x) \ge h(x)$ for all $x \in D$.

Standard Methodology:

  1. Define an auxiliary function $g(x) = f(x) - h(x)$.
  2. Compute $g'(x)$ and determine its monotonicity on domain $D$.
  3. Find the global minimum $g_{\min}$ of $g(x)$.
  4. Show that $g_{\min} \ge 0 \implies f(x) - h(x) \ge 0 \implies f(x) \ge h(x)$.

4. Worked Gaokao Exam Problem

Problem Statement

A tech enterprise launches an innovative renewable energy device. Market research indicates that producing $x$ thousand units per month ($x \ge 1$) incurs a total cost function $C(x) = \frac{1}{3}x^3 - 4x^2 + 36x + 10$ (in thousands of RMB). The selling price per thousand units depends on production volume according to $p(x) = 45 - x$ (in thousands of RMB per thousand units).

  1. Formulate the monthly profit function $P(x)$ in terms of production volume $x$.
  2. Determine the optimal monthly production output $x$ that maximizes total profit $P(x)$, and calculate the maximum profit.
  3. Verify whether the average cost per unit $\bar{C}(x) = \frac{C(x)}{x}$ achieves a minimum for $x \in [1, 10]$, and find the minimal average cost.

Step-by-Step Solution

Step 1: Formulate monthly profit function $P(x)$.

  • Revenue function $R(x) = x \cdot p(x) = x(45 - x) = 45x - x^2$.
  • Profit function $P(x) = R(x) - C(x)$: P(x)=(45xx2)(13x34x2+36x+10)P(x) = (45x - x^2) - \left( \frac{1}{3}x^3 - 4x^2 + 36x + 10 \right) P(x)=13x3+3x2+9x10(x1)P(x) = -\frac{1}{3}x^3 + 3x^2 + 9x - 10 \quad (x \ge 1)

Step 2: Maximize $P(x)$ using derivative analysis. Compute $P'(x)$: P(x)=x2+6x+9P'(x) = -x^2 + 6x + 9 Set $P'(x) = 0$ to find stationary points: x2+6x+9=0    x26x9=0-x^2 + 6x + 9 = 0 \implies x^2 - 6x - 9 = 0 Applying the quadratic formula: x=6±364(1)(9)2=6±722=3±32x = \frac{6 \pm \sqrt{36 - 4(1)(-9)}}{2} = \frac{6 \pm \sqrt{72}}{2} = 3 \pm 3\sqrt{2} Since $x \ge 1$ and $3\sqrt{2} \approx 4.24$, the valid positive critical point is $x_0 = 3 + 3\sqrt{2} \approx 7.24$. Monotonicity analysis on $[1, +\infty)$:

  • For $x \in [1, 3 + 3\sqrt{2})$, $P'(x) > 0$, so $P(x)$ is strictly increasing.
  • For $x \in (3 + 3\sqrt{2}, +\infty)$, $P'(x) < 0$, so $P(x)$ is strictly decreasing. Thus, $x = 3 + 3\sqrt{2}$ thousand units yields maximum profit.

Calculate maximum profit $P(3 + 3\sqrt{2})$: Notice that $x_0^2 - 6x_0 - 9 = 0 \implies x_0^2 = 6x_0 + 9$. P(x0)=13x0(6x0+9)+3x02+9x10=2x023x0+3x02+9x010=x02+6x010P(x_0) = -\frac{1}{3}x_0(6x_0 + 9) + 3x_0^2 + 9x - 10 = -2x_0^2 - 3x_0 + 3x_0^2 + 9x_0 - 10 = x_0^2 + 6x_0 - 10 Substituting $x_0^2 = 6x_0 + 9$: P(x0)=(6x0+9)+6x010=12x01=12(3+32)1=35+362 thousand RMBP(x_0) = (6x_0 + 9) + 6x_0 - 10 = 12x_0 - 1 = 12(3 + 3\sqrt{2}) - 1 = 35 + 36\sqrt{2} \text{ thousand RMB}

Step 3: Analyze average cost $\bar{C}(x) = \frac{C(x)}{x}$ on $x \in [1, 10]$. Cˉ(x)=13x34x2+36x+10x=13x24x+36+10x\bar{C}(x) = \frac{\frac{1}{3}x^3 - 4x^2 + 36x + 10}{x} = \frac{1}{3}x^2 - 4x + 36 + \frac{10}{x} Compute derivative $\bar{C}'(x)$: Cˉ(x)=23x410x2=2x312x2303x2\bar{C}'(x) = \frac{2}{3}x - 4 - \frac{10}{x^2} = \frac{2x^3 - 12x^2 - 30}{3x^2} Setting numerator $g(x) = 2x^3 - 12x^2 - 30 = 0 \implies x^3 - 6x^2 - 15 = 0$. Evaluating $g(x)$:

  • $g(6) = 216 - 216 - 15 = -15 < 0$
  • $g(7) = 343 - 294 - 15 = +34 > 0$ There exists a root $x_* \in (6, 7)$. For $x \in [1, x_)$, $\bar{C}'(x) < 0$ (decreasing), and for $x \in (x_, 10]$, $\bar{C}'(x) > 0$ (increasing). Thus, minimum average cost is achieved at this internal root $x_*$.

Final Answer: $P(x) = -\frac{1}{3}x^3 + 3x^2 + 9x - 10$; optimal output is $3 + 3\sqrt{2}$ thousand units giving maximum profit $35 + 36\sqrt{2}$ thousand RMB (~85.91 thousand RMB).

Function Applications: Growth, Decay, and Interest

The mandatory curriculum unit 函数应用 asks you to build and interpret exponential, logarithmic, and power models from real situations—not just compare growth rates abstractly.

Exponential growth and decay models

A quantity with continuous relative rate $k$ often follows N(t)=N0ektorN(t)=N0at.N(t) = N_0 e^{kt}\quad\text{or}\quad N(t) = N_0 a^{t}.

  • Growth when $k>0$ (or $a>1$): populations, bacteria counts under ideal conditions, compound interest.
  • Decay when $k<0$ (or $0<a<1$): radioactive half-life, cooling toward ambient temperature (Newton's law forms), depreciation.

Worked Example A (bacteria). A culture starts at $N_0 = 500$ and doubles every $3$ hours: $N(t) = 500 \cdot 2^{t/3}$. After $9$ hours, $N(9) = 500 \cdot 2^{3} = 4000$. Solving $N(t)=8000$ gives $500 \cdot 2^{t/3} = 8000 \implies 2^{t/3}=16=2^4 \implies t/3=4 \implies t=12$ hours.

Worked Example B (half-life). A radioactive sample has half-life $T_{1/2}=8$ days, so $N(t)=N_0\left(\frac{1}{2}\right)^{t/8}$. The time to reach $12.5%$ of the original amount satisfies $\left(\frac{1}{2}\right)^{t/8}=\frac{1}{8}=\left(\frac{1}{2}\right)^3$, hence $t/8=3$ and $t=24$ days.

Worked Example C (compound interest). Principal $P=10000$ at annual rate $r=0.05$ compounded yearly: $A(t)=10000(1.05)^t$. After $6$ years, $A(6)=10000(1.05)^6 \approx 13401$. Solving $A(t)=20000$ requires $t=\log_{1.05} 2 = \frac{\ln 2}{\ln 1.05}\approx 14.2$ years.

Choosing the model under exam pressure

Situation clueTypical modelLogarithm use
Doubling / half-life language$N_0 a^{t/T}$Solve for $t$ with $\log$
Constant percentage change per period$(1+r)^t$ growth or $(1-r)^t$ decaySame
Power-law scaling (area vs length, intensity vs distance)$y=kx^p$Take logs to linearize: $\ln y = \ln k + p\ln x$

Always state the domain ($t\ge 0$, positive quantities) and check that fitted parameters keep the story physically meaningful (positive populations, rates in range).

Loading diagram...
Real-World Context to Calculus Optimization Cycle
Test Your Knowledge

A particle moves along a straight line with position s(t) = t^3 - 6t^2 + 9t + 2 for t >= 0. At what time t is the particle momentarily at rest (velocity v(t) = 0)?

A
B
C
D
Test Your Knowledge

In an economic model, if total profit is P(x) = R(x) - C(x), what mathematical condition guarantees a local maximum profit at output x_0?

A
B
C
D
Test Your Knowledge

To prove that f(x) >= 2x - 1 for all x > 0 using derivative analysis, which auxiliary function g(x) should be constructed?

A
B
C
D
Congratulations!

You've completed this section

Continue exploring other exams