![]() |
Problem – Garton’s Seeds has a seed mixture containing three types of seeds: bluegrass, rye, and Bermuda. The cost per pound of the three seeds are 16 cents, 14 cents and 12 cents. Bluegrass seed must be at least 25% of the each batch. The amount of Bermuda must be no more than 2/3 the amount of rye in each batch. To fill current orders, Garton’s must make at least 6000 lbs of the mixture. How many pounds of each seed should be in the batch so that the cost of the batch is minimized? The basic algorithm for solving a standard maximization problem is covered in Section 4.3. This process, called the Simplex Method, uses matrices and row operations to gauge whether an objective function is maximized at corner points. In the example below, I write out a standard maximization problem from an application and then solve it with the Simplex Method. Although a relative extrema may seem to be very similar to an absolute extrema, they are actually quite different. The term “relative” means compared to numbers nearby…so a relative extrema is either a bump or a dip on the function. The term “absolute” means the most extreme on the entire function. An absolute extrema is the very highest or lowest point on the function. This may occur at a bump or a dip. They may also occur at the ends of the function if it is defined on a closed interval. |