IB Mathematics: Applications and Interpretation Quiz: Differentiation Applications
20 questions · exam conditions
0:00
Differentiation ApplicationsQuestion 1 of 20

The total cost, in euros, for a factory to produce xx units of a product is given by C(x)=0.01x34.5x2+800x+12000C(x) = 0.01x^3 - 4.5x^2 + 800x + 12000, for x>0x > 0.

Find the approximate number of units that should be produced to minimize the average cost per unit.

150
200
225
300
← Back to quizzes

IB Mathematics: Applications and Interpretation Quiz

IB Mathematics: Applications and Interpretation Quiz: Differentiation Applications

Practice Differentiation Applications in IB Mathematics: Applications and Interpretation 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 Differentiation Applications, giving you a quick way to practice the rules, question types, and explanations that matter most for IB Mathematics: Applications and Interpretation.

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

The total cost, in euros, for a factory to produce xx units of a product is given by C(x)=0.01x34.5x2+800x+12000C(x) = 0.01x^3 - 4.5x^2 + 800x + 12000, for x>0x > 0.

Find the approximate number of units that should be produced to minimize the average cost per unit.

  1. 150
  2. 200
  3. 225 (correct answer)
  4. 300
Explanation: The average cost per unit is A(x)=C(x)x=0.01x24.5x+800+12000xA(x) = \frac{C(x)}{x} = 0.01x^2 - 4.5x + 800 + \frac{12000}{x}. To minimize the average cost, we find its derivative and set it to zero: A(x)=0.02x4.512000x2A'(x) = 0.02x - 4.5 - \frac{12000}{x^2}. Setting A(x)=0A'(x) = 0 gives 0.02x4.5=12000x20.02x - 4.5 = \frac{12000}{x^2}, which leads to the cubic equation 0.02x34.5x212000=00.02x^3 - 4.5x^2 - 12000 = 0. Using a graphing calculator's solver function, we find the positive real root is x225.4x \approx 225.4. The nearest whole number of units is 225.

Question 2

A rectangular field with an area of 5000 m² is to be enclosed by a fence. A straight river runs along one side of the field, so fencing is only required for the other three sides.

What is the minimum length of fencing required, to the nearest meter?

  1. 100 m
  2. 141 m
  3. 250 m
  4. 200 m (correct answer)
Explanation: This is a classic optimization problem where you need to minimize perimeter given a fixed area constraint. When you see problems about minimizing fencing or materials, think calculus optimization or recognize standard geometric relationships. Let's set up the problem systematically. If the field has width ww (perpendicular to the river) and length ll (parallel to the river), then the area constraint gives us l×w=5000l \times w = 5000, so l=5000wl = \frac{5000}{w}. Since the river provides one long side, you only need fencing for two widths and one length: F=2w+l=2w+5000wF = 2w + l = 2w + \frac{5000}{w}. To minimize this, take the derivative and set it equal to zero: dFdw=25000w2=0\frac{dF}{dw} = 2 - \frac{5000}{w^2} = 0. Solving: 2=5000w22 = \frac{5000}{w^2}, so w2=2500w^2 = 2500 and w=50w = 50 meters. This gives l=500050=100l = \frac{5000}{50} = 100 meters, and minimum fencing of F=2(50)+100=200F = 2(50) + 100 = 200 meters. Answer A (100 m) represents just the length parallel to the river, forgetting the two perpendicular sides. Answer B (141 m) might come from incorrectly assuming a square field (500071\sqrt{5000} \approx 71, then 2×71=1422 \times 71 = 142). Answer C (250 m) could result from using the wrong optimization setup or assuming all four sides need fencing. Strategy tip: In three-sided fencing problems, the optimal rectangle always has the unfenced side twice as long as each fenced side. Memorizing this 2:1 ratio can save time on similar problems.

Question 3

The price pp, in dollars, for a concert ticket is related to the quantity of tickets sold, qq, by the demand function p(q)=4000.2qp(q) = 400 - 0.2q.

What is the maximum possible revenue from ticket sales?

  1. $200
  2. $1,000
  3. $72,000
  4. $200,000 (correct answer)
Explanation: Revenue RR is price times quantity: R(q)=pq=(4000.2q)q=400q0.2q2R(q) = p \cdot q = (400 - 0.2q)q = 400q - 0.2q^2. To maximize revenue, find the derivative: R(q)=4000.4qR'(q) = 400 - 0.4q. Set R(q)=0R'(q)=0 to find the critical point: 4000.4q=0    q=1000400 - 0.4q = 0 \implies q = 1000. The maximum revenue is R(1000)=400(1000)0.2(1000)2=400,000200,000=200,000R(1000) = 400(1000) - 0.2(1000)^2 = 400,000 - 200,000 = 200,000.

Question 4

The cost of fuel per hour for a cargo ship is proportional to the cube of its speed. The cost is $1350 per hour when the speed is 15 knots. Other fixed costs amount to $6400 per hour regardless of speed.

What speed, in knots, will minimize the total cost per nautical mile?

  1. 15.0
  2. 18.9
  3. 20.0 (correct answer)
  4. 23.8
Explanation: Let CfC_f be fuel cost and vv be speed. Cf=kv3C_f = kv^3. Given 1350=k(153)1350 = k(15^3), so k=1350/3375=0.4k = 1350/3375 = 0.4. Total cost per hour is Ch(v)=0.4v3+6400C_h(v) = 0.4v^3 + 6400. The cost per nautical mile, CnmC_{nm}, is the cost per hour divided by the speed (miles per hour): Cnm(v)=0.4v3+6400v=0.4v2+6400vC_{nm}(v) = \frac{0.4v^3 + 6400}{v} = 0.4v^2 + \frac{6400}{v}. To minimize this, find the derivative: Cnm(v)=0.8v6400v2C'_{nm}(v) = 0.8v - \frac{6400}{v^2}. Set to zero: 0.8v=6400v2    v3=64000.8=80000.8v = \frac{6400}{v^2} \implies v^3 = \frac{6400}{0.8} = 8000. Thus, v=80003=20v = \sqrt[3]{8000} = 20 knots.

Question 5

An open-top box is to be made from a square piece of cardboard measuring 30 cm on each side, by cutting out equal squares from each of the four corners and folding up the sides.

What is the maximum possible volume of the box, in cm³?

  1. 5
  2. 800
  3. 2000 (correct answer)
  4. 3125
Explanation: Let xx be the side length of the squares cut from the corners. The dimensions of the box will be length (302x)(30-2x), width (302x)(30-2x), and height xx. The volume is V(x)=x(302x)2=4x3120x2+900xV(x) = x(30-2x)^2 = 4x^3 - 120x^2 + 900x. To maximize the volume, find the derivative: V(x)=12x2240x+900V'(x) = 12x^2 - 240x + 900. Set V(x)=0V'(x) = 0 and solve for xx, which gives x=5x=5 or x=15x=15. The domain is 0<x<150 < x < 15, so x=5x=5 is the only valid solution. The maximum volume is V(5)=5(302(5))2=5(20)2=2000V(5) = 5(30-2(5))^2 = 5(20)^2 = 2000 cm³.

Question 6

The altitude of a drone, in meters, is given by the function A(t)=0.1t3+1.5t2+5A(t) = -0.1t^3 + 1.5t^2 + 5, where tt is the time in seconds after launch, for 0t120 \le t \le 12.

For which time interval is the drone's altitude increasing?

  1. 0<t<50 < t < 5
  2. 0<t<100 < t < 10 (correct answer)
  3. 5<t<105 < t < 10
  4. 10<t<1210 < t < 12
Explanation: The altitude is increasing when its rate of change, the derivative A(t)A'(t), is positive. A(t)=0.3t2+3tA'(t) = -0.3t^2 + 3t. To find where A(t)>0A'(t) > 0, we first find the roots of A(t)=0A'(t) = 0. 0.3t(t10)=0-0.3t(t - 10) = 0, so the roots are t=0t=0 and t=10t=10. Since the graph of A(t)A'(t) is a downward-opening parabola, it is positive between its roots. Therefore, the altitude is increasing for the interval 0<t<100 < t < 10.

Question 7

The value of a particular cryptocurrency, VV, in US dollars, is modelled by a differentiable function V(t)V(t), where tt is the number of weeks since its launch.

Which of the following is the best interpretation of the statement V(10)=250V'(10) = -250?

  1. After 10 weeks, the value of the cryptocurrency was $250.
  2. The value of the cryptocurrency decreased by $250 during the 10th week.
  3. The total loss in value after 10 weeks was $250.
  4. At the 10-week mark, the value of the cryptocurrency was decreasing at a rate of $250 per week. (correct answer)
Explanation: When you encounter derivative notation like V(10)=250V'(10) = -250, you're dealing with instantaneous rates of change. The derivative V(t)V'(t) tells you how fast the value is changing at any specific moment in time, not cumulative changes over a period. Let's break down what V(10)=250V'(10) = -250 means: at exactly t=10t = 10 weeks, the derivative (rate of change) of the cryptocurrency's value is 250-250 dollars per week. The negative sign indicates the value is decreasing, and the magnitude tells you the rate of that decrease. This matches option D perfectly. Now let's see why the other options miss the mark. Option A confuses the derivative with the original function—V(10)V'(10) is not the same as V(10)V(10). The derivative gives you the rate of change, not the actual value. Option B misinterprets the derivative as a total change over the entire 10th week, but derivatives measure instantaneous rates, not cumulative changes over time intervals. Option C suggests this represents the total accumulated loss after 10 weeks, which would require integrating the derivative function, not just evaluating it at one point. Remember this key distinction: V(t)V(t) gives you the value at time tt, while V(t)V'(t) gives you how fast that value is changing at time tt. On IB exams, questions often test whether you can distinguish between a function's value and its rate of change—always check whether you're looking at f(x)f(x) or f(x)f'(x).

Question 8

The value of a company's shares, in dollars, is modelled by V(t)=0.1t31.8t2+7.2t+20V(t) = 0.1t^3 - 1.8t^2 + 7.2t + 20, where tt is the number of months after the company went public, for 0t100 \le t \le 10.

When is the value of the shares decreasing most rapidly?

  1. t = 2 months
  2. t = 6 months (correct answer)
  3. t = 8 months
  4. t = 10 months
Explanation: The rate of change of the value is V(t)=0.3t23.6t+7.2V'(t) = 0.3t^2 - 3.6t + 7.2. The value is decreasing most rapidly when this rate is at its minimum. To find the minimum of V(t)V'(t), we find its derivative, V(t)V''(t), and set it to zero. V(t)=0.6t3.6V''(t) = 0.6t - 3.6. Setting V(t)=0V''(t) = 0 gives 0.6t=3.60.6t = 3.6, so t=6t = 6. This is the vertex of the parabola V(t)V'(t), which is its minimum point. Thus, the value decreases most rapidly at t=6t=6 months.

Question 9

A company is designing a closed cylindrical can that must hold 500 cm³ of soup. The company wants to use the minimum amount of metal to make the can.

What should be the height of the can, in cm, to minimize the surface area, correct to one decimal place?

  1. 8.6 cm (correct answer)
  2. 5.4 cm
  3. 4.3 cm
  4. 10.8 cm
Explanation: This is a classic optimization problem where you need to minimize surface area while maintaining a fixed volume constraint. When you see "minimize material" for containers, you're looking for the point where the derivative equals zero. Start by setting up your equations. For a cylinder with radius rr and height hh: Volume = πr2h=500\pi r^2 h = 500, so h=500πr2h = \frac{500}{\pi r^2}. Surface area = 2πr2+2πrh2\pi r^2 + 2\pi rh (top/bottom plus sides). Substitute the height expression into the surface area formula: A=2πr2+2πr500πr2=2πr2+1000rA = 2\pi r^2 + 2\pi r \cdot \frac{500}{\pi r^2} = 2\pi r^2 + \frac{1000}{r}. To minimize, take the derivative and set it equal to zero: dAdr=4πr1000r2=0\frac{dA}{dr} = 4\pi r - \frac{1000}{r^2} = 0. Solving: 4πr=1000r24\pi r = \frac{1000}{r^2}, which gives r3=250πr^3 = \frac{250}{\pi}, so r=250π34.3r = \sqrt[3]{\frac{250}{\pi}} ≈ 4.3 cm. Now find the height: h=500π(4.3)28.6h = \frac{500}{\pi(4.3)^2} ≈ 8.6 cm. Looking at the wrong answers: B (5.4 cm) might come from incorrectly using the radius value as the height. C (4.3 cm) is actually the radius, not the height—a common mix-up. D (10.8 cm) could result from calculation errors in the optimization process. For optimization problems, always double-check which variable the question asks for. The minimum surface area occurs when height equals the diameter, but make sure you're reporting the right measurement.

Question 10

The value of a piece of industrial machinery, in thousands of dollars, tt years after purchase is given by the function V(t)=150e0.15t+10V(t) = 150e^{-0.15t} + 10.

At what rate is the machinery depreciating 5 years after purchase, in dollars per year?

  1. $10,580 per year (correct answer)
  2. $15,870 per year
  3. $22,500 per year
  4. $33,750 per year
Explanation: The rate of change of value is given by the derivative V(t)=150(0.15)e0.15t=22.5e0.15tV'(t) = 150(-0.15)e^{-0.15t} = -22.5e^{-0.15t}. At t=5t=5, the rate is V(5)=22.5e0.7510.58V'(5) = -22.5e^{-0.75} \approx -10.58 thousand dollars per year. Since this is negative, the machinery is losing value. The depreciation rate (positive value) is approximately $10,580 per year.

Question 11

An open-top box is to be made from a square piece of cardboard measuring 30 cm on each side, by cutting out equal squares from each of the four corners and folding up the sides.

What is the maximum possible volume of the box, in cm³?

  1. 5
  2. 800
  3. 2000 (correct answer)
  4. 3125
Explanation: Let xx be the side length of the squares cut from the corners. The dimensions of the box will be length (302x)(30-2x), width (302x)(30-2x), and height xx. The volume is V(x)=x(302x)2=4x3120x2+900xV(x) = x(30-2x)^2 = 4x^3 - 120x^2 + 900x. To maximize the volume, find the derivative: V(x)=12x2240x+900V'(x) = 12x^2 - 240x + 900. Set V(x)=0V'(x) = 0 and solve for xx, which gives x=5x=5 or x=15x=15. The domain is 0<x<150 < x < 15, so x=5x=5 is the only valid solution. The maximum volume is V(5)=5(302(5))2=5(20)2=2000V(5) = 5(30-2(5))^2 = 5(20)^2 = 2000 cm³.

Question 12

The population of a species of insect in a controlled environment is modelled by the function P(t)=t3+45t2+48t+1000P(t) = -t^3 + 45t^2 + 48t + 1000, where tt is the number of days after the start of the experiment, for 0t350 \le t \le 35.

At what time tt is the population's rate of growth at a maximum?

  1. 15 days (correct answer)
  2. 30.5 days
  3. 723 insects per day
  4. 15988 insects
Explanation: The rate of growth is the derivative of the population function, R(t)=P(t)=3t2+90t+48R(t) = P'(t) = -3t^2 + 90t + 48. To find when this rate is at a maximum, we need to find the derivative of R(t)R(t) and set it to zero. R(t)=P(t)=6t+90R'(t) = P''(t) = -6t + 90. Setting R(t)=0R'(t) = 0 gives 6t+90=0-6t + 90 = 0, which solves to t=15t=15. This corresponds to the point of inflection of P(t)P(t), where the gradient is steepest.

Question 13

A cylindrical can must have a volume of 1000 cm³. The material for the circular top and bottom costs $0.05 per cm², while the material for the curved side costs $0.03 per cm².

What is the radius of the can, in cm, that minimizes the total cost of the material, correct to two decimal places?

  1. 4.30
  2. 4.57 (correct answer)
  3. 5.42
  4. 15.24
Explanation: Let radius be rr and height be hh. Volume V=πr2h=1000V = \pi r^2 h = 1000, so h=1000πr2h = \frac{1000}{\pi r^2}. The cost function is C(r)=0.05(2πr2)+0.03(2πrh)C(r) = 0.05(2\pi r^2) + 0.03(2\pi rh). Substituting for hh, we get C(r)=0.1πr2+0.06πr(1000πr2)=0.1πr2+60rC(r) = 0.1\pi r^2 + 0.06\pi r (\frac{1000}{\pi r^2}) = 0.1\pi r^2 + \frac{60}{r}. To minimize cost, find the derivative: C(r)=0.2πr60r2C'(r) = 0.2\pi r - \frac{60}{r^2}. Set C(r)=0C'(r)=0, so 0.2πr=60r20.2\pi r = \frac{60}{r^2}, which gives r3=600.2π=300πr^3 = \frac{60}{0.2\pi} = \frac{300}{\pi}. Solving for rr gives r=300π34.57r = \sqrt[3]{\frac{300}{\pi}} \approx 4.57 cm.

Question 14

The displacement, ss meters, of a particle from a fixed point O at time tt seconds (t0t \ge 0) is given by s(t)=t39t2+15t+2s(t) = t^3 - 9t^2 + 15t + 2.

What is the displacement of the particle when it first comes to a momentary rest?

  1. 1 m
  2. 2 m
  3. 9 m (correct answer)
  4. -23 m
Explanation: The particle is at rest when its velocity is zero. Velocity is the derivative of displacement: v(t)=s(t)=3t218t+15v(t) = s'(t) = 3t^2 - 18t + 15. Set v(t)=0v(t) = 0: 3(t26t+5)=0    3(t1)(t5)=03(t^2 - 6t + 5) = 0 \implies 3(t-1)(t-5) = 0. The particle is at rest at t=1t=1 and t=5t=5. It first comes to rest at t=1t=1 second. The displacement at this time is s(1)=(1)39(1)2+15(1)+2=19+15+2=9s(1) = (1)^3 - 9(1)^2 + 15(1) + 2 = 1 - 9 + 15 + 2 = 9 meters.

Question 15

The price pp, in dollars, for a concert ticket is related to the quantity of tickets sold, qq, by the demand function p(q)=4000.2qp(q) = 400 - 0.2q.

What is the maximum possible revenue from ticket sales?

  1. $200
  2. $1,000
  3. $72,000
  4. $200,000 (correct answer)
Explanation: Revenue RR is price times quantity: R(q)=pq=(4000.2q)q=400q0.2q2R(q) = p \cdot q = (400 - 0.2q)q = 400q - 0.2q^2. To maximize revenue, find the derivative: R(q)=4000.4qR'(q) = 400 - 0.4q. Set R(q)=0R'(q)=0 to find the critical point: 4000.4q=0    q=1000400 - 0.4q = 0 \implies q = 1000. The maximum revenue is R(1000)=400(1000)0.2(1000)2=400,000200,000=200,000R(1000) = 400(1000) - 0.2(1000)^2 = 400,000 - 200,000 = 200,000.

Question 16

The total cost, in euros, for a factory to produce xx units of a product is given by C(x)=0.01x34.5x2+800x+12000C(x) = 0.01x^3 - 4.5x^2 + 800x + 12000, for x>0x > 0.

Find the approximate number of units that should be produced to minimize the average cost per unit.

  1. 150
  2. 200
  3. 225 (correct answer)
  4. 300
Explanation: The average cost per unit is A(x)=C(x)x=0.01x24.5x+800+12000xA(x) = \frac{C(x)}{x} = 0.01x^2 - 4.5x + 800 + \frac{12000}{x}. To minimize the average cost, we find its derivative and set it to zero: A(x)=0.02x4.512000x2A'(x) = 0.02x - 4.5 - \frac{12000}{x^2}. Setting A(x)=0A'(x) = 0 gives 0.02x4.5=12000x20.02x - 4.5 = \frac{12000}{x^2}, which leads to the cubic equation 0.02x34.5x212000=00.02x^3 - 4.5x^2 - 12000 = 0. Using a graphing calculator's solver function, we find the positive real root is x225.4x \approx 225.4. The nearest whole number of units is 225.

Question 17

The profit, PP, in thousands of dollars, from producing xx thousand units of a product is given by P(x)=x3+27x2120x50P(x) = -x^3 + 27x^2 - 120x - 50. The factory has a maximum production capacity of 20 thousand units.

What production level, in thousands of units, maximizes the profit within the factory's capacity?

  1. 2.7
  2. 15.3 (correct answer)
  3. 18.0
  4. 20.0
Explanation: To find the maximum profit, we differentiate P(x)P(x): P(x)=3x2+54x120P'(x) = -3x^2 + 54x - 120. We set P(x)=0P'(x)=0 and solve for xx using a GDC or the quadratic formula. The solutions are x2.74x \approx 2.74 and x15.26x \approx 15.26. We check the second derivative, P(x)=6x+54P''(x) = -6x + 54. P(2.74)>0P''(2.74) > 0 (local minimum). P(15.26)<0P''(15.26) < 0 (local maximum). We must also check the endpoints of the domain [0, 20]. P(0)=50P(0) = -50, P(15.26)485P(15.26) \approx 485, P(20)=430P(20) = 430. The local maximum at x15.26x \approx 15.26 is the global maximum on the interval. The closest answer is 15.3.

Question 18

The value of a piece of industrial machinery, in thousands of dollars, tt years after purchase is given by the function V(t)=150e0.15t+10V(t) = 150e^{-0.15t} + 10.

At what rate is the machinery depreciating 5 years after purchase, in dollars per year?

  1. $10,580 per year (correct answer)
  2. $15,870 per year
  3. $22,500 per year
  4. $33,750 per year
Explanation: The rate of change of value is given by the derivative V(t)=150(0.15)e0.15t=22.5e0.15tV'(t) = 150(-0.15)e^{-0.15t} = -22.5e^{-0.15t}. At t=5t=5, the rate is V(5)=22.5e0.7510.58V'(5) = -22.5e^{-0.75} \approx -10.58 thousand dollars per year. Since this is negative, the machinery is losing value. The depreciation rate (positive value) is approximately $10,580 per year.

Question 19

The value of a company's shares, in dollars, is modelled by V(t)=0.1t31.8t2+7.2t+20V(t) = 0.1t^3 - 1.8t^2 + 7.2t + 20, where tt is the number of months after the company went public, for 0t100 \le t \le 10.

When is the value of the shares decreasing most rapidly?

  1. t = 2 months
  2. t = 6 months (correct answer)
  3. t = 8 months
  4. t = 10 months
Explanation: The rate of change of the value is V(t)=0.3t23.6t+7.2V'(t) = 0.3t^2 - 3.6t + 7.2. The value is decreasing most rapidly when this rate is at its minimum. To find the minimum of V(t)V'(t), we find its derivative, V(t)V''(t), and set it to zero. V(t)=0.6t3.6V''(t) = 0.6t - 3.6. Setting V(t)=0V''(t) = 0 gives 0.6t=3.60.6t = 3.6, so t=6t = 6. This is the vertex of the parabola V(t)V'(t), which is its minimum point. Thus, the value decreases most rapidly at t=6t=6 months.

Question 20

The daily temperature in a desert, in degrees Celsius, can be modelled by the function T(t)=0.02t40.9t3+12t240t+50T(t) = 0.02t^4 - 0.9t^3 + 12t^2 - 40t + 50, where tt is the number of hours after midnight (0t240 \le t \le 24).

At what time of day, approximately, is the temperature the lowest?

  1. 2:00
  2. 4:00 (correct answer)
  3. 14:00
  4. 20:00
Explanation: To find the minimum temperature, we need to find the derivative of T(t)T(t) and find its roots. T(t)=0.08t32.7t2+24t40T'(t) = 0.08t^3 - 2.7t^2 + 24t - 40. Using a graphing calculator to solve T(t)=0T'(t)=0, we find critical points at approximately t2.1t \approx 2.1, t4.0t \approx 4.0, and t27.6t \approx 27.6. Since we're restricted to 0t240 \le t \le 24, we evaluate T(t)T(t) at the critical points and endpoints: T(0)=50T(0) = 50, T(2.1)18.3T(2.1) \approx 18.3, T(4.0)18.0T(4.0) \approx 18.0, T(24)166T(24) \approx 166. The minimum temperature occurs at t4.0t \approx 4.0, which corresponds to 4:00.