3. Differentiation

Optimisation

Set up and solve optimisation problems using calculus, interpret results in applied contexts with constraints and justification.

Optimisation

Hey students! šŸ‘‹ Welcome to one of the most exciting and practical topics in A-level mathematics - optimisation! This lesson will teach you how to use calculus to find the best possible solutions to real-world problems. By the end of this lesson, you'll be able to set up optimisation problems, solve them using differentiation, and interpret your results in practical contexts. Think about it - every time a company wants to maximize profit, minimize costs, or an engineer needs to design the most efficient structure, they're using the exact techniques you're about to learn! šŸš€

Understanding Optimisation Problems

Optimisation is all about finding the "best" solution to a problem - whether that means finding the maximum profit, minimum cost, largest area, or shortest distance. In mathematical terms, we're looking for the maximum or minimum values of a function, which we call the objective function.

Let's start with a simple example that you can relate to. Imagine you're planning to fence a rectangular garden against your house wall, so you only need fencing for three sides. If you have 60 meters of fencing available, what dimensions will give you the maximum area? 🌱

This is a classic optimisation problem because:

  • We have a constraint (60 meters of fencing)
  • We want to optimise something (maximize the area)
  • We can express this mathematically using functions and calculus

In real life, companies face similar problems constantly. For instance, Amazon optimizes delivery routes to minimize travel time and fuel costs, while Netflix optimizes their recommendation algorithm to maximize user engagement. The mathematical principles are exactly the same as what you'll learn here!

Setting Up Optimisation Problems

The key to solving optimisation problems is following a systematic approach. Here's the step-by-step method that will work for any optimisation problem you encounter:

Step 1: Define your variables

Clearly identify what you're trying to optimize and what variables affect it. In our garden example, if the width is $x$ meters and the length is $y$ meters, then the area we want to maximize is $A = xy$.

Step 2: Identify constraints

Write down any limitations or restrictions. For our garden, we know that $2x + y = 60$ (since we only need three sides of fencing).

Step 3: Express the objective function in terms of one variable

Use your constraint to eliminate one variable. From $2x + y = 60$, we get $y = 60 - 2x$. Substituting into our area formula: $A(x) = x(60 - 2x) = 60x - 2x^2$.

Step 4: Find the domain

Determine the realistic range for your variable. Since both $x$ and $y$ must be positive, we need $x > 0$ and $60 - 2x > 0$, giving us $0 < x < 30$.

This systematic approach works for any optimisation problem, from minimizing the material needed to build a cylindrical can to maximizing the revenue from selling concert tickets! šŸ“Š

Solving Using Calculus

Once you have your objective function in terms of one variable, calculus becomes your powerful tool for finding the optimum. Here's how to use it effectively:

Finding Critical Points

Take the derivative of your objective function and set it equal to zero. For our garden problem:

$$\frac{dA}{dx} = 60 - 4x = 0$$

Solving this gives us $x = 15$ meters.

Determining Maximum or Minimum

Use the second derivative test to classify your critical point:

$$\frac{d^2A}{dx^2} = -4$$

Since this is negative, we have a maximum at $x = 15$.

Finding the Complete Solution

When $x = 15$, we get $y = 60 - 2(15) = 30$ meters, giving us a maximum area of $A = 15 \times 30 = 450$ square meters.

Checking Boundary Conditions

Always check the endpoints of your domain. At $x = 0$: $A = 0$. As $x \to 30$: $A \to 0$. Our critical point gives the maximum value.

This process mirrors how engineers optimize bridge designs for maximum strength with minimum material, or how economists find the production level that maximizes profit. The mathematical techniques remain consistent across all applications! āš™ļø

Real-World Applications and Constraints

Optimisation problems appear everywhere in the real world, often with complex constraints that make them challenging and interesting. Let's explore some fascinating examples:

Business Applications

A pizza company might want to maximize profit by finding the optimal price point. If they charge too little, they don't make much per pizza; if they charge too much, fewer people buy. The relationship between price and demand creates a constraint that leads to an optimisation problem.

Engineering Applications

When designing a cylindrical can to hold 500ml of liquid, manufacturers want to minimize the amount of material used (to reduce costs). This creates an optimisation problem where the volume constraint is $\pi r^2 h = 500$, and we want to minimize the surface area $S = 2\pi r^2 + 2\pi rh$.

Environmental Applications

Wildlife corridors connecting protected areas need to be designed to maximize animal movement while minimizing cost. This involves optimizing the width and path of corridors subject to budget constraints and geographical limitations.

Medical Applications

Doctors use optimisation when planning radiation therapy for cancer patients. They need to maximize the radiation dose to the tumor while minimizing exposure to healthy tissue - a life-saving application of the mathematics you're learning! šŸ„

The beauty of optimisation is that once you master the mathematical techniques, you can apply them to solve problems in virtually any field. Whether you become an engineer, economist, scientist, or entrepreneur, these skills will help you make better decisions and solve complex challenges.

Interpreting Results and Justification

When you solve an optimisation problem, your work isn't finished when you find the critical points. You need to interpret your results in the context of the original problem and justify why your solution makes sense.

Context Matters

Always relate your mathematical answer back to the real-world situation. If you're optimizing the dimensions of a box and get a negative length, that's mathematically valid but physically impossible - you need to reconsider your domain or constraints.

Economic Interpretation

In business problems, consider whether your solution is practical. If optimizing profit suggests producing 1.7 million items per day, but your factory can only produce 50,000, you need to consider constrained optimisation at the boundary.

Sensitivity Analysis

Real-world problems often have parameters that might change. If your optimisation depends on having exactly 60 meters of fencing, what happens if you only have 55 meters? Understanding how sensitive your solution is to changes in constraints is crucial for practical applications.

Verification Methods

Always verify your solution makes intuitive sense. In our garden example, having equal length and width wouldn't use the house wall efficiently, so it makes sense that the optimal solution has the length (parallel to the house) longer than the width.

Remember, mathematics is a tool for solving real problems, and your solutions should always make sense in their original context! šŸŽÆ

Conclusion

Optimisation is one of the most powerful and practical applications of calculus you'll encounter. By learning to set up objective functions, identify constraints, and use differentiation to find maximum and minimum values, you've gained skills that are essential in engineering, economics, science, and business. The systematic approach of defining variables, establishing constraints, creating single-variable functions, and using calculus to find optimal solutions will serve you well in both academic and professional settings. Remember that the key to success in optimisation is careful problem setup, methodical application of calculus techniques, and thoughtful interpretation of results in their real-world context.

Study Notes

• Optimisation Definition: Finding maximum or minimum values of a function (objective function) subject to constraints

• Problem Setup Steps:

  1. Define variables and objective function
  2. Identify constraints
  3. Express objective function in terms of one variable
  4. Determine the domain

• Solution Method:

  1. Find critical points: $\frac{df}{dx} = 0$
  2. Use second derivative test: $f''(x) < 0$ (maximum), $f''(x) > 0$ (minimum)
  3. Check boundary conditions
  4. Interpret results in context

• Key Applications: Business profit maximization, engineering design optimization, resource allocation, cost minimization

• Critical Point Classification:

  • $f'(x) = 0$ and $f''(x) < 0$ → Local maximum
  • $f'(x) = 0$ and $f''(x) > 0$ → Local minimum
  • $f'(x) = 0$ and $f''(x) = 0$ → Test required

• Constraint Handling: Use constraints to eliminate variables and create single-variable objective functions

• Domain Considerations: Always check that solutions are physically meaningful and within realistic bounds

• Verification: Solutions should make intuitive sense in the original problem context

Practice Quiz

5 questions to test your understanding

Optimisation — AS-Level Mathematics | A-Warded