<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AOptimisation_Problems</id>
	<title>English:Optimisation Problems - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AOptimisation_Problems"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Optimisation_Problems&amp;action=history"/>
	<updated>2026-08-28T18:15:47Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Optimisation_Problems&amp;diff=47333&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Optimisation_Problems&amp;diff=47333&amp;oldid=prev"/>
		<updated>2026-08-28T06:54:50Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Optimisation Problems]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Optimisation problems ask you to find the &amp;#039;&amp;#039;&amp;#039;best possible value&amp;#039;&amp;#039;&amp;#039; of a quantity while respecting given conditions. In Grades 11–13, this usually means turning a real situation into a mathematical model, identifying a quantity to maximise or minimise, and using [[English:Calculus|calculus]] to justify the optimum. Typical goals include maximising area or volume, minimising cost or distance, and choosing dimensions that use material efficiently.&lt;br /&gt;
&lt;br /&gt;
By the end of this aiMOOC, you should be able to identify decision variables, objective functions and constraints; determine a feasible domain; locate and classify candidate extrema; compare endpoints and critical points; interpret an optimum in context; and explain why your answer is mathematically and practically reasonable.&lt;br /&gt;
&lt;br /&gt;
[[File:Maxima and Minima.svg|600px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The graph above illustrates why an optimisation problem may contain both &amp;#039;&amp;#039;&amp;#039;local&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;global&amp;#039;&amp;#039;&amp;#039; extrema. A local maximum is higher than nearby values, while a global maximum is at least as high as every feasible value in the whole domain. Optimisation normally asks for a global optimum unless the context says otherwise.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=lx8RcYcYVuU|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= What Is an Optimisation Problem? =&lt;br /&gt;
&lt;br /&gt;
An optimisation model has three central ingredients. A &amp;#039;&amp;#039;&amp;#039;decision variable&amp;#039;&amp;#039;&amp;#039; represents a quantity you are free to choose. An &amp;#039;&amp;#039;&amp;#039;objective function&amp;#039;&amp;#039;&amp;#039; gives the quantity you want to maximise or minimise. &amp;#039;&amp;#039;&amp;#039;Constraints&amp;#039;&amp;#039;&amp;#039; describe the restrictions that your choice must satisfy. The values satisfying all constraints form the &amp;#039;&amp;#039;&amp;#039;feasible set&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
If the feasible set is an interval or other domain &amp;lt;math&amp;gt;D&amp;lt;/math&amp;gt; and the objective is &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt;, then a point &amp;lt;math&amp;gt;c\in D&amp;lt;/math&amp;gt; is a global maximum when &amp;lt;math&amp;gt;f(c)\geq f(x)&amp;lt;/math&amp;gt; for every &amp;lt;math&amp;gt;x\in D&amp;lt;/math&amp;gt;. It is a global minimum when &amp;lt;math&amp;gt;f(c)\leq f(x)&amp;lt;/math&amp;gt; for every feasible &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:ConvexFunction.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
If a strictly convex function on a convex feasible interval attains a minimum, that minimiser is unique. Convexity becomes increasingly important in advanced [[English:Mathematical optimization|mathematical optimisation]].&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== From Context to Mathematics ==&lt;br /&gt;
&lt;br /&gt;
A strong solution begins before you differentiate. Read the situation carefully and decide what can vary. Draw a labelled diagram when geometry is involved. Define variables with units. Write the quantity to be optimised. Use the constraints to express that quantity using as few independent variables as possible. Finally, determine the feasible domain from physical and mathematical restrictions.&lt;br /&gt;
&lt;br /&gt;
For example, if a rectangle has perimeter 80 m and one side is &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; metres, the other side is &amp;lt;math&amp;gt;40-x&amp;lt;/math&amp;gt;. Its area is therefore &amp;lt;math&amp;gt;A(x)=x(40-x)&amp;lt;/math&amp;gt;, and the physically meaningful domain is &amp;lt;math&amp;gt;0\leq x\leq 40&amp;lt;/math&amp;gt;. The constraint has reduced a two-variable problem to a one-variable objective.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Calculus Tools for Optimisation =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Derivatives and Critical Points ==&lt;br /&gt;
&lt;br /&gt;
The [[English:Derivative|derivative]] measures instantaneous rate of change. At a differentiable interior local maximum or minimum, the derivative must be zero. Such points are called stationary points. More generally, a &amp;#039;&amp;#039;&amp;#039;critical point&amp;#039;&amp;#039;&amp;#039; is an interior point where the derivative is zero or does not exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Derivative with tangent.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A horizontal tangent is an important signal, but it is not a guarantee of an optimum. For example, &amp;lt;math&amp;gt;f(x)=x^3&amp;lt;/math&amp;gt; has &amp;lt;math&amp;gt;f&amp;#039;(0)=0&amp;lt;/math&amp;gt;, yet &amp;lt;math&amp;gt;x=0&amp;lt;/math&amp;gt; is neither a local maximum nor a local minimum. You must classify critical points and compare all relevant candidates.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=S0_qX4VJhMQ|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== First Derivative Test ==&lt;br /&gt;
&lt;br /&gt;
The first derivative test classifies a critical point by checking how the sign of &amp;lt;math&amp;gt;f&amp;#039;&amp;lt;/math&amp;gt; changes around it. If &amp;lt;math&amp;gt;f&amp;#039;&amp;lt;/math&amp;gt; changes from positive to negative, the function changes from increasing to decreasing and has a local maximum. If &amp;lt;math&amp;gt;f&amp;#039;&amp;lt;/math&amp;gt; changes from negative to positive, the point is a local minimum. If there is no sign change, the point is not a local extremum.&lt;br /&gt;
&lt;br /&gt;
This method is useful when the derivative factors neatly or when you can make a sign chart. It also gives you information about the increasing and decreasing behaviour of the whole function.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Second Derivative Test ==&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt;f&amp;#039;(c)=0&amp;lt;/math&amp;gt; and the second derivative exists, then &amp;lt;math&amp;gt;f&amp;#039;&amp;#039;(c)&amp;gt;0&amp;lt;/math&amp;gt; indicates a local minimum and &amp;lt;math&amp;gt;f&amp;#039;&amp;#039;(c)&amp;lt;0&amp;lt;/math&amp;gt; indicates a local maximum. When &amp;lt;math&amp;gt;f&amp;#039;&amp;#039;(c)=0&amp;lt;/math&amp;gt;, the test is inconclusive; another method is required.&lt;br /&gt;
&lt;br /&gt;
[[File:Parabola2.svg|400px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The graph of &amp;lt;math&amp;gt;y=x^2&amp;lt;/math&amp;gt; has positive curvature and a minimum at the origin. This is the geometric idea behind the second derivative test for a stationary point with positive second derivative.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=-cW5hCsc9Yc|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Global Extrema on a Closed Interval ==&lt;br /&gt;
&lt;br /&gt;
The [[English:Extreme value theorem|Extreme value theorem]] states that a continuous function on a closed, bounded interval has both an absolute maximum and an absolute minimum. To find them, evaluate the objective at every interior critical point and at both endpoints, then compare the resulting values. If the function is not differentiable at an interior point, that point must also be considered.&lt;br /&gt;
&lt;br /&gt;
Endpoints matter because the optimum can occur at the boundary. In applied problems, the boundary may represent a limiting design such as zero height, full capacity, a minimum legal value, or the largest permitted resource use.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= A Reliable Solution Strategy =&lt;br /&gt;
&lt;br /&gt;
Use the following workflow for one-variable optimisation problems:&lt;br /&gt;
# [[English:Mathematical modelling|Mathematical modelling]]: Define the decision variable clearly and include units.&lt;br /&gt;
# [[English:Objective function|Objective function]]: Write the quantity that must be maximised or minimised.&lt;br /&gt;
# [[English:Constraint (mathematics)|Constraint]]: Use the given relationship to reduce the objective to one independent variable when possible.&lt;br /&gt;
# [[English:Domain of a function|Feasible domain]]: State all allowed values before differentiating.&lt;br /&gt;
# [[English:Critical point|Critical point]]: Differentiate and solve for all relevant critical points.&lt;br /&gt;
# [[English:Extremum|Classification]]: Use a sign test, second derivative test, or direct comparison.&lt;br /&gt;
# [[English:Boundary value problem|Boundary check]]: Evaluate feasible endpoints or limiting boundary cases.&lt;br /&gt;
# [[English:Mathematical proof|Justification]]: Compare candidates and explain why the chosen value is globally optimal in the stated domain.&lt;br /&gt;
# [[English:Dimensional analysis|Interpretation]]: Give the final result with units and check that it makes sense in context.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=Ef22yTJDUZI|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: Maximum Rectangle with Fixed Perimeter =&lt;br /&gt;
&lt;br /&gt;
A rectangle has perimeter 80 m. What dimensions maximise its area?&lt;br /&gt;
&lt;br /&gt;
Let one side be &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; metres. The perimeter condition gives the other side as &amp;lt;math&amp;gt;40-x&amp;lt;/math&amp;gt;, so&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A(x)=x(40-x)=40x-x^2,\qquad 0\leq x\leq 40.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Differentiate:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A&amp;#039;(x)=40-2x.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The stationary point satisfies &amp;lt;math&amp;gt;40-2x=0&amp;lt;/math&amp;gt;, so &amp;lt;math&amp;gt;x=20&amp;lt;/math&amp;gt;. Also, &amp;lt;math&amp;gt;A&amp;#039;&amp;#039;(x)=-2&amp;lt;0&amp;lt;/math&amp;gt;, so the stationary point is a local maximum. The endpoints both give area zero, while &amp;lt;math&amp;gt;A(20)=400&amp;lt;/math&amp;gt;. Therefore the global maximum area is &amp;#039;&amp;#039;&amp;#039;400 m²&amp;#039;&amp;#039;&amp;#039;, achieved by a &amp;#039;&amp;#039;&amp;#039;20 m by 20 m square&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
This example shows an important structural result: among all rectangles with a fixed perimeter, the square has maximum area.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: Open-Top Box =&lt;br /&gt;
&lt;br /&gt;
A 24-inch square sheet of cardboard has equal squares of side &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; cut from each corner. The sides are folded up to make an open-top box. What cut size maximises the volume?&lt;br /&gt;
&lt;br /&gt;
The box has height &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; and square base side length &amp;lt;math&amp;gt;24-2x&amp;lt;/math&amp;gt;. Thus&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;V(x)=x(24-2x)^2,\qquad 0\leq x\leq 12.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Expanding and differentiating gives&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;V&amp;#039;(x)=576-192x+12x^2=12(x-4)(x-12).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The interior critical point is &amp;lt;math&amp;gt;x=4&amp;lt;/math&amp;gt;. At the endpoints &amp;lt;math&amp;gt;x=0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x=12&amp;lt;/math&amp;gt;, the volume is zero. At &amp;lt;math&amp;gt;x=4&amp;lt;/math&amp;gt;, the volume is&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;V(4)=4\cdot16^2=1024.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore the maximum volume is &amp;#039;&amp;#039;&amp;#039;1024 cubic inches&amp;#039;&amp;#039;&amp;#039;, obtained by cutting out &amp;#039;&amp;#039;&amp;#039;4-inch squares&amp;#039;&amp;#039;&amp;#039;. Notice that the feasible domain was essential: the algebraic root &amp;lt;math&amp;gt;x=12&amp;lt;/math&amp;gt; lies at a degenerate boundary where the base disappears.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=3GYv-BZYYdg|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: Minimum Material for a Closed Cylinder =&lt;br /&gt;
&lt;br /&gt;
Suppose a closed cylindrical container must hold a fixed volume &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt;. Let its radius be &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; and its height be &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt;. The volume constraint is &amp;lt;math&amp;gt;\pi r^2h=K&amp;lt;/math&amp;gt;, while the surface area to minimise is &amp;lt;math&amp;gt;S=2\pi r^2+2\pi rh&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
From the constraint, &amp;lt;math&amp;gt;h=K/(\pi r^2)&amp;lt;/math&amp;gt;. Substitution produces a one-variable objective:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(r)=2\pi r^2+\frac{2K}{r},\qquad r&amp;gt;0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S&amp;#039;(r)=4\pi r-\frac{2K}{r^2}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Setting this equal to zero gives &amp;lt;math&amp;gt;2\pi r^3=K&amp;lt;/math&amp;gt;. Since &amp;lt;math&amp;gt;S&amp;#039;&amp;#039;(r)=4\pi+4K/r^3&amp;gt;0&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;r&amp;gt;0&amp;lt;/math&amp;gt;, this critical point is the unique global minimum. Substituting the critical-point relation back into the height formula yields &amp;lt;math&amp;gt;h=2r&amp;lt;/math&amp;gt;. Therefore the least-surface-area closed cylinder has &amp;#039;&amp;#039;&amp;#039;height equal to its diameter&amp;#039;&amp;#039;&amp;#039;. This example shows how a constraint can be used to eliminate one variable before applying calculus.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Constraints, Feasibility and Alternative Methods =&lt;br /&gt;
&lt;br /&gt;
Not every optimisation problem is best solved by differentiation. When both the objective and constraints are linear, [[English:Linear programming|linear programming]] can be used. In two variables, the constraints define a feasible region, and a linear objective—when an optimum exists on a bounded polygonal feasible region—reaches an optimum at a vertex.&lt;br /&gt;
&lt;br /&gt;
[[File:Linear Programming Feasible Region.svg|450px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
This graphical method highlights the same three ideas used in calculus optimisation: an objective, constraints and a feasible set. The technique changes, but modelling remains central.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Beyond One Variable ==&lt;br /&gt;
&lt;br /&gt;
Some advanced problems depend on several independent variables. Then partial derivatives, the [[English:Gradient|gradient]] and methods such as [[English:Lagrange multiplier|Lagrange multipliers]] can replace ordinary one-variable differentiation. For Grades 11–13, the main goal is to understand the modelling logic and recognise how one-variable ideas extend to higher dimensions.&lt;br /&gt;
&lt;br /&gt;
[[File:Paraboloid-KSE.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A bowl-shaped surface gives a geometric picture of a two-variable minimum. In higher-dimensional optimisation, level curves, gradients and constraint surfaces help describe the direction in which an objective changes most rapidly.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Technology as a Checking Tool =&lt;br /&gt;
&lt;br /&gt;
A graphing calculator, computer algebra system or spreadsheet can help you inspect a function, estimate a maximum or minimum, test sensitivity to parameters, and check arithmetic. Technology is most useful after you have defined the model correctly.&lt;br /&gt;
&lt;br /&gt;
Do not treat a graphing window as a proof. A poor viewing range can hide extrema, numerical solvers can miss solutions, and a calculator may return a critical point outside the feasible domain. Your written solution should still identify the objective, constraints, domain, critical points and reasoning used to select the optimum.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Common Errors and How to Avoid Them =&lt;br /&gt;
&lt;br /&gt;
# [[English:Domain of a function|Ignoring the domain]]: A mathematically valid critical point may be impossible in the real situation.&lt;br /&gt;
# [[English:Stationary point|Assuming every stationary point is optimal]]: A zero derivative can also occur at a non-extremal point.&lt;br /&gt;
# [[English:Endpoint|Forgetting endpoints]]: A global optimum on a closed interval can occur at a boundary.&lt;br /&gt;
# [[English:Mathematical modelling|Optimising the wrong quantity]]: Check that your formula actually represents the requested area, volume, cost, distance or profit.&lt;br /&gt;
# [[English:Units of measurement|Dropping units]]: State the unit of every variable and of the final objective value.&lt;br /&gt;
# [[English:Rounding|Rounding too early]]: Keep exact values during algebra when possible and round only at the end.&lt;br /&gt;
# [[English:Verification and validation|Skipping interpretation]]: Substitute your result back into the original constraints and ask whether it is realistic.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the objective function in an optimisation problem?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The quantity to maximise or minimise)&lt;br /&gt;
(!The list of all units)&lt;br /&gt;
(!A graphing calculator setting)&lt;br /&gt;
(!The name of the decision variable)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why must you state a feasible domain before differentiating?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It identifies the values allowed by the problem)&lt;br /&gt;
(!It guarantees every derivative is positive)&lt;br /&gt;
(!It removes the need to test endpoints)&lt;br /&gt;
(!It makes every function linear)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a change in the first derivative from positive to negative indicate?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A local maximum)&lt;br /&gt;
(!A local minimum)&lt;br /&gt;
(!A vertical asymptote)&lt;br /&gt;
(!A missing constraint)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a change in the first derivative from negative to positive indicate?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A local minimum)&lt;br /&gt;
(!A local maximum)&lt;br /&gt;
(!A constant function)&lt;br /&gt;
(!An impossible domain)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a positive second derivative at a stationary point indicate?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A local minimum)&lt;br /&gt;
(!A local maximum)&lt;br /&gt;
(!A guaranteed endpoint)&lt;br /&gt;
(!A linear objective)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What should you do when the second derivative is zero at a stationary point?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Use another classification method)&lt;br /&gt;
(!Declare a maximum immediately)&lt;br /&gt;
(!Declare a minimum immediately)&lt;br /&gt;
(!Ignore the point)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which candidates must be compared for a continuous function on a closed interval?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Critical points and endpoints)&lt;br /&gt;
(!Only the midpoint)&lt;br /&gt;
(!Only positive values)&lt;br /&gt;
(!Only stationary points)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why is substitution useful in constrained optimisation?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It can reduce the number of independent variables)&lt;br /&gt;
(!It always removes the objective function)&lt;br /&gt;
(!It makes all constraints disappear)&lt;br /&gt;
(!It proves every point is feasible)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which method is especially suitable when both objective and constraints are linear?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Linear programming)&lt;br /&gt;
(!Synthetic division)&lt;br /&gt;
(!Long multiplication)&lt;br /&gt;
(!Angle bisection)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is a good final check after finding an optimum?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Interpret it in the original context)&lt;br /&gt;
(!Delete the units)&lt;br /&gt;
(!Ignore the constraints)&lt;br /&gt;
(!Round every value to an integer)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Objective function || Quantity to be maximised or minimised&lt;br /&gt;
|-&lt;br /&gt;
| Decision variable || Quantity that can be chosen&lt;br /&gt;
|-&lt;br /&gt;
| Constraint || Restriction that feasible choices must satisfy&lt;br /&gt;
|-&lt;br /&gt;
| Critical point || Interior point where the derivative is zero or undefined&lt;br /&gt;
|-&lt;br /&gt;
| Global optimum || Best value over the entire feasible domain&lt;br /&gt;
|-&lt;br /&gt;
| Endpoint || Boundary value that may need comparison&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Define a decision variable&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Choose a measurable quantity that can vary&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Build the objective&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Express the quantity to maximise or minimise&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;State the feasible domain&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Restrict the variable to values allowed by the context&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Find critical points&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Solve where the derivative is zero or undefined&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Compare candidates&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Evaluate possible optima and select the best feasible value&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Derivative || What rate-of-change tool is central to calculus optimisation?&lt;br /&gt;
|-&lt;br /&gt;
| Constraint || What restriction limits the feasible choices?&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || What do you call the greatest feasible objective value?&lt;br /&gt;
|-&lt;br /&gt;
| Minimum || What do you call the least feasible objective value?&lt;br /&gt;
|-&lt;br /&gt;
| Endpoint || What boundary value of an interval must often be checked?&lt;br /&gt;
|-&lt;br /&gt;
| Feasible || What adjective describes a value that satisfies every constraint?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Optimisation+Problems &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
An optimisation problem begins by defining a { decision variable } that represents what you can choose. The quantity you want to maximise or minimise is the { objective function }. Restrictions on possible choices are called { constraints }. All allowed values together form the { feasible domain }. Interior points where a derivative is zero or undefined are called { critical points }. A sign change in the first derivative from positive to negative indicates a { local maximum }. On a closed interval, you must also compare the { endpoints }. A positive second derivative at a stationary point supports classification as a { local minimum }. Substitution can reduce a constrained problem to { one variable }. The final numerical result should always be interpreted in its original { context }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Functions|Functions]]: Choose a simple quadratic function, draw its graph by hand or with graphing software, mark its optimum, and explain how the graph and derivative agree.&lt;br /&gt;
# [[English:Geometry|Geometry]]: Design two rectangles with the same perimeter, calculate their areas, and create a labelled image showing which design uses the perimeter more efficiently.&lt;br /&gt;
# [[English:Derivative|Derivative]]: Record a short video in which you explain why a horizontal tangent can be a clue to an optimum but does not always prove one.&lt;br /&gt;
# [[English:Mathematical modelling|Mathematical modelling]]: Interview someone about a real decision involving cost, time, space or materials, then identify a possible decision variable, objective and constraint.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Spreadsheet|Spreadsheet]]: Build a spreadsheet for the open-top box problem, vary the cut size, calculate the volume, create a graph, and compare the numerical maximum with the calculus result.&lt;br /&gt;
# [[English:Economics|Economics]]: Create a simple revenue, cost or profit model with stated assumptions, find an optimum, and write a short interpretation for a business audience.&lt;br /&gt;
# [[English:Physics|Physics]]: Investigate a motion or energy situation in which a maximum or minimum is meaningful, derive a suitable function, and explain the physical restrictions on its domain.&lt;br /&gt;
# [[English:Linear programming|Linear programming]]: Visit a school workshop, garden, kitchen, shop or other suitable place, identify two limited resources, and sketch a two-variable feasible region for a realistic planning problem.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Engineering mathematics|Engineering mathematics]]: Design a container subject to a fixed-capacity constraint, optimise one measure of material use, and produce a scale drawing or 3D model of your proposed design.&lt;br /&gt;
# [[English:Data analysis|Data analysis]]: Collect or generate data near a predicted optimum, fit a simple model, and discuss how measurement noise could change your confidence in the best value.&lt;br /&gt;
# [[English:Calculus|Calculus]]: Compare the first derivative test, second derivative test and direct value comparison on three different functions, then write a decision guide for choosing a method.&lt;br /&gt;
# [[English:Operations research|Operations research]]: Produce a five-minute explanatory video that contrasts calculus optimisation with linear programming and gives one realistic use case for each.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Model construction|Model construction]]: Given an unfamiliar real-world scenario, define variables, formulate an objective and constraints, and justify the feasible domain before performing any calculus.&lt;br /&gt;
# [[English:Method selection|Method selection]]: Compare two optimisation problems and explain why one is best solved with derivatives while the other is better suited to linear programming or direct comparison.&lt;br /&gt;
# [[English:Error analysis|Error analysis]]: Analyse a worked solution that checks only where the derivative is zero, identify what information is missing, and determine whether the claimed optimum is valid.&lt;br /&gt;
# [[English:Parameter sensitivity|Parameter sensitivity]]: Change one parameter in a geometric optimisation model, predict how the optimum should change, and verify your prediction algebraically or numerically.&lt;br /&gt;
# [[English:Proof and interpretation|Proof and interpretation]]: Solve a constrained optimisation problem, prove that your candidate is global within the feasible domain, and interpret the result with correct units.&lt;br /&gt;
# [[English:Transfer task|Transfer task]]: Create an optimisation model from a context outside mathematics class, state its assumptions and limitations, solve it, and evaluate whether the mathematical optimum would be practical in real life.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;: You can explain objective functions, decision variables, constraints, feasible domains, critical points, endpoints, local extrema and global extrema.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Skills&amp;#039;&amp;#039;&amp;#039;: You can translate a context into a model, differentiate an objective, classify candidates, compare boundary values, use technology critically and communicate a justified conclusion.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Products&amp;#039;&amp;#039;&amp;#039;: Your evidence can include labelled diagrams, solved models, graphs, spreadsheets, short reports, presentations, videos or physical prototypes.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;: You can recognise optimisation structures in geometry, economics, physics, engineering and planning, then select an appropriate mathematical method rather than applying differentiation automatically.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Quality of reasoning&amp;#039;&amp;#039;&amp;#039;: Your final work states assumptions, preserves units, respects constraints, checks alternative candidates and explains the practical meaning and limitations of the optimum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Mathematical_optimization &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Optimisation Problems|Optimisation Problems]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Calculus|Calculus]]&lt;br /&gt;
# [[English:Derivative|Derivative]]&lt;br /&gt;
# [[English:Extremum|Extremum]]&lt;br /&gt;
# [[English:Critical point|Critical point]]&lt;br /&gt;
# [[English:Mathematical modelling|Mathematical modelling]]&lt;br /&gt;
# [[English:Geometry|Geometry]]&lt;br /&gt;
# [[English:Linear programming|Linear programming]]&lt;br /&gt;
# [[English:Convex function|Convex function]]&lt;br /&gt;
# [[English:Economics|Economics]]&lt;br /&gt;
# [[English:Engineering mathematics|Engineering mathematics]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Optimisation Problems]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Calculus]]&lt;br /&gt;
[[Category:Mathematical optimization]]&lt;br /&gt;
[[Category:Grades 11-13]]&lt;br /&gt;
[[Category:Secondary education]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>