Applications To Maximum And Minimum Problems
Master maximum and minimum problems for Queensland Year 11 Mathematical Methods (QCAA). Optimisation uses calculus to find the greatest or least value a quantity can take — its local or global maximum or minimum.
You will learn to build a function from the problem, differentiate and solve where the gradient is zero, check the nature of that result with a sign test, and answer questions about maximum area, volume or profit.
Theory
In Year 11 Mathematical Methods (QCAA, Unit 2), an optimisation problem asks for the largest or smallest value of a quantity in a context — a maximum area, volume or profit, or a minimum length or cost. You build a polynomial objective from the information, differentiate, solve \(f'(x)=0\), confirm max or min with a first-derivative sign test, and answer what was asked.
The quantity to be made as large or as small as possible is the objective. It often starts with two variables, so a constraint (a fixed perimeter, area, or volume) is used to eliminate one, leaving the objective as a function of a single variable.
The optimum occurs at a stationary point of the objective, where \(f'(x)=0\). Whether it is a maximum or a minimum is confirmed with the first-derivative sign test. Because the variable is a real length or quantity, it also has a sensible domain (for example \(0
Write the objective \(f(x)\) in one variable, then find the stationary value:
Confirm the nature with the first-derivative sign test:
How to solve an optimisation problem
- Build the objective: write the quantity to optimise, and use the constraint to express it with one variable; state a sensible domain.
- Differentiate and solve: find \(f'(x)\), set \(f'(x)=0\), and solve for the variable, keeping only values in the domain.
- Confirm and answer: use a first-derivative sign test to check maximum or minimum, then state the quantity asked (the dimension or the optimal value).
Objective — width \(w\), so length \(=20-w\); area:
| \(A\) | \(=\) | \(w(20-w)\) |
| \(=\) | \(20w-w^2\) |
Domain: \(0 Differentiate and solve \(A'(w)=0\): Sign test around \(w=10\): \(+\rightarrow-\), so \(w=10\) gives a maximum. Maximum area: Width \(10\) m gives the maximum area \(100\) m\(^2\) (a square).
\(A'(w)\) \(=\) \(20-2w\) \(20-2w\) \(=\) \(0\) \(w\) \(=\) \(10\)
\(A'(9)\) \(=\) \(20-18=2>0\) \(A'(11)\) \(=\) \(20-22=-2<0\)
\(A(10)\) \(=\) \(10(20-10)\) \(=\) \(100\)
Objective — base \((12-2x)\) each way, height \(x\):
| \(V\) | \(=\) | \(x(12-2x)^2\) |
| \(=\) | \(4x^3-48x^2+144x\) |
Domain: \(0 Differentiate and solve \(V'(x)=0\): Sign test around \(x=2\): \(+\rightarrow-\), so \(x=2\) gives a maximum. Maximum volume: Cut \(x=2\) cm; the maximum volume is \(128\) cm\(^3\).
\(V'(x)\) \(=\) \(12x^2-96x+144\) \(12(x^2-8x+12)\) \(=\) \(0\) \(12(x-2)(x-6)\) \(=\) \(0\) \(x\) \(=\) \(2 \ \ (x=6 \text{ rejected})\)
\(V'(1)\) \(=\) \(12(1-8+12)=60>0\) \(V'(3)\) \(=\) \(12(9-24+12)=-36<0\)
\(V(2)\) \(=\) \(2(12-4)^2=2(64)\) \(=\) \(128\)
Objective — profit \(=\) revenue \(-\) cost:
| \(P\) | \(=\) | \(x(60-x)-(100+20x)\) |
| \(=\) | \(60x-x^2-100-20x\) | |
| \(=\) | \(-x^2+40x-100\) |
Domain: \(0 Differentiate and solve \(P'(x)=0\): Sign test around \(x=20\): \(+\rightarrow-\), so \(x=20\) gives a maximum. Maximum profit: Selling \(20\) items gives the maximum profit \(\$300\).
\(P'(x)\) \(=\) \(-2x+40\) \(-2x+40\) \(=\) \(0\) \(x\) \(=\) \(20\)
\(P'(19)\) \(=\) \(-38+40=2>0\) \(P'(21)\) \(=\) \(-42+40=-2<0\)
\(P(20)\) \(=\) \(-(20)^2+40(20)-100\) \(=\) \(-400+800-100\) \(=\) \(300\)
Constraint — base plus four sides use \(300\) cm\(^2\):
| \(x^2+4xh\) | \(=\) | \(300\) |
| \(h\) | \(=\) | \(\dfrac{300-x^2}{4x}\) |
Objective — volume in one variable:
| \(V\) | \(=\) | \(x^2h=x^2\cdot\dfrac{300-x^2}{4x}\) |
| \(=\) | \(\dfrac{300x-x^3}{4}\) | |
| \(=\) | \(75x-\dfrac{x^3}{4}\) |
Domain: \(0 Differentiate and solve \(V'(x)=0\): Sign test around \(x=10\): \(+\rightarrow-\), so \(x=10\) gives a maximum. Maximum volume: A base of \(x=10\) cm gives the maximum volume \(500\) cm\(^3\).
\(V'(x)\) \(=\) \(75-\dfrac{3x^2}{4}\) \(75-\dfrac{3x^2}{4}\) \(=\) \(0\) \(x^2\) \(=\) \(100\) \(x\) \(=\) \(10\)
\(V'(9)\) \(=\) \(75-\tfrac{3(81)}{4}=14.25>0\) \(V'(11)\) \(=\) \(75-\tfrac{3(121)}{4}=-15.75<0\)
\(V(10)\) \(=\) \(75(10)-\dfrac{(10)^3}{4}\) \(=\) \(750-250\) \(=\) \(500\)
Common pitfalls
Frequently asked questions
How do I set up an optimisation problem?
Write the quantity to optimise as the objective, use the constraint to express it in one variable, state a sensible domain, then differentiate.
How do I know if I have a maximum or a minimum?
Solve \(f'(x)=0\), then apply the first-derivative sign test: \(+\rightarrow-\) is a maximum and \(-\rightarrow+\) is a minimum.
Why do I need a domain?
The variable is a real length or quantity, so it has physical limits; solutions of \(f'(x)=0\) outside that range are rejected.
Should I give the dimension or the maximum value?
Whatever the question asks. Some want the optimal \(x\); others want the maximum or minimum value \(f(x)\). Often you state both.
Can I use the second derivative to check?
Not in Year 11 Methods — use the first-derivative sign test. The second-derivative test belongs to Year 12.
How do I eliminate the second variable?
Rearrange the constraint (fixed perimeter, area or volume) to make one variable the subject, then substitute it into the objective.