4.4.14 · D4Multivariable Calculus

Exercises — Absolute extrema on closed bounded regions

1,926 words9 min readBack to topic

Before we start, one shared picture of what "walking the fence" means — keep it in your head for every problem.

Figure — Absolute extrema on closed bounded regions

Level 1 — Recognition

L1.1

State, without solving, the three candidate types you must collect for

Recall Solution

Type 1 — interior flat spots: solve inside . Here , , so only at , which is inside. One candidate. Type 2 — boundary flat spots: on each of the four edges, reduce to one variable and find where its derivative is . (Each edge is a segment like .) Type 3 — corners: the four corners , because a 1-variable function on a closed interval can peak at its endpoints. We are only listing the types here — no comparison yet.

L1.2

For (a filled disk of radius ), describe the boundary as a single-variable object.

Recall Solution

The boundary is the circle . We turn it into one variable using Parametrization of curves: Now on the fence becomes a function of the single angle — a clean 1-variable problem with no corners (a circle is smooth and closes on itself, so its "endpoints" and are the same point).


Level 2 — Application

L2.1

Find the absolute extrema of on the square .

Recall Solution

Interior. at , inside. . Boundary. By symmetry check one edge, say : , derivative at giving ; endpoints give . Same story on all four edges. Corners. : . Compare. Values collected: .

L2.2

Find the absolute extrema of on the disk .

Recall Solution

Interior. never zero. So there are no interior candidates: a plane has no flat spots. The winners must live on the fence. Boundary. Parametrize : Write (amplitude trick: has amplitude ). So . Since lives in : (This equals the length-of-gradient shortcut: max of a linear on a disk of radius is .)


Level 3 — Analysis

L3.1

Find the absolute extrema of on the triangle with vertices , , .

Look at the region first — three edges, three corners.

Figure — Absolute extrema on closed bounded regions
Recall Solution

Interior. and force — a corner, not interior. So there is no interior critical point strictly inside the triangle. Boundary, edge by edge.

  • Edge A, , : everywhere.
  • Edge B, , : everywhere.
  • Edge C, the slanted line from to : it satisfies , so , . Then At : point , . Endpoints give . Corners. all give . Compare. .

L3.2

Find the absolute extrema of on the disk .

Recall Solution

Interior. , inside. . (This is a saddle, but we don't care — we only compare values.) Boundary. : ranges over : max at (points ), min at (points ). Compare. Interior vs boundary .


Level 4 — Synthesis

L4.1

Find the absolute extrema of on the disk .

Recall Solution

Interior. ; . Point : is ? Yes, inside. . Boundary , so with . Substitute: . Then , . . Endpoints of the -range: (point ) gives ; (point ) gives . Compare. Candidates: interior ; boundary , and , and . Why substitute (not parametrize)? Because contains only as — the substitution instantly removes with no trig at all. Choose the tool that matches the function.

L4.2

Use Lagrange multipliers to find the extrema of on the circle , then confirm by parametrizing.

Recall Solution

Lagrange. We want with . Multiply: — cleaner to divide the two equations. From them, and , so . If : , .

  • : . On : , , points , .
  • : . Then , , points , . Confirm by parametrizing. : Both methods agree.

Level 5 — Mastery

L5.1

Find the absolute extrema of on the triangle with vertices , , .

Recall Solution

Interior. ; . Point : is it inside the triangle ? ✓. . Boundary.

  • Edge A, , : , , . Ends: , .
  • Edge B, , : by symmetry , crit : . Ends: , .
  • Edge C, , : , point : . Ends already counted. Corners. ; ; . Compare. .

L5.2

Design-and-solve: , i.e. , on the disk . Find the absolute extrema.

Recall Solution

Interior. Use the product rule. Let . always, so it never causes a zero. Set both brackets to :

  • : , so or .
  • If : then . No solution.
  • If : then . Points : radius, both inside. ; . Numerically . Boundary. On , is constant, so . Parametrize : . So boundary max , min . Compare. Interior beat boundary . Why the exponential factor never gives a critical point by itself: is strictly positive, so it can never equal zero. It only scales — the flat spots come entirely from the polynomial-and-derivative brackets. Recognising "which factor can be zero" is the mastery move.

Connections