zuai-logo

Graphs of Functions & Their Derivatives

Sarah Miller

Sarah Miller

7 min read

Listen to this study note

Study Guide Overview

This guide covers optimization problems using differentiation. It explains what optimization problems are, outlines steps to solve them (involving derivatives, constraints, and the second derivative test), provides a worked example, practice questions, and a glossary of key terms like critical point. It also includes exam strategies and real-world applications.

Optimization Problems

Table of Contents

  1. What is an Optimization Problem?
  2. How to Solve an Optimization Problem
  3. Worked Example
  4. Practice Questions
  5. Glossary
  6. Summary and Key Takeaways

What is an Optimization Problem?

Differentiation is about the rate of change of a function and provides a way of finding minimum and maximum values of a function. Anything that involves maximizing or minimizing a quantity can be modeled using differentiation. Examples include:

Minimizing the cost of raw materials used in manufacturing a product Finding the maximum height a football reaches when kicked

These are called

Key Concept

optimization problems

.

How to Solve an Optimization Problem

In optimization problems, variables other than xx, yy, and ff are often used:

  • VV is often used for volume, SS for surface area
  • rr for radius if a circle, cylinder, or sphere is involved

Derivatives can still be found, but be clear about which letter is representing the independent (xx) variable and which letter is representing the dependent (yy) variable.

Problems often start by linking two connected quantities together, for example, volume and surface area. If more than one variable is involved, constraints will usually be given so that the quantity being optimized can be rewritten in terms of one variable.

Steps to Solve an Optimization Problem

  1. Rewrite the quantity to be optimized in terms of a single variable, using any constraints given in the question.
  2. Differentiate and solve the derivative equal to zero to find the xx-coordinate(s) of any critical points.
  3. If there is more than one critical point, or you are required to justify the nature of the critical point, differentiate again.
  4. Use the second derivative to determine the nature of each critical point and select the maximum or minimum point as necessary.
  5. Interpret the answer in the context of the question.

Worked Example

A large flower bed is being designed as a rectangle with a semicircle on each end. The total area of the bed is to be 100π100\pi meters squared.

(a) Show that the perimeter of the bed is given by the formula P=π(r+100r)P = \pi (r + \frac{100}{r})

Answer:

  1. The width of the rectangle is 2r2r meters, and its length is LL meters.
  2. The area consists of a semicircle, plus a rectangle, plus another semicircle:

12πr2+2rL+12πr2=100π\frac{1}{2}\pi r^2 + 2rL + \frac{1}{2}\pi r^2 = 100\pi

  1. Simplify and write LL in terms of rr:

πr2+2rL=100π2rL=100ππr2L=50πrπ2r\pi r^2 + 2rL = 100\pi \\ 2rL = 100\pi - \pi r^2 \\ L = \frac{50\pi}{r} - \frac{\pi}{2}r

  1. The perimeter of the flower bed consists of two semicircular arcs and two straight lengths:

P=πr+πr+2LP=πr+πr+2(50πrπ2r)P=2πr+100πrπrP=πr+100πrP=π(r+100r)P = \pi r + \pi r + 2L \\ P = \pi r + \pi r + 2\left(\frac{50\pi}{r} - \frac{\pi}{2}r\right) \\ P = 2\pi r + \frac{100\pi}{r} - \pi r \\ P = \pi r + \frac{100\pi}{r} \\ P = \pi (r + \frac{100}{r})

(b) Find the value of rr that minimizes the perimeter, and find the minimum value of the perimeter.

Answer:

To find the minimum value of rr:

  1. Write PP using the answer from part (a):

P=π(r+100r)P=πr+100πr1P = \pi (r + \frac{100}{r}) \\ P = \pi r + 100\pi r^{-1}

  1. Differentiate PP with respect to rr:

dPdr=π100πr2\frac{dP}{dr} = \pi - 100\pi r^{-2}

  1. Set the derivative equal to zero to find critical points:

π100πr2=01100r2=01=100r2r2=100r=±10\pi - 100\pi r^{-2} = 0 \\ 1 - \frac{100}{r^2} = 0 \\ 1 = \frac{100}{r^2} \\ r^2 = 100 \\ r = \pm 10

Since rr is a length, we ignore the negative value:

r=10r = 10

  1. Find the minimum value of the perimeter by substituting rr into PP:

P=π(10+10010)=20πP = \pi \left(10 + \frac{100}{10}\right) = 20\pi

So, r=10r = 10 meters minimizes the perimeter, and the minimum value of the perimeter is 20π20\pi meters.

(c) Justify that this is the minimum perimeter.

Answer:

To prove it is a minimum, show that the second derivative is positive (indicating the graph is concave up) at this point:

  1. Find the second derivative:

dPdr=π100πr2d2Pdr2=200πr3\frac{dP}{dr} = \pi - 100\pi r^{-2} \\ \frac{d^2P}{dr^2} = 200\pi r^{-3}

  1. Substitute r=10r = 10:

d2Pdr2r=10=200π(10)3=200π1000=π5>0\left.\frac{d^2P}{dr^2}\right|_{r=10} = 200\pi (10)^{-3} = \frac{200\pi}{1000} = \frac{\pi}{5} > 0

Note that we don't need to check endpoints here: as r0r \to 0 the perimeter function becomes unbounded, while as rr \to \infty the perimeter also goes to infinity.

Therefore, the second derivative is positive at r=10r = 10, confirming that 20π20\pi meters is the minimum value for the perimeter.

Practice Questions

Practice Question

Question 1: A cylindrical can is to be made to hold 1 liter of oil. Find the dimensions that will minimize the cost of the metal to make the can.

Practice Question

Question 2: Find the dimensions of a rectangle with a fixed perimeter of 20 meters that will maximize its area.

Practice Question

Question 3: A company wants to design a box with a square base and an open top. The surface area of the box is to be 108 square inches. What dimensions will maximize the volume of the box?

Glossary

  • Optimization Problem: A problem that involves finding the maximum or minimum value of a function.
  • Critical Point: A point on a graph where the derivative is zero or undefined, indicating a potential maximum or minimum.
  • Second Derivative Test: A method used to determine whether a critical point is a maximum, minimum, or saddle point by evaluating the second derivative at that point.
  • Constraint: A condition that must be satisfied in an optimization problem.

Summary and Key Takeaways

Summary

Optimization problems involve finding the maximum or minimum values of a function, often subject to certain constraints. These problems can be solved using differentiation techniques, including finding critical points and using the second derivative test to determine the nature of these points.

Key Takeaways

  • Differentiation is essential for solving optimization problems.
  • Always express the quantity to be optimized in terms of a single variable.
  • Use the first derivative to find critical points and the second derivative to determine their nature.
  • Interpret the results in the context of the original problem.

Exam Strategy

Exam Tip
  • Carefully read the problem to identify the quantity to be optimized and any constraints.
  • Write down all relevant equations and relationships.
  • Clearly show all steps in your solution, including differentiation and solving for critical points.
  • Double-check your work, especially when substituting values back into equations.

Real-World Applications

Optimization problems are widely applicable in various fields, including economics (e.g., maximizing profit), engineering (e.g., minimizing material use), and physics (e.g., finding optimal angles for projectile motion).

By following these guidelines, you will be well-prepared to tackle optimization problems in your exams and in real-world scenarios. Happy studying!

Question 1 of 8

Which of the following scenarios could be solved using optimization techniques? 🚀

Finding the average speed of a car

Maximizing the area of a garden with a fixed amount of fencing

Calculating the total cost of items

Determining the current temperature