Overview
Important
Given a set of numbers, the maximum is the largest element in , and the minimum is the smallest element. For a function defined on a set , the maximum value is the largest value takes for in , and the minimum is the smallest.
Important properties
-
A set may have a unique maximum and minimum, or none if the set is empty.
-
If all elements are equal, the maximum and minimum are the same.
-
For functions, maximum and minimum values may occur at endpoints or inside the domain.
-
The difference between maximum and minimum is called the range.
Practice
Proving the Circle Maximizes Area for Given Perimeter
Minimizing the Perimeter of Triangle KLM in Triangle ABC
Minimizing Distance to Triangle Vertices
Minimizing Distance Sum to Vertices in Symmetric Polygons
Proving the Shortest Path of Light via Reflection
Minimizing Distance to a Line from Two Points
Maximizing the Area of a Triangle with Fixed Sides
Maximizing Area: Squares, Rhombuses, and Inscribed Rectangles
Minimize the Sum of Distances in a Geometry Problem
Minimizing Total Distance on a Number Line
More practice problems →