Practice question · Put in order
A farmer has 100 m of fence for a rectangular pen against a river (no fence needed on the river side). Order the optimization workflow.
- Name variables: width , length , area
- Set , giving
- Substitute to get one variable:
- Encode the constraint:
- Confirm it is a maximum and report m
Hints
- Optimization is a pipeline: model → constraint → single-variable function → critical point → verify.
- The constraint is what lets you eliminate , without it, "maximize area" has no answer.
Show the answer
- Name variables: width , length , area
- Encode the constraint:
- Substitute to get one variable:
- Set , giving
- Confirm it is a maximum and report m
Why
Every optimization problem walks these same five steps; only the story changes. Note the punchline : the free river side lets the pen stretch twice as long as it is deep.
Practise Extrema and optimization
The app has 10 more questions on this lesson, and keeps your place in the course. Physics I is free to start.