Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Maxima and Minima: Introduction and Concepts Local Maximum and Local Minimum Values (First and Second Derivative Tests) Absolute (Global) Maximum and Minimum Values
Practical Problems on Maxima and Minima (Optimization Word Problems) Maxima and Minima (Applied Maths)


Applications of Derivatives: Extrema (Maxima and Minima)



Maxima and Minima: Introduction and Concepts

One of the most significant applications of derivatives is in finding the maximum and minimum values of a function. These extreme values are often referred to as extrema (plural of extremum).

Finding maxima and minima is crucial in optimization problems, where we aim to find the best possible outcome under certain constraints (e.g., maximizing profit, minimizing cost, maximizing area, minimizing distance).

Basic Idea and Definitions

The goal is to find the highest or lowest points on the graph of a function, either within a specific interval or over its entire domain.

Maximum and minimum values are collectively called extrema (the plural of extremum).


Local vs. Absolute Extrema

Extrema can be classified based on whether they represent the extreme values in a small neighborhood (local) or over the entire domain (absolute).

Local maxima and local minima are together called local extrema. Absolute maxima and absolute minima are together called absolute extrema or global extrema.

Graph showing local and absolute maxima and minima

A function may have several local maxima and minima, but it can have at most one absolute maximum value and at most one absolute minimum value (though these values can be attained at more than one point). The absolute maximum (or minimum) may occur at a local maximum (or minimum) or at an endpoint of a closed interval.


Critical Points

Derivatives help us locate the possible points where local extrema can occur.

A critical point (or critical number) of a function $f$ is a number $c$ in the domain of $f$ such that either:

  1. The first derivative is zero at $c$: $f'(c) = 0$. This corresponds to a point on the graph where the tangent line is horizontal.
  2. The first derivative does not exist at $c$: $f'(c)$ is undefined. This can occur at points like sharp corners, cusps, or vertical tangents.

Fermat's Theorem (for Local Extrema): If $f$ has a local maximum or minimum at $c$, and if $f'(c)$ exists, then $f'(c) = 0$.

This theorem is fundamental: it tells us that if a local extremum occurs at a point where the function is differentiable, then the tangent line at that point must be horizontal ($f'(c)=0$). This means that points where $f'(c)=0$ are candidates for local extrema. However, the converse is not true; a point where $f'(c)=0$ is not necessarily a local extremum (e.g., $f(x)=x^3$ has $f'(0)=0$ at $x=0$, but $x=0$ is an inflection point, not an extremum).

Furthermore, local extrema can also occur at points where the derivative does not exist (e.g., the sharp corner of $f(x)=|x|$ at $x=0$ is a local minimum, and $f'(0)$ is undefined). Therefore, to find all potential locations of local extrema, we must examine all critical points.

Points where local extrema occur are always critical points. However, not all critical points correspond to local extrema.


Example 1. For the function $f(x) = x^3$, find the critical points and determine if they correspond to local extrema.

Answer:

We need to find the critical points of $f(x) = x^3$.

Step 1: Find the derivative $f'(x)$.

Using the Power Rule, $f'(x) = \frac{d}{dx}(x^3) = 3x^2$.

Step 2: Find critical points.

Critical points occur where $f'(x) = 0$ or $f'(x)$ is undefined. The derivative $f'(x) = 3x^2$ is a polynomial, so it is defined for all real numbers. Thus, critical points only occur where $f'(x) = 0$.

Set $f'(x) = 0$ and solve for $x$:

"$3x^2 = 0$"

[Set $f'(x)=0$]

"$x^2 = 0 \implies x = 0$"

The only critical point is $x = 0$.

Step 3: Determine if the critical point is a local extremum.

We can use the First Derivative Test or examine the graph/function behavior near $x=0$.

Consider the intervals around $x=0$: $(-\infty, 0)$ and $(0, \infty)$.

For $x < 0$, $x^2 > 0$, so $f'(x) = 3x^2 > 0$. $f$ is increasing on $(-\infty, 0]$.

For $x > 0$, $x^2 > 0$, so $f'(x) = 3x^2 > 0$. $f$ is increasing on $[0, \infty)$.

The sign of $f'(x)$ does not change as $x$ passes through 0 (it is positive on both sides). Therefore, by the First Derivative Test, there is no local extremum at $x=0$. The graph is increasing before $x=0$, levels off momentarily at $x=0$ with a horizontal tangent, and then continues increasing after $x=0$. The point $(0, f(0)) = (0, 0)$ is an inflection point.

Conclusion:

The only critical point of $f(x) = x^3$ is $x=0$. This critical point does not correspond to a local maximum or minimum.



Local Maximum and Local Minimum Values (First and Second Derivative Tests)

Once we find the critical points of a function, we need tests to determine whether these points correspond to a local maximum, a local minimum, or neither. These tests use the information provided by the first and second derivatives about the slope and concavity of the function's graph.

First Derivative Test for Local Extrema

This test is based on the concept of monotonicity. By analyzing how the function changes from increasing to decreasing (or vice versa) around a critical point, we can classify the nature of that point.

Let $c$ be a critical point of a function $f$ (i.e., $f'(c)=0$ or $f'(c)$ is undefined, and $c$ is in the domain of $f$). Assume that $f$ is continuous at $c$.

Consider an interval $(p, q)$ containing $c$ where $c$ is the only critical point in that interval.

  1. If $f'(x) > 0$ for all $x$ in $(p, c)$ and $f'(x) < 0$ for all $x$ in $(c, q)$, then $f$ has a local maximum at $c$.

    Interpretation: The function is increasing just before $c$ and decreasing just after $c$. This creates a peak at $c$.

    First Derivative Test: Local Maximum
  2. If $f'(x) < 0$ for all $x$ in $(p, c)$ and $f'(x) > 0$ for all $x$ in $(c, q)$, then $f$ has a local minimum at $c$.

    Interpretation: The function is decreasing just before $c$ and increasing just after $c$. This creates a valley at $c$.

    First Derivative Test: Local Minimum
  3. If $f'(x)$ has the same sign for all $x$ in $(p, c)$ and for all $x$ in $(c, q)$, then $f$ has no local extremum at $c$.

    Interpretation: If the function is increasing on both sides of $c$ or decreasing on both sides, $c$ is not a turning point that creates a local maximum or minimum. (This often occurs at inflection points with a horizontal tangent if $f'(c)=0$, like $f(x)=x^3$ at $x=0$).

    First Derivative Test: No Extremum

To apply this test, you find the critical points, determine the intervals of monotonicity by testing the sign of $f'(x)$ in the intervals between critical points (and points of discontinuity), and then examine how the sign changes at each critical point.


Second Derivative Test for Local Extrema

The Second Derivative Test uses the concavity of the graph at a critical point where the tangent is horizontal ($f'(c)=0$). The sign of the second derivative $f''(c)$ tells us about the concavity at that point, which helps distinguish between a local maximum and a local minimum.

Suppose the second derivative $f''(x)$ is continuous on an open interval containing $c$, and $c$ is a critical point such that $f'(c) = 0$ (i.e., $c$ is a critical point with a horizontal tangent).

  1. If $f''(c) > 0$, then $f$ has a local minimum at $c$.

    Interpretation: A positive second derivative means the graph is concave upward at $c$. If the tangent is horizontal at $c$ ($f'(c)=0$) and the curve is concave up ($f''(c)>0$), then $c$ must be the location of a local minimum (the bottom of a "bowl").

    Second Derivative Test: Local Minimum
  2. If $f''(c) < 0$, then $f$ has a local maximum at $c$.

    Interpretation: A negative second derivative means the graph is concave downward at $c$. If the tangent is horizontal at $c$ ($f'(c)=0$) and the curve is concave down ($f''(c)<0$), then $c$ must be the location of a local maximum (the top of a "dome").

    Second Derivative Test: Local Maximum
  3. If $f''(c) = 0$, the test is inconclusive. The critical point $c$ could be a local maximum, a local minimum, or an inflection point. In this situation, you must use the First Derivative Test to classify the critical point $c$.

Choosing Between the Tests:

Both tests are valuable tools for classifying local extrema. The choice often depends on the specific function and critical points involved.


Example 1. Find the local maximum and minimum values of the function $f(x) = x^3 - 6x^2 + 5$.

Answer:

To find the local maximum and minimum values, we first need to find the critical points and then use either the First or Second Derivative Test to classify them.

Step 1: Find the derivative $f'(x)$.

Differentiate $f(x) = x^3 - 6x^2 + 5$ with respect to $x$:

"$f'(x) = \frac{d}{dx}(x^3 - 6x^2 + 5)$"

Using the Power Rule, Constant Multiple Rule, and Sum/Difference Rule:

"$f'(x) = 3x^{3-1} - 6(2x^{2-1}) + 0 = 3x^2 - 12x$"

So, $f'(x) = 3x^2 - 12x$.

Step 2: Find critical points.

Critical points occur where $f'(x) = 0$ or $f'(x)$ is undefined. $f'(x) = 3x^2 - 12x$ is a polynomial, so it is defined for all real numbers. Therefore, critical points only occur where $f'(x) = 0$.

Set $f'(x) = 0$ and solve for $x$:

"$3x^2 - 12x = 0$"

[Set $f'(x)=0$]

Factor out the common term $3x$:

"$3x(x - 4) = 0$"

[Factor]

This gives two possibilities:

"$3x = 0 \implies x = 0$"

"$x - 4 = 0 \implies x = 4$"

The critical points are $x = 0$ and $x = 4$. These are the only candidates for local extrema.

Method 1: Use the First Derivative Test.

We analyze the sign of $f'(x) = 3x(x-4)$ in the intervals defined by the critical points $x=0$ and $x=4$. The intervals are $(-\infty, 0)$, $(0, 4)$, and $(4, \infty)$.

  • Interval $(-\infty, 0)$: Choose a test value, e.g., $x = -1$.

    $f'(-1) = 3(-1)((-1)-4) = 3(-1)(-5) = 15$.

    Since $f'(-1) = 15 > 0$, $f'(x) > 0$ on $(-\infty, 0)$. This means $f$ is increasing on $(-\infty, 0]$.

  • Interval $(0, 4)$: Choose a test value, e.g., $x = 1$.

    $f'(1) = 3(1)((1)-4) = 3(1)(-3) = -9$.

    Since $f'(1) = -9 < 0$, $f'(x) < 0$ on $(0, 4)$. This means $f$ is decreasing on $[0, 4]$.

  • Interval $(4, \infty)$: Choose a test value, e.g., $x = 5$.

    $f'(5) = 3(5)((5)-4) = 3(5)(1) = 15$.

    Since $f'(5) = 15 > 0$, $f'(x) > 0$ on $(4, \infty)$. This means $f$ is increasing on $[4, \infty)$.

Now, examine the sign changes at the critical points:

  • At $x=0$, the sign of $f'(x)$ changes from positive (on $(-\infty, 0)$) to negative (on $(0, 4)$) as $x$ increases. By the First Derivative Test, $f$ has a local maximum at $x=0$.
  • At $x=4$, the sign of $f'(x)$ changes from negative (on $(0, 4)$) to positive (on $(4, \infty)$) as $x$ increases. By the First Derivative Test, $f$ has a local minimum at $x=4$.

Now, find the values of the function at these points:

Local Maximum Value: $f(0) = (0)^3 - 6(0)^2 + 5 = 0 - 0 + 5 = 5$.

Local Minimum Value: $f(4) = (4)^3 - 6(4)^2 + 5 = 64 - 6(16) + 5 = 64 - 96 + 5 = -32 + 5 = -27$.

Method 2: Use the Second Derivative Test.

The critical points where $f'(x)=0$ are $x=0$ and $x=4$. We find the second derivative $f''(x)$.

Differentiate $f'(x) = 3x^2 - 12x$ with respect to $x$:

"$f''(x) = \frac{d}{dx}(3x^2 - 12x) = 6x - 12$"

Now, evaluate $f''(x)$ at each critical point where $f'(c)=0$:

  • At $x=0$:

    "$f''(0) = 6(0) - 12 = -12$"

    Since $f''(0) = -12 < 0$, by the Second Derivative Test, $f$ has a local maximum at $x=0$.

  • At $x=4$:

    "$f''(4) = 6(4) - 12 = 24 - 12 = 12$"

    Since $f''(4) = 12 > 0$, by the Second Derivative Test, $f$ has a local minimum at $x=4$.

The results from both tests agree.

Find the values of the function at these points:

Local Maximum Value: $f(0) = 5$ (as calculated above).

Local Minimum Value: $f(4) = -27$ (as calculated above).

Conclusion:

The function $f(x) = x^3 - 6x^2 + 5$ has a local maximum value of 5 at $x = 0$ and a local minimum value of -27 at $x = 4$.



Absolute (Global) Maximum and Minimum Values

While local extrema represent the highest or lowest points in a neighborhood, the absolute (or global) maximum and minimum values represent the overall highest and lowest function values over the entire domain of the function or a specified interval. These are the values we typically seek in optimization problems.

A function does not necessarily have an absolute maximum or minimum value over every interval or its entire domain (e.g., $f(x) = x^2$ on $(-\infty, \infty)$ has an absolute minimum but no absolute maximum; $f(x) = x$ on $(-\infty, \infty)$ has neither; $f(x)=1/x$ on $(0, \infty)$ has neither). However, there is a powerful theorem that guarantees the existence of absolute extrema under certain conditions.

Extreme Value Theorem (EVT)

The Extreme Value Theorem is a fundamental result in calculus that guarantees the existence of absolute extrema. It states:

If a function $f$ is continuous on a closed, bounded interval $[a, b]$, then $f$ is guaranteed to attain both an absolute maximum value and an absolute minimum value on that interval.

Furthermore, the theorem implies that these absolute extrema must occur at one of two types of points:

  1. At a critical point of $f$ located within the open interval $(a, b)$, OR
  2. At one of the endpoints of the interval ($x=a$ or $x=b$).

Note: The conditions of continuity and a closed interval are essential for the EVT. If the function is not continuous or the interval is open or unbounded, the function might not attain absolute extrema.


Procedure for Finding Absolute Extrema on a Closed Interval $[a, b]$ (Closed Interval Method)

The Extreme Value Theorem gives us a systematic procedure for finding the absolute maximum and minimum values of a continuous function on a closed interval $[a, b]$:

  1. Verify Conditions: Ensure that the function $f$ is continuous on the closed interval $[a, b]$. If it is not, the EVT does not apply, and absolute extrema might not exist or may occur at points of discontinuity.
  2. Find Critical Points within the Open Interval: Find all critical points of $f$ that lie *strictly within* the open interval $(a, b)$. These are the points $c$ such that $a < c < b$ and either $f'(c) = 0$ or $f'(c)$ is undefined.
  3. Evaluate the function at the Critical Points: Calculate the value of $f(x)$ for each critical point found in Step 2.
  4. Evaluate the function at the Endpoints: Calculate the value of $f(x)$ at the two endpoints of the interval: $f(a)$ and $f(b)$.
  5. Compare all Values: Compare all the function values obtained in Step 3 (at critical points) and Step 4 (at endpoints). The largest value among these is the absolute maximum value of $f$ on $[a, b]$, and the smallest value among these is the absolute minimum value of $f$ on $[a, b]$.

This method is guaranteed to find the absolute extrema for any continuous function on a closed interval.


Example 1. Find the absolute maximum and minimum values of the function $f(x) = x^3 - 6x^2 + 5$ on the interval $[-1, 5]$.

Answer:

The function is $f(x) = x^3 - 6x^2 + 5$ and the interval is $[a, b] = [-1, 5]$.

Step 1: Verify Conditions.

$f(x)$ is a polynomial function. Polynomials are continuous everywhere. Therefore, $f(x)$ is continuous on the closed interval $[-1, 5]$. The Extreme Value Theorem applies, guaranteeing that both an absolute maximum and an absolute minimum exist on this interval.

Step 2: Find Critical Points in the Open Interval $(-1, 5)$.

We need to find the derivative $f'(x)$ first.

$f'(x) = \frac{d}{dx}(x^3 - 6x^2 + 5) = 3x^2 - 12x$.

Critical points occur where $f'(x) = 0$ or $f'(x)$ is undefined. $f'(x)$ is a polynomial, so it's defined everywhere. Set $f'(x) = 0$:

"$3x^2 - 12x = 0$"

[Set $f'(x)=0$]

Factor out $3x$:

"$3x(x - 4) = 0$"

Solutions are $x=0$ and $x=4$.

We must check if these critical points are within the *open* interval $(-1, 5)$.

  • $x = 0$: Is $-1 < 0 < 5$? Yes. $x=0$ is a critical point in $(-1, 5)$.
  • $x = 4$: Is $-1 < 4 < 5$? Yes. $x=4$ is a critical point in $(-1, 5)$.

The critical points in the interval $(-1, 5)$ are $x=0$ and $x=4$.

Step 3: Evaluate $f$ at the Critical Points.

Calculate the function value at each critical point found in Step 2:

"$f(0) = (0)^3 - 6(0)^2 + 5 = 0 - 0 + 5 = 5$"

"$f(4) = (4)^3 - 6(4)^2 + 5 = 64 - 6(16) + 5 = 64 - 96 + 5 = -32 + 5 = -27$"

Step 4: Evaluate $f$ at the Endpoints.

Calculate the function value at the endpoints of the interval $[-1, 5]$:

"$f(-1) = (-1)^3 - 6(-1)^2 + 5 = -1 - 6(1) + 5 = -1 - 6 + 5 = -2$"

"$f(5) = (5)^3 - 6(5)^2 + 5 = 125 - 6(25) + 5 = 125 - 150 + 5 = -25 + 5 = -20$"

Step 5: Compare all Values.

List all the values calculated in Steps 3 and 4:

$f(0) = 5$ (critical point)

$f(4) = -27$ (critical point)

$f(-1) = -2$ (endpoint)

$f(5) = -20$ (endpoint)

The largest value among these is 5.

The smallest value among these is -27.

Conclusion:

According to the Extreme Value Theorem and the Closed Interval Method:

On the interval $[-1, 5]$, the absolute maximum value of $f(x)$ is 5, which occurs at $x=0$.

On the interval $[-1, 5]$, the absolute minimum value of $f(x)$ is -27, which occurs at $x=4$.


Absolute Extrema on Open Intervals or Entire Domain

If the interval under consideration is open $(a, b)$, half-open $[a, b)$ or $(a, b]$, or is an infinite interval $(-\infty, b)$, $(a, \infty)$, or $(-\infty, \infty)$, the Extreme Value Theorem does not guarantee that an absolute maximum or minimum exists. A continuous function on such an interval may have no absolute extrema, one absolute extremum, or both.

To find absolute extrema on such intervals:

This process requires careful analysis of critical points and limits at the boundaries of the domain/interval.



Practical Problems on Maxima and Minima (Optimization Word Problems)

Many real-world problems can be formulated as optimization problems, where the goal is to find the maximum or minimum value of a quantity (like area, volume, cost, time, profit) subject to certain restrictions or conditions (constraints). Calculus, specifically the techniques for finding absolute extrema, provides a powerful framework for solving these problems.

General Strategy for Solving Optimization Problems

Solving optimization word problems involves translating the practical situation into a mathematical problem and then using calculus to find the desired extreme value. Follow these steps:

  1. Understand the Problem:
    • Read the problem thoroughly. Identify precisely what quantity needs to be maximized or minimized (this is your objective).
    • Identify all the given information, conditions, or restrictions (these are your constraints).
  2. Draw a Diagram (if applicable) and Introduce Variables:
    • If the problem involves geometry, draw a diagram and label it clearly.
    • Assign mathematical variables to the quantities that are changing or are unknown but relevant to the problem.
  3. Formulate the Objective Function:
    • Write an equation that expresses the quantity you want to maximize or minimize (the objective quantity) in terms of the variables you defined in Step 2. This is your objective function.
  4. Formulate the Constraint Equation(s):
    • Write down any constraints or relationships between the variables as equations. These are your constraint equations.
  5. Express the Objective Function in Terms of a Single Variable:
    • If the objective function currently involves more than one variable, use the constraint equation(s) to eliminate all but one independent variable. Solve the constraint equation(s) for one variable and substitute that expression into the objective function.
    • You should end up with the objective function expressed as a function of a single independent variable (e.g., $A(x)$, $V(r)$, $C(q)$).
  6. Determine the Feasible Domain of the Single Variable:
    • Based on the context of the problem, determine the set of possible values for the independent variable in your single-variable objective function. For instance, lengths, areas, volumes, or quantities of items must typically be non-negative ($x \ge 0$). Constraints might impose further restrictions, leading to a closed interval, an open interval, or an infinite interval.
  7. Find the Absolute Extremum of the Objective Function over its Domain:
    • Use the calculus techniques for finding absolute extrema that are appropriate for the domain determined in Step 6.
    • Find the critical points of the objective function within the domain.
    • If the domain is a closed interval $[a, b]$ (which is often the case in basic problems), use the Closed Interval Method: evaluate the objective function at the critical points within $(a, b)$ and at the endpoints $a$ and $b$. The largest/smallest value is the absolute max/min.
    • If the domain is not a closed interval (e.g., open or infinite), use the First or Second Derivative Test to classify the critical points. If there is only one critical point in the domain and it corresponds to the desired local extremum (e.g., a local maximum when seeking absolute maximum), then it is also the absolute extremum. Otherwise, you may need to analyze limits as the variable approaches the boundaries of the domain.
  8. Answer the Original Question:
    • Once you have found the value of the independent variable that optimizes the objective function, go back to the original problem. Calculate any other quantities or dimensions requested and state the final answer clearly, in the context of the problem, including appropriate units.

Example 1. A rectangular garden is to be fenced using 100 meters of fencing material. One side of the garden is along a straight river and does not need fencing. What dimensions of the garden will maximize the enclosed area?

Answer:

Step 1: Understand the Problem.

Objective: Maximize the area of the rectangular garden.

Constraint: A total of 100 meters of fencing is available for three sides of the garden (one side is along a river).

Step 2: Diagram and Variables.

Draw a rectangle representing the garden. Let the side parallel to the river have length $y$ meters, and the two sides perpendicular to the river each have length $x$ meters.

Rectangular garden along a river

Step 3: Objective Function.

The area of the rectangular garden is $A = \text{length} \times \text{width}$. In terms of our variables, this is:

"$A = xy$"

This is the function we want to maximize.

Step 4: Constraint Equation(s).

The total length of the fencing is 100 meters, and it's used for the two sides of length $x$ and the one side of length $y$.

"$2x + y = 100$"

[Constraint equation]

Step 5: Single Variable Objective Function.

The objective function $A = xy$ has two variables, $x$ and $y$. Use the constraint equation to eliminate one variable. It's usually easier to solve for $y$ in the constraint equation:

"$y = 100 - 2x$"

[Solve constraint for $y$]

Substitute this expression for $y$ into the area formula:

"$A(x) = x(100 - 2x)$"

[Substitute into area formula]

Expand the expression:

"$A(x) = 100x - 2x^2$"

Now, the area is expressed as a function of a single variable $x$.

Step 6: Determine the Feasible Domain.

The dimensions of the garden must be non-negative. So, $x \ge 0$ and $y \ge 0$.

From $x \ge 0$, we have a lower bound for the domain of $x$.

From $y = 100 - 2x \ge 0$, we get $100 \ge 2x$, which implies $50 \ge x$. So, $x \le 50$.

Considering $x$ must also be greater than 0 (a garden with zero width has no area), the feasible domain for $x$ is the closed interval $[0, 50]$.

Domain of $A(x)$: $[0, 50]$.

Step 7: Find the Absolute Maximum.

We need to find the absolute maximum value of $A(x) = 100x - 2x^2$ on the closed interval $[0, 50]$. Since $A(x)$ is a polynomial, it is continuous on this closed interval. Thus, the Extreme Value Theorem applies, and the absolute maximum will occur at a critical point in $(0, 50)$ or at the endpoints $x=0$ or $x=50$.

First, find the derivative $A'(x)$:

"$A'(x) = \frac{d}{dx}(100x - 2x^2) = 100 - 4x$"

Find critical points in $(0, 50)$ by setting $A'(x) = 0$:

"$100 - 4x = 0$"

"$4x = 100 \implies x = 25$"

The critical point is $x = 25$. This point lies within the open interval $(0, 50)$.

Now, evaluate the area function $A(x)$ at the critical point(s) in the interval and at the endpoints of the interval.

  • At critical point $x = 25$:

    $A(25) = 100(25) - 2(25)^2 = 2500 - 2(625) = 2500 - 1250 = 1250$.

  • At endpoint $x = 0$:

    $A(0) = 100(0) - 2(0)^2 = 0 - 0 = 0$.

  • At endpoint $x = 50$:

    $A(50) = 100(50) - 2(50)^2 = 5000 - 2(2500) = 5000 - 5000 = 0$.

Compare the values: $A(25) = 1250$, $A(0) = 0$, $A(50) = 0$. The largest value is 1250.

The maximum area is 1250 m², which occurs when $x = 25$ meters.

Step 8: Answer the Question.

The question asks for the dimensions that maximize the area. We found that the maximum area occurs when $x = 25$ meters.

Find the corresponding dimension $y$ using the constraint equation $y = 100 - 2x$:

"$y = 100 - 2(25) = 100 - 50 = 50$"

So, $y = 50$ meters.

The dimensions of the garden that will maximize the enclosed area are 25 meters for the sides perpendicular to the river and 50 meters for the side parallel to the river.



Maxima and Minima (Applied Maths)

From an applied mathematics viewpoint, finding maxima and minima using derivatives is a cornerstone technique for optimization.

Optimization is the process of finding the best possible solution to a problem, where "best" means maximizing or minimizing some quantity (like profit, efficiency, cost, strength, time). Derivatives provide a systematic analytical method to find these optimal values, complementing graphical or numerical approaches.

Key Concepts and Interpretation in Applied Problems

Applying calculus to solve real-world optimization problems involves several key steps and interpretations:

The process of setting up the model, applying calculus techniques, and interpreting the results allows applied mathematicians to solve a vast range of optimization problems, providing quantitative answers to questions about maximizing efficiency, minimizing costs, and designing optimal systems.